@charset "UTF-8";
/* BOOTSTRAP */
/* --------------------------------*/
/*! 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: 0.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,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-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: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid, .container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-full:before, .container-fluid:after, .container-full:after {
    content: " ";
    display: table; }
  .container-fluid:after, .container-full:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px; }

.form-group, .template-product .container-product .product-info .selector-wrapper {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group, .form-inline .template-product .container-product .product-info .selector-wrapper, .template-product .container-product .product-info .form-inline .selector-wrapper, .navbar-form .template-product .container-product .product-info .selector-wrapper, .template-product .container-product .product-info .navbar-form .selector-wrapper {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group, .form-horizontal .template-product .container-product .product-info .selector-wrapper, .template-product .container-product .product-info .form-horizontal .selector-wrapper {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .template-product .container-product .product-info .selector-wrapper:before, .template-product .container-product .product-info .form-horizontal .selector-wrapper:before, .form-horizontal .form-group:after, .form-horizontal .template-product .container-product .product-info .selector-wrapper:after, .template-product .container-product .product-info .form-horizontal .selector-wrapper:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .template-product .container-product .product-info .selector-wrapper:after, .template-product .container-product .product-info .form-horizontal .selector-wrapper:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block, .btn.btn-progress {
  display: block;
  width: 100%; }

.btn-block + .btn-block, .btn.btn-progress + .btn-block, .btn-block + .btn.btn-progress, .btn.btn-progress + .btn.btn-progress {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="submit"].btn.btn-progress,
input[type="reset"].btn-block,
input[type="reset"].btn.btn-progress,
input[type="button"].btn-block,
input[type="button"].btn.btn-progress {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-full > .navbar-header,
.container-fluid > .navbar-collapse,
.container-full > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-full > .navbar-header,
    .container-fluid > .navbar-collapse,
    .container-full > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .container-full .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group, .navbar-form .template-product .container-product .product-info .selector-wrapper, .template-product .container-product .product-info .navbar-form .selector-wrapper {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.alert, #customer-login .errors, #customer-register .errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, #customer-login .errors h4, #customer-register .errors h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, #customer-login .errors .alert-link, #customer-register .errors .alert-link {
    font-weight: bold; }
  .alert > p, #customer-login .errors > p, #customer-register .errors > p,
  .alert > ul,
  #customer-login .errors > ul,
  #customer-register .errors > ul {
    margin-bottom: 0; }
  .alert > p + p, #customer-login .errors > p + p, #customer-register .errors > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger, #customer-login .errors, #customer-register .errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, #customer-login .errors hr, #customer-register .errors hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, #customer-login .errors .alert-link, #customer-register .errors .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block, .modal-footer .btn.btn-progress + .btn-block, .modal-footer .btn-block + .btn.btn-progress, .modal-footer .btn.btn-progress + .btn.btn-progress {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* SM/ */
/* --------------------------------*/
/* Fonts */
/* Colours */
/* SM/ Breakpoints */
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * SHOEme.ca
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2014
 */
@font-face {
  font-family: "font-gravur-condensed";
  font-style: normal;
  font-weight: normal;
  src: url("font-gravur-condensed.eot");
  src: url("font-gravur-condensed.eot?#iefix") format("embedded-opentype"), url("font-gravur-condensed.woff") format("woff"), url("font-gravur-condensed.ttf") format("truetype"), url("font-gravur-condensed.svg") format("svg"); }
@font-face {
  font-family: "font-proximanova-thin";
  font-style: normal;
  font-weight: normal;
  src: url("font-proximanova-thin.eot");
  src: url("font-proximanova-thin.eot?#iefix") format("embedded-opentype"), url("font-proximanova-thin.woff") format("woff"), url("font-proximanova-thin.ttf") format("truetype"), url("font-proximanova-thin.svg") format("svg"); }
@font-face {
  font-family: "font-proximanova-regular";
  font-style: normal;
  font-weight: normal;
  src: url("font-proximanova-regular.eot");
  src: url("font-proximanova-regular.eot?#iefix") format("embedded-opentype"), url("font-proximanova-regular.woff") format("woff"), url("font-proximanova-regular.ttf") format("truetype"), url("font-proximanova-regular.svg") format("svg"); }
@font-face {
  font-family: "font-proximanova-condensed";
  font-style: normal;
  font-weight: normal;
  src: url("font-proximanova-condensed.eot");
  src: url("font-proximanova-condensed.eot?#iefix") format("embedded-opentype"), url("font-proximanova-condensed.woff") format("woff"), url("font-proximanova-condensed.ttf") format("truetype"), url("font-proximanova-condensed.svg") format("svg"); }
@font-face {
  font-family: "font-proximanova-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("font-proximanova-semibold.eot");
  src: url("font-proximanova-semibold.eot?#iefix") format("embedded-opentype"), url("font-proximanova-semibold.woff") format("woff"), url("font-proximanova-semibold.ttf") format("truetype"), url("font-proximanova-semibold.svg") format("svg"); }
@font-face {
  font-family: 'font-shoeme';
  src: url("font-shoeme.eot?itrd10");
  src: url("font-shoeme.eot?itrd10#iefix") format("embedded-opentype"), url("font-shoeme.ttf?itrd10") format("truetype"), url("font-shoeme.woff?itrd10") format("woff"), url("font-shoeme.svg?itrd10#font-shoeme") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="sm-"], [class*=" sm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font-shoeme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sm-badge-canadian:before {
  content: "\e903"; }

.sm-icon-camera:before {
  content: "\e901"; }

.sm-icon-location:before {
  content: "\e902"; }

.sm-localfulfill:before {
  content: "\e60c"; }

.sm-basic_heart_broken:before {
  content: "\e606"; }

.sm-arrow-right:before {
  content: "\e636"; }

.sm-mail-heart:before {
  content: "\e634"; }

.sm-page-plus:before {
  content: "\e635"; }

.sm-stylecareicon-shoebox1:before {
  content: "\e622"; }

.sm-stylecareicon-movingtruck:before {
  content: "\e62e"; }

.sm-stylecareicon-arrowdown-sml:before {
  content: "\e62f"; }

.sm-stylecareicon-lrgbox:before {
  content: "\e630"; }

.sm-stylecareicon-shoebox:before {
  content: "\e631"; }

.sm-stylecareicon-phone:before {
  content: "\e62c"; }

.sm-basic_mouse:before {
  content: "\e613"; }

.sm-basic_clessidre:before {
  content: "\e614"; }

.sm-basic_headset:before {
  content: "\e62d"; }

.sm-basic_clock:before {
  content: "\e615"; }

.sm-basic_world:before {
  content: "\e632"; }

.sm-basic_paperplane:before {
  content: "\e616"; }

.sm-basic_cup:before {
  content: "\e617"; }

.sm-basic_gear:before {
  content: "\e618"; }

.sm-basic_exclamation:before {
  content: "\e619"; }

.sm-basic_info:before {
  content: "\e61a"; }

.sm-basic_question:before {
  content: "\e61b"; }

.sm-basic_star:before {
  content: "\e61c"; }

.sm-basic_heart:before {
  content: "\e61d"; }

.sm-basic_magnifier_minus:before {
  content: "\e61e"; }

.sm-basic_magnifier_plus:before {
  content: "\e61f"; }

.sm-basic_sheet_txt:before {
  content: "\e633"; }

.sm-basic_mail:before {
  content: "\e620"; }

.sm-styleandcare:before {
  content: "\e621"; }

.sm-icon-bag:before {
  content: "\e60d"; }

.sm-icon-bag-full:before {
  content: "\e60e"; }

.sm-icon-person:before {
  content: "\e60f"; }

.sm-icon-person-full:before {
  content: "\e610"; }

.sm-icon-heart:before {
  content: "\e611"; }

.sm-icon-heart-full:before {
  content: "\e638"; }

.sm-icon-broken-heart-full:before {
  content: "\e639"; }

.sm-icon-paper-plane:before {
  content: "\e63a"; }

.sm-icon-paper-plane-full:before {
  content: "\e63b"; }

.sm-icon-search:before {
  content: "\e63c"; }

.sm-icon-globe:before {
  content: "\e63d"; }

.sm-icon-trash:before {
  content: "\e63e"; }

.sm-icon-sc:before {
  content: "\e63f"; }

.sm-icon-microphone:before {
  content: "\e640"; }

.sm-icon-phone:before {
  content: "\e64e"; }

.sm-icon-edit:before {
  content: "\e64d"; }

.sm-icon-box-open:before {
  content: "\e64c"; }

.sm-icon-cup:before {
  content: "\e64b"; }

.sm-icon-settings:before {
  content: "\e649"; }

.sm-icon-mail:before {
  content: "\e648"; }

.sm-icon-star-outline:before {
  content: "\e647"; }

.sm-icon-link-broken:before {
  content: "\e646"; }

.sm-icon-clock:before {
  content: "\e645"; }

.sm-icon-calendar:before {
  content: "\e644"; }

.sm-icon-box-closed:before {
  content: "\e643"; }

.sm-icon-truck:before {
  content: "\e642"; }

.sm-icon-gear:before {
  content: "\e641"; }

.sm-icon-exclamation:before {
  content: "\e64f"; }

.sm-icon-information:before {
  content: "\e650"; }

.sm-question:before {
  content: "\e651"; }

.sm-icon-check-circle:before {
  content: "\e652"; }

.sm-icon-bag-circle:before {
  content: "\e653"; }

.sm-icon-heart-circle:before {
  content: "\e654"; }

.sm-icon-logo-small:before {
  content: "\e655"; }

.sm-icon-logo-large:before {
  content: "\e656"; }

.sm-icon-logo:before {
  content: "\e657"; }

.sm-icon-logo-mobile:before {
  content: "\e658"; }

.sm-icon-paypal:before {
  content: "\e659"; }

.sm-stylecareicon-printer:before {
  content: "\e623"; }

.sm-stylecareicon-shopus:before {
  content: "\e624"; }

.sm-stylecareicon100Days:before {
  content: "\e625"; }

.sm-stylecare-icon-calendar:before {
  content: "\e626"; }

.sm-stylecareicon-clippaper:before {
  content: "\e627"; }

.sm-stylecareicon-clock:before {
  content: "\e628"; }

.sm-stylecareicon-defect:before {
  content: "\e629"; }

.sm-stylecareicon-discount:before {
  content: "\e62a"; }

.sm-stylecareicon-emailletter:before {
  content: "\e62b"; }

.sm-sm-prop-exclusive:before {
  content: "\e602"; }

.sm-sm-prop-ship:before {
  content: "\e603"; }

.sm-sm-prop-exch:before {
  content: "\e604"; }

.sm-sm-prop-can:before {
  content: "\e605"; }

.sm-accordion-icon-nav:before {
  content: "\e637"; }

.sm-icon-cross-circle:before {
  content: "\e65a"; }

.sm-icon-close:before {
  content: "\e65b"; }

.sm-icon-close-circle:before {
  content: "\e65c"; }

.sm-icon-cross:before {
  content: "\e65d"; }

.sm-icon-angle-down:before {
  content: "\e65e"; }

.sm-icon-angle-right:before {
  content: "\e65f"; }

.sm-icon-angle-up:before {
  content: "\e660"; }

.sm-icon-angle-left:before {
  content: "\e661"; }

.sm-icon-facebook:before {
  content: "\e662"; }

.sm-icon-instagram-small:before {
  content: "\e663"; }

.sm-icon-instagram:before {
  content: "\e664"; }

.sm-icon-twitter-small:before {
  content: "\e665"; }

.sm-icon-twitter:before {
  content: "\e666"; }

.sm-icon-pintrest:before {
  content: "\e667"; }

.sm-icon-youtube:before {
  content: "\e668"; }

.sm-icon-nav:before {
  content: "\e669"; }

.sm-filter:before {
  content: "\e900"; }

.sm-logo-right:before {
  content: "\e607"; }

.sm-logo-left:before {
  content: "\e608"; }

.sm-silhouette-bag:before {
  content: "\e609"; }

.sm-sale:before {
  content: "\e60a"; }

.sm-search:before {
  content: "\e036"; }

.sm-circle-plus:before {
  content: "\e040"; }

.sm-circle-minus:before {
  content: "\e041"; }

.sm-check:before {
  content: "\e116"; }

.sm-menu:before {
  content: "\e120"; }

.sm-heart:before {
  content: "\e024"; }

.sm-bag:before {
  content: "\e106"; }

.sm-mail:before {
  content: "\e002"; }

.sm-cross:before {
  content: "\e117"; }

.sm-lock:before {
  content: "\e007"; }

.sm-head:before {
  content: "\e074"; }

.sm-logo:before {
  content: "\e600"; }

.sm-star:before {
  content: "\f005"; }

.sm-star-o:before {
  content: "\f006"; }

.sm-slash:before {
  content: "\e601"; }

.sm-angle-up:before {
  content: "\f106"; }

.sm-angle-down:before {
  content: "\f107"; }

.sm-angle-left:before {
  content: "\f104"; }

.sm-angle-right:before {
  content: "\f105"; }

.sm-twitter:before {
  content: "\f099"; }

.sm-facebook:before {
  content: "\f09a"; }

.sm-rss:before {
  content: "\f09e"; }

.sm-pinterest:before {
  content: "\f0d2"; }

.sm-google-plus:before {
  content: "\f0d5"; }

.sm-instagram:before {
  content: "\f16d"; }

.sm-mapleleaf:before {
  content: "\e612"; }

#shopify-theme-controls {
  display: none; }

#shopify-theme-id {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  right: 0;
  padding: 5px;
  position: fixed;
  bottom: 0; }
  #shopify-theme-id h5 {
    font-size: 12px;
    margin: 0; }
    #shopify-theme-id h5 span {
      color: #000; }
  #shopify-theme-id .btn {
    color: #fff;
    border-color: #fff;
    display: block; }

img[height='1'], iframe[name='google_conversion_frame'] {
  display: none; }

html.flyout {
  overflow: hidden; }
  html.flyout .flyout-body {
    height: 100%;
    position: fixed;
    top: 99px;
    width: 100%;
    z-index: 9; }

body {
  font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.flyout-left-active, body.flyout-right-active {
    overflow: hidden; }

a {
  color: #333; }
  a:hover {
    color: #33bde2;
    text-decoration: none; }
  a:focus {
    color: #33bde2;
    outline: none;
    text-decoration: none; }

.container-full {
  padding-left: 0px;
  padding-right: 0px; }
  .container-full .row {
    margin-left: 0px;
    margin-right: 0px; }

.flex-horizontal, .flex-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row; }

.flex-vertical {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.unflex {
  display: inherit;
  display: inherit;
  display: inherit;
  display: inherit;
  display: inherit; }

.video-hero .img-fallback, .video-hero .ios-video {
  display: none; }
.video-hero video, .video-hero .ios-img {
  display: block; }

.shop-banner {
  border-bottom: 1px solid #e6e7e8;
  background-color: #f9f9f9; }
  .shop-banner.hidden-banner {
    display: none; }
  .shop-banner .banner {
    font-size: 13px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    text-align: center;
    letter-spacing: 0.5px; }
    .shop-banner .banner a {
      display: block;
      color: #999;
      padding: 10px 0;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 768px) {
        .shop-banner .banner a {
          letter-spacing: 1px;
          font-size: 15px; } }
      @media (min-width: 992px) {
        .shop-banner .banner a {
          font-size: 16px;
          padding: 12px 0; } }
    .shop-banner .banner p {
      line-height: 1.2;
      margin: 0 10%;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .shop-banner .banner p {
          line-height: 1.4; } }
      .shop-banner .banner p span.headband-code {
        color: #33bde2; }
      .shop-banner .banner p span.headband-exclusions span {
        font-size: 75%; }
    .shop-banner .banner .campaign p {
      padding: 20px 0; }
      .shop-banner .banner .campaign p span {
        color: #27fc02;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.btn {
  border-radius: 0;
  text-transform: uppercase; }
  .btn.btn-default {
    background: none;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 1px; }
    .btn.btn-default:hover {
      background-color: #e6e6e6; }
    .btn.btn-default:focus {
      background-color: transparent; }
    .btn.btn-default:active {
      background-color: #888; }
    .btn.btn-default.active {
      background-color: #ed1c24;
      color: #fff; }
  .btn.btn-primary {
    background-color: #33bde2;
    border: 1px solid #33bde2;
    color: #fff; }
    .btn.btn-primary:hover {
      background-color: #1a95b6;
      border: 1px solid #1a95b6; }
  .btn.btn-block, .btn.btn-progress {
    border: none;
    border-radius: 0px;
    background-color: #33bde2;
    color: #fff; }
  .btn.btn-wide {
    width: 100%; }
  .btn.btn-inverse {
    background: #000;
    color: #fff;
    border-radius: 0px; }
  .btn.btn-responsive {
    font-size: 80%;
    line-height: 1;
    padding: 2px 4px;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 768px) {
      .btn.btn-responsive {
        line-height: 1.2;
        padding: 4px 9px; } }
    @media (min-width: 992px) {
      .btn.btn-responsive {
        line-height: 1.4;
        padding: 4px 9px; } }
  .btn.btn-big {
    padding: 15px 80px; }
  .btn.btn-progress {
    position: relative;
    overflow: hidden; }
    .btn.btn-progress .content, .btn.btn-progress .complete {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      padding: 14px 0px;
      z-index: 1;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .btn.btn-progress .complete {
      top: 100%; }
    .btn.btn-progress.success .complete:before {
      font-family: 'font-shoeme';
      content: "\e116"; }
    .btn.btn-progress.error .complete:before {
      font-family: 'font-shoeme';
      content: "\e117"; }
    .btn.btn-progress .progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      border-radius: 0px;
      background-color: #1a95b6;
      -moz-transition-property: none;
      -webkit-transition-property: none;
      -o-transition-property: none;
      transition-property: none; }
    .btn.btn-progress.loading .progress {
      transition: width .5s ease-in-out;
      -webkit-transition: width .5s ease-in-out;
      -moz-transition: width .5s ease-in-out;
      -o-transition: width .5s ease-in-out;
      width: 100%; }
    .btn.btn-progress.success .content, .btn.btn-progress.success .progress, .btn.btn-progress.success .complete, .btn.btn-progress.error .content, .btn.btn-progress.error .progress, .btn.btn-progress.error .complete {
      width: 100%;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .btn.btn-progress.error .complete {
      background: #f06060; }
    .btn.btn-progress:focus {
      outline: none; }
  .btn.btn-outline {
    background: #fff;
    border: 1px solid #e6e6e6; }
    .btn.btn-outline:hover {
      background-color: #f4f4f4;
      border-color: #000; }
  .btn.btn-fancy-border {
    position: relative;
    outline: none;
    color: #fff;
    width: 100%;
    padding: 15px 10px; }
    .btn.btn-fancy-border:before, .btn.btn-fancy-border:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #393939;
      content: '';
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -moz-transition: -moz-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s; }
    .btn.btn-fancy-border:after {
      border-color: #fff;
      opacity: 0;
      -webkit-transform: translateY(-7px) translateX(6px);
      -moz-transform: translateY(-7px) translateX(6px);
      transform: translateY(-7px) translateX(6px); }
    .btn.btn-fancy-border:hover:before {
      opacity: 0;
      -webkit-transform: translateY(5px) translateX(-5px);
      -moz-transform: translateY(5px) translateX(-5px);
      transform: translateY(5px) translateX(-5px); }
    .btn.btn-fancy-border:hover:after {
      opacity: 1;
      -webkit-transform: translateY(0px) translateX(0px);
      -moz-transform: translateY(0px) translateX(0px);
      transform: translateY(0px) translateX(0px); }

.modal a[data-target] {
  cursor: pointer; }

.modal-open {
  position: fixed;
  width: 100%; }

.modal.modal-sharp .modal-content {
  border-radius: 0px; }

#modal-referred-shoes .modal-header {
  padding: 30px; }
  #modal-referred-shoes .modal-header img {
    height: 33px;
    /* Only extra small devices (phones, 767px and under) */ }
    @media (max-width: 767px) {
      #modal-referred-shoes .modal-header img {
        height: 30px; } }
#modal-referred-shoes .modal-body {
  background: #f8f8f8;
  color: #666; }
  #modal-referred-shoes .modal-body h4 {
    /* Only extra small devices (phones, 767px and under) */ }
    @media (max-width: 767px) {
      #modal-referred-shoes .modal-body h4 {
        line-height: 1.3;
        font-size: 16px; } }
  #modal-referred-shoes .modal-body .us-vs-ca-flags {
    padding-top: 15px; }
    #modal-referred-shoes .modal-body .us-vs-ca-flags img {
      width: 25px; }
  #modal-referred-shoes .modal-body .us-vs-ca ul {
    padding-top: 10px; }
    #modal-referred-shoes .modal-body .us-vs-ca ul li {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      line-height: 2; }
  #modal-referred-shoes .modal-body i {
    font-size: 85px;
    margin: 10px; }
  #modal-referred-shoes .modal-body a.btn {
    font-size: 20px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1.5px;
    padding: 18px 40px;
    text-transform: none;
    color: #fff;
    border-color: #fff;
    margin-top: 20px;
    /* Only extra small devices (phones, 767px and under) */ }
    @media (max-width: 767px) {
      #modal-referred-shoes .modal-body a.btn {
        font-size: 16px;
        padding: 12px 33px; } }
  #modal-referred-shoes .modal-body .icon-group {
    margin: 30px auto 5px; }
    #modal-referred-shoes .modal-body .icon-group img {
      width: 35px; }
    #modal-referred-shoes .modal-body .icon-group p {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding-top: 10px;
      font-size: 13px;
      text-transform: uppercase;
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        #modal-referred-shoes .modal-body .icon-group p {
          font-size: 12px; } }

#modal-subscribe .modal-body {
  background: #f8f8f8;
  color: #666;
  padding: 20px 30px;
  /* Small devices (tablets, 768px and up) */ }
  #modal-subscribe .modal-body h4 {
    padding: 15px;
    font-size: 30px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #modal-subscribe .modal-body h4 {
        padding: 20px;
        font-size: 36px; } }
  @media (min-width: 768px) {
    #modal-subscribe .modal-body {
      padding: 25px 35px; } }
  #modal-subscribe .modal-body p {
    line-height: 1.5;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #modal-subscribe .modal-body p {
        font-size: 16px; } }
    #modal-subscribe .modal-body p span {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #33bde2; }
  #modal-subscribe .modal-body a.btn {
    font-size: 14px;
    letter-spacing: 0.5px;
    /* Small devices (tablets, 768px and up) */
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 33px;
    text-transform: none;
    color: #fff;
    border-color: #fff;
    margin: 15px auto; }
    @media (min-width: 768px) {
      #modal-subscribe .modal-body a.btn {
        letter-spacing: 1px;
        font-size: 16px; } }

#modal-exclusions .modal-close {
  text-align: right;
  font-size: 20px;
  padding-top: 5px;
  padding-right: 5px; }
#modal-exclusions .modal-body {
  padding-top: 5px; }
  #modal-exclusions .modal-body h3 {
    margin-top: 0px; }
  #modal-exclusions .modal-body .excluded-brands {
    padding: 15px; }
  #modal-exclusions .modal-body a.btn {
    padding: 10px 30px; }

.form-group.sharp .input-group-addon, .template-product .container-product .product-info .sharp.selector-wrapper .input-group-addon, .form-group.sharp .form-control, .template-product .container-product .product-info .sharp.selector-wrapper .form-control {
  border-radius: 0px;
  border-color: #000;
  background: none; }
.form-group.sharp .input-group, .template-product .container-product .product-info .sharp.selector-wrapper .input-group {
  margin: 10px 0px; }
  .form-group.sharp .input-group.caption, .template-product .container-product .product-info .sharp.selector-wrapper .input-group.caption {
    margin-bottom: 0px; }
.form-group.sharp .input-group-addon.stacked-input + .form-control, .template-product .container-product .product-info .sharp.selector-wrapper .input-group-addon.stacked-input + .form-control {
  border-bottom: 0px; }
  .form-group.sharp .input-group-addon.stacked-input + .form-control:last-child, .template-product .container-product .product-info .sharp.selector-wrapper .input-group-addon.stacked-input + .form-control:last-child {
    border-bottom: 1px; }

.input-group .form-control.sharp {
  border-radius: 0px;
  border-color: #000;
  height: 33px; }

.banner-inverse {
  background: #000;
  color: #fff; }

.highlight {
  color: #33bde2; }

.heading {
  font-family: "font-proximanova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 5px; }
  .heading.tighten {
    letter-spacing: 3px; }

.dotted-line {
  border-top: 2px dotted #fff;
  display: inline-block;
  height: auto;
  width: 50px; }

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: white;
  opacity: 0.8;
  z-index: 1; }

.list-even, .article-footer .article-archive {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .list-even, .article-footer .article-archive {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4; } }

.list-clean {
  list-style: none;
  padding: 0px; }

.uppercase {
  text-transform: uppercase; }

.modal-content {
  border-radius: 0px; }

.page-heading {
  font-size: 22px;
  letter-spacing: 5px;
  margin: 20px 0;
  text-align: center;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .page-heading {
      font-size: 36px;
      margin: 40px 0; } }

.page-subheading {
  font-size: 16px;
  letter-spacing: 5px;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .page-subheading {
      font-size: 24px; } }

.container-wrapper {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  margin: 0 auto;
  min-height: 100%;
  min-width: 320px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  /* Extra extra large devices (widescreen, 1600px and up) */
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (min-width: 1600px) {
    .container-wrapper {
      min-width: 0px;
      margin: 0px auto; } }
  .container-wrapper > * {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .container-wrapper .container-fluid, .container-wrapper .container-full {
    max-width: 1440px; }

#dimmed-overlay {
  display: none;
  z-index: 10;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9); }

.shearling-campaign .campaign-logo {
  width: 100%;
  max-width: 400px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .shearling-campaign .campaign-logo {
      width: 400px; } }

/* BOUTIQUE SPECIFIC OVERRRIDES */
.template-page .container-page .gifts-boutique .hero-container {
  margin-top: 50px; }
.template-page .container-page .gifts-boutique .campaign-logo {
  width: 100%;
  margin-bottom: 20px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .template-page .container-page .gifts-boutique .campaign-logo {
      width: 75%;
      max-width: 1000px; } }

/* FLYOUTS */
.flyout-left-active .sidebar.flyout-left {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
.flyout-left-active .container-wrapper > * {
  -webkit-transform: translate3d(160px, 0px, 0px);
  transform: translate3d(160px, 0px, 0px); }

.flyout-right-active .sidebar.flyout-right {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
.flyout-right-active .container-wrapper > * {
  -webkit-transform: translate3d(-270px, 0px, 0px);
  transform: translate3d(-270px, 0px, 0px); }

.sidebar {
  background-color: #f1f1f1;
  display: block;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-overflow-scrolling: touch;
  top: 0;
  width: 270px;
  z-index: 11; }
  .sidebar.sidebar-shadow {
    -webkit-box-shadow: 7px 0 15px rgba(0, 0, 0, 0.8);
    box-shadow: 7px 0 15px rgba(0, 0, 0, 0.8); }
  .sidebar.flyout-left {
    -webkit-transform: translate3d(-270px, 0px, 0px);
    transform: translate3d(-270px, 0px, 0px); }
  .sidebar.flyout-right {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(270px, 0px, 0px);
    transform: translate3d(270px, 0px, 0px); }
  .sidebar .btn-block, .sidebar .btn.btn-progress {
    border-radius: 0;
    color: #fff;
    text-transform: uppercase; }
  .sidebar .sidebar-nav .sidebar-header {
    background-color: #404140;
    color: #fff;
    min-height: 52px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.8px; }
    .sidebar .sidebar-nav .sidebar-header a {
      color: #e8e8e8; }
    .sidebar .sidebar-nav .sidebar-header .login {
      float: left;
      margin: 12px 0 0 15px;
      color: #e8e8e8;
      text-transform: uppercase; }
      .sidebar .sidebar-nav .sidebar-header .login i {
        font-size: 24px;
        margin-right: 5px;
        vertical-align: bottom; }
      .sidebar .sidebar-nav .sidebar-header .login span {
        position: relative;
        top: -5px; }
    .sidebar .sidebar-nav .sidebar-header .sidebar-locales {
      float: right;
      margin: 13px 7px 0 0; }
      .sidebar .sidebar-nav .sidebar-header .sidebar-locales a.active {
        color: #33bde2;
        pointer-events: none; }
      .sidebar .sidebar-nav .sidebar-header .sidebar-locales .angle {
        font-size: 18px;
        vertical-align: text-top; }
        .sidebar .sidebar-nav .sidebar-header .sidebar-locales .angle i {
          color: #c8c8c8;
          font-size: 24px; }
  .sidebar .sidebar-nav .sidebar-tabs .nav-tabs li {
    width: 33.33333%; }
    .sidebar .sidebar-nav .sidebar-tabs .nav-tabs li:first-of-type a {
      border-left: none; }
    .sidebar .sidebar-nav .sidebar-tabs .nav-tabs li a {
      border: 1px solid #ddd;
      border-top: none;
      border-right: none;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 13px;
      padding: 12px 0;
      border-radius: 0;
      margin: 0;
      text-align: center; }
    .sidebar .sidebar-nav .sidebar-tabs .nav-tabs li.active a {
      border-bottom-color: transparent; }
  .sidebar .sidebar-nav .sidebar-tabs .heading {
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; }
  .sidebar .sidebar-nav .sidebar-wrapper {
    background-color: #fff;
    padding: 10px 0; }
    .sidebar .sidebar-nav .sidebar-wrapper .sidebar-cta {
      padding: 10px 10px 20px; }
    .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section ul li {
      font-size: 12px; }
    .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section ul.list-even, .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section .article-footer ul.article-archive, .article-footer .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section ul.article-archive {
      -moz-column-gap: 5px;
      -webkit-column-gap: 5px;
      column-gap: 5px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section ul.list-even, .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section .article-footer ul.article-archive, .article-footer .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section ul.article-archive {
          -moz-column-gap: inherit;
          -webkit-column-gap: inherit;
          column-gap: inherit; } }
    .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section .heading {
      letter-spacing: 3px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0 0 10px 0;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .sidebar .sidebar-nav .sidebar-wrapper .sidebar-section .heading {
          letter-spacing: inherit; } }
  .sidebar .sidebar-nav .sidebar-links {
    overflow: auto;
    padding: 20px; }
    .sidebar .sidebar-nav .sidebar-links .btn-sale {
      background-color: #ec0044; }
    .sidebar .sidebar-nav .sidebar-links .btn-block, .sidebar .sidebar-nav .sidebar-links .btn.btn-progress {
      margin-bottom: 5px; }
    .sidebar .sidebar-nav .sidebar-links > * {
      overflow: auto;
      margin-bottom: 5px; }
  .sidebar .sidebar-nav .sidebar-footer {
    padding: 20px 0; }
    .sidebar .sidebar-nav .sidebar-footer ul {
      margin: 0; }
      .sidebar .sidebar-nav .sidebar-footer ul li a {
        display: block;
        padding: 8px 0 8px 20px;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
    .sidebar .sidebar-nav .sidebar-footer .sidebar-footer-heading {
      background-color: #404140;
      color: #fff;
      margin-bottom: 20px;
      padding: 10px;
      text-align: center; }
      .sidebar .sidebar-nav .sidebar-footer .sidebar-footer-heading a {
        color: #fff; }

.flyout-body {
  touch-action: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent; }

.hot-link a {
  color: #33bde2; }

.img-404 {
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  margin: 50px auto; }

.shop-button {
  margin: 5px 0; }

/* LOGIN MODAL */
#modal-login .modal-header {
  background-color: #333;
  color: white;
  text-align: center;
  border-bottom: 0px;
  padding: 10px; }
  #modal-login .modal-header a {
    color: white;
    text-align: right;
    display: block;
    font-size: 16px;
    cursor: pointer; }
  #modal-login .modal-header i.sm-logo {
    font-size: 40px; }
  #modal-login .modal-header .wishlist-login {
    display: none; }
#modal-login .heading {
  border-bottom: 1px solid #000;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 3px; }
#modal-login ul {
  padding-left: 20px; }
  #modal-login ul li {
    font-size: 12px;
    /* Small devices (tablets, 768px and up) */ }
    #modal-login ul li i {
      font-size: 5px;
      vertical-align: middle;
      padding-bottom: 3px; }
    @media (min-width: 768px) {
      #modal-login ul li {
        font-size: 14px; } }
#modal-login .recover-password {
  display: none; }
  #modal-login .recover-password span {
    margin: 0px 5px; }

#customer-login .heading, #customer-register .heading {
  border-bottom: 1px solid #000;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 3px; }
#customer-login ul, #customer-register ul {
  padding-left: 20px; }
  #customer-login ul li, #customer-register ul li {
    font-size: 12px;
    /* Small devices (tablets, 768px and up) */ }
    #customer-login ul li i, #customer-register ul li i {
      font-size: 5px;
      vertical-align: middle;
      padding-bottom: 3px; }
    @media (min-width: 768px) {
      #customer-login ul li, #customer-register ul li {
        font-size: 14px; } }
#customer-login .recover-password, #customer-register .recover-password {
  display: none; }
  #customer-login .recover-password span, #customer-register .recover-password span {
    margin: 0px 5px; }
#customer-login .errors, #customer-register .errors {
  border-radius: 0px; }

/* ISOTOPE LAYOUT */
.isotope .isotope-item {
  float: left; }

.isotope .isotope-item img {
  height: auto;
  width: 100%;
  position: relative; }

.isotope .isotope-textover {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center; }

.isotope .isotope-textover h4 {
  margin: 80px 0; }

.isotope .isotope-textover-title {
  font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.isotope .hero-ctas {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  text-align: center; }

.isotope-item:hover .hero-ctas {
  display: block; }

.isotope .hero-ctas .btn {
  display: none;
  font-size: 10px;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 768px) {
    .isotope .hero-ctas .btn {
      font-size: 12px;
      display: inline-block; } }
  @media (min-width: 992px) {
    .isotope .hero-ctas .btn {
      font-size: 14px; } }

/* Isotope item sizing classes */
.isotope .isotope-100 {
  width: 100%; }

.isotope .isotope-75 {
  width: 100%;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .isotope .isotope-75 {
      width: 75%; } }

.isotope .isotope-50 {
  width: 100%;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .isotope .isotope-50 {
      width: 50%; } }

.isotope .isotope-25 {
  width: 50%;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .isotope .isotope-25 {
      width: 25%; } }

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both; }

.vertical-center {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.desaturate {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.desaturate:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }

/* HEADER */
header {
  position: relative;
  /* .header-collections {
  	background-color: #e6e6e6;
  	font-size: 12px;
  	letter-spacing: 1px;
  	padding: 5px 0;
  	text-align: center;
  	text-transform: uppercase;
  	ul {
  		li:after{
  			content: "/";
  			color: $brand-highlight;
  			@include breakpoint(small) {
  				margin-left: 10px;
  			}
  		}
  		li:first-child {
  			padding: 0;
  		}
  		li:first-child:after,
  		li:last-child:after {
  			content: "";
  			display: inline-block;
  		}
  		.show-collections {
  			.icon {
  				font-family: 'shoeme';
  				speak: none;
  				font-style: normal;
  				font-weight: normal;
  				font-variant: normal;
  				text-transform: none;
  				line-height: 1;
  				&:before {
  					content: "\e041";
  				}
  			}
  			&.collapsed {
  				.icon:before {
  					content: "\e040";
  				}
  			}
  		}
  	}
  } */
  	/* #header-collection-module {
  		background: #fff;
  
  		#header-collection-carousel {
  			.carousel-item {
  				text-align: center;
  				margin: 10px 5px;
  				height: 100px;
  
  				a {
  					text-transform: uppercase;
  					letter-spacing: 2px;
  					font-size: 12px;
  
  					img { height: 90px; }
  				}
  			}
  		}
  	} */
  	/* 
  	.header-search {
  		background-color: #fcfcfc;
  		h5 {
  			color: #999;
  			font-size: 12px;
  			margin: 0;
  			padding: 0 0 0 10px;
  		}
  		.form-control {
  			color: $brand-highlight;
  			background: none;
  			border: none;
  			border-radius: 0px;
  			box-shadow: none;
  			font-size: 14px;
  			height: auto;
  			margin: 0;
  			outline: none;
  			padding: 10px;
  			text-align: right;
  			&::-webkit-input-placeholder {color: #999;}
  			&:-moz-placeholder { color: #999;  }
  			&::-moz-placeholder {  color: #999;  }
  			&:-ms-input-placeholder {  color: #999;  }
  			&:focus {
  				border-color: #fff;
  			}
  			@include breakpoint(small) {
  				font-size: 22px;
  			}
  			@include breakpoint(medium) {
  				font-size: 26px;
  			}
  		}
  		.header-search-bar {
  			background-color: #f4f4f4;
  			height: 3px;
  			overflow: hidden;
  			position: relative;
  			width: 100%;
  			.header-search-progress {
  				@include transition(1s ease);
  				background-color: $brand-highlight;
  				height: 3px;
  				left: 0;
  				position: absolute;
  				top: 0;
  				width: 0%;
  				&.active {
  					width: 100%;
  				}
  			}
  		}
  		#search-field {
  			background-color: $brand-grey;
  			color: #a4a3a3;
  			text-align: center;
  			text-transform: uppercase;
  			@include breakpoint(desktop) { 
  				background-color: #fff;
  				text-align: right;
  				text-transform: none;
  			}
  		}
  		.visual-search {
  			font-size: 15px;
  			color: #a4a3a3;
  			text-align: center;
  			padding: 8px 0px;
  			margin-left: 20px;
  			margin-top: 6px;
  			display: none;
  
  			i { 
  				border: 1px solid; 
  				border-radius: 50%;
  				padding: 6px 7px 7px;
  				margin: 0px 2px;
  				color: $brand-highlight;
  				font-size: 16px;
  			}
  
  			@include breakpoint(desktop) { display: none !important; }
  		}
  		.visual-search-intro {
  			position: absolute;
  			bottom: -75px;
  			left: 5px;
  			background-color: $brand-highlight;
  			color: #fff;
  			padding: 10px 20px;
  			text-align: center;
  			z-index: 1;
  			visibility: hidden;
  
  			.arrow-up {
  				width: 0;
  				height: 0;
  				border-left: 15px solid transparent;
  				border-right: 15px solid transparent;
  				border-bottom: 15px solid $brand-highlight;
  				position: absolute;
  				top: -10px;
  				left: 1px;
  				display: inherit;
  			}
  			p { margin-bottom: 0px; display: inherit; }
  
  			@include breakpoint(small) { display: none; }
  		}
  	}
  	.header-banner {
  		background-color: #2c2c2c;
  		padding: 5px 0;
  		text-align: center;
  		a {
  			color: #fff;
  			span {
  				color: $brand-highlight;
  			}
  		}
  	} */ }
  header ul {
    margin: 0; }
  header.fashion {
    border-bottom: 3px solid #873594; }
  header.sport {
    border-bottom: 3px solid #0876aa; }
  header.oreo-header .header-top {
    color: #eee;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      header.oreo-header .header-top {
        min-height: 52px;
        background-color: #333; } }
    header.oreo-header .header-top a {
      color: #eee; }
    header.oreo-header .header-top .header-top-logo {
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        header.oreo-header .header-top .header-top-logo {
          margin: 8px 0 0 20px; }
          header.oreo-header .header-top .header-top-logo a {
            color: #eee; } }
    header.oreo-header .header-top .header-top-utilz {
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        header.oreo-header .header-top .header-top-utilz {
          top: 65px; } }
      header.oreo-header .header-top .header-top-utilz a {
        color: #555; }
      header.oreo-header .header-top .header-top-utilz .header-top-utillink a {
        color: #e8e8e8;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          header.oreo-header .header-top .header-top-utilz .header-top-utillink a {
            color: #555; } }
    header.oreo-header .header-top .header-top-links {
      top: 18px; }
      header.oreo-header .header-top .header-top-links a:hover {
        color: #ccc; }
      header.oreo-header .header-top .header-top-links .header-top-dropdown ul li a {
        color: #999; }
        header.oreo-header .header-top .header-top-links .header-top-dropdown ul li a:hover {
          color: #666;
          background-color: #eee; }
  header.oreo-header .header-nav {
    background-color: #f9f9f9; }
    header.oreo-header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > li > a {
      color: #555; }
    header.oreo-header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > .sale > a {
      color: #ec0044; }
      header.oreo-header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > .sale > a:hover, header.oreo-header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > .sale > a:focus {
        color: #33bde2; }
  header.oreo-header .header-searchbar {
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      header.oreo-header .header-searchbar {
        top: 8px; } }
    header.oreo-header .header-searchbar .form-group, header.oreo-header .header-searchbar .template-product .container-product .product-info .selector-wrapper, .template-product .container-product .product-info header.oreo-header .header-searchbar .selector-wrapper {
      margin: 0; }
      header.oreo-header .header-searchbar .form-group #search-field, header.oreo-header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field, .template-product .container-product .product-info header.oreo-header .header-searchbar .selector-wrapper #search-field {
        height: 35px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          header.oreo-header .header-searchbar .form-group #search-field, header.oreo-header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field, .template-product .container-product .product-info header.oreo-header .header-searchbar .selector-wrapper #search-field {
            border: none; } }
      header.oreo-header .header-searchbar .form-group #search-submit, header.oreo-header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-submit, .template-product .container-product .product-info header.oreo-header .header-searchbar .selector-wrapper #search-submit {
        color: #fff;
        border: none;
        background-color: #33bde2;
        /* Small devices (tablets, 768px and up) */ }
        header.oreo-header .header-searchbar .form-group #search-submit:hover, header.oreo-header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-submit:hover, .template-product .container-product .product-info header.oreo-header .header-searchbar .selector-wrapper #search-submit:hover {
          color: #fff;
          background-color: #1a95b6; }
        @media (min-width: 768px) {
          header.oreo-header .header-searchbar .form-group #search-submit, header.oreo-header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-submit, .template-product .container-product .product-info header.oreo-header .header-searchbar .selector-wrapper #search-submit {
            border: none; } }
  header.oreo-header .shop-banner {
    background-color: #333;
    border-bottom: none; }
    header.oreo-header .shop-banner .banner a {
      color: #eee; }
  header .header-top {
    color: #999;
    font-size: 12px;
    background-color: #333;
    /* Small devices (tablets, 768px and up) */
    		/* .header-top-links {
    			padding-left: 0;
    			padding-right: 0;
    			@include breakpoint(small) {
    				padding-left: 15px;
    				padding-right: 15px;
    			}
    			li {
    				background-color: #fafafa;
    				padding: 5px 0px;
    				margin-left: 5px;
    				@include breakpoint(medium) {
    					padding: 5px 15px;
    				}
    				&:first-child {
    					margin: 0;
    				}
    			}
    			.logo {
    				font-family: $font-family-logo;
    				letter-spacing: 5px;
    				i {
    					color: #ec0044;
    				}
    			}
    			.parallelogram {
    				background: none;
    				border-left: 1px solid #fafafa;
    				border-right: 1px solid #fafafa;
    				border-top: 1px solid #fafafa;
    				color: #fff;
    				display: inline-block;
    				text-transform: uppercase;
    				&:hover {
    					background-color: #ec0044;
    					border-left: 1px solid #e6e6e6;
    					border-right: 1px solid #e6e6e6;
    					border-top: 1px solid #e6e6e6;
    					cursor: pointer;
    					a {
    						color: #fff;
    					}
    				}
    				&.blog:hover {
    					background-color: #33bde2;
    				}
    				em {
    					display: inline-block;
    					font-style: normal;
    				}
    			}
    		}
    		.header-top-utils {
    			font-size: 11px;
    			margin-top: 5px;
    			padding-left: 0;
    			padding-right: 0;
    			text-align: right;
    			text-transform: uppercase;
    			z-index: 1000;
    			@include breakpoint(small) {
    				font-size: 12px;
    				padding-left: 15px;
    				padding-right: 15px;
    			}
    			li {
    				padding: 0;
    			}
    			#util-menu {
    				margin-right: 10px;
    				i {
    					display: inline;
    					font-size: 16px;
    					line-height: 12px;
    					margin-left: 3px;
    					vertical-align: sub;
    					@include breakpoint(small) {
    						font-size: 20px;
    						line-height: 15px;
    						margin-left: 5px;
    					}
    				}
    			}
    			#contact-link {
    				display: none;
    				@include breakpoint(small) {
    					margin-right: 10px;
    					display: initial;
    				}
    			}
    			#locale-link {
    				display: none;
    				@include breakpoint(small) {
    					margin-right: 10px;
    					display: inline;
    				}
    				.active {
    					color: $brand-highlight;
    				}
    			}
    			#bag-link {
    				position: relative;
    				margin-right: 10px;
    				@include breakpoint(small) {
    					margin-right: 0px;
    				}
    				.sm-angle-down {
    					display: inline;
    					font-size: 16px;
    					line-height: 12px;
    					vertical-align: sub;
    					@include breakpoint(small) {
    						font-size: 20px;
    						line-height: 15px;
    						margin-left: 5px;
    					}
    				}
    			}
    			#flyout-utils {
    				background-color: $brand-contrast-light;
    				box-shadow: 3px 3px 5px #ccc;
    				color: #000;
    				display: none;
    				padding: 10px 20px 20px;
    				position: absolute;
    				right: 0;
    				top: 31px;
    				width: 270px;
    				z-index: 3;
    				@include breakpoint(small) {
    					padding: 10px 35px 30px;
    					width: 300px;
    				}
    				#os-track-form {
    					.input-group.error {
    						span, input {
    							color: #cc0000;
    							border-color: #cc0000;
    						}
    					}
    				}
    				.flyout-utils-support {
    					padding: 10px 0px;
    					text-align: center;
    					@include breakpoint(small) {
    						display: none;
    					}
    					li {
    						padding: 2px 0px;
    					}
    					.active { 
    						color: $brand-highlight; 
    					}
    				}
    				.flyout-utils-tracking {
    					text-align: center;
    					h5 {
    						line-height: 20px;
    						span {
    							font-family: $font-family-bold;
    						}
    					}
    					.input-group {
    						width: 100%;
    						padding: 5px;
    						span, input {
    							border-radius: 0px;
    							box-shadow: 0px;
    							background: #fff;
    							color: #000;
    							border-color: #000;
    						}
    						span {
    							width: 35px;
    							padding: 0px;
    						}
    					}
    					.btn {
    						background: $brand-highlight;
    						border: none;
    						color: #fff;
    						margin: 10px 0px;
    						width: 220px;
    						&.btn-secondary {
    							background-color: #2f2f30;
    							margin: 0;
    						}
    					}
    				}
    				.flyout-arrow {
    					border-bottom: 15px solid $brand-contrast-light;
    					border-left: 15px solid transparent;
    					border-right: 15px solid transparent;
    					display: block;
    					height: 0;
    					position: absolute;
    					right: 99px;
    					top: -15px;
    					width: 0;
    				}
    				#flyout-utils-close {
    					padding: 5px;
    					position: absolute;
    					right: 0;
    					top: 0;
    				}
    			}
    			#flyout-cart {
    				position: absolute;
    				right: 0;
    				top: 31px;
    				width: 420px;
    				z-index: 3;
    				color: #000;
    				background: $brand-contrast-light;
    				text-align: left;
    				text-transform: none;
    				padding-bottom:20px;
    				@include make-row(0px);
    
    				.flyout-cart-header {
    					text-transform: uppercase;
    					text-align: center;
    					padding: 18px 0px;
    					position: relative;
    					h3 {
    						margin: 0px;
    						font-size: 16px;
    					}
    				}
    				.flyout-cart-products {
    					max-height: 500px;
    					overflow: auto;
    					.flyout-cart-product {
    						@include make-row(0px);
    						padding: 10px 5px;
    
    						a {
    							color: #000;
    							&:hover { color:$brand-highlight; }
    						}
    						p { margin-bottom: 0px; }
    						.flyout-cart-product-title {
    							font-weight: bold;
    							text-transform: uppercase;
    							font-size: 13px;
    						}
    						.flyout-cart-product-variant {
    							color: $brand-light;
    						}
    						.remove-btn {
    							margin-top: 10px;
    							.remove {
    								text-decoration: underline;
    							}
    						}
    						&[data-product="expedited-duty"] { display: none; }
    					}
    					.empty-bag {
    						padding: 50px;
    						text-align: center;
    					}
    				}
    				.flyout-cart-confident {
    					text-align: center;
    					label {
    						font-size: 14px;
    						font-weight: normal;
    					}
    				}
    				.flyout-cart-total {
    					padding: 10px 0;
    					p {
    						margin: 0 0 10px 0;
    						padding: 0 20px;
    						span {
    							font-family: $font-family-bold;
    						}
    					}
    					.list-inline {
    						margin: 0;
    						text-align: center;
    						li {
    							width: 30%;
    							.btn {
    								width: 100%;
    								text-transform: uppercase;
    								padding: 5px 2px;
    							}
    						}
    					}
    				}
    				.flyout-arrow {
    					border-bottom: 15px solid $brand-contrast-light;
    					border-left: 15px solid transparent;
    					border-right: 15px solid transparent;
    					display: block;
    					height: 0;
    					position: absolute;
    					right: 6px;
    					top: -15px;
    					width: 0;
    				}
    				#flyout-cart-close {
    					padding: 5px;
    					position: absolute;
    					right: 0;
    					top: 0;
    				}
    			}
    		}
    		.header-top-prop {
    			text-align: center;
    			font-size: 14px;
    			margin-top: 5px;
    			padding-left: 0;
    			padding-right: 0;
    			text-transform: uppercase;
    			@include breakpoint(medium) {
    				letter-spacing: 1px;
    			}
    		} */ }
    @media (min-width: 768px) {
      header .header-top {
        min-height: 60px;
        background-color: #fff; } }
    header .header-top a {
      color: #999; }
    header .header-top .header-top-nav .navbar-toggle {
      float: left;
      margin-right: 5px; }
      header .header-top .header-top-nav .navbar-toggle .icon-bar {
        border-top: 2px solid #c8c8c8; }
        header .header-top .header-top-nav .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 5px; }
    header .header-top .header-top-logo {
      -webkit-font-smoothing: antialiased;
      font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 26px;
      float: left;
      letter-spacing: 3px;
      margin: 7px 0 0;
      /* Small devices (tablets, 768px and up) */ }
      header .header-top .header-top-logo a {
        color: #eee; }
      @media (min-width: 768px) {
        header .header-top .header-top-logo {
          margin: 12px 0 0 20px; }
          header .header-top .header-top-logo a {
            color: #444; } }
      header .header-top .header-top-logo img {
        width: 165px; }
      header .header-top .header-top-logo.img {
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          header .header-top .header-top-logo.img {
            margin: 5px 0 0 10px; } }
    header .header-top .header-top-utilz {
      float: right;
      margin-top: 12px;
      position: relative;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        header .header-top .header-top-utilz {
          color: #333;
          float: none;
          margin-top: 0;
          position: absolute;
          right: 25px;
          top: 71px;
          z-index: 100; } }
      header .header-top .header-top-utilz .header-top-utillink {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        letter-spacing: 1px;
        padding-left: 0px;
        padding-right: 0px;
        /* Small devices (tablets, 768px and up) */
        /* Large devices (large desktops, 1200px and up) */ }
        @media (min-width: 768px) {
          header .header-top .header-top-utilz .header-top-utillink {
            padding-left: 3px;
            padding-right: 3px; } }
        header .header-top .header-top-utilz .header-top-utillink a {
          color: #e8e8e8;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            header .header-top .header-top-utilz .header-top-utillink a {
              color: #eee; } }
          header .header-top .header-top-utilz .header-top-utillink a i {
            font-size: 24px;
            padding: 0px 5px;
            /* Small devices (tablets, 768px and up) */ }
            @media (min-width: 768px) {
              header .header-top .header-top-utilz .header-top-utillink a i {
                font-size: 26px; } }
          header .header-top .header-top-utilz .header-top-utillink a.active {
            color: #fff;
            /* Small devices (tablets, 768px and up) */ }
            @media (min-width: 768px) {
              header .header-top .header-top-utilz .header-top-utillink a.active {
                color: #333; } }
        header .header-top .header-top-utilz .header-top-utillink:hover a {
          color: #fff;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            header .header-top .header-top-utilz .header-top-utillink:hover a {
              color: #33bde2; } }
        header .header-top .header-top-utilz .header-top-utillink .header-top-cartlink {
          position: relative; }
        @media (min-width: 1200px) {
          header .header-top .header-top-utilz .header-top-utillink #util-menu, header .header-top .header-top-utilz .header-top-utillink .header-top-cartlink {
            float: left; } }
        header .header-top .header-top-utilz .header-top-utillink .header-top-carttext, header .header-top .header-top-utilz .header-top-utillink .utillink-text {
          display: none;
          float: right;
          font-size: 12px;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin: 5px 0 0 2px;
          letter-spacing: 1px;
          text-transform: uppercase;
          /* Large devices (large desktops, 1200px and up) */ }
          @media (min-width: 1200px) {
            header .header-top .header-top-utilz .header-top-utillink .header-top-carttext, header .header-top .header-top-utilz .header-top-utillink .utillink-text {
              display: block; } }
          header .header-top .header-top-utilz .header-top-utillink .header-top-carttext i, header .header-top .header-top-utilz .header-top-utillink .utillink-text i {
            font-size: 16px;
            vertical-align: sub;
            padding-left: 1px; }
        header .header-top .header-top-utilz .header-top-utillink .visual-search {
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            header .header-top .header-top-utilz .header-top-utillink .visual-search {
              display: none; } }
        header .header-top .header-top-utilz .header-top-utillink #bag-count {
          background: #33bde2 none repeat scroll 0 0;
          border-radius: 50%;
          color: #fff;
          font-size: 10px;
          padding: 0 5px;
          position: absolute;
          right: 2px;
          top: 0px; }
      header .header-top .header-top-utilz #flyout-utils {
        background-color: #fff;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        color: #000;
        display: none;
        padding: 10px 20px 20px;
        position: absolute;
        right: 13px;
        top: 36px;
        width: 270px;
        z-index: 3;
        /* Small devices (tablets, 768px and up) */
        /* Large devices (large desktops, 1200px and up) */ }
        @media (min-width: 768px) {
          header .header-top .header-top-utilz #flyout-utils {
            right: 25px;
            padding: 10px 35px 30px;
            width: 300px; } }
        @media (min-width: 1200px) {
          header .header-top .header-top-utilz #flyout-utils {
            right: 150px; } }
        header .header-top .header-top-utilz #flyout-utils #os-track-form .input-group.error span, header .header-top .header-top-utilz #flyout-utils #os-track-form .input-group.error input {
          color: #cc0000;
          border-color: #cc0000; }
        header .header-top .header-top-utilz #flyout-utils .flyout-utils-support {
          padding: 10px 0px;
          text-align: center;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            header .header-top .header-top-utilz #flyout-utils .flyout-utils-support {
              display: none; } }
          header .header-top .header-top-utilz #flyout-utils .flyout-utils-support li {
            padding: 2px 0px; }
          header .header-top .header-top-utilz #flyout-utils .flyout-utils-support .active {
            color: #33bde2; }
        header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking {
          text-align: center; }
          header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking h5 {
            line-height: 20px;
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: uppercase; }
            header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking h5 span {
              font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking .input-group {
            width: 100%;
            padding: 5px; }
            header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking .input-group span, header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking .input-group input {
              border-radius: 0px;
              box-shadow: 0px;
              background: #fff;
              color: #000;
              border-color: #000; }
            header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking .input-group span {
              width: 35px;
              padding: 0px; }
          header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking .input-group-addon {
            font-size: 16px; }
          header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking .btn {
            background: #33bde2;
            border: none;
            color: #fff;
            margin: 10px 0px;
            width: 220px; }
            header .header-top .header-top-utilz #flyout-utils .flyout-utils-tracking .btn.btn-secondary {
              background-color: #2f2f30;
              margin: 0; }
        header .header-top .header-top-utilz #flyout-utils .flyout-utils-faq {
          margin-top: 20px;
          text-align: center; }
          header .header-top .header-top-utilz #flyout-utils .flyout-utils-faq a {
            color: #333;
            font-size: 16px; }
        header .header-top .header-top-utilz #flyout-utils .flyout-arrow {
          border-bottom: 10px solid #fff;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          display: block;
          height: 0;
          position: absolute;
          right: 33px;
          top: -10px;
          width: 0; }
        header .header-top .header-top-utilz #flyout-utils #flyout-utils-close {
          color: #000;
          font-size: 12px;
          padding: 10px;
          position: absolute;
          right: 0;
          top: 0; }
      header .header-top .header-top-utilz #flyout-cart {
        position: absolute;
        right: -4px;
        top: 36px;
        width: 420px;
        z-index: 3;
        color: #000;
        background: #fff;
        text-align: left;
        text-transform: none;
        padding-bottom: 20px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        margin-left: 0px;
        margin-right: 0px;
        /* Large devices (large desktops, 1200px and up) */ }
        header .header-top .header-top-utilz #flyout-cart:before, header .header-top .header-top-utilz #flyout-cart:after {
          content: " ";
          display: table; }
        header .header-top .header-top-utilz #flyout-cart:after {
          clear: both; }
        @media (min-width: 1200px) {
          header .header-top .header-top-utilz #flyout-cart {
            right: -10px; } }
        header .header-top .header-top-utilz #flyout-cart .flyout-cart-header {
          text-transform: uppercase;
          text-align: center;
          padding: 18px 0px;
          position: relative; }
          header .header-top .header-top-utilz #flyout-cart .flyout-cart-header h3 {
            margin: 0px;
            font-size: 16px;
            letter-spacing: 1px; }
        header .header-top .header-top-utilz #flyout-cart .flyout-cart-products {
          max-height: 500px;
          overflow: auto; }
          header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product {
            margin-left: 0px;
            margin-right: 0px;
            padding: 10px 5px; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product:before, header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product:after {
              content: " ";
              display: table; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product:after {
              clear: both; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product a {
              color: #000; }
              header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product a:hover {
                color: #33bde2; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product p {
              margin-bottom: 0px; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product .flyout-cart-product-title {
              font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
              text-transform: uppercase;
              font-size: 13px; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product .flyout-cart-product-variant {
              color: #adadad; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product .remove-btn {
              margin-top: 10px; }
              header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product .remove-btn .remove {
                text-decoration: underline; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .flyout-cart-product[data-product="expedited-duty"] {
              display: none; }
          header .header-top .header-top-utilz #flyout-cart .flyout-cart-products .empty-bag {
            padding: 50px;
            text-align: center; }
        header .header-top .header-top-utilz #flyout-cart .flyout-cart-confident {
          text-align: center; }
          header .header-top .header-top-utilz #flyout-cart .flyout-cart-confident label {
            font-size: 14px;
            font-weight: normal; }
        header .header-top .header-top-utilz #flyout-cart .flyout-cart-total {
          padding: 10px 0; }
          header .header-top .header-top-utilz #flyout-cart .flyout-cart-total p {
            margin: 0 0 10px 0;
            padding: 0 20px; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-total p span {
              font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          header .header-top .header-top-utilz #flyout-cart .flyout-cart-total .list-inline {
            margin: 0;
            text-align: center; }
            header .header-top .header-top-utilz #flyout-cart .flyout-cart-total .list-inline li {
              width: 30%; }
              header .header-top .header-top-utilz #flyout-cart .flyout-cart-total .list-inline li .btn {
                width: 100%;
                text-transform: uppercase;
                padding: 5px 2px; }
        header .header-top .header-top-utilz #flyout-cart .flyout-arrow {
          border-bottom: 10px solid #fff;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          display: block;
          height: 0;
          position: absolute;
          right: 17px;
          top: -10px;
          width: 0; }
        header .header-top .header-top-utilz #flyout-cart #flyout-cart-close {
          padding: 10px;
          position: absolute;
          right: 0;
          top: 0;
          color: inherit; }
    header .header-top .header-top-links {
      display: none;
      font-size: 12px;
      position: absolute;
      right: 10px;
      top: 22px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */ }
      header .header-top .header-top-links li {
        position: relative; }
      @media (min-width: 768px) {
        header .header-top .header-top-links {
          font-size: 13px;
          display: block; } }
      @media (min-width: 992px) {
        header .header-top .header-top-links {
          letter-spacing: 0.8px; } }
      header .header-top .header-top-links a.active {
        color: #33bde2;
        pointer-events: none; }
        header .header-top .header-top-links a.active:focus {
          color: #33bde2; }
      header .header-top .header-top-links a:hover {
        color: #666; }
      header .header-top .header-top-links a.outlet-link {
        font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0 12px;
        z-index: 1;
        position: relative; }
        header .header-top .header-top-links a.outlet-link:after {
          position: absolute;
          content: '';
          top: -2px;
          bottom: -2px;
          left: -10px;
          right: -10px;
          z-index: -1;
          background-color: #ec0044;
          -webkit-transform: skewX(-20deg) skewY(0deg);
          -ms-transform: skewX(-20deg) skewY(0deg);
          -o-transform: skewX(-20deg) skewY(0deg);
          transform: skewX(-20deg) skewY(0deg); }
        header .header-top .header-top-links a.outlet-link:hover:after {
          background-color: #d3003d; }
      header .header-top .header-top-links .header-top-dropdown {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 100%;
        background-color: #f9f9f9;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        display: none;
        padding: 10px 0;
        position: absolute;
        top: 36px;
        z-index: 100; }
        header .header-top .header-top-links .header-top-dropdown ul {
          text-align: center; }
          header .header-top .header-top-links .header-top-dropdown ul li a {
            letter-spacing: 0.8px;
            text-transform: uppercase;
            display: block;
            width: 100%;
            padding: 8px; }
            header .header-top .header-top-links .header-top-dropdown ul li a:hover {
              background-color: #eee; }
      header .header-top .header-top-links #locations-dropdown {
        width: 200px; }
      header .header-top .header-top-links #support-dropdown {
        width: 250px; }
      header .header-top .header-top-links .flyout-arrow {
        border-bottom: 10px solid #f9f9f9;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        display: block;
        height: 0;
        position: absolute;
        top: -10px;
        width: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
  header .header-searchbar {
    border-bottom: 1px solid #e6e7e8;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      header .header-searchbar {
        border: none;
        left: 195px;
        position: absolute;
        top: 12px; } }
    header .header-searchbar .form-group, header .header-searchbar .template-product .container-product .product-info .selector-wrapper, .template-product .container-product .product-info header .header-searchbar .selector-wrapper {
      margin: 0; }
      header .header-searchbar .form-group #search-field, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-field {
        height: 37px;
        box-shadow: none;
        padding: 6px 2px 6px 10px;
        background-color: #fff;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0;
        color: #333;
        -webkit-appearance: none;
        border: none;
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 768px) {
          header .header-searchbar .form-group #search-field, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-field {
            width: 228px;
            background-color: #fafafa;
            border: 1px solid #e6e7e8;
            border-right: none; } }
        @media (min-width: 992px) {
          header .header-searchbar .form-group #search-field, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-field {
            width: 400px; } }
        header .header-searchbar .form-group #search-field::-webkit-input-placeholder, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field::-webkit-input-placeholder, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-field::-webkit-input-placeholder {
          color: #999;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          letter-spacing: 0; }
        header .header-searchbar .form-group #search-field:-moz-placeholder, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field:-moz-placeholder, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-field:-moz-placeholder {
          color: #999;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          letter-spacing: 0; }
        header .header-searchbar .form-group #search-field::-moz-placeholder, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field::-moz-placeholder, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-field::-moz-placeholder {
          color: #999;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          letter-spacing: 0; }
        header .header-searchbar .form-group #search-field:-ms-input-placeholder, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-field:-ms-input-placeholder, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-field:-ms-input-placeholder {
          color: #999;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          letter-spacing: 0; }
      header .header-searchbar .form-group #search-submit, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-submit, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-submit {
        cursor: pointer;
        color: #33bde2;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #fff;
        font-size: 20px;
        border: none;
        padding: 6px 10px;
        /* Small devices (tablets, 768px and up) */ }
        header .header-searchbar .form-group #search-submit:hover, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-submit:hover, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-submit:hover {
          color: #1a95b6; }
        @media (min-width: 768px) {
          header .header-searchbar .form-group #search-submit, header .header-searchbar .template-product .container-product .product-info .selector-wrapper #search-submit, .template-product .container-product .product-info header .header-searchbar .selector-wrapper #search-submit {
            border: 1px solid #e6e7e8;
            border-left: none;
            background-color: #fafafa;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px; } }
  header .header-nav {
    background-color: #333;
    display: none;
    padding: 5px 0px;
    position: relative;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      header .header-nav {
        padding: 7px 0px;
        display: block; } }
    header .header-nav .header-nav-logo {
      color: #333;
      font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      left: 15px;
      letter-spacing: 3px;
      position: absolute;
      top: 4px;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      header .header-nav .header-nav-logo .sm-mapleleaf {
        color: #ec0044; }
      @media (min-width: 768px) {
        header .header-nav .header-nav-logo {
          letter-spacing: 1px;
          top: 15px; } }
      @media (min-width: 992px) {
        header .header-nav .header-nav-logo {
          font-size: 20px;
          letter-spacing: 5px; } }
      @media (min-width: 1200px) {
        header .header-nav .header-nav-logo {
          font-size: 24px;
          letter-spacing: 5px;
          top: 14px; } }
    header .header-nav .header-nav-search {
      font-size: 12px;
      position: absolute;
      right: 15px;
      top: 8px;
      z-index: 100;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        header .header-nav .header-nav-search {
          top: 16px; } }
      header .header-nav .header-nav-search .search {
        color: #33bde2; }
        header .header-nav .header-nav-search .search.collapsed {
          color: #333; }
        header .header-nav .header-nav-search .search i {
          font-size: 16px; }
        header .header-nav .header-nav-search .search label {
          cursor: pointer;
          font-weight: normal;
          margin: 0;
          text-transform: uppercase;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            header .header-nav .header-nav-search .search label {
              border-bottom: 1px solid #666; } }
          header .header-nav .header-nav-search .search label span {
            display: none;
            /* Small devices (tablets, 768px and up) */ }
            @media (min-width: 768px) {
              header .header-nav .header-nav-search .search label span {
                display: inline-block; } }
      header .header-nav .header-nav-search .visual-search {
        font-size: 16px;
        margin-right: 5px;
        color: #33bde2;
        display: none;
        /* Devices 1025px wide and higher - Desktops */ }
        @media (min-width: 1025px) {
          header .header-nav .header-nav-search .visual-search {
            display: none !important; } }
    header .header-nav .header-nav-links a {
      color: #333; }
      header .header-nav .header-nav-links a:hover {
        color: #33bde2; }
    header .header-nav .header-nav-links .mega .nav,
    header .header-nav .header-nav-links .mega .collapse,
    header .header-nav .header-nav-links .mega .dropup,
    header .header-nav .header-nav-links .mega .dropdown {
      position: static; }
    header .header-nav .header-nav-links .mega .container {
      position: relative; }
    header .header-nav .header-nav-links .mega .dropdown-menu {
      left: auto; }
    header .header-nav .header-nav-links .mega .mega-content {
      padding: 20px 30px; }
    header .header-nav .header-nav-links .mega .dropdown.mega-fw .dropdown-menu {
      left: 0;
      right: 0; }
    header .header-nav .header-nav-links .navbar {
      background: none;
      border: none;
      margin: 0;
      min-height: inherit; }
      header .header-nav .header-nav-links .navbar::before, header .header-nav .header-nav-links .navbar::after {
        display: inline-block; }
      header .header-nav .header-nav-links .navbar .navbar-header .navbar-brand {
        display: block;
        float: left;
        font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        height: auto;
        letter-spacing: 5px;
        line-height: 24px;
        padding: 0;
        text-align: center;
        position: absolute;
        width: 100%;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          header .header-nav .header-nav-links .navbar .navbar-header .navbar-brand {
            width: inherit;
            position: relative;
            float: left;
            font-size: 18px;
            letter-spacing: 5px;
            margin: 5px 0 5px 15px;
            visibility: hidden; } }
        header .header-nav .header-nav-links .navbar .navbar-header .navbar-brand i {
          color: #e40046; }
      header .header-nav .header-nav-links .navbar .navbar-header .navbar-toggle {
        position: relative;
        z-index: 1;
        border: none;
        color: #428bca;
        float: left;
        left: 10px;
        margin: 0;
        padding: 5px; }
      header .header-nav .header-nav-links .navbar .navbar-collapse {
        /* Small devices (tablets, 768px and up) */ }
        header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav {
          font-size: 12px;
          left: 0;
          letter-spacing: 1px;
          position: absolute;
          text-align: left;
          text-transform: uppercase;
          top: 0;
          width: 100%;
          padding: 0px 25px;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav {
              top: 3px; } }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > li {
            display: inline-block;
            float: none; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > li > a {
            font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #eee; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav li > a {
            padding: 6px 10px 16px; }
            header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav li > a.dropdown-link {
              padding-right: 0px;
              display: inline-block; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav li > a.dropdown-link + .dropdown-caret {
                position: relative;
                padding: 0px;
                line-height: 12px;
                display: inline-block; }
                header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav li > a.dropdown-link + .dropdown-caret .dropdown-toggle {
                  vertical-align: sub; }
                  header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav li > a.dropdown-link + .dropdown-caret .dropdown-toggle i {
                    font-size: 16px; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav li > a:hover {
            color: #33bde2; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > .active > a,
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > .active > a:hover,
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav > .active > a:focus {
            background: none; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-link, header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-caret {
            color: #33bde2; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
            display: block; }
            header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu.tablet {
              display: none; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu.tablet.active {
                display: block; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .blog {
            display: none;
            /* Medium devices (desktops, 992px and up) */ }
            @media (min-width: 992px) {
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .blog {
                display: inline-block; } }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .sale a {
            color: #ec0044; }
            header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .sale a:hover, header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .sale a:focus {
              color: #33bde2; }
          header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu {
            -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
            background-color: #fcfcfc;
            border: none;
            border-radius: 0;
            padding: 30px 0 25px; }
            header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu li > a {
              letter-spacing: 0.5px;
              /* Large devices (large desktops, 1200px and up) */ }
              @media (min-width: 1200px) {
                header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu li > a {
                  letter-spacing: 1px; } }
            header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section {
              border-left: 1px solid #ccc;
              font-size: 12px;
              min-height: 190px;
              padding: 0 25px; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section:first-child {
                border: none; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section h3 {
                margin: 10px 0;
                text-transform: uppercase; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section h5 {
                color: #555;
                column-span: all;
                font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 13px;
                letter-spacing: 1.5px;
                margin: 0 0 15px 0;
                /* Large devices (large desktops, 1200px and up) */ }
                @media (min-width: 1200px) {
                  header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section h5 {
                    font-size: 14px; } }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section ul.two-cols {
                -moz-column-count: 2;
                -moz-column-gap: 20px;
                -webkit-column-count: 2;
                -webkit-column-gap: 20px;
                column-count: 2;
                column-gap: 20px; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section li {
                margin-bottom: 5px;
                text-transform: none; }
                header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section li a {
                  padding: 0; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section li.arrow-tag {
                position: relative;
                height: 26px; }
                header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section li.arrow-tag .arrow-left {
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 13px 18.3px 13px 0;
                  border-color: transparent #33bde2 transparent transparent;
                  position: absolute;
                  left: -18px;
                  /* Medium devices (desktops, 992px and up) */ }
                  @media (min-width: 992px) {
                    header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section li.arrow-tag .arrow-left {
                      border-width: 14px 18.3px 13px 0; } }
                header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section li.arrow-tag a {
                  background: #33bde2;
                  color: white;
                  padding: 5px;
                  padding-left: 0px;
                  position: absolute;
                  width: 100%;
                  height: 100%; }
              header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-section .btn {
                margin-top: 10px;
                border-color: #888;
                font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
                letter-spacing: 1px;
                padding: 7px 0; }
            header .header-nav .header-nav-links .navbar .navbar-collapse .navbar-nav .dropdown-menu.active {
              display: block; }

/* FOOTER */
footer {
  font-size: 12px;
  padding: 30px 0 0; }
  footer .footer-props .prop {
    font-size: 56px;
    /* Small devices (tablets, 768px and up) */ }
    footer .footer-props .prop.sm-badge-canadian {
      font-size: 60px; }
    @media (min-width: 768px) {
      footer .footer-props .prop {
        font-size: 95px; }
        footer .footer-props .prop.sm-badge-canadian {
          font-size: 100px; } }
  footer .footer-props .footer-social {
    margin: 10px 0; }
    footer .footer-props .footer-social p, footer .footer-props .footer-social ul {
      margin: 0; }
    footer .footer-props .footer-social a {
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 768px) {
        footer .footer-props .footer-social a {
          font-size: 14px; } }
      @media (min-width: 992px) {
        footer .footer-props .footer-social a {
          font-size: 16px; } }
    footer .footer-props .footer-social .blog-link {
      text-decoration: underline; }
  footer .footer-email {
    background-color: #f9f9f9;
    padding: 30px 15px;
    margin-top: 15px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      footer .footer-email {
        padding: 45px 15px;
        margin-top: 25px; } }
    footer .footer-email p {
      text-align: center;
      margin-bottom: 15px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        footer .footer-email p {
          font-size: 14px; } }
    footer .footer-email form {
      width: 95%;
      max-width: 450px;
      margin: 0 auto; }
      footer .footer-email form input, footer .footer-email form button {
        float: left;
        height: 35px;
        border: 1px solid #333;
        outline: none;
        -webkit-appearance: none;
        border-radius: 0;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          footer .footer-email form input, footer .footer-email form button {
            height: 42px;
            letter-spacing: 0.8px; } }
      footer .footer-email form input[type="email"] {
        font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        width: 68%;
        padding-left: 10px;
        padding-right: 10px;
        border-right: none;
        /* Small devices (tablets, 768px and up) */ }
        footer .footer-email form input[type="email"].error {
          border-color: #ec0044; }
        @media (min-width: 768px) {
          footer .footer-email form input[type="email"] {
            font-size: 13px;
            padding-left: 15px;
            padding-right: 15px; } }
      footer .footer-email form button {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 32%;
        background-color: #333;
        color: #eee;
        text-transform: uppercase;
        font-size: 12px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          footer .footer-email form button {
            font-size: 15px; } }
        footer .footer-email form button:hover, footer .footer-email form button:focus {
          background-color: #444;
          border-color: #444; }
  footer .footer-wrapper .footer-contact, footer .footer-wrapper .footer-nav, footer .footer-wrapper .footer-logo, footer .footer-wrapper .footer-base {
    background-color: #333;
    color: #fff; }
  footer .footer-wrapper .footer-contact {
    padding-bottom: 15px;
    padding-top: 15px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      footer .footer-wrapper .footer-contact {
        padding-bottom: 40px;
        padding-top: 40px; } }
    footer .footer-wrapper .footer-contact a {
      font-size: 18px;
      color: #33bde2;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        footer .footer-wrapper .footer-contact a {
          font-size: 24px; } }
    footer .footer-wrapper .footer-contact p {
      margin: 0; }
      footer .footer-wrapper .footer-contact p.grey {
        color: #666;
        font-size: 10px; }
  footer .footer-wrapper .footer-nav {
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 768px) {
      footer .footer-wrapper .footer-nav {
        padding-bottom: 40px; } }
    @media (min-width: 992px) {
      footer .footer-wrapper .footer-nav {
        padding-left: 10%;
        padding-right: 10%; } }
    footer .footer-wrapper .footer-nav a {
      color: #fff;
      font-size: 10px;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        footer .footer-wrapper .footer-nav a {
          font-size: 12px; } }
      footer .footer-wrapper .footer-nav a:hover {
        color: #33bde2; }
    footer .footer-wrapper .footer-nav .gold {
      color: #c0a165; }
    footer .footer-wrapper .footer-nav .footer-linklists .heading {
      font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      margin: 10px 0;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 768px) {
        footer .footer-wrapper .footer-nav .footer-linklists .heading {
          margin: 0 0 10px; } }
      @media (min-width: 992px) {
        footer .footer-wrapper .footer-nav .footer-linklists .heading {
          font-size: 14px;
          margin: 0 0 20px; } }
      footer .footer-wrapper .footer-nav .footer-linklists .heading.logo {
        font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: none; }
    footer .footer-wrapper .footer-nav .footer-linklists .col-xs-6:first-child {
      min-height: 185px; }
    footer .footer-wrapper .footer-nav .footer-linklists .col-xs-6:nth-child(2) {
      min-height: 185px; }
    footer .footer-wrapper .footer-nav .footer-linklists .footer-list.two-col {
      -moz-column-count: 2;
      -moz-column-gap: 30px;
      -webkit-column-count: 2;
      -webkit-column-gap: 30px;
      column-count: 2;
      column-gap: 30px; }
    footer .footer-wrapper .footer-nav .footer-about-us {
      margin: 0 0 20px; }
      footer .footer-wrapper .footer-nav .footer-about-us .heading {
        font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 768px) {
          footer .footer-wrapper .footer-nav .footer-about-us .heading {
            margin-top: 0; } }
        @media (min-width: 992px) {
          footer .footer-wrapper .footer-nav .footer-about-us .heading {
            font-size: 14px; } }
        footer .footer-wrapper .footer-nav .footer-about-us .heading .logo {
          font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          text-transform: none; }
      footer .footer-wrapper .footer-nav .footer-about-us p {
        font-size: 10px;
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          footer .footer-wrapper .footer-nav .footer-about-us p {
            font-size: 12px; } }
  footer .footer-logo {
    border-top: 1px solid #33bde2;
    padding: 10px 0; }
    footer .footer-logo i {
      font-size: 48px;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        footer .footer-logo i {
          font-size: 80px; } }
    footer .footer-logo p {
      font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        footer .footer-logo p {
          font-size: 16px; } }
  footer .footer-base {
    padding: 10px 0; }
    footer .footer-base .footer-copyright p {
      font-size: 12px;
      margin: 0; }
      footer .footer-base .footer-copyright p span {
        font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    footer .footer-base .footer-slashes ul {
      margin: 3px 0 0 0;
      text-align: right; }
      footer .footer-base .footer-slashes ul li {
        margin-left: -1px;
        margin-right: -1px;
        padding-left: 0;
        padding-right: 0; }
        footer .footer-base .footer-slashes ul li .purple {
          color: #873594; }
        footer .footer-base .footer-slashes ul li .orange {
          color: #f89c27; }
        footer .footer-base .footer-slashes ul li .yellow {
          color: #fdda1c; }
        footer .footer-base .footer-slashes ul li .blue {
          color: #0876aa; }
        footer .footer-base .footer-slashes ul li .green {
          color: #a3cf5f; }
  footer .footer-badges {
    padding: 10px 0;
    text-align: center; }
    footer .footer-badges ul {
      margin: 0; }
    footer .footer-badges .visa, footer .footer-badges .paypal, footer .footer-badges .master, footer .footer-badges .amex, footer .footer-badges .truste, footer .footer-badges .bbb {
      width: 35px; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.nxt-address:before, .nxt-address:after {
  content: " ";
  display: table; }
.nxt-address:after {
  clear: both; }

.nxt-pagination {
  margin-bottom: 20px; }

/* NEXTOPIA */
#nxt-filters-span2 .filter-title .BrandLogo {
  text-align: center;
  padding-bottom: 15px; }
  #nxt-filters-span2 .filter-title .BrandLogo img {
    height: auto;
    max-width: 100%; }

.filter-Features {
  display: none; }

#nxt-status {
  background: url("//d2brc35ftammet.cloudfront.net/img/loading-grey.gif") no-repeat scroll 50% 0 transparent;
  height: 30px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  width: 30px;
  z-index: 999; }

.nxt-related {
  display: none; }

#nxt-filters-span2.span2 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 768px) {
    #nxt-filters-span2.span2 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    #nxt-filters-span2.span2 {
      float: left;
      width: 25%; } }

  @media (min-width: 992px) {
    #nxt-filters-span2.span2 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    #nxt-filters-span2.span2 {
      float: left;
      width: 16.66667%; } }

#nxt-filters-span2 .collection-title {
  display: none; }
#nxt-filters-span2 #brand-description {
  margin-bottom: 20px; }
  #nxt-filters-span2 #brand-description p {
    display: inline; }
  #nxt-filters-span2 #brand-description i:hover {
    color: #33bde2; }

.nxt-sort-by select {
  background: #fff;
  font-size: 12px; }

#filter-accordion .filter-title {
  display: none; }
#filter-accordion strong {
  font-weight: normal;
  font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#filter-accordion #filter-options {
  /* Only extra small devices (phones, 767px and under) */ }
  @media (max-width: 767px) {
    #filter-accordion #filter-options {
      padding: 0 10px; } }
  #filter-accordion #filter-options ul {
    list-style: none;
    padding: 0; }
  #filter-accordion #filter-options .accordion-heading {
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    background-color: #fafafa;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0; }
    #filter-accordion #filter-options .accordion-heading:hover {
      background-color: #eee; }
    #filter-accordion #filter-options .accordion-heading .accordion-toggle {
      display: block;
      padding: 10px 15px; }
      #filter-accordion #filter-options .accordion-heading .accordion-toggle:hover, #filter-accordion #filter-options .accordion-heading .accordion-toggle:focus {
        color: #333; }
  #filter-accordion #filter-options .accordion-group {
    border: 1px solid #eee;
    margin-bottom: 20px; }
  #filter-accordion #filter-options .accordion-inner {
    font-size: 13px;
    padding: 5px 8px 0 15px; }
  #filter-accordion #filter-options .refine-count {
    color: #adadad; }
  #filter-accordion #filter-options #filter-Size ul:before, #filter-accordion #filter-options #filter-Size ul:after {
    content: " ";
    display: table; }
  #filter-accordion #filter-options #filter-Size ul:after {
    clear: both; }
  #filter-accordion #filter-options #filter-Size ul li {
    float: left;
    min-width: 33.3333333%;
    padding-right: 10px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #filter-accordion #filter-options #filter-Size ul li {
        min-width: 50%; } }
  #filter-accordion #filter-options #filter-Price > ul {
    display: none; }
#filter-accordion .accordion-group ::-webkit-scrollbar {
  width: 2px;
  height: 2px; }
#filter-accordion .accordion-group ::-webkit-scrollbar-thumb {
  background: #888; }
#filter-accordion .accordion-group ::-webkit-scrollbar-track {
  background: #eee; }
#filter-accordion .accordion-group .accordion-heading {
  padding: 0 10px; }
  #filter-accordion .accordion-group .accordion-heading.nxt-no-address {
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #filter-accordion .accordion-group .accordion-heading.nxt-no-address {
        display: none; } }
  #filter-accordion .accordion-group .accordion-heading .filter-header {
    cursor: pointer;
    background-color: #33bde2;
    color: #fff;
    display: block;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center; }
    #filter-accordion .accordion-group .accordion-heading .filter-header h5 {
      margin: 0;
      text-transform: uppercase; }

#nxt-nrf {
  font-size: 14px;
  text-align: center; }

.collection-list.span10 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 768px) {
    .collection-list.span10 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .collection-list.span10 {
      float: left;
      width: 75%; } }

  @media (min-width: 992px) {
    .collection-list.span10 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .collection-list.span10 {
      float: left;
      width: 83.33333%; } }

.collection-list #display_item {
  margin: 0;
  		/*.product-list {
  			@include clearfix();
  			clear: both;
  			padding: 0;
  			.product-li {
  				float: left;
  				margin-bottom: 20px;
  				min-height: 280px;
  				padding: 10px;
  				width: 50%;
  				@include breakpoint(small) {
  					min-height: 320px;
  				}
  				@include breakpoint(medium) {
  					width: 33%;
  				}
  				@include breakpoint(large) {
  					width: 20%;
  				}
  				.product-tile {
  					position: relative;
  					@include breakpoint(small) {
  						padding: 0 10px;
  					}
  					@include breakpoint(medium) {
  						padding: 0 20px;
  					}
  					@include breakpoint(large) {
  						padding: 0 5px;
  					}
  					@include breakpoint(xxlarge) {
  						padding: 0 10px;
  					}
  					> a {
  						display: block;
  						padding: 0 10px;
  					}
  					&:hover {
  						.sm-sale {
  							border: 1px solid red;
  							background-color: red;
  							&:after {
  								color: #fff;
  							}
  						}
  						.sm-new-prod {
  							border: 1px solid #33bde2;
  							background-color: #33bde2;
  							&:after {
  								color: #fff;
  							}
  						}
  					}
  					.product-img {}
  					.product-dts {
  						@include clearfix();
  						@include box-shadow(2px 2px 3px -1px $brand-light);
  						margin: 5px 0 10px;
  						padding: 5px;
  						overflow: hidden;
  						.product-title {
  							//max-width: 75%; ADD THIS LINE BACK IN WHEN THE BUTTONS ARE WORKING
  							float: left;
  							h5, h6 {
  								overflow: hidden;
  								text-overflow: ellipsis;
  								white-space: nowrap;
  								@include breakpoint(small) {
  									width: 200px;
  								}
  								@include breakpoint(medium) {
  									width: 170px;
  								}
  							}
  							h5 {
  								font-family: $font-family-bold;
  								letter-spacing: 2px;
  								margin: 0 0 10px 0;
  								text-transform: uppercase;
  								width: 150px;
  								@include breakpoint(small) {
  									font-size: 14px;
  								}
  							}
  							h6 {
  								font-size: 12px;
  								font-style: italic;
  								margin: 0px;
  								@include breakpoint(small) {
  									font-size: 14px;
  								}
  								span:before {
  									content: "- ";
  									margin-left: 3px;
  
  								}
  								span:last-child {
  									color: #adadad;
  									text-transform: capitalize;
  									font-style: normal;
  									font-size: 12px;
  								}
  								.nxt-bolded:before {
  									content: "";
  									margin-left: 0;
  								}
  							}
  						}
  						.product-buttons {
  							display: none; // REMOVE THIS LINE WHEN THE BUTTONS WORK
  							float: right;
  						}
  					}
  					.product-price {
  						font-size: 12px;
  						text-align: center;
  						@include breakpoint(small) {
  							font-size: 14px;
  						}
  						p {
  							letter-spacing: 1px;
  							margin: 0;
  						}
  						.product-full-price {
  							color: #adadad;
  							display: inline;
  							text-decoration: line-through;
  							&:before {
  								content: "(";
  							}
  							&:after {
  								content: "}";
  							}
  						}
  						.product-discount {
  							color: #666;
  							display: inline;
  							font-family: $font-family-bold;
  							font-size: 12px;
  							margin-left: 10px;
  						}
  						.product-discount + .product-price {
  							color: red;
  						}
  					}
  					.sm-sale, .sm-new-prod  {
  						border: 1px solid #000;
  						border-radius: 50%;
  						display: block;
  						height: 36px;
  						padding: 7px 5px 0;
  						position: absolute;
  						right: 0;
  						top: 0;
  						&:after {
  							font-family: $font-family-bold;
  							font-size: 10px;
  							font-style: normal;
  							text-transform: uppercase;
  						}
  					}
  					.sm-sale {
  						&:before {
  							content: none;
  						}
  						&:after {
  							content: "Sale";
  						}
  					}
  					.sm-new-prod:after {
  						content: "New";
  					}
  				}
  			}
  		}*/ }
  .collection-list #display_item ul {
    list-style: none; }
  .collection-list #display_item .nxt-results-info {
    margin-bottom: 10px;
    text-align: center;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .collection-list #display_item .nxt-results-info {
        float: left; } }
    .collection-list #display_item .nxt-results-info a {
      color: #33bde2; }
    .collection-list #display_item .nxt-results-info b {
      font-weight: normal;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .collection-list #display_item .nxt-sort-by {
    margin-bottom: 10px;
    text-align: center;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .collection-list #display_item .nxt-sort-by {
        float: right; } }
  .collection-list #display_item .nxt-rpp {
    display: none; }
  .collection-list #display_item .nxt-pagination {
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .collection-list #display_item .nxt-pagination {
        clear: both; } }
    .collection-list #display_item .nxt-pagination ul {
      border-bottom: 1px solid #888;
      border-top: 1px solid #888;
      margin: 0;
      padding: 5px 0;
      text-align: center; }
      .collection-list #display_item .nxt-pagination ul:before, .collection-list #display_item .nxt-pagination ul:after {
        content: " ";
        display: table; }
      .collection-list #display_item .nxt-pagination ul:after {
        clear: both; }
      .collection-list #display_item .nxt-pagination ul li {
        display: inline-block; }
        .collection-list #display_item .nxt-pagination ul li a, .collection-list #display_item .nxt-pagination ul li span {
          display: inline;
          padding: 5px; }
        .collection-list #display_item .nxt-pagination ul li span {
          color: #33bde2; }

.product-list {
  clear: both;
  padding: 0;
  list-style: none; }
  .product-list:before, .product-list:after {
    content: " ";
    display: table; }
  .product-list:after {
    clear: both; }
  .product-list .product-li {
    float: left;
    margin-bottom: 20px;
    min-height: 280px;
    padding: 10px;
    width: 50%;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    .product-list .product-li.override-width.fill-1 {
      width: 100%; }
      .product-list .product-li.override-width.fill-1 .product-tile {
        max-width: 350px;
        margin: 0px auto; }
    @media (min-width: 768px) {
      .product-list .product-li {
        min-height: 320px; }
        .product-list .product-li.override-width.fill-4 {
          width: 25%; }
        .product-list .product-li.override-width.fill-3 {
          width: 33.3%; }
        .product-list .product-li.override-width.fill-2 {
          width: 50%; }
        .product-list .product-li.override-width.fill-1 {
          width: 100%; }
        .product-list .product-li.override-width .product-tile {
          max-width: 350px;
          margin: 0px auto; } }
    @media (min-width: 992px) {
      .product-list .product-li {
        width: 33%; } }
    @media (min-width: 1200px) {
      .product-list .product-li {
        width: 20%; } }
    .product-list .product-li .product-tile {
      position: relative;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */
      /* Extra extra large devices (widescreen, 1600px and up) */ }
      @media (min-width: 768px) {
        .product-list .product-li .product-tile {
          padding: 0 10px; } }
      @media (min-width: 992px) {
        .product-list .product-li .product-tile {
          padding: 0 20px; } }
      @media (min-width: 1200px) {
        .product-list .product-li .product-tile {
          padding: 0 5px; } }
      @media (min-width: 1600px) {
        .product-list .product-li .product-tile {
          padding: 0 10px; } }
      .product-list .product-li .product-tile > a {
        display: block;
        padding: 0 10px; }
      .product-list .product-li .product-tile:hover .sm-sale {
        border: 1px solid #000;
        background: none; }
        .product-list .product-li .product-tile:hover .sm-sale:after {
          color: #000; }
      .product-list .product-li .product-tile:hover .sm-new-prod {
        border: 1px solid #33bde2;
        background-color: #33bde2; }
        .product-list .product-li .product-tile:hover .sm-new-prod:after {
          color: #fff; }
      .product-list .product-li .product-tile .product-img {
        margin: 0px auto; }
      .product-list .product-li .product-tile .product-dts {
        -webkit-box-shadow: 2px 2px 3px -1px #adadad;
        box-shadow: 2px 2px 3px -1px #adadad;
        margin: 5px 0 10px;
        padding: 5px;
        overflow: hidden; }
        .product-list .product-li .product-tile .product-dts:before, .product-list .product-li .product-tile .product-dts:after {
          content: " ";
          display: table; }
        .product-list .product-li .product-tile .product-dts:after {
          clear: both; }
        .product-list .product-li .product-tile .product-dts .product-title h5, .product-list .product-li .product-tile .product-dts .product-title h6 {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          /* Small devices (tablets, 768px and up) */
          /* Medium devices (desktops, 992px and up) */ }
          @media (min-width: 768px) {
            .product-list .product-li .product-tile .product-dts .product-title h5, .product-list .product-li .product-tile .product-dts .product-title h6 {
              width: 200px; } }
          @media (min-width: 992px) {
            .product-list .product-li .product-tile .product-dts .product-title h5, .product-list .product-li .product-tile .product-dts .product-title h6 {
              width: 170px; } }
        .product-list .product-li .product-tile .product-dts .product-title h4 {
          color: #adadad;
          text-transform: capitalize;
          font-size: 12px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .product-list .product-li .product-tile .product-dts .product-title h5 {
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          letter-spacing: 0.5px;
          margin: 0 0 8px 0;
          width: 150px;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            .product-list .product-li .product-tile .product-dts .product-title h5 {
              font-size: 14px; } }
        .product-list .product-li .product-tile .product-dts .product-title h6 {
          font-size: 12px;
          margin: 0px;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            .product-list .product-li .product-tile .product-dts .product-title h6 {
              font-size: 14px; } }
          .product-list .product-li .product-tile .product-dts .product-title h6 span:before {
            content: "- ";
            margin-left: 3px; }
          .product-list .product-li .product-tile .product-dts .product-title h6 span:last-child {
            color: #adadad;
            text-transform: capitalize;
            font-style: normal;
            font-size: 12px; }
          .product-list .product-li .product-tile .product-dts .product-title h6 .nxt-bolded:before {
            content: "";
            margin-left: 0; }
        .product-list .product-li .product-tile .product-dts .product-buttons {
          display: none;
          float: right; }
      .product-list .product-li .product-tile .product-price {
        font-size: 12px;
        text-align: center;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .product-list .product-li .product-tile .product-price {
            font-size: 14px; } }
        .product-list .product-li .product-tile .product-price p {
          letter-spacing: 1px;
          margin: 0; }
        .product-list .product-li .product-tile .product-price .product-full-price {
          color: #adadad;
          display: inline;
          text-decoration: line-through; }
          .product-list .product-li .product-tile .product-price .product-full-price:before {
            content: "("; }
          .product-list .product-li .product-tile .product-price .product-full-price:after {
            content: "}"; }
        .product-list .product-li .product-tile .product-price .product-discount {
          color: #666;
          display: inline;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 12px;
          margin: 0 10px;
          /* Large devices (large desktops, 1200px and up) */ }
          @media (min-width: 1200px) {
            .product-list .product-li .product-tile .product-price .product-discount {
              margin: 0 3px; } }
        .product-list .product-li .product-tile .product-price .product-discount + .product-price {
          color: red;
          display: inline-block; }
      .product-list .product-li .product-tile .sm-sale, .product-list .product-li .product-tile .sm-new-prod {
        border: 1px solid #000;
        border-radius: 50%;
        display: block;
        height: 36px;
        padding: 7px 5px 0;
        position: absolute;
        right: 0;
        top: 0; }
        .product-list .product-li .product-tile .sm-sale:after, .product-list .product-li .product-tile .sm-new-prod:after {
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 10px;
          font-style: normal;
          text-transform: uppercase; }
      .product-list .product-li .product-tile .sm-sale {
        border: 1px solid red;
        background-color: red;
        color: #fff; }
        .product-list .product-li .product-tile .sm-sale:before {
          content: none; }
        .product-list .product-li .product-tile .sm-sale:after {
          content: "Sale"; }
      .product-list .product-li .product-tile .sm-new-prod:after {
        content: "New"; }

#wishlist {
  padding: 0px;
  /* Small devices (tablets, 768px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    #wishlist {
      padding: 0px 25px; } }
  @media (min-width: 1200px) {
    #wishlist {
      padding: 0px 100px; } }
  #wishlist .wishlist-header {
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0px; }
    #wishlist .wishlist-header .page-heading {
      background: #333;
      color: #fff;
      padding: 5px;
      font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 10px; }
  #wishlist .wishlist-grid .table {
    margin-bottom: 0px; }
  #wishlist .wishlist-grid .table > thead > tr > th {
    padding: 8px 5px;
    border-bottom: 1px solid #000;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #wishlist .wishlist-grid .table > thead > tr > th {
        padding: 8px 30px; } }
  #wishlist .wishlist-grid .table > tbody > tr > td {
    padding: 10px 5px;
    border-top: 1px solid #000;
    vertical-align: middle;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #wishlist .wishlist-grid .table > tbody > tr > td {
        padding: 30px; } }
    #wishlist .wishlist-grid .table > tbody > tr > td .btn-default:hover {
      color: #fff;
      background-color: #333;
      border-color: #fff; }
  #wishlist .wishlist-grid h4 {
    margin: 0px; }
    #wishlist .wishlist-grid h4 a {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      text-transform: uppercase; }
    #wishlist .wishlist-grid h4 small {
      display: block; }
  #wishlist .wishlist-share {
    border-top: 1px solid #000;
    padding: 40px 0px; }
    #wishlist .wishlist-share .sm-mail {
      font-size: 18px;
      vertical-align: middle; }
    #wishlist .wishlist-share a {
      vertical-align: sub; }
    #wishlist .wishlist-share p {
      margin: 10px 0px; }

#wishlist-redirect-loading {
  text-align: center; }
  #wishlist-redirect-loading i {
    font-size: 100px; }

.wishlistbutton {
  font-size: 12px;
  margin: 0px 0px 10px 0px !important; }
  .wishlistbutton i {
    font-size: 40px;
    text-align: center;
    color: #D7E8E8; }
  .wishlistbutton span {
    vertical-align: 70%;
    padding-left: 4px; }

.animated, #sentient .sentient-modal .grid.loading.initial:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, #sentient .sentient-modal .grid.loading.initial:before {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes shake {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%); } }
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }
  .slideDown.fast {
    animation-duration: 0.25s;
    -webkit-animation-duration: 0.25s; }

@keyframes slideDown {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%); } }
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeOut {
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.spin, #sentient .sentient-modal .grid.loading.initial:before {
  animation-name: spin;
  -webkit-animation-name: spin;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
/* LOCAL FULFILLMENT */
.lf-postal-change {
  color: #33bde2;
  cursor: pointer; }
  .lf-postal-change.sm-localfulfill {
    font-size: 21px;
    vertical-align: sub; }

.product-li .sm-localfulfill {
  display: none;
  font-size: 45px;
  position: absolute;
  top: -4px;
  right: 0; }
.product-li:hover .sm-localfulfill {
  color: #33bde2; }

.product-selection-form #local-fulfillment-product {
  text-align: center; }
  .product-selection-form #local-fulfillment-product .sm-localfulfill {
    font-size: 60px;
    color: #33bde2; }
  .product-selection-form #local-fulfillment-product p {
    margin: 10px 0px; }
    .product-selection-form #local-fulfillment-product p .lf-postal-change {
      text-decoration: underline; }
      .product-selection-form #local-fulfillment-product p .lf-postal-change:hover {
        color: #1a95b6; }
.product-selection-form .add-lf {
  text-align: center;
  font-size: 15px;
  font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e6e6e6; }
  .product-selection-form .add-lf input {
    position: static;
    margin-left: 10px; }
  .product-selection-form .add-lf span {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease; }
    .product-selection-form .add-lf span.active {
      color: #33bde2; }
  .product-selection-form .add-lf .lf-progress-wrapper {
    background-color: #e6e6e6;
    width: 100%;
    height: 1px;
    margin: 10px 0px; }
    .product-selection-form .add-lf .lf-progress-wrapper .lf-progress {
      -webkit-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease;
      background-color: #33bde2;
      height: 1px;
      width: 0%; }
      .product-selection-form .add-lf .lf-progress-wrapper .lf-progress.active {
        width: 100%; }
.product-selection-form .add-lf.hidden + .form-group #add, .product-selection-form .template-product .container-product .product-info .add-lf.hidden + .selector-wrapper #add, .template-product .container-product .product-info .product-selection-form .add-lf.hidden + .selector-wrapper #add {
  margin-top: 40px; }

.container-cart #cart-items .local-fulfillment-item p {
  text-align: center;
  margin-top: 20px; }
  .container-cart #cart-items .local-fulfillment-item p .sm-localfulfill {
    font-size: 45px;
    vertical-align: middle;
    color: #33bde2;
    margin-right: 5px; }
  .container-cart #cart-items .local-fulfillment-item p a {
    vertical-align: middle;
    margin-left: 10px; }
.container-cart .lf-subtotal {
  text-align: right; }
.container-cart .lf-disclaimer {
  margin-top: 25px;
  padding: 0px 20%; }

#flyout-cart [data-product="local-fulfillment-shipping"] {
  display: none; }
#flyout-cart .flyout-cart-img-wrap {
  position: relative; }
  #flyout-cart .flyout-cart-img-wrap .sm-localfulfill {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 25px;
    color: #33bde2; }
#flyout-cart #cart-form .flyout-cart-total .lf-subtotal {
  margin-bottom: 0px; }

#modal-local .close, #modal-local-thanks .close {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 999;
  color: #000; }
#modal-local .modal-body, #modal-local-thanks .modal-body {
  padding: 0px; }
  #modal-local .modal-body .header, #modal-local-thanks .modal-body .header {
    margin-left: 0px;
    margin-right: 0px; }
    #modal-local .modal-body .header:before, #modal-local .modal-body .header:after, #modal-local-thanks .modal-body .header:before, #modal-local-thanks .modal-body .header:after {
      content: " ";
      display: table; }
    #modal-local .modal-body .header:after, #modal-local-thanks .modal-body .header:after {
      clear: both; }
    #modal-local .modal-body .header .header-content, #modal-local-thanks .modal-body .header .header-content {
      position: relative;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      padding: 15px; }
      @media (min-width: 768px) {
        #modal-local .modal-body .header .header-content, #modal-local-thanks .modal-body .header .header-content {
          float: left;
          width: 100%; } }
      #modal-local .modal-body .header .header-content h4, #modal-local-thanks .modal-body .header .header-content h4 {
        text-transform: uppercase;
        color: #3AC8E8;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #modal-local .modal-body .header .header-content hr.short, #modal-local-thanks .modal-body .header .header-content hr.short {
        border-top-width: 5px;
        border-color: #646464;
        width: 50px; }
      #modal-local .modal-body .header .header-content h3, #modal-local-thanks .modal-body .header .header-content h3 {
        text-align: center;
        color: #646464;
        font-size: 40px;
        letter-spacing: 1px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #modal-local .modal-body .header .header-content h3, #modal-local-thanks .modal-body .header .header-content h3 {
            font-size: 50px; } }
  #modal-local .modal-body .full, #modal-local-thanks .modal-body .full {
    margin-left: 0px;
    margin-right: 0px;
    background: #3AC8E8;
    color: #fff;
    padding-top: 6px;
    margin: 0px; }
    #modal-local .modal-body .full:before, #modal-local .modal-body .full:after, #modal-local-thanks .modal-body .full:before, #modal-local-thanks .modal-body .full:after {
      content: " ";
      display: table; }
    #modal-local .modal-body .full:after, #modal-local-thanks .modal-body .full:after {
      clear: both; }
    #modal-local .modal-body .full .gif-wrap, #modal-local-thanks .modal-body .full .gif-wrap {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        #modal-local .modal-body .full .gif-wrap, #modal-local-thanks .modal-body .full .gif-wrap {
          float: left;
          width: 100%; } }
      #modal-local .modal-body .full .gif-wrap img, #modal-local-thanks .modal-body .full .gif-wrap img {
        width: 100%; }
  #modal-local .modal-body .body, #modal-local-thanks .modal-body .body {
    margin-left: 0px;
    margin-right: 0px; }
    #modal-local .modal-body .body:before, #modal-local .modal-body .body:after, #modal-local-thanks .modal-body .body:before, #modal-local-thanks .modal-body .body:after {
      content: " ";
      display: table; }
    #modal-local .modal-body .body:after, #modal-local-thanks .modal-body .body:after {
      clear: both; }
    #modal-local .modal-body .body .postal-input-area, #modal-local-thanks .modal-body .body .postal-input-area {
      position: relative;
      min-height: 1px;
      padding-left: 0px;
      padding-right: 0px;
      padding: 0px 30px; }
      @media (min-width: 768px) {
        #modal-local .modal-body .body .postal-input-area, #modal-local-thanks .modal-body .body .postal-input-area {
          float: left;
          width: 66.66667%; } }
      @media (min-width: 768px) {
        #modal-local .modal-body .body .postal-input-area, #modal-local-thanks .modal-body .body .postal-input-area {
          margin-left: 16.66667%; } }
      #modal-local .modal-body .body .postal-input-area h5, #modal-local-thanks .modal-body .body .postal-input-area h5 {
        font-size: 16px;
        padding: 10px 20px;
        color: #646464; }
      #modal-local .modal-body .body .postal-input-area .postal-input-wrapper, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper {
        margin-left: 0px;
        margin-right: 0px; }
        #modal-local .modal-body .body .postal-input-area .postal-input-wrapper:before, #modal-local .modal-body .body .postal-input-area .postal-input-wrapper:after, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper:before, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper:after {
          content: " ";
          display: table; }
        #modal-local .modal-body .body .postal-input-area .postal-input-wrapper:after, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper:after {
          clear: both; }
        #modal-local .modal-body .body .postal-input-area .postal-input-wrapper.error .postal-input input, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper.error .postal-input input {
          border: 3px solid red; }
        #modal-local .modal-body .body .postal-input-area .postal-input-wrapper .postal-input, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper .postal-input {
          position: relative;
          float: left;
          width: 33.33333%;
          min-height: 1px;
          padding-left: 5px;
          padding-right: 5px; }
          #modal-local .modal-body .body .postal-input-area .postal-input-wrapper .postal-input input, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper .postal-input input {
            border: 3px solid #3AC8E8;
            width: 100%;
            height: 102px;
            line-height: 102px;
            font-size: 25px;
            text-align: center;
            text-transform: uppercase;
            background: #f4f4f4;
            color: #646464;
            /* Small devices (tablets, 768px and up) */ }
            #modal-local .modal-body .body .postal-input-area .postal-input-wrapper .postal-input input:focus, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper .postal-input input:focus {
              outline: transparent;
              background: #e6e6e6; }
            @media (min-width: 768px) {
              #modal-local .modal-body .body .postal-input-area .postal-input-wrapper .postal-input input, #modal-local-thanks .modal-body .body .postal-input-area .postal-input-wrapper .postal-input input {
                font-size: 55px; } }
      #modal-local .modal-body .body .postal-input-area .postal-submit, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit {
        margin-left: 0px;
        margin-right: 0px; }
        #modal-local .modal-body .body .postal-input-area .postal-submit:before, #modal-local .modal-body .body .postal-input-area .postal-submit:after, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit:before, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit:after {
          content: " ";
          display: table; }
        #modal-local .modal-body .body .postal-input-area .postal-submit:after, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit:after {
          clear: both; }
        #modal-local .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper {
          position: relative;
          min-height: 1px;
          padding-left: 5px;
          padding-right: 5px; }
          @media (min-width: 768px) {
            #modal-local .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper {
              float: left;
              width: 100%; } }
          #modal-local .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper .postal-error, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper .postal-error {
            color: red;
            margin: 10px 0 0; }
            #modal-local .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper .postal-error.hide, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper .postal-error.hide {
              display: none; }
          #modal-local .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper #submit-postal, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper #submit-postal {
            margin-top: 15px;
            padding: 10px;
            width: 100%;
            font-size: 18px;
            text-transform: none; }
            #modal-local .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper #submit-postal:focus, #modal-local-thanks .modal-body .body .postal-input-area .postal-submit .postal-submit-wrapper #submit-postal:focus {
              outline: transparent;
              background: #1a95b6; }
  #modal-local .modal-body .footer, #modal-local-thanks .modal-body .footer {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    border-top: 5px solid #3AC8E8;
    padding: 15px 10px; }
    #modal-local .modal-body .footer:before, #modal-local .modal-body .footer:after, #modal-local-thanks .modal-body .footer:before, #modal-local-thanks .modal-body .footer:after {
      content: " ";
      display: table; }
    #modal-local .modal-body .footer:after, #modal-local-thanks .modal-body .footer:after {
      clear: both; }
    #modal-local .modal-body .footer .icon, #modal-local-thanks .modal-body .footer .icon {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 768px) {
        #modal-local .modal-body .footer .icon, #modal-local-thanks .modal-body .footer .icon {
          float: left;
          width: 16.66667%; } }
      #modal-local .modal-body .footer .icon i, #modal-local-thanks .modal-body .footer .icon i {
        font-size: 80px;
        color: #646464; }
    #modal-local .modal-body .footer .defer-location, #modal-local-thanks .modal-body .footer .defer-location {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
      padding: 15px 15px 5px; }
      @media (min-width: 768px) {
        #modal-local .modal-body .footer .defer-location, #modal-local-thanks .modal-body .footer .defer-location {
          float: left;
          width: 83.33333%; } }
  #modal-local .modal-body#stage2 .header, #modal-local-thanks .modal-body#stage2 .header {
    padding-top: 15px;
    border-bottom: 5px solid #3AC8E8; }
    #modal-local .modal-body#stage2 .header i, #modal-local-thanks .modal-body#stage2 .header i {
      font-size: 80px;
      color: #646464; }
  #modal-local .modal-body#stage2 .body, #modal-local-thanks .modal-body#stage2 .body {
    background: #f4f4f4;
    padding: 20px 0px; }
    #modal-local .modal-body#stage2 .body .postal-input-area, #modal-local-thanks .modal-body#stage2 .body .postal-input-area {
      padding: 0px; }
      #modal-local .modal-body#stage2 .body .postal-input-area p, #modal-local-thanks .modal-body#stage2 .body .postal-input-area p {
        margin-bottom: 0px; }
  #modal-local .modal-body#stage2 .footer, #modal-local-thanks .modal-body#stage2 .footer {
    margin-top: 0px; }
    #modal-local .modal-body#stage2 .footer .continue-shopping, #modal-local-thanks .modal-body#stage2 .footer .continue-shopping {
      padding: 20px 0px; }
      #modal-local .modal-body#stage2 .footer .continue-shopping .btn, #modal-local-thanks .modal-body#stage2 .footer .continue-shopping .btn {
        padding: 10px 50px;
        font-size: 18px;
        text-transform: none; }
  #modal-local .modal-body#lf-error .header, #modal-local-thanks .modal-body#lf-error .header {
    height: 68px;
    border-bottom: 5px solid #3AC8E8;
    margin-bottom: 30px; }
  #modal-local .modal-body#lf-error .body .ineligible, #modal-local-thanks .modal-body#lf-error .body .ineligible {
    padding: 0px 30px; }

#local-fulfillment-header .lf-tooltip {
  display: none; }

header .header-top .header-top-utils.lf-visible li {
  vertical-align: super; }
  header .header-top .header-top-utils.lf-visible li#local-fulfillment-header {
    vertical-align: baseline; }
    header .header-top .header-top-utils.lf-visible li#local-fulfillment-header i {
      font-size: 24px; }

header .header-top .header-top-utils.lf-visible #flyout-utils .list-clean {
  padding: 0;
  background: #fff; }
  header .header-top .header-top-utils.lf-visible #flyout-utils .list-clean li:not(:first-child) {
    background: #F4F4F4;
    padding-top: 10px; }
  header .header-top .header-top-utils.lf-visible #flyout-utils .list-clean li:first-child {
    padding-top: 10px;
    background: #fff;
    text-transform: none;
    padding-bottom: 10px; }
  header .header-top .header-top-utils.lf-visible #flyout-utils .list-clean li:last-child {
    padding-bottom: 10px; }

@media (min-width: 768px) {
  .container-wrapper .header-top .header-top-utils.lf-visible {
    margin-top: 1px; }

  #local-fulfillment-header {
    margin-right: 5px; }
    #local-fulfillment-header.visible {
      display: inline-block; }
    #local-fulfillment-header > a {
      height: 25px;
      display: block; }
    #local-fulfillment-header .lf-tooltip {
      display: block;
      position: absolute;
      text-align: center;
      padding: 5px;
      border: 1px solid #ccc;
      z-index: 99;
      width: 190px;
      right: 172px;
      background-color: #fff;
      box-shadow: #ccc 0px -2px 3px;
      border-radius: 3px;
      opacity: 0;
      transition: top 500ms ease-in-out;
      transition: opacity 750ms ease-in-out;
      text-transform: none;
      top: -300px; }
    #local-fulfillment-header .visible.lf-tooltip {
      opacity: 1;
      top: 25px; }
      #local-fulfillment-header .visible.lf-tooltip a:hover {
        cursor: pointer; } }
.ie .sentient-trigger {
  display: none; }

.sentient-trigger {
  margin: 20px 0px;
  width: 100%;
  text-align: center;
  background: #fafafa;
  /* Small devices (tablets, 768px and up) */ }
  .sentient-trigger a {
    cursor: pointer;
    margin: 10px 0px;
    display: block; }
    .sentient-trigger a h4 {
      cursor: pointer;
      display: inline;
      margin-right: 10px;
      font-size: 20px;
      vertical-align: middle; }
    .sentient-trigger a .btn {
      padding: 10px 15px;
      margin-top: 5px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .sentient-trigger a .btn img {
        max-width: 20px;
        margin-left: 5px;
        margin-top: -4px; }
  .sentient-trigger:hover {
    background: #f4f4f4; }
    .sentient-trigger:hover h4 {
      color: #333; }
    .sentient-trigger:hover .btn {
      background-color: #1a95b6;
      border-color: #1a95b6; }
  @media (min-width: 768px) {
    .sentient-trigger a h4 {
      display: inline;
      font-size: 22px; }
    .sentient-trigger a .btn {
      margin-top: 0px; } }

#sentient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  /* Only extra small devices (phones, 767px and under) */ }
  #sentient .wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  #sentient .sentient-modal {
    z-index: 1001;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 768px) {
      #sentient .sentient-modal {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%; } }
    @media (min-width: 992px) {
      #sentient .sentient-modal {
        top: 10%;
        left: 18%;
        width: 64%;
        height: 80%; } }
    #sentient .sentient-modal .splash {
      position: relative;
      overflow-y: auto;
      overflow-x: hidden;
      background: #fff;
      /* Small devices (tablets, 768px and up) */ }
      #sentient .sentient-modal .splash h1 {
        text-align: center;
        font-size: 18px;
        color: #33bde2;
        margin: 15px 10px 0px; }
      #sentient .sentient-modal .splash .img-wrapper {
        margin: 15px 0px; }
        #sentient .sentient-modal .splash .img-wrapper img {
          max-width: 100%;
          margin: 0px auto; }
      #sentient .sentient-modal .splash .instructions {
        background: #f4f4f4;
        border: 1px solid #e6e6e6;
        padding: 25px 20px;
        position: relative;
        text-align: center; }
        #sentient .sentient-modal .splash .instructions .instruction-wrapper {
          display: inline-block;
          text-align: left; }
          #sentient .sentient-modal .splash .instructions .instruction-wrapper ol li {
            font-size: 16px;
            color: #646464; }
        #sentient .sentient-modal .splash .instructions button {
          position: absolute;
          bottom: -25px;
          left: 50%;
          padding: 15px 0px;
          width: 60%;
          margin-left: -30%;
          letter-spacing: 2px; }
      #sentient .sentient-modal .splash .error {
        text-align: center;
        padding: 25px 0px; }
      #sentient .sentient-modal .splash .footer {
        margin-top: 40px;
        text-align: center;
        width: 100%; }
        #sentient .sentient-modal .splash .footer h6 {
          display: inline;
          font-size: 16px;
          vertical-align: middle; }
        #sentient .sentient-modal .splash .footer img {
          max-width: 116px; }
      @media (min-width: 768px) {
        #sentient .sentient-modal .splash h1 {
          font-size: 20px;
          width: 70%;
          margin: 20px auto; }
        #sentient .sentient-modal .splash .instructions .instruction-wrapper ol li {
          font-size: 18px; } }
    #sentient .sentient-modal .header {
      padding: 10px 0px;
      height: 45px;
      background-color: #333;
      color: #fff;
      position: relative;
      /* Small devices (tablets, 768px and up) */ }
      #sentient .sentient-modal .header .sm-logo {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -17.5px;
        font-size: 35px; }
      #sentient .sentient-modal .header .context-area .close-sentient {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px; }
        #sentient .sentient-modal .header .context-area .close-sentient i {
          border: 2px solid;
          border-radius: 50%;
          padding: 2px;
          font-weight: bold;
          font-size: 14px; }
        #sentient .sentient-modal .header .context-area .close-sentient:hover {
          cursor: pointer;
          color: #5BC3E0; }
      #sentient .sentient-modal .header .context-area .close-quickview {
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 15px;
        color: #33bde2;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px; }
      #sentient .sentient-modal .header h1 {
        font-size: 25px;
        text-align: center;
        margin: 0px;
        font-family: "font-proximanova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 2.5px;
        text-transform: uppercase; }
      @media (min-width: 768px) {
        #sentient .sentient-modal .header {
          height: 60px; }
          #sentient .sentient-modal .header h1 {
            font-size: 36px; } }
    #sentient .sentient-modal .body {
      position: relative;
      overflow: hidden; }
    #sentient .sentient-modal .utils {
      position: relative; }
      #sentient .sentient-modal .utils .tab {
        font-size: 14px;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        background-color: #F8F8F8;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        cursor: pointer; }
        #sentient .sentient-modal .utils .tab a {
          color: #646464;
          display: block; }
        #sentient .sentient-modal .utils .tab .sm-filter {
          color: #33bde2; }
        #sentient .sentient-modal .utils .tab:last-child {
          border-right: none; }
        #sentient .sentient-modal .utils .tab .arrow-down {
          display: none;
          width: 0;
          height: 0;
          color: #333;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 8px solid;
          position: absolute;
          top: 0px;
          left: 50%;
          margin-left: -10px;
          padding: 0px;
          z-index: 3; }
        #sentient .sentient-modal .utils .tab.active .arrow-down {
          display: block; }
      #sentient .sentient-modal .utils #filters, #sentient .sentient-modal .utils #help {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding-top: 10px;
        background: #fff;
        z-index: 2;
        box-shadow: 0px 4px 10px -1px #666; }
        #sentient .sentient-modal .utils #filters .close-tab, #sentient .sentient-modal .utils #help .close-tab {
          text-align: right; }
          #sentient .sentient-modal .utils #filters .close-tab i, #sentient .sentient-modal .utils #help .close-tab i {
            margin: 15px;
            cursor: pointer; }
            #sentient .sentient-modal .utils #filters .close-tab i:hover, #sentient .sentient-modal .utils #help .close-tab i:hover {
              color: #33bde2; }
      #sentient .sentient-modal .utils #filters h3 {
        text-align: center;
        font-size: 15px;
        letter-spacing: 1px;
        margin: 8px 0px; }
      #sentient .sentient-modal .utils #filters .filter-set {
        text-align: center;
        width: 265px;
        margin: 0px auto; }
        #sentient .sentient-modal .utils #filters .filter-set .option {
          display: inline-block;
          border: 1px solid #f4f4f4;
          padding: 5px;
          margin: 0px 5px 10px;
          min-width: 35px;
          cursor: pointer; }
          #sentient .sentient-modal .utils #filters .filter-set .option.selected, #sentient .sentient-modal .utils #filters .filter-set .option:hover {
            border-color: #000; }
      #sentient .sentient-modal .utils #filters #filters-apply {
        display: block;
        width: 215px;
        padding: 10px 0px;
        margin: 10px auto; }
      #sentient .sentient-modal .utils #filters #filters-clear {
        font-size: 15px;
        color: #33bde2;
        text-decoration: underline;
        text-align: center;
        cursor: pointer; }
        #sentient .sentient-modal .utils #filters #filters-clear:hover {
          color: #1a95b6; }
      #sentient .sentient-modal .utils #help {
        overflow-y: auto;
        overflow-x: hidden; }
        #sentient .sentient-modal .utils #help .close-tab i {
          margin: 0px; }
        #sentient .sentient-modal .utils #help .help-item {
          margin-bottom: 30px; }
          #sentient .sentient-modal .utils #help .help-item p {
            text-align: left; }
        #sentient .sentient-modal .utils #help p {
          text-align: center; }
    #sentient .sentient-modal .history {
      background-color: #F0F0F0;
      height: 60px;
      overflow: hidden;
      white-space: nowrap; }
      #sentient .sentient-modal .history .selections {
        overflow: auto; }
        #sentient .sentient-modal .history .selections .selection {
          display: inline-block;
          cursor: pointer;
          margin: 5px 3px 0px; }
          #sentient .sentient-modal .history .selections .selection .img-wrapper {
            width: 50px;
            border: 1px solid #f4f4f4;
            border-radius: 50%;
            overflow: hidden;
            padding: 8px;
            background-color: #fff;
            display: inline-block; }
            #sentient .sentient-modal .history .selections .selection .img-wrapper .home {
              padding: 3px; }
            #sentient .sentient-modal .history .selections .selection .img-wrapper .current {
              opacity: .5;
              cursor: default; }
          #sentient .sentient-modal .history .selections .selection .slash {
            display: inline-block;
            vertical-align: top;
            margin: 16px 2px;
            font-size: 18px;
            color: #33bde2; }
        #sentient .sentient-modal .history .selections .hint {
          display: inline-block;
          font-size: 12px;
          color: #646464;
          text-align: center;
          vertical-align: bottom;
          line-height: 60px;
          /* Small devices (tablets, 768px and up) */ }
          #sentient .sentient-modal .history .selections .hint.hint-0 {
            width: 100%; }
          #sentient .sentient-modal .history .selections .hint.hint-1, #sentient .sentient-modal .history .selections .hint.hint-2, #sentient .sentient-modal .history .selections .hint.hint-3, #sentient .sentient-modal .history .selections .hint.hint-4 {
            margin: 0px 5px; }
          #sentient .sentient-modal .history .selections .hint.hint-4:before {
            content: "\f104";
            font-family: 'font-shoeme';
            margin-right: 5px; }
          @media (min-width: 768px) {
            #sentient .sentient-modal .history .selections .hint {
              font-size: 18px; } }
    #sentient .sentient-modal .grid {
      background-color: #fff;
      position: relative; }
      #sentient .sentient-modal .grid.loading.initial:before {
        font-family: 'font-shoeme';
        content: "\e625";
        position: absolute;
        left: 50%;
        top: 50%;
        color: #33bde2;
        font-size: 60px;
        margin-left: -40px;
        margin-top: -40px;
        pointer-events: none;
        z-index: 1; }
      #sentient .sentient-modal .grid.loading:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: inherit;
        background: #fff;
        opacity: 0.5; }
      #sentient .sentient-modal .grid .product-tile {
        cursor: pointer;
        height: 25%;
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        text-align: center;
        align-items: center;
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */ }
        #sentient .sentient-modal .grid .product-tile.anchor {
          border-color: #33bde2; }
          #sentient .sentient-modal .grid .product-tile.anchor .target {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #33bde2;
            height: 30px;
            width: 30px;
            text-align: right;
            -moz-border-radius: 0 0 0 30px;
            border-radius: 0 0 0 30px;
            padding: 2px; }
            #sentient .sentient-modal .grid .product-tile.anchor .target img {
              width: 20px; }
          #sentient .sentient-modal .grid .product-tile.anchor .anchor-quickview {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            margin-top: -15px;
            text-align: center; }
            #sentient .sentient-modal .grid .product-tile.anchor .anchor-quickview .btn {
              background: #fff;
              font-size: 12px;
              padding: 3px 10px; }
              #sentient .sentient-modal .grid .product-tile.anchor .anchor-quickview .btn span {
                display: none; }
              #sentient .sentient-modal .grid .product-tile.anchor .anchor-quickview .btn:hover {
                background-color: #f4f4f4; }
        #sentient .sentient-modal .grid .product-tile .tile-wrapper {
          width: 100%; }
          #sentient .sentient-modal .grid .product-tile .tile-wrapper img {
            padding: 5px;
            margin: 0px auto; }
          #sentient .sentient-modal .grid .product-tile .tile-wrapper .quick-view-loader {
            display: none;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          #sentient .sentient-modal .grid .product-tile .tile-wrapper .category-label {
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            margin: 0px;
            color: #fff;
            font-size: 12px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
        #sentient .sentient-modal .grid .product-tile .quickview-button {
          display: none;
          width: 40px;
          height: 40px;
          border: 1px solid #F0F0F0;
          position: absolute;
          bottom: 0px;
          right: 0px; }
          #sentient .sentient-modal .grid .product-tile .quickview-button:hover {
            background: #f4f4f4; }
        #sentient .sentient-modal .grid .product-tile.no-hammer .tile-wrapper img {
          padding: 5px 15px 20px; }
        #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas {
          position: absolute;
          left: 0;
          bottom: 1px;
          width: 100%;
          text-transform: uppercase;
          font-size: 12px; }
          #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas .anchor-details {
            border-left: 1px solid;
            border-right: 1px solid;
            padding: 0px 10px; }
          #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas .next-selection-area, #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas .show-quickview-area {
            width: 48%;
            display: inline-block; }
          #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas .next-selection-area {
            border-right: 1px solid; }
        @media (min-width: 768px) {
          #sentient .sentient-modal .grid .product-tile.anchor .target {
            height: 50px;
            width: 50px;
            -moz-border-radius: 0 0 0 50px;
            border-radius: 0 0 0 50px;
            padding: 8px; }
            #sentient .sentient-modal .grid .product-tile.anchor .target img {
              width: 25px; }
          #sentient .sentient-modal .grid .product-tile.anchor .anchor-quickview {
            display: none; }
            #sentient .sentient-modal .grid .product-tile.anchor .anchor-quickview .btn {
              padding: 6px 12px;
              font-size: 14px; }
              #sentient .sentient-modal .grid .product-tile.anchor .anchor-quickview .btn span {
                display: inline; }
          #sentient .sentient-modal .grid .product-tile.anchor:hover .anchor-quickview {
            display: block; }
          #sentient .sentient-modal .grid .product-tile.no-hammer .tile-wrapper img {
            padding: 5px 25px 25px; }
          #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas {
            bottom: 5px;
            font-size: 14px; }
            #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas .next-selection-area, #sentient .sentient-modal .grid .product-tile.no-hammer .no-hammer-ctas .show-quickview-area {
              width: 49%; }
          #sentient .sentient-modal .grid .product-tile .tile-wrapper .category-label {
            font-size: 18px; } }
        @media (min-width: 992px) {
          #sentient .sentient-modal .grid .product-tile {
            height: 33.3%; }
            #sentient .sentient-modal .grid .product-tile .tile-wrapper img {
              padding: 15px;
              -webkit-transition: all .2s ease-out;
              -moz-transition: all .2s ease-out;
              -o-transition: all .2s ease-out;
              transition: all .2s ease-out; }
            #sentient .sentient-modal .grid .product-tile .tile-wrapper .quick-view-loader {
              display: none !important; }
            #sentient .sentient-modal .grid .product-tile:hover .tile-wrapper img {
              transform: scale(1.05);
              -webkit-transform: scale(1.05); }
            #sentient .sentient-modal .grid .product-tile:hover .quickview-button {
              display: block; } }
    #sentient .sentient-modal .quickview-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      overflow: hidden; }
      #sentient .sentient-modal .quickview-wrapper.active {
        width: 100%; }
      #sentient .sentient-modal .quickview-wrapper .quickview {
        height: 100%;
        overflow: auto;
        padding: 0px 30px 50px; }
        #sentient .sentient-modal .quickview-wrapper .quickview .quickview-header {
          padding: 10px 0px 0px; }
        #sentient .sentient-modal .quickview-wrapper .quickview .close-quickview {
          text-transform: uppercase;
          text-decoration: underline;
          font-size: 15px;
          color: #33bde2;
          cursor: pointer; }
        #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images {
          text-align: center; }
          #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .active-image {
            position: relative; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .active-image img {
              max-width: 80%; }
          #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .product-thumbs {
            margin-top: 15px; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .product-thumbs .product-thumb {
              display: none;
              width: 55px;
              padding: 5px 0px;
              margin: 0px 5px;
              cursor: pointer;
              /* Medium devices (desktops, 992px and up) */ }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .product-thumbs .product-thumb.active {
                border-bottom: 3px solid #646464; }
              @media (min-width: 992px) {
                #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .product-thumbs .product-thumb {
                  display: inline-block; } }
          #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .controls {
            margin-top: 5px; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .controls .previous, #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .controls .next {
              position: absolute;
              top: 50%;
              margin-top: -35px;
              font-size: 50px;
              color: #e6e6e6;
              cursor: pointer;
              -webkit-transition: all .25s ease-in-out;
              -moz-transition: all .25s ease-in-out;
              -o-transition: all .25s ease-in-out;
              transition: all .25s ease-in-out; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .controls .previous {
              left: -5px; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .controls .previous.active {
                -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .controls .next {
              right: -5px; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-images .controls .next.active {
                -webkit-transform: translateX(5px);
                transform: translateX(5px); }
        #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details {
          text-align: center;
          margin-bottom: 30px;
          /* Medium devices (desktops, 992px and up) */ }
          #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-info {
            border-bottom: 1px solid #e6e6e6;
            padding-bottom: 10px; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-info h1, #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-info h2 {
              font-size: 18px;
              margin: 0px 0px 5px;
              color: #646464; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-info h1 {
              margin-bottom: 15px; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-info h3 {
              font-size: 14px;
              margin: 5px 0px; }
          #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options {
            display: block;
            margin-top: 15px; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options[data-options='width'] {
              margin-top: 5px; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options h4 {
              font-size: 14px;
              color: #646464;
              margin: 10px 0px; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options h4.no-selection {
                border-bottom: 1px solid #33bde2;
                padding-bottom: 2px;
                margin: 10px auto;
                max-width: 160px;
                /* Medium devices (desktops, 992px and up) */ }
                #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options h4.no-selection.hint {
                  color: #E04732;
                  border-color: #E04732; }
                @media (min-width: 992px) {
                  #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options h4.no-selection {
                    margin: 5px 0px;
                    max-width: none; } }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options .option {
              display: inline-block;
              border: 1px solid #f4f4f4;
              padding: 5px;
              margin: 0px 5px 10px;
              min-width: 35px;
              cursor: pointer; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options .option[disabled] {
                color: #f4f4f4; }
                #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options .option[disabled]:hover {
                  border-color: #f4f4f4; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options .option.selected, #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options .option:hover {
                border-color: #000; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options[disabled] h4, #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options[disabled] .option {
              color: #f4f4f4;
              border-color: #f4f4f4;
              pointer-events: none; }
          #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .quickview-ctas {
            position: relative; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .quickview-ctas button {
              height: 45px;
              width: 100%;
              margin: 10px 0px; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .quickview-ctas button.validate {
                opacity: 0.65;
                cursor: initial; }
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .quickview-ctas .close-quickview {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              text-align: center;
              margin-top: 30px;
              visibility: hidden; }
          @media (min-width: 992px) {
            #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details {
              text-align: left;
              margin-bottom: 25px; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-info {
                border-bottom: none; }
              #sentient .sentient-modal .quickview-wrapper .quickview .quickview-product-details .product-options .option {
                text-align: center; } }
        #sentient .sentient-modal .quickview-wrapper .quickview .product-description {
          text-align: center;
          /* Medium devices (desktops, 992px and up) */ }
          #sentient .sentient-modal .quickview-wrapper .quickview .product-description h4 {
            font-size: 18px;
            color: #646464;
            margin: 5px 0px; }
          #sentient .sentient-modal .quickview-wrapper .quickview .product-description p {
            color: #646464;
            text-align: center; }
          #sentient .sentient-modal .quickview-wrapper .quickview .product-description ul {
            padding-left: 20px;
            text-align: left; }
            #sentient .sentient-modal .quickview-wrapper .quickview .product-description ul li {
              margin-bottom: 5px;
              color: #646464; }
          @media (min-width: 992px) {
            #sentient .sentient-modal .quickview-wrapper .quickview .product-description {
              padding: 0px 10%; } }
        #sentient .sentient-modal .quickview-wrapper .quickview .missing-product {
          text-align: center; }
          #sentient .sentient-modal .quickview-wrapper .quickview .missing-product img {
            max-width: 40%;
            margin: 30px auto; }
  @media (max-width: 767px) {
    #sentient {
      top: 0px !important; } }

.hero-wrapper {
  padding: 0px;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .hero-wrapper {
      overflow: hidden; } }
  .hero-wrapper #sidebar {
    margin-top: 25px; }
  .hero-wrapper img {
    width: 100%; }
  .hero-wrapper .hero-container {
    position: absolute;
    width: 100%;
    top: 20%;
    text-align: center;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    .hero-wrapper .hero-container .hero-title {
      font-size: 35px;
      margin: 0px 15px 10px;
      text-transform: lowercase;
      letter-spacing: 1px;
      font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .hero-wrapper .hero-container .hero-title.subheading {
        text-transform: none;
        display: block;
        font-size: 16px; }
    .hero-wrapper .hero-container .hero-cta {
      height: 40px;
      min-width: 250px;
      font-size: 13.5px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 40px;
      vertical-align: middle;
      padding: 0px 10px;
      background: #393939;
      border-color: #393939;
      color: #fff; }
      .hero-wrapper .hero-container .hero-cta:first-child {
        margin-bottom: 10px; }
      .hero-wrapper .hero-container .hero-cta:hover {
        color: #000;
        background-color: #393939; }
      .hero-wrapper .hero-container .hero-cta.red {
        background: #ec0044;
        border-color: #ec0044;
        color: #fff; }
        .hero-wrapper .hero-container .hero-cta.red:hover {
          color: #ec0044;
          background-color: #fff;
          border-color: #fff; }
    .hero-wrapper .hero-container.white-buttons .hero-cta.btn {
      background-color: #fff;
      border-color: #fff;
      color: #393939; }
    .hero-wrapper .hero-container.no-borders {
      border: none; }
    .hero-wrapper .hero-container.shadow {
      background: rgba(0, 0, 0, 0.33); }
    .hero-wrapper .hero-container ul.list-inline li a.hero-text-cta {
      position: relative;
      background: none;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 18px;
      letter-spacing: 1px;
      padding-bottom: 2px;
      margin: 6px 8px;
      display: inline-block;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
      /* Medium devices (desktops, 992px and up) */ }
      .hero-wrapper .hero-container ul.list-inline li a.hero-text-cta::before, .hero-wrapper .hero-container ul.list-inline li a.hero-text-cta::after {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: '';
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scaleX(0.92);
        -ms-transform: scaleX(0.92);
        -o-transform: scaleX(0.92);
        transform: scaleX(0.92); }
      .hero-wrapper .hero-container ul.list-inline li a.hero-text-cta::after {
        opacity: 0; }
      @media (min-width: 992px) {
        .hero-wrapper .hero-container ul.list-inline li a.hero-text-cta {
          letter-spacing: 2px;
          text-transform: uppercase;
          padding: 4px; } }
    .hero-wrapper .hero-container.left {
      text-align: left !important;
      left: 0px;
      width: 80%;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .hero-wrapper .hero-container.left {
          text-align: left !important;
          left: 30px;
          top: 10% !important;
          width: 50% !important; }
          .hero-wrapper .hero-container.left.subheading {
            padding-right: 20%; } }
      @media (min-width: 992px) {
        .hero-wrapper .hero-container.left {
          width: 60% !important; } }
      @media (min-width: 1200px) {
        .hero-wrapper .hero-container.left {
          width: 50% !important; } }
      .hero-wrapper .hero-container.left ul.list-inline li {
        display: block; }
        .hero-wrapper .hero-container.left ul.list-inline li a.hero-cta.btn {
          padding: 2px 15px;
          margin: 6px 0px;
          line-height: 28px;
          height: 30px;
          min-width: auto; }
    .hero-wrapper .hero-container.right {
      text-align: right !important;
      right: 0px;
      width: 80%;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .hero-wrapper .hero-container.right {
          text-align: right !important;
          right: 30px;
          top: 10% !important;
          width: 50% !important; }
          .hero-wrapper .hero-container.right .hero-title.subheading {
            padding-left: 20%; } }
      @media (min-width: 992px) {
        .hero-wrapper .hero-container.right {
          width: 60% !important; } }
      @media (min-width: 1200px) {
        .hero-wrapper .hero-container.right {
          width: 50% !important; } }
      .hero-wrapper .hero-container.right ul.list-inline li {
        display: block; }
        .hero-wrapper .hero-container.right ul.list-inline li a.hero-cta.btn {
          padding: 2px 15px;
          margin: 6px 0px;
          line-height: 28px;
          height: 30px;
          min-width: auto; }
    .hero-wrapper .hero-container.light, .hero-wrapper .hero-container.light + .hero-products p, .hero-wrapper .hero-container.light + .hero-products a {
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
      .hero-wrapper .hero-container.light .hero-cta, .hero-wrapper .hero-container.light + .hero-products p .hero-cta, .hero-wrapper .hero-container.light + .hero-products a .hero-cta {
        background: #fff;
        border-color: #fff;
        color: #000; }
        .hero-wrapper .hero-container.light .hero-cta:hover, .hero-wrapper .hero-container.light + .hero-products p .hero-cta:hover, .hero-wrapper .hero-container.light + .hero-products a .hero-cta:hover {
          color: #000;
          background-color: #e6e6e6; }
    .hero-wrapper .hero-container.bottom25 {
      position: absolute;
      top: inherit !important;
      bottom: 25%; }
    .hero-wrapper .hero-container.bottom {
      position: absolute;
      top: inherit !important;
      bottom: 60px;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .hero-wrapper .hero-container.bottom {
          bottom: 36px;
          width: 100%; } }
      @media (min-width: 992px) {
        .hero-wrapper .hero-container.bottom {
          bottom: 45px; } }
      @media (min-width: 1200px) {
        .hero-wrapper .hero-container.bottom {
          bottom: 60px; } }
      .hero-wrapper .hero-container.bottom ul, .hero-wrapper .hero-container.bottom li a {
        margin-bottom: 0px !important; }
    .hero-wrapper .hero-container.baked-in-text {
      bottom: 20px;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .hero-wrapper .hero-container.baked-in-text {
          bottom: 10px; } }
      @media (min-width: 992px) {
        .hero-wrapper .hero-container.baked-in-text {
          bottom: 20px; } }
      @media (min-width: 1200px) {
        .hero-wrapper .hero-container.baked-in-text {
          bottom: 50px; } }
    @media (min-width: 768px) {
      .hero-wrapper .hero-container {
        top: 25%; }
        .hero-wrapper .hero-container .hero-title {
          font-size: 45px;
          margin: 0px 40px 10px; }
          .hero-wrapper .hero-container .hero-title.subheading {
            text-transform: none;
            display: block;
            font-size: 20px; }
        .hero-wrapper .hero-container .hero-cta:first-child {
          margin-bottom: 0px; } }
    @media (min-width: 992px) {
      .hero-wrapper .hero-container {
        top: 30%; }
        .hero-wrapper .hero-container .hero-title {
          font-size: 58px; }
          .hero-wrapper .hero-container .hero-title.subheading {
            text-transform: none;
            display: block;
            font-size: 22px; } }
  .hero-wrapper .hero-products {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    /* Small devices (tablets, 768px and up) */ }
    .hero-wrapper .hero-products p {
      margin-bottom: 0px; }
    @media (min-width: 768px) {
      .hero-wrapper .hero-products {
        text-align: right; }
        .hero-wrapper .hero-products p {
          margin-right: 10px; }
          .hero-wrapper .hero-products p a {
            display: block; }
          .hero-wrapper .hero-products p.dark {
            color: #000 !important; }
            .hero-wrapper .hero-products p.dark a {
              color: #000; } }
  .hero-wrapper.baked .invisible-hero-ctas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero-wrapper.baked .invisible-hero-ctas .invisible-ctas {
      position: relative;
      width: 100%;
      height: 100%; }
      .hero-wrapper.baked .invisible-hero-ctas .invisible-ctas .invisible-cta-50 {
        display: inline-block;
        width: 50%;
        height: 100%;
        float: left; }
      .hero-wrapper.baked .invisible-hero-ctas .invisible-ctas .invisible-cta-100 {
        display: block;
        width: 100%;
        height: 100%; }

.hero-stack .invisible-hero-ctas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .hero-stack .invisible-hero-ctas .invisible-ctas {
    position: relative;
    width: 100%;
    height: 100%; }
    .hero-stack .invisible-hero-ctas .invisible-ctas .invisible-cta-50 {
      display: inline-block;
      width: 50%;
      height: 100%; }
    .hero-stack .invisible-hero-ctas .invisible-ctas .invisible-cta-100 {
      display: block;
      width: 100%;
      height: 100%; }

.hero-subnav {
  padding: 40px 0;
  text-align: center; }
  .hero-subnav h3 {
    font-size: 32px;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .hero-subnav .hero-subnav-ctas li {
    margin: 0 0 0 20%; }
    .hero-subnav .hero-subnav-ctas li:first-child {
      margin: 0; }

.layout-list-container {
  padding: 50px 0px;
  /* Only extra small devices (phones, 767px and under) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .layout-list-container .featured-list {
    position: relative;
    padding: 20px 25px;
    margin-bottom: 50px;
    flex-grow: 1; }
    .layout-list-container .featured-list h3 {
      position: absolute;
      top: -25px;
      left: 10px;
      font-size: 40px;
      line-height: 35px;
      margin: 0;
      border-bottom: 1px solid;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .layout-list-container .featured-list ul {
      list-style: none;
      padding: 0; }
      .layout-list-container .featured-list ul li {
        padding: 0px 0px 5px; }
        .layout-list-container .featured-list ul li h4 {
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: .5px;
          margin: 5px 0px 0px; }
        .layout-list-container .featured-list ul li a {
          color: inherit; }
          .layout-list-container .featured-list ul li a.btn-fancy-border {
            margin: 5px 0px 10px; }
            .layout-list-container .featured-list ul li a.btn-fancy-border:before {
              border-color: #555555; }
    .layout-list-container .featured-list .disclaimer small {
      display: block; }
    .layout-list-container .featured-list .disclaimer a {
      color: inherit;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .layout-list-container {
      display: inherit;
      display: inherit;
      display: inherit;
      display: inherit;
      display: inherit; } }
  @media (min-width: 768px) {
    .layout-list-container .featured-list {
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .layout-list-container {
      padding: 75px 100px; } }

.feature-grid .tile {
  margin: 15px 0px; }
  .feature-grid .tile .active {
    /* Small devices (tablets, 768px and up) */ }
    .feature-grid .tile .active .btn {
      position: absolute;
      bottom: 5%;
      color: #333;
      border: 2px solid #333;
      font-size: 16px;
      letter-spacing: 1px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 10px 0;
      background-color: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 75%;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-radius: 2px;
      outline: none; }
    @media (min-width: 768px) {
      .feature-grid .tile .active:hover .btn {
        background: #d0011f;
        border-color: #d0011f;
        color: #fff; } }
  .feature-grid .tile .inactive {
    /* Small devices (tablets, 768px and up) */ }
    .feature-grid .tile .inactive img {
      opacity: 0.35; }
    .feature-grid .tile .inactive .activation-time {
      position: absolute;
      left: 0;
      bottom: 5%;
      width: 100%;
      color: #d0011f;
      text-align: center;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px; }
      .feature-grid .tile .inactive .activation-time h5 {
        cursor: default;
        font-size: 26px;
        margin: 5px 0px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .feature-grid .tile .inactive:hover .activation-time h5 {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .feature-grid .tile .active .btn {
      padding: 5px 0; } }
  @media screen and (max-width: 480px) {
    .feature-grid .tile {
      width: 100%; } }

.template-index .container-index .hero-wrapper {
  padding: 0px;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .template-index .container-index .hero-wrapper {
      overflow: hidden; } }
  .template-index .container-index .hero-wrapper #sidebar {
    margin-top: 25px; }
  .template-index .container-index .hero-wrapper img {
    width: 100%; }
  .template-index .container-index .hero-wrapper .hero-products {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    /* Small devices (tablets, 768px and up) */ }
    .template-index .container-index .hero-wrapper .hero-products p {
      margin-bottom: 2px; }
    .template-index .container-index .hero-wrapper .hero-products span {
      display: none; }
    @media (min-width: 768px) {
      .template-index .container-index .hero-wrapper .hero-products {
        right: 10px;
        bottom: 5px;
        text-align: right; }
        .template-index .container-index .hero-wrapper .hero-products p a {
          display: block; }
        .template-index .container-index .hero-wrapper .hero-products p.dark {
          color: #000 !important; }
          .template-index .container-index .hero-wrapper .hero-products p.dark a {
            color: #000; } }
.template-index .container-index .hero-stack {
  padding: 0;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .template-index .container-index .hero-stack {
      overflow: hidden; } }
  .template-index .container-index .hero-stack .hero-stack-col {
    padding: 0;
    position: relative; }
    .template-index .container-index .hero-stack .hero-stack-col .hero-stack-details {
      position: absolute;
      text-align: center;
      bottom: 15%;
      width: 100%; }
      .template-index .container-index .hero-stack .hero-stack-col .hero-stack-details h3 {
        color: #fff;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0 0 10px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }
      .template-index .container-index .hero-stack .hero-stack-col .hero-stack-details .btn {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #333 none repeat scroll 0 0;
        border-color: #333;
        color: #fff; }
        .template-index .container-index .hero-stack .hero-stack-col .hero-stack-details .btn:hover {
          background-color: #e6e6e6;
          color: #000; }
    .template-index .container-index .hero-stack .hero-stack-col .img-responsive {
      width: 100%; }
.template-index .container-index .hero-container {
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: 90%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /*&.bottom {
  	margin-top: 300px;
  	@include breakpoint(small) {
  		margin-top: 405px;
  	}
  	@include breakpoint(medium) {
  		margin-top: 450px;
  	}
  }*/ }
  .template-index .container-index .hero-container.bottom {
    position: absolute;
    top: inherit;
    bottom: 30px;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .template-index .container-index .hero-container.bottom {
        position: absolute;
        top: inherit;
        bottom: 36px;
        width: 100%; } }
    @media (min-width: 992px) {
      .template-index .container-index .hero-container.bottom {
        bottom: 45px; } }
    @media (min-width: 1200px) {
      .template-index .container-index .hero-container.bottom {
        bottom: 60px; } }
    .template-index .container-index .hero-container.bottom ul, .template-index .container-index .hero-container.bottom li a {
      margin-bottom: 0px !important; }
  .template-index .container-index .hero-container.light, .template-index .container-index .hero-container.light + .hero-products p, .template-index .container-index .hero-container.light + .hero-products a {
    color: #fff; }
    .template-index .container-index .hero-container.light .hero-cta, .template-index .container-index .hero-container.light + .hero-products p .hero-cta, .template-index .container-index .hero-container.light + .hero-products a .hero-cta {
      /*background: #fff;
      border-color: #fff;
      color: #000;*/
      background: #393939;
      border-color: #393939;
      color: #fff; }
      .template-index .container-index .hero-container.light .hero-cta:hover, .template-index .container-index .hero-container.light + .hero-products p .hero-cta:hover, .template-index .container-index .hero-container.light + .hero-products a .hero-cta:hover {
        color: #000;
        background-color: #e6e6e6; }
      .template-index .container-index .hero-container.light .hero-cta.red, .template-index .container-index .hero-container.light + .hero-products p .hero-cta.red, .template-index .container-index .hero-container.light + .hero-products a .hero-cta.red {
        background: #ec0044;
        border-color: #ec0044;
        color: #fff; }
        .template-index .container-index .hero-container.light .hero-cta.red:hover, .template-index .container-index .hero-container.light + .hero-products p .hero-cta.red:hover, .template-index .container-index .hero-container.light + .hero-products a .hero-cta.red:hover {
          color: #ec0044;
          background-color: #fff;
          border-color: #fff; }
  .template-index .container-index .hero-container .hero-title {
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 38px;
    margin: 0 0 10px;
    padding: 10px;
    /* Medium devices (desktops, 992px and up) */ }
    .template-index .container-index .hero-container .hero-title.subheading {
      font-size: 16px;
      font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .template-index .container-index .hero-container .hero-title.shadow {
      background: rgba(0, 0, 0, 0.33); }
    @media (min-width: 992px) {
      .template-index .container-index .hero-container .hero-title {
        font-size: 64px; }
        .template-index .container-index .hero-container .hero-title.subheading {
          font-size: 22px; } }
  .template-index .container-index .hero-container .hero-subtitle {
    font-size: 40px; }
    .template-index .container-index .hero-container .hero-subtitle.dropshadow {
      text-shadow: 2px 2px #666;
      font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .template-index .container-index .hero-container .hero-cta {
    background-color: #fff;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .template-index .container-index .hero-container .hero-cta:first-child {
      margin-bottom: 10px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-index .container-index .hero-container .hero-cta:first-child {
          margin: 0; } }
.template-index .container-index .hero-subnav {
  padding: 40px 0;
  text-align: center; }
  .template-index .container-index .hero-subnav h3 {
    font-size: 32px;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .template-index .container-index .hero-subnav .hero-subnav-ctas li {
    margin: 0 0 0 20%; }
    .template-index .container-index .hero-subnav .hero-subnav-ctas li:first-child {
      margin: 0; }
.template-index .container-index .shop-featured {
  padding: 15px; }
  .template-index .container-index .shop-featured .featured-wrapper {
    margin: 15px 0 0;
    padding: 15px 0;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-index .container-index .shop-featured .featured-wrapper {
        margin: 0;
        padding: 15px;
        min-height: 190px; } }
    .template-index .container-index .shop-featured .featured-wrapper.takeover {
      padding: 0; }
      .template-index .container-index .shop-featured .featured-wrapper.takeover .featured-image {
        float: none;
        width: 100%; }
    .template-index .container-index .shop-featured .featured-wrapper .featured-image {
      float: left;
      width: 50%; }
    .template-index .container-index .shop-featured .featured-wrapper .featured-body {
      float: left;
      padding: 20px 0 0 20px;
      width: 50%; }
      .template-index .container-index .shop-featured .featured-wrapper .featured-body h3 {
        margin: 0 0 10px 0;
        font-size: 16px;
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 768px) {
          .template-index .container-index .shop-featured .featured-wrapper .featured-body h3 {
            font-size: 18px; } }
        @media (min-width: 992px) {
          .template-index .container-index .shop-featured .featured-wrapper .featured-body h3 {
            font-size: 24px; } }
      .template-index .container-index .shop-featured .featured-wrapper .featured-body ul {
        margin: 0; }
      .template-index .container-index .shop-featured .featured-wrapper .featured-body li {
        margin-top: 10px; }
        .template-index .container-index .shop-featured .featured-wrapper .featured-body li .btn {
          margin: 0; }
.template-index .container-index .shop-categories .shop-category-cta {
  background-size: cover;
  background-position: center;
  font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 5px;
  min-height: 180px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  /* Only extra small devices (phones, 767px and under) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .template-index .container-index .shop-categories .shop-category-cta span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 90%; }
  .template-index .container-index .shop-categories .shop-category-cta.light {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .template-index .container-index .shop-categories .shop-category-cta {
      margin-bottom: 6px; } }
  @media (min-width: 768px) {
    .template-index .container-index .shop-categories .shop-category-cta {
      font-size: 30px;
      min-height: 215px;
      border-left: 6px solid #fff;
      border-left: 6px solid #fff; }
      .template-index .container-index .shop-categories .shop-category-cta:first-of-type {
        border-left: none; } }
  @media (min-width: 992px) {
    .template-index .container-index .shop-categories .shop-category-cta {
      font-size: 44px;
      min-height: 245px; } }
  .template-index .container-index .shop-categories .shop-category-cta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .template-index .container-index .shop-categories .shop-category-cta:hover::before {
    opacity: 1; }
.template-index .container-index .shop-collection .heading {
  margin: 30px 0;
  text-align: center; }
.template-index .container-index .shop-collection .product-tile {
  margin-bottom: 10px; }
  .template-index .container-index .shop-collection .product-tile:hover .product-tile-details {
    color: #000;
    display: block; }
  .template-index .container-index .shop-collection .product-tile .product-tile-image {
    margin-bottom: 10px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-index .container-index .shop-collection .product-tile .product-tile-image {
        min-height: 240px; } }
  .template-index .container-index .shop-collection .product-tile .product-tile-details {
    background: rgba(255, 255, 255, 0.75);
    display: none;
    left: 0;
    margin-top: 15%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-index .container-index .shop-collection .product-tile .product-tile-details {
        margin-top: 20%;
        padding: 20px 40px; } }
.template-index .container-index .shop-brands .heading {
  text-align: center; }
.template-index .container-index .shop-brands img {
  width: 90%; }
.template-index .container-index .banner-module .col-xs-12 {
  padding: 0; }

.template-collection .container-collection {
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .template-collection .container-collection {
      padding: 0 15px; } }
  .template-collection .container-collection .sale-banner {
    margin-bottom: 20px; }
  .template-collection .container-collection .banner {
    margin: 20px 0;
    padding: 0;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) {
      .template-collection .container-collection .banner {
        padding: 0 10%; } }
    .template-collection .container-collection .banner > a {
      display: block;
      position: relative; }
    .template-collection .container-collection .banner .banner-copy {
      color: #fff;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      /* Small devices (tablets, 768px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .template-collection .container-collection .banner .banner-copy {
          margin-top: 20px; } }
      @media (min-width: 1200px) {
        .template-collection .container-collection .banner .banner-copy {
          margin-top: 60px; } }
      .template-collection .container-collection .banner .banner-copy h1, .template-collection .container-collection .banner .banner-copy h3, .template-collection .container-collection .banner .banner-copy h5 {
        margin: 0;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
        text-transform: uppercase; }
      .template-collection .container-collection .banner .banner-copy h1 {
        font-size: 22px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .template-collection .container-collection .banner .banner-copy h1 {
            font-size: 54px; } }
      .template-collection .container-collection .banner .banner-copy h3, .template-collection .container-collection .banner .banner-copy h5 {
        font-size: 12px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .template-collection .container-collection .banner .banner-copy h3, .template-collection .container-collection .banner .banner-copy h5 {
            font-size: 18px; } }
      .template-collection .container-collection .banner .banner-copy span {
        color: #33bde2; }
  .template-collection .container-collection .banner-buttons.light .btn {
    border-color: #fff;
    color: #fff; }
  .template-collection .container-collection .banner-wrapper {
    visibility: hidden;
    height: 20px;
    position: relative;
    margin-bottom: 20px;
    padding: 0px 0px 10px;
    text-align: center;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-collection .container-collection .banner-wrapper {
        padding: 0px 0px 20px;
        visibility: visible;
        height: auto; } }
    .template-collection .container-collection .banner-wrapper.mobile-enabled {
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        .template-collection .container-collection .banner-wrapper.mobile-enabled {
          visibility: visible;
          height: auto; }
          .template-collection .container-collection .banner-wrapper.mobile-enabled .banner-buttons.right {
            bottom: 18%;
            width: 100%; }
            .template-collection .container-collection .banner-wrapper.mobile-enabled .banner-buttons.right ul {
              width: 100%; }
              .template-collection .container-collection .banner-wrapper.mobile-enabled .banner-buttons.right ul li {
                text-align: center; }
                .template-collection .container-collection .banner-wrapper.mobile-enabled .banner-buttons.right ul li a {
                  width: 90%;
                  margin-bottom: 5px; } }
    .template-collection .container-collection .banner-wrapper .banner-title {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0 0 10px 0;
      position: absolute;
      top: 30%;
      width: 100%;
      letter-spacing: 2px;
      /* Medium devices (desktops, 992px and up) */ }
      .template-collection .container-collection .banner-wrapper .banner-title.shadow {
        text-shadow: 2px 2px 1px #000; }
      @media (min-width: 992px) {
        .template-collection .container-collection .banner-wrapper .banner-title {
          font-size: 50px; } }
    .template-collection .container-collection .banner-wrapper .banner-buttons {
      position: absolute;
      bottom: 20px;
      width: 100%; }
      .template-collection .container-collection .banner-wrapper .banner-buttons.right {
        bottom: 50%;
        margin-bottom: -50px;
        width: auto;
        right: 0; }
        .template-collection .container-collection .banner-wrapper .banner-buttons.right ul {
          list-style: none;
          margin-bottom: 0px; }
          .template-collection .container-collection .banner-wrapper .banner-buttons.right ul li {
            text-align: right; }
            .template-collection .container-collection .banner-wrapper .banner-buttons.right ul li a {
              width: 35%;
              margin-bottom: 5px;
              margin-right: 10px;
              /* Medium devices (desktops, 992px and up) */ }
              @media (min-width: 992px) {
                .template-collection .container-collection .banner-wrapper .banner-buttons.right ul li a {
                  width: 50%; } }
    .template-collection .container-collection .banner-wrapper .hero-cta {
      margin: 0 0 5px 0; }
    .template-collection .container-collection .banner-wrapper.light .banner-title {
      color: #fff; }
    .template-collection .container-collection .banner-wrapper.light .banner-buttons a {
      color: #fff;
      border-color: #fff; }
      .template-collection .container-collection .banner-wrapper.light .banner-buttons a:hover {
        background: #000; }
    .template-collection .container-collection .banner-wrapper.red .banner-buttons a {
      color: #fff;
      background: #ec0044;
      border-color: #ec0044; }
      .template-collection .container-collection .banner-wrapper.red .banner-buttons a:hover {
        background: #fff;
        color: #ec0044;
        border-color: #fff; }
      .template-collection .container-collection .banner-wrapper.red .banner-buttons a.inverse {
        background-color: #fff;
        border-color: #fff;
        color: #ec0044; }
        .template-collection .container-collection .banner-wrapper.red .banner-buttons a.inverse:hover {
          background-color: #ec0044;
          border-color: #ec0044;
          color: #fff; }
    .template-collection .container-collection .banner-wrapper.special-offers .banner-title {
      position: absolute;
      bottom: 35px;
      top: initial; }
    .template-collection .container-collection .banner-wrapper.special-offers small {
      position: absolute;
      right: 10px;
      bottom: 25px;
      color: #fff; }
    .template-collection .container-collection .banner-wrapper.get-fit .banner-title {
      top: 20%;
      text-shadow: 1px 1px 1px #666; }
    .template-collection .container-collection .banner-wrapper.get-fit h4 {
      margin-bottom: 0px;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        .template-collection .container-collection .banner-wrapper.get-fit h4 {
          margin-bottom: inherit; } }
    .template-collection .container-collection .banner-wrapper.get-fit h1 {
      margin-top: 0px;
      font-size: 30px;
      font-family: inherit;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        .template-collection .container-collection .banner-wrapper.get-fit h1 {
          font-size: 45px; } }
    .template-collection .container-collection .banner-wrapper.get-fit .banner-buttons a {
      border-color: #fff;
      background: white;
      color: #333;
      opacity: .9; }
      .template-collection .container-collection .banner-wrapper.get-fit .banner-buttons a:hover {
        color: #fff; }
    .template-collection .container-collection .banner-wrapper.sale {
      visibility: visible;
      height: auto;
      text-align: center;
      /* Small devices (tablets, 768px and up) */ }
      .template-collection .container-collection .banner-wrapper.sale .cta {
        text-align: center;
        letter-spacing: 2px; }
        .template-collection .container-collection .banner-wrapper.sale .cta h5 {
          text-transform: uppercase;
          color: #000;
          font-size: 14px; }
        .template-collection .container-collection .banner-wrapper.sale .cta .btn {
          padding: 10px 40px;
          background: white;
          border: none;
          color: #33B692;
          width: 100%; }
          .template-collection .container-collection .banner-wrapper.sale .cta .btn:hover {
            background: #33B692;
            color: #fff; }
      .template-collection .container-collection .banner-wrapper.sale .mobile {
        margin: 0px auto; }
      .template-collection .container-collection .banner-wrapper.sale .desktop {
        display: none; }
      @media (min-width: 768px) {
        .template-collection .container-collection .banner-wrapper.sale .mobile {
          display: none; }
        .template-collection .container-collection .banner-wrapper.sale .desktop {
          display: block; }
        .template-collection .container-collection .banner-wrapper.sale .cta {
          position: absolute;
          right: 5%;
          top: 25%; }
          .template-collection .container-collection .banner-wrapper.sale .cta h5 {
            font-size: 16px; } }
  .template-collection .container-collection .hero-wrapper {
    margin-bottom: 30px;
    /* Only extra small devices (phones, 767px and under) */ }
    @media (max-width: 767px) {
      .template-collection .container-collection .hero-wrapper {
        width: 110%;
        margin-left: -5%; } }
    .template-collection .container-collection .hero-wrapper .hero-container .hero-title {
      text-transform: lowercase; }
      .template-collection .container-collection .hero-wrapper .hero-container .hero-title span {
        text-transform: none;
        display: block;
        font-size: 16px;
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          .template-collection .container-collection .hero-wrapper .hero-container .hero-title span {
            font-size: 22px; } }

/* Page Specific Styling */
.template-page .container-page {
  		/* Temp changes to deal with baked in text on heros:
  		.hero-wrapper.women-boutique, .hero-wrapper.men-boutique {
  			min-height: 1px;
  			padding: 0px;
  
  			img {
  				width: 100%;
  				position: relative;
  			}
  			.hero-container {
  				&.bottom {
  					position: static;
  					margin-top: 0px !important;
  					@include breakpoint(small) {
  						position: absolute;
  						bottom: 20px;
  						width: 100%;
  					}
  					ul, li a { margin-bottom: 0px !important; }
  				}
  			}
  		} */ }
  .template-page .container-page .page-shipping-returns-policy div {
    margin-bottom: 40px; }
  .template-page .container-page .hero-wrapper {
    padding: 0px;
    /* Medium devices (desktops, 992px and up) */ }
    .template-page .container-page .hero-wrapper.women-boutique .hero-container .hero-title, .template-page .container-page .hero-wrapper.men-boutique .hero-container .hero-title {
      text-transform: none; }
    @media (min-width: 992px) {
      .template-page .container-page .hero-wrapper {
        max-height: 600px;
        overflow: hidden; } }
    .template-page .container-page .hero-wrapper img {
      width: 150%;
      position: relative;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-page .container-page .hero-wrapper img {
          width: 100%; } }
    .template-page .container-page .hero-wrapper #sidebar {
      margin-top: 25px; }
    .template-page .container-page .hero-wrapper .hero-products {
      position: absolute;
      bottom: 5px;
      width: 100%;
      text-align: center;
      /* Small devices (tablets, 768px and up) */ }
      .template-page .container-page .hero-wrapper .hero-products p {
        margin-bottom: 2px; }
      @media (min-width: 768px) {
        .template-page .container-page .hero-wrapper .hero-products {
          right: 10px;
          text-align: right; }
          .template-page .container-page .hero-wrapper .hero-products a {
            display: block; } }
  .template-page .container-page .hero-container {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /*&.bottom {
    	margin-top: 300px;
    	@include breakpoint(small) {
    		margin-top: 405px;
    	}
    	@include breakpoint(medium) {
    		margin-top: 450px;
    	}
    }*/ }
    @media (min-width: 768px) {
      .template-page .container-page .hero-container {
        top: 15%; } }
    @media (min-width: 992px) {
      .template-page .container-page .hero-container {
        top: 35%; } }
    .template-page .container-page .hero-container.bottom {
      position: absolute;
      top: inherit;
      bottom: 80px;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .template-page .container-page .hero-container.bottom {
          position: absolute;
          top: inherit;
          bottom: 36px;
          width: 100%; } }
      @media (min-width: 992px) {
        .template-page .container-page .hero-container.bottom {
          bottom: 45px; } }
      @media (min-width: 1200px) {
        .template-page .container-page .hero-container.bottom {
          bottom: 60px; } }
      .template-page .container-page .hero-container.bottom ul, .template-page .container-page .hero-container.bottom li a {
        margin-bottom: 0px !important; }
    .template-page .container-page .hero-container.light, .template-page .container-page .hero-container.light + .hero-products p, .template-page .container-page .hero-container.light + .hero-products a {
      color: #fff; }
      .template-page .container-page .hero-container.light .hero-cta, .template-page .container-page .hero-container.light + .hero-products p .hero-cta, .template-page .container-page .hero-container.light + .hero-products a .hero-cta {
        background: #fff;
        border-color: #fff;
        color: #000; }
        .template-page .container-page .hero-container.light .hero-cta:hover, .template-page .container-page .hero-container.light + .hero-products p .hero-cta:hover, .template-page .container-page .hero-container.light + .hero-products a .hero-cta:hover {
          color: #000;
          background-color: #e6e6e6; }
        .template-page .container-page .hero-container.light .hero-cta.red, .template-page .container-page .hero-container.light + .hero-products p .hero-cta.red, .template-page .container-page .hero-container.light + .hero-products a .hero-cta.red {
          background: #ec0044;
          border-color: #ec0044;
          color: #fff; }
          .template-page .container-page .hero-container.light .hero-cta.red:hover, .template-page .container-page .hero-container.light + .hero-products p .hero-cta.red:hover, .template-page .container-page .hero-container.light + .hero-products a .hero-cta.red:hover {
            color: #ec0044;
            background-color: #fff;
            border-color: #fff; }
    .template-page .container-page .hero-container .hero-title {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 38px;
      margin: 0 0 10px;
      padding: 10px;
      /* Medium devices (desktops, 992px and up) */ }
      .template-page .container-page .hero-container .hero-title.subheading {
        display: none;
        font-size: 16px;
        font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .template-page .container-page .hero-container .hero-title.subheading {
            display: block; } }
      .template-page .container-page .hero-container .hero-title.shadow {
        background: rgba(0, 0, 0, 0.33); }
      @media (min-width: 992px) {
        .template-page .container-page .hero-container .hero-title {
          font-size: 64px; }
          .template-page .container-page .hero-container .hero-title.subheading {
            font-size: 22px; } }
    .template-page .container-page .hero-container .hero-subtitle {
      font-size: 40px; }
      .template-page .container-page .hero-container .hero-subtitle.dropshadow {
        text-shadow: 2px 2px #666;
        font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .template-page .container-page .hero-container .hero-cta {
      background-color: #fff;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .template-page .container-page .hero-subnav {
    padding: 40px 0;
    text-align: center; }
    .template-page .container-page .hero-subnav h3 {
      font-size: 32px;
      margin: 0 0 20px 0;
      text-transform: uppercase; }
    .template-page .container-page .hero-subnav .hero-subnav-ctas li {
      margin: 0 0 0 20%; }
      .template-page .container-page .hero-subnav .hero-subnav-ctas li:first-child {
        margin: 0; }
  .template-page .container-page .shop-featured {
    padding: 15px; }
    .template-page .container-page .shop-featured .featured-wrapper {
      margin: 15px 0 0;
      padding: 15px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-page .container-page .shop-featured .featured-wrapper {
          margin: 0;
          min-height: 190px; } }
      .template-page .container-page .shop-featured .featured-wrapper.takeover {
        padding: 0; }
        .template-page .container-page .shop-featured .featured-wrapper.takeover .featured-image {
          float: none;
          width: 100%; }
      .template-page .container-page .shop-featured .featured-wrapper .featured-image {
        float: left;
        width: 50%; }
      .template-page .container-page .shop-featured .featured-wrapper .featured-body {
        float: left;
        padding: 20px 0 0 20px;
        width: 50%; }
        .template-page .container-page .shop-featured .featured-wrapper .featured-body h3 {
          margin: 0 0 10px 0;
          font-size: 16px;
          /* Small devices (tablets, 768px and up) */
          /* Medium devices (desktops, 992px and up) */ }
          @media (min-width: 768px) {
            .template-page .container-page .shop-featured .featured-wrapper .featured-body h3 {
              font-size: 18px; } }
          @media (min-width: 992px) {
            .template-page .container-page .shop-featured .featured-wrapper .featured-body h3 {
              font-size: 24px; } }
        .template-page .container-page .shop-featured .featured-wrapper .featured-body ul {
          margin: 0; }
        .template-page .container-page .shop-featured .featured-wrapper .featured-body li {
          margin-top: 10px; }
          .template-page .container-page .shop-featured .featured-wrapper .featured-body li .btn {
            margin: 0; }
  .template-page .container-page .shop-categories .shop-category-cta {
    background-size: cover;
    background-position: center;
    font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    letter-spacing: 5px;
    min-height: 180px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    /* Only extra small devices (phones, 767px and under) */
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    .template-page .container-page .shop-categories .shop-category-cta span {
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 90%; }
    .template-page .container-page .shop-categories .shop-category-cta.light {
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
    @media (max-width: 767px) {
      .template-page .container-page .shop-categories .shop-category-cta {
        margin-bottom: 6px; } }
    @media (min-width: 768px) {
      .template-page .container-page .shop-categories .shop-category-cta {
        font-size: 30px;
        min-height: 215px;
        border-left: 6px solid #fff;
        border-left: 6px solid #fff; }
        .template-page .container-page .shop-categories .shop-category-cta:first-of-type {
          border-left: none; } }
    @media (min-width: 992px) {
      .template-page .container-page .shop-categories .shop-category-cta {
        font-size: 44px;
        min-height: 245px; } }
    .template-page .container-page .shop-categories .shop-category-cta::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.25);
      opacity: 0;
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
    .template-page .container-page .shop-categories .shop-category-cta:hover::before {
      opacity: 1; }
  .template-page .container-page .shop-collection .heading {
    margin: 30px 0;
    text-align: center; }
  .template-page .container-page .shop-collection .product-tile {
    margin-bottom: 10px; }
    .template-page .container-page .shop-collection .product-tile:hover .product-tile-details {
      color: #000;
      display: block; }
    .template-page .container-page .shop-collection .product-tile .product-tile-image {
      margin-bottom: 10px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-page .container-page .shop-collection .product-tile .product-tile-image {
          min-height: 240px; } }
    .template-page .container-page .shop-collection .product-tile .product-tile-details {
      background: rgba(255, 255, 255, 0.75);
      display: none;
      left: 0;
      margin-top: 15%;
      padding: 10px;
      position: absolute;
      top: 0;
      width: 100%;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-page .container-page .shop-collection .product-tile .product-tile-details {
          margin-top: 20%;
          padding: 20px 40px; } }
  .template-page .container-page .shop-brands .heading {
    text-align: center;
    margin-top: 50px; }
  .template-page .container-page .shop-brands a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .template-page .container-page .shop-brands a:hover::before {
    opacity: 1; }
  .template-page .container-page .shop-brands img {
    width: 90%; }
  .template-page .container-page .shop-brands .col-md-2 {
    width: 20%; }
  .template-page .container-page .page-brands h3 {
    margin-bottom: 10px; }
  .template-page .container-page .page-brands .legend {
    margin-bottom: 40px; }
  .template-page .container-page .page-brands .letter-break {
    font-size: 18px;
    margin-top: 15px;
    border-bottom: 1px solid #33bde2; }
  .template-page .container-page .page-brands .list-even, .template-page .container-page .page-brands .article-footer .article-archive, .article-footer .template-page .container-page .page-brands .article-archive {
    list-style: none;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .template-page .container-page .page-brands .list-even, .template-page .container-page .page-brands .article-footer .article-archive, .article-footer .template-page .container-page .page-brands .article-archive {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3; } }
    @media (min-width: 992px) {
      .template-page .container-page .page-brands .list-even, .template-page .container-page .page-brands .article-footer .article-archive, .article-footer .template-page .container-page .page-brands .article-archive {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4; } }
    @media (min-width: 1200px) {
      .template-page .container-page .page-brands .list-even, .template-page .container-page .page-brands .article-footer .article-archive, .article-footer .template-page .container-page .page-brands .article-archive {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5; } }
  .template-page .container-page .page-brands li a .sm-basic_star {
    color: #33bde2; }

.template-search .container-search {
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .template-search .container-search {
      padding: 0 15px; } }
  .template-search .container-search #filters.span2 {
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 768px) {
      .template-search .container-search #filters.span2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-search .container-search #filters.span2 {
      float: left;
      width: 25%; } }

    @media (min-width: 992px) {
      .template-search .container-search #filters.span2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .template-search .container-search #filters.span2 {
      float: left;
      width: 16.66667%; } }

  .template-search .container-search .product-list.slyce .product-li {
    min-height: 390px;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 768px) {
      .template-search .container-search .product-list.slyce .product-li {
        min-height: 400px; } }
    @media (min-width: 992px) {
      .template-search .container-search .product-list.slyce .product-li {
        width: 25%; } }

#about-page h5 {
  font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 20px 0px;
  text-align: center; }
#about-page .about-small-blocks {
  margin: 30px 10px; }
#about-page .about-big-blocks {
  min-height: 290px;
  background: #F6F6F6; }
  #about-page .about-big-blocks h5 {
    text-align: center; }
  #about-page .about-big-blocks div:not(.circle) {
    padding-top: 20px;
    padding-bottom: 20px; }
  #about-page .about-big-blocks .circle {
    margin: 0px auto;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    background-color: #fff;
    text-transform: uppercase;
    padding: 45px;
    padding-left: 50px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #about-page .about-big-blocks .circle {
        position: absolute;
        left: 50%;
        margin-left: -100px; } }
    #about-page .about-big-blocks .circle h1 {
      font-size: 30px; }
#about-page .about-press-kit {
  margin-left: -15px;
  margin-right: -15px;
  background: #333;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center; }
  #about-page .about-press-kit:before, #about-page .about-press-kit:after {
    content: " ";
    display: table; }
  #about-page .about-press-kit:after {
    clear: both; }
  #about-page .about-press-kit .btn-clear {
    color: white;
    border-color: white; }
    #about-page .about-press-kit .btn-clear:hover {
      background: #000; }
  #about-page .about-press-kit p {
    color: #fff; }
    #about-page .about-press-kit p a {
      color: #33bde2; }
      #about-page .about-press-kit p a:hover {
        text-decoration: underline; }

#nine-to-five .hero-container .hero-title {
  margin-bottom: 10px;
  font-size: 25px;
  /* Small devices (tablets, 768px and up) */ }
  #nine-to-five .hero-container .hero-title.subheading {
    font-family: serif;
    font-style: italic;
    font-size: 14px; }
  @media (min-width: 768px) {
    #nine-to-five .hero-container .hero-title {
      margin-bottom: 100px;
      font-size: 64px; }
      #nine-to-five .hero-container .hero-title.subheading {
        font-size: 22px; } }
#nine-to-five .hero-container .heading-bold {
  font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 5px; }
#nine-to-five .hero-container .hero-subheading {
  margin-bottom: 30px;
  font-size: 14px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    #nine-to-five .hero-container .hero-subheading {
      font-size: 18px; } }
  #nine-to-five .hero-container .hero-subheading span {
    color: #33bde2;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#nine-to-five .hero-container .list-inline li, #nine-to-five .hero-container .list-inline .hero-cta {
  display: block;
  margin: 10px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    #nine-to-five .hero-container .list-inline li, #nine-to-five .hero-container .list-inline .hero-cta {
      display: inline-block;
      margin: 0px; } }
#nine-to-five .shop-banner a {
  text-transform: none; }
  #nine-to-five .shop-banner a strong {
    text-transform: uppercase; }
#nine-to-five .exclusion {
  text-align: center;
  padding-top: 10px; }

#black-friday .bf-header {
  margin-bottom: 40px;
  position: relative; }
  #black-friday .bf-header .bf-header-shape {
    background: none repeat scroll 0 0 #000;
    margin-left: 25%;
    position: relative;
    text-align: center;
    height: 200px;
    width: 75%;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) {
      #black-friday .bf-header .bf-header-shape {
        margin-left: 15%;
        width: 80%; } }
  #black-friday .bf-header .bf-header-shape:before {
    border-color: transparent #000 #000 transparent;
    border-image: none;
    border-style: solid;
    border-width: 100px;
    content: "";
    display: block;
    height: 0;
    left: -200px;
    position: absolute;
    width: 0; }
  #black-friday .bf-header .bf-header-title {
    color: #fff;
    padding-top: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
    #black-friday .bf-header .bf-header-title h1 {
      font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 28px;
      letter-spacing: 5px;
      margin: 0;
      text-transform: uppercase;
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 1200px) {
        #black-friday .bf-header .bf-header-title h1 {
          font-size: 42px; } }
    #black-friday .bf-header .bf-header-title h3 {
      color: #e70042;
      font-size: 18px;
      margin: 0; }
    #black-friday .bf-header .bf-header-title p {
      font-size: 10px;
      margin: 0; }
    #black-friday .bf-header .bf-header-title ul {
      margin: 20px 0; }
    #black-friday .bf-header .bf-header-title .btn {
      background-color: #fff;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 6px 20px; }
      #black-friday .bf-header .bf-header-title .btn:hover {
        background-color: #000;
        border: 1px solid #fff;
        color: #e70042; }
#black-friday .bf-body {
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    #black-friday .bf-body {
      padding: 0 5%; } }
  #black-friday .bf-body li {
    background-color: #f4f4f4;
    margin: 5px 0;
    padding-bottom: 15px;
    padding-top: 15px;
    /* Small devices (tablets, 768px and up) */ }
    #black-friday .bf-body li .bf-wrapper {
      display: block;
      min-height: 300px;
      padding: 10px;
      text-align: center;
      text-decoration: none; }
      #black-friday .bf-body li .bf-wrapper.dark {
        color: #fff;
        background: rgba(0, 0, 0, 0.5); }
      #black-friday .bf-body li .bf-wrapper.light {
        color: #000;
        background: rgba(255, 255, 255, 0.7); }
      #black-friday .bf-body li .bf-wrapper h2, #black-friday .bf-body li .bf-wrapper h3, #black-friday .bf-body li .bf-wrapper h5 {
        text-transform: uppercase; }
      #black-friday .bf-body li .bf-wrapper h2 {
        font-size: 52px;
        margin: 0 0 30px;
        /* Medium devices (desktops, 992px and up) */
        /* Large devices (large desktops, 1200px and up) */ }
        @media (min-width: 992px) {
          #black-friday .bf-body li .bf-wrapper h2 {
            font-size: 36px; } }
        @media (min-width: 1200px) {
          #black-friday .bf-body li .bf-wrapper h2 {
            font-size: 52px; } }
      #black-friday .bf-body li .bf-wrapper h3 {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 26px;
        letter-spacing: 5px;
        margin: 20px 0 0;
        /* Medium devices (desktops, 992px and up) */
        /* Large devices (large desktops, 1200px and up) */ }
        @media (min-width: 992px) {
          #black-friday .bf-body li .bf-wrapper h3 {
            font-size: 24px; } }
        @media (min-width: 1200px) {
          #black-friday .bf-body li .bf-wrapper h3 {
            font-size: 22px; } }
        #black-friday .bf-body li .bf-wrapper h3.red {
          color: #e70042;
          margin: 120px 0 0; }
      #black-friday .bf-body li .bf-wrapper h5 {
        margin: 10px 0; }
      #black-friday .bf-body li .bf-wrapper li {
        padding: 0; }
      #black-friday .bf-body li .bf-wrapper .btn:hover {
        background-color: #000;
        color: #e70042; }
#black-friday .bf-newsletter {
  padding: 0 5%;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    #black-friday .bf-newsletter {
      padding: 0 10%; } }
  @media (min-width: 992px) {
    #black-friday .bf-newsletter {
      padding: 0 25%; } }
  @media (min-width: 1200px) {
    #black-friday .bf-newsletter {
      padding: 0 35%; } }
  #black-friday .bf-newsletter h2 {
    color: #e70042;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) {
      #black-friday .bf-newsletter h2 {
        font-size: 24px; } }
  #black-friday .bf-newsletter .bf-newsletter-wrapper h3, #black-friday .bf-newsletter .bf-newsletter-wrapper h5 {
    margin: 0; }
  #black-friday .bf-newsletter .bf-newsletter-wrapper h3 {
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #black-friday .bf-newsletter .bf-newsletter-wrapper h5 {
    text-transform: uppercase; }
  #black-friday .bf-newsletter .bf-newsletter-wrapper #mc_embed_signup_scroll {
    text-align: center; }
  #black-friday .bf-newsletter .bf-newsletter-wrapper #mce-EMAIL {
    width: 100%; }
  #black-friday .bf-newsletter .bf-newsletter-wrapper #mc-embedded-subscribe-form {
    padding: 0; }
  #black-friday .bf-newsletter .bf-newsletter-wrapper #mc-embedded-subscribe {
    display: inline-block; }
  #black-friday .bf-newsletter .bf-newsletter-wrapper #mc_embed_signup label {
    font-weight: normal; }

#order-status .os-form {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 60px 10% 80px;
  background-color: #f7f7f7;
  color: #000; }
  #order-status .os-form #os-page-track-form {
    text-align: center; }
    #order-status .os-form #os-page-track-form .input-group.error span, #order-status .os-form #os-page-track-form .input-group.error input {
      color: #cc0000;
      border-color: #cc0000; }
  #order-status .os-form h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 20px 0;
    text-align: center;
    /* Only extra small devices (phones, 767px and under) */ }
    @media (max-width: 767px) {
      #order-status .os-form h1 {
        font-size: 24px; } }
  #order-status .os-form .input-group {
    width: 100%;
    padding: 5px 0; }
    #order-status .os-form .input-group span, #order-status .os-form .input-group input {
      border-radius: 0px;
      box-shadow: 0px;
      background: #fff;
      color: #000;
      border-color: #000; }
    #order-status .os-form .input-group span {
      width: 35px;
      padding: 0px; }
  #order-status .os-form .btn {
    width: 100%;
    background: #33bde2;
    border: none;
    color: #fff;
    margin-top: 10px; }
    #order-status .os-form .btn.btn-secondary {
      background-color: #2f2f30; }
#order-status .os-heading {
  background-color: #f7f7f7;
  margin: 40px 0;
  padding: 20px 10%; }
  #order-status .os-heading h1 {
    text-transform: capitalize;
    margin: 0 0 20px;
    text-align: center;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #order-status .os-heading h1 {
        text-align: left; } }
  #order-status .os-heading .os-heading-info {
    margin-top: 10px;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #order-status .os-heading .os-heading-info {
        border: none;
        padding-bottom: 0; } }
    #order-status .os-heading .os-heading-info h5 {
      margin: 0; }
    #order-status .os-heading .os-heading-info p {
      margin: 0; }
      #order-status .os-heading .os-heading-info p.order-num, #order-status .os-heading .os-heading-info p.order-status {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 10px; }
  #order-status .os-heading .os-heading-legend {
    margin-top: 30px; }
    #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col {
      float: left;
      margin-bottom: 20px;
      text-align: center; }
      #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col a {
        font-size: 12px;
        text-decoration: underline; }
      #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col h5 {
        font-size: 16px; }
      #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col i {
        font-size: 52px; }
        #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col i.purple {
          color: #86339a; }
        #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col i.blue {
          color: #0076a9; }
        #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col i.orange {
          color: #ff9f19; }
        #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col i.green {
          color: #a3d55f; }
        #order-status .os-heading .os-heading-legend .legend-wrapper .legend-col i.black {
          color: #000; }
#order-status .os-order {
  display: none;
  padding: 0 5%;
  /* Medium devices (desktops, 992px and up) */
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 992px) {
    #order-status .os-order {
      padding: 0 10%; } }
  #order-status .os-order.os-order-return {
    padding: 0; }
  #order-status .os-order .os-order-heading {
    margin: 30px 0px; }
    #order-status .os-order .os-order-heading span {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #order-status .os-order .scroll-msg {
    text-align: center; }
  #order-status .os-order .os-order-items {
    padding: 0px;
    position: relative;
    /* Small devices (tablets, 768px and up) */ }
    #order-status .os-order .os-order-items tbody {
      border-bottom: 1px solid #ddd; }
    #order-status .os-order .os-order-items .table-responsive {
      margin-bottom: 0px; }
      #order-status .os-order .os-order-items .table-responsive tr:nth-child(2) {
        background-color: #f7f7f7; }
      #order-status .os-order .os-order-items .table-responsive th {
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase; }
        #order-status .os-order .os-order-items .table-responsive th.center {
          text-align: center; }
        #order-status .os-order .os-order-items .table-responsive th.border-left {
          border-left: 1px solid #ddd; }
      #order-status .os-order .os-order-items .table-responsive td {
        vertical-align: middle; }
        #order-status .os-order .os-order-items .table-responsive td.center {
          text-align: center; }
        #order-status .os-order .os-order-items .table-responsive td.border-left {
          border-left: 1px solid #ddd; }
        #order-status .os-order .os-order-items .table-responsive td i {
          background-color: #f7f7f7;
          font-size: 36px;
          color: white;
          border: 1px solid #ccc;
          border-radius: 50px 50px;
          padding: 10px; }
          #order-status .os-order .os-order-items .table-responsive td i.purple {
            color: #86339a; }
          #order-status .os-order .os-order-items .table-responsive td i.blue {
            color: #0076a9; }
          #order-status .os-order .os-order-items .table-responsive td i.orange {
            color: #ff9f19; }
          #order-status .os-order .os-order-items .table-responsive td i.green {
            color: #a3d55f; }
          #order-status .os-order .os-order-items .table-responsive td i.black {
            color: #000; }
      #order-status .os-order .os-order-items .table-responsive .track-item {
        color: #33bde2;
        text-decoration: underline;
        text-transform: uppercase; }
    #order-status .os-order .os-order-items .scroll-gradient {
      background: -webkit-linear-gradient(left, rgba(226, 226, 255, 0.4), rgba(255, 255, 255, 0.1));
      background: -o-linear-gradient(left, rgba(226, 226, 226, 0.4), rgba(255, 255, 255, 0.1));
      background: -moz-linear-gradient(left, rgba(226, 226, 226, 0.4), rgba(255, 255, 255, 0.1));
      background: linear-gradient(to left, rgba(226, 226, 226, 0.4), rgba(255, 255, 255, 0.1));
      width: 30px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
    @media (min-width: 768px) {
      #order-status .os-order .os-order-items {
        padding: 0px 15px; } }
  #order-status .os-order .os-order-return-heading, #order-status .os-order .os-order-return-util, #order-status .os-order .os-order-return-select {
    display: none; }
  #order-status .os-order .os-order-return-select.return {
    display: table-cell; }
  #order-status .os-order .os-order-summary {
    text-align: right;
    margin: 10px 0px 30px; }
    #order-status .os-order .os-order-summary .total {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px; }
  #order-status .os-order .os-order-return-cta .btn.btn-block.email, #order-status .os-order .os-order-return-cta .btn.email.btn-progress {
    background-color: #000;
    color: #fff; }
  @media (min-width: 768px) {
    #order-status .os-order .scroll-msg, #order-status .os-order .scroll-gradient {
      display: none; } }
#order-status .os-order-not-found {
  display: none;
  padding: 50px 10%;
  text-align: center; }
  #order-status .os-order-not-found #contact-us .contact-us-props {
    margin-top: 40px;
    padding: 50px 0px 20px; }
    #order-status .os-order-not-found #contact-us .contact-us-props li {
      margin-bottom: 30px;
      text-align: center;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #order-status .os-order-not-found #contact-us .contact-us-props li {
          text-align: left; } }
      #order-status .os-order-not-found #contact-us .contact-us-props li:before, #order-status .os-order-not-found #contact-us .contact-us-props li:after {
        content: " ";
        display: table; }
      #order-status .os-order-not-found #contact-us .contact-us-props li:after {
        clear: both; }
      #order-status .os-order-not-found #contact-us .contact-us-props li .prop-icon {
        display: inline-block;
        margin-top: 5px;
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 768px) {
          #order-status .os-order-not-found #contact-us .contact-us-props li .prop-icon {
            margin-bottom: 20px; } }
        @media (min-width: 992px) {
          #order-status .os-order-not-found #contact-us .contact-us-props li .prop-icon {
            float: left; } }
        #order-status .os-order-not-found #contact-us .contact-us-props li .prop-icon i {
          background-color: #c0a165;
          border-radius: 50%;
          color: #fff;
          font-size: 28px;
          padding: 10px; }
      #order-status .os-order-not-found #contact-us .contact-us-props li .prop-body {
        display: inline-block;
        margin-left: 10px;
        width: 150px;
        text-align: left;
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          #order-status .os-order-not-found #contact-us .contact-us-props li .prop-body {
            float: left; } }
        #order-status .os-order-not-found #contact-us .contact-us-props li .prop-body h5 {
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin: 0 0 10px; }
        #order-status .os-order-not-found #contact-us .contact-us-props li .prop-body a, #order-status .os-order-not-found #contact-us .contact-us-props li .prop-body p {
          font-size: 12px;
          margin: 0; }

#modal-os-legend .modal-close {
  text-align: right;
  margin-right: 5px;
  font-size: 20px; }
#modal-os-legend .step {
  display: none;
  margin: 10px 0px;
  padding: 30px 0px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    #modal-os-legend .step {
      margin: 10px 5px;
      padding: 30px; } }
  #modal-os-legend .step.purple {
    border-top: 2px solid #86339a; }
  #modal-os-legend .step.blue {
    border-top: 2px solid #0076a9; }
  #modal-os-legend .step.orange {
    border-top: 2px solid #ff9f19; }
  #modal-os-legend .step.green {
    border-top: 2px solid #a3d55f; }
  #modal-os-legend .step.red {
    border-top: 2px solid #D13030; }
  #modal-os-legend .step i {
    font-size: 60px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #modal-os-legend .step i {
        font-size: 100px; } }
    #modal-os-legend .step i.purple {
      color: #86339a; }
    #modal-os-legend .step i.blue {
      color: #0076a9; }
    #modal-os-legend .step i.orange {
      color: #ff9f19; }
    #modal-os-legend .step i.green {
      color: #a3d55f; }
    #modal-os-legend .step i.red {
      color: #D13030; }
  #modal-os-legend .step .os-modal-heading {
    display: inline-block;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #modal-os-legend .step .os-modal-heading .line {
      border-bottom: 1px solid;
      width: 50%;
      margin: 30px 0px; }
  #modal-os-legend .step p span {
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#style-care h1, #style-care h2, #style-care h3, #style-care h4, #style-care h5 {
  font-weight: 400; }
#style-care a:hover, #style-care a:focus, #style-care a:active {
  color: #c0a165; }
#style-care .sc-nav {
  margin-top: 80px; }
  #style-care .sc-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #style-care .sc-nav nav ul li {
      font-size: 14px;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        #style-care .sc-nav nav ul li {
          font-size: 16px; } }
      #style-care .sc-nav nav ul li.active {
        background-color: #c0a165;
        color: #fff; }
        #style-care .sc-nav nav ul li.active a {
          color: #fff; }
          #style-care .sc-nav nav ul li.active a:hover {
            color: #000; }
      #style-care .sc-nav nav ul li.top {
        display: none; }
      #style-care .sc-nav nav ul li a {
        display: block;
        padding: 10px;
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          #style-care .sc-nav nav ul li a {
            padding: 10px 20px; } }
        #style-care .sc-nav nav ul li a:hover, #style-care .sc-nav nav ul li a:focus {
          background: none;
          color: #c0a165; }
  #style-care .sc-nav nav.affix-top {
    position: relative; }
  #style-care .sc-nav nav.affix {
    top: 100px; }
    #style-care .sc-nav nav.affix .top {
      display: block; }
  #style-care .sc-nav nav.affix-bottom {
    position: absolute; }
    #style-care .sc-nav nav.affix-bottom .top {
      display: block; }
#style-care .sc-body {
  margin-top: 20px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    #style-care .sc-body {
      margin-top: 80px; } }
  #style-care .sc-body .sc-heading {
    text-align: center; }
    #style-care .sc-body .sc-heading i {
      color: #c0a165;
      font-size: 120px; }
    #style-care .sc-body .sc-heading h1 {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      letter-spacing: 10px;
      margin: 0;
      text-transform: uppercase; }
      #style-care .sc-body .sc-heading h1 span {
        display: block;
        font-family: "font-proximanova-thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #style-care .sc-body .sc-heading h1 span {
            font-size: 36px; } }
    #style-care .sc-body .sc-heading h3 {
      font-family: "font-proximanova-thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      margin: 40px 0 0;
      letter-spacing: 5px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-heading h3 {
          font-size: 32px; } }
    #style-care .sc-body .sc-heading#style-and-care {
      background-color: #333;
      color: #fff;
      padding: 40px 0; }
      #style-care .sc-body .sc-heading#style-and-care i {
        display: block;
        margin-bottom: 20px; }
      #style-care .sc-body .sc-heading#style-and-care h3 {
        padding: 0 20px; }
  #style-care .sc-body .sc-panel {
    margin-top: 80px; }
    #style-care .sc-body .sc-panel.dark {
      background-color: #333;
      color: #fff;
      padding: 60px 0; }
      #style-care .sc-body .sc-panel.dark .sc-heading {
        color: #fff; }
    #style-care .sc-body .sc-panel .sc-heading {
      color: #c0a165;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      letter-spacing: 3px;
      margin: 0 0 20px;
      text-transform: uppercase;
      text-align: center;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-panel .sc-heading {
          font-size: 28px; } }
    #style-care .sc-body .sc-panel .sc-subheading {
      margin: 0;
      text-align: center; }
    #style-care .sc-body .sc-panel#contact-us {
      background: url("bg-style-care-contact.jpg") no-repeat;
      background-size: cover;
      background-position: center bottom;
      margin-top: 50px;
      padding-top: 30px; }
      #style-care .sc-body .sc-panel#contact-us .contact-us-props {
        border-bottom: 1px solid #333;
        margin-top: 40px;
        padding-bottom: 40px; }
        #style-care .sc-body .sc-panel#contact-us .contact-us-props li {
          margin-bottom: 30px;
          text-align: center;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            #style-care .sc-body .sc-panel#contact-us .contact-us-props li {
              text-align: left; } }
          #style-care .sc-body .sc-panel#contact-us .contact-us-props li:before, #style-care .sc-body .sc-panel#contact-us .contact-us-props li:after {
            content: " ";
            display: table; }
          #style-care .sc-body .sc-panel#contact-us .contact-us-props li:after {
            clear: both; }
          #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-icon {
            display: inline-block;
            margin-top: 5px;
            /* Small devices (tablets, 768px and up) */
            /* Medium devices (desktops, 992px and up) */ }
            @media (min-width: 768px) {
              #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-icon {
                margin-bottom: 20px; } }
            @media (min-width: 992px) {
              #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-icon {
                float: left; } }
            #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-icon i {
              background-color: #c0a165;
              border-radius: 50%;
              color: #fff;
              font-size: 28px;
              padding: 10px; }
          #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-body {
            display: inline-block;
            margin-left: 10px;
            width: 150px;
            text-align: left;
            /* Medium devices (desktops, 992px and up) */ }
            @media (min-width: 992px) {
              #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-body {
                float: left; } }
            #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-body h5 {
              font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
              margin: 0 0 10px; }
            #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-body a, #style-care .sc-body .sc-panel#contact-us .contact-us-props li .prop-body p {
              font-size: 12px;
              margin: 0; }
    #style-care .sc-body .sc-panel#why-shop-with-us {
      margin: 0 0 40px;
      text-align: center;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-panel#why-shop-with-us {
          margin: 0 0 80px; } }
      #style-care .sc-body .sc-panel#why-shop-with-us .prop {
        color: #999;
        display: block;
        font-size: 100px; }
      #style-care .sc-body .sc-panel#why-shop-with-us h3 {
        font-size: 20px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #style-care .sc-body .sc-panel#why-shop-with-us h3 {
            font-size: 24px; } }
    #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-about {
      padding: 0 5% 60px;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-about {
          padding: 0 15% 60px; } }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-about h3 {
        color: #c0a165;
        font-size: 18px; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-about h5 {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        margin: 10px 0 0;
        padding: 7px 0;
        text-align: center;
        text-transform: uppercase;
        width: 200px; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-about .bg-style-1 {
        background: url("bg-style-care-personal-btn1.png") no-repeat;
        background-size: 100%; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-about .bg-style-2 {
        background: url("bg-style-care-personal-btn2.png") no-repeat;
        background-size: 100%; }
    #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered {
      background-color: #fff;
      color: #333;
      margin: 0;
      position: relative; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered h4 {
        font-size: 24px;
        text-transform: uppercase; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered img {
        left: -60px;
        position: absolute;
        top: -100px;
        width: 240px; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .copy {
        padding: 140px 20px 20px;
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 768px) {
          #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .copy {
            padding: 140px 15px 40px; } }
        @media (min-width: 992px) {
          #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .copy {
            padding: 90px 80px 0; } }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .background {
        background: url("bg-style-care-personal.jpg") no-repeat;
        background-position: center top;
        background-size: cover;
        height: 320px; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle {
        border-style: solid;
        bottom: 0;
        display: none;
        height: 0;
        position: absolute;
        width: 0;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle {
            display: block; } }
        #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle.left {
          border-color: transparent transparent transparent #333;
          border-width: 50px 0 0 300px;
          left: 0;
          /* Medium devices (desktops, 992px and up) */
          /* Large devices (large desktops, 1200px and up) */ }
          @media (min-width: 992px) {
            #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle.left {
              border-width: 50px 0 0 400px; } }
          @media (min-width: 1200px) {
            #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle.left {
              border-width: 75px 0 0 560px; } }
        #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle.right {
          border-color: transparent transparent #333333 transparent;
          border-width: 0 0 50px 300px;
          right: 0;
          /* Medium devices (desktops, 992px and up) */
          /* Large devices (large desktops, 1200px and up) */ }
          @media (min-width: 992px) {
            #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle.right {
              border-width: 0 0 50px 400px; } }
          @media (min-width: 1200px) {
            #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-covered .triangle.right {
              border-width: 0 0 100px 560px; } }
    #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props {
      padding-top: 40px; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props h4 {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        text-align: center; }
      #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props .prop-body {
        padding: 0 15px;
        text-align: center; }
        #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props .prop-body a {
          color: #c0a165; }
          #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props .prop-body a:hover {
            text-decoration: underline; }
        #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props .prop-body h3, #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props .prop-body h5 {
          margin: 0; }
        #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props .prop-body h5 {
          font-size: 16px;
          margin-bottom: 10px;
          text-transform: uppercase; }
        #style-care .sc-body .sc-panel#personal-shopping .personal-shopping-props .prop-body i {
          display: block;
          font-size: 54px;
          margin: 20px 0; }
    #style-care .sc-body .sc-panel#order-status {
      background-color: #f8f8f8;
      padding: 40px 0;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-panel#order-status {
          padding: 80px 0; } }
      #style-care .sc-body .sc-panel#order-status .order-status-heading h4 {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase; }
      #style-care .sc-body .sc-panel#order-status .order-status-forms {
        padding: 0 10%; }
        #style-care .sc-body .sc-panel#order-status .order-status-forms h5 {
          font-size: 16px; }
        #style-care .sc-body .sc-panel#order-status .order-status-forms #customer_login .btn-default, #style-care .sc-body .sc-panel#order-status .order-status-forms #order_status .btn-default {
          border: 0;
          background-color: #c0a165; }
        #style-care .sc-body .sc-panel#order-status .order-status-forms #customer_login .forgot_password, #style-care .sc-body .sc-panel#order-status .order-status-forms #order_status .forgot_password {
          display: block;
          margin-bottom: 10px; }
        #style-care .sc-body .sc-panel#order-status .order-status-forms .os-or {
          padding: 40px 0;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            #style-care .sc-body .sc-panel#order-status .order-status-forms .os-or {
              padding: 120px 0 0; } }
          #style-care .sc-body .sc-panel#order-status .order-status-forms .os-or p {
            color: #c0a165;
            font-size: 18px; }
    #style-care .sc-body .sc-panel#exchanges-returns h4 {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #style-care .sc-body .sc-panel#exchanges-returns .returns-props {
      margin: 20px 0;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-panel#exchanges-returns .returns-props {
          margin: 40px 0; } }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-props .returns-prop-heading {
        margin-bottom: 20px;
        text-align: center;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #style-care .sc-body .sc-panel#exchanges-returns .returns-props .returns-prop-heading {
            margin: 0; } }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-props .returns-prop-heading > i {
          font-size: 60px; }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-props .returns-prop-heading h4 {
          font-size: 22px; }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-props .returns-prop-heading a {
          cursor: pointer; }
    #style-care .sc-body .sc-panel#exchanges-returns .returns-final-sale {
      background-color: #f9f5ef;
      border-bottom: 5px solid #c0a165;
      border-top: 5px solid #c0a165;
      margin-bottom: 40px;
      padding: 20px 0; }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-final-sale ul {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        list-style: none; }
    #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-heading {
      margin-bottom: 20px; }
    #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section {
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section {
          border-bottom: 1px solid #c0a165;
          margin-bottom: 40px;
          padding-bottom: 40px; } }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .num {
        float: left;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-right: 15px; }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .icon {
        color: #c0a165;
        font-size: 60px;
        text-align: center;
        margin-top: 10px; }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .icon.stacked {
          font-size: 40px; }
          #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .icon.stacked i {
            display: block; }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .contact {
        margin-top: 20px; }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .contact:before, #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .contact:after {
          content: " ";
          display: table; }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .contact:after {
          clear: both; }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .contact .contact-icon {
          float: left;
          margin-right: 10px; }
          #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .contact .contact-icon i {
            background-color: #c0a165;
            border-radius: 50%;
            color: #fff;
            font-size: 28px;
            padding: 10px; }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .contact .contact-body {
          float: left;
          margin-top: 10px; }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-how-to .returns-how-to-section .sm-stylecareicon-lrgbox {
        font-size: 72px; }
    #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs {
      background-color: #f8f8f8;
      padding: 20px 40px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs {
          padding: 60px 120px; } }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs .half {
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs .half {
            width: 50%; } }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs .req-icon {
        margin: 20px 0 40px;
        text-align: center;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs .req-icon {
            margin: 20px 0 0;
            text-align: left; } }
        #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs .req-icon i {
          background-color: #fff;
          border-radius: 50%;
          color: #c0a165;
          font-size: 100px;
          padding: 30px; }
      #style-care .sc-body .sc-panel#exchanges-returns .returns-reqs .req-list {
        margin: 40px 0; }
    #style-care .sc-body .sc-panel#faq {
      margin-bottom: 20px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #style-care .sc-body .sc-panel#faq {
          margin-bottom: 80px; } }
      #style-care .sc-body .sc-panel#faq .faq-wrapper h4, #style-care .sc-body .sc-panel#faq .faq-footer h4 {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 20px 0 20px; }
        #style-care .sc-body .sc-panel#faq .faq-wrapper h4:first-child, #style-care .sc-body .sc-panel#faq .faq-footer h4:first-child {
          margin-top: 0; }
      #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-link, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-link {
        border-bottom: 1px solid #c0a165;
        cursor: pointer;
        margin-bottom: 10px;
        padding-bottom: 10px; }
        #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-link:before, #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-link:after, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-link:before, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-link:after {
          content: " ";
          display: table; }
        #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-link:after, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-link:after {
          clear: both; }
        #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-link p, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-link p {
          float: left;
          margin: 0;
          width: 90%; }
        #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-link i, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-link i {
          color: #c0a165;
          float: right;
          font-size: 20px;
          text-align: right; }
      #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-content, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-content {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 10px; }
        #style-care .sc-body .sc-panel#faq .faq-wrapper .faq-question-content p, #style-care .sc-body .sc-panel#faq .faq-footer .faq-question-content p {
          margin: 0; }
      #style-care .sc-body .sc-panel#faq .faq-footer {
        margin-top: 40px; }

#shoe-it-forward .header, #shoe-it-forward-fb .header {
  text-align: center;
  padding-bottom: 30px; }
  #shoe-it-forward .header h1, #shoe-it-forward-fb .header h1 {
    color: #33bde2;
    text-transform: uppercase;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 0px; }
  #shoe-it-forward .header h5, #shoe-it-forward-fb .header h5 {
    margin-top: 0px;
    margin-bottom: 20px; }
  #shoe-it-forward .header .btn-big, #shoe-it-forward-fb .header .btn-big {
    color: #33bde2;
    border: 2px solid #33bde2;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 20px 0px; }
    #shoe-it-forward .header .btn-big:hover, #shoe-it-forward-fb .header .btn-big:hover {
      background-color: #33bde2;
      color: #fff; }
  #shoe-it-forward .header p, #shoe-it-forward-fb .header p {
    margin: 30px 0 0; }
  #shoe-it-forward .header .header-hero, #shoe-it-forward-fb .header .header-hero {
    position: relative; }
    #shoe-it-forward .header .header-hero .hero-base, #shoe-it-forward-fb .header .header-hero .hero-base {
      position: absolute;
      bottom: 20px;
      width: 100%; }
      #shoe-it-forward .header .header-hero .hero-base i, #shoe-it-forward-fb .header .header-hero .hero-base i {
        color: #fff;
        display: block;
        font-size: 24px; }
      #shoe-it-forward .header .header-hero .hero-base span, #shoe-it-forward-fb .header .header-hero .hero-base span {
        color: #fff;
        display: block;
        text-transform: uppercase; }
#shoe-it-forward .shoe-it-forward-sec1, #shoe-it-forward-fb .shoe-it-forward-sec1 {
  background-color: #33bde2;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  #shoe-it-forward .shoe-it-forward-sec1 h2, #shoe-it-forward-fb .shoe-it-forward-sec1 h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px; }
  #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 {
    position: relative; }
    #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 i, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 i {
      color: #fff;
      font-size: 40px; }
      #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 i.icon-circle, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 i.icon-circle {
        background: #fff;
        border-radius: 50%;
        height: 75px;
        line-height: 75px;
        width: 75px;
        display: inline-block;
        color: #33bde2; }
      #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 i.sm-arrow-right, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 i.sm-arrow-right {
        display: none;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 i.sm-arrow-right, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 i.sm-arrow-right {
            display: inline;
            position: absolute;
            right: -35px;
            padding-top: 10px; } }
    #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 h4, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 h4 {
      margin-top: 30px;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      cursor: pointer; }
      #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 h4 span, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 h4 span {
        display: block;
        font-size: 12px;
        text-transform: none;
        font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 h4 span i, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 h4 span i {
          font-size: 16px;
          vertical-align: sub; }
      #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 h4:hover, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 h4:hover {
        color: #1a95b6; }
      #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 h4:hover i, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 h4:hover i {
        color: #1a95b6; }
    #shoe-it-forward .shoe-it-forward-sec1 .col-xs-12 p, #shoe-it-forward-fb .shoe-it-forward-sec1 .col-xs-12 p {
      padding: 0px 20px 30px; }
#shoe-it-forward .shoe-it-forward-sec2, #shoe-it-forward-fb .shoe-it-forward-sec2 {
  padding: 30px;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    #shoe-it-forward .shoe-it-forward-sec2, #shoe-it-forward-fb .shoe-it-forward-sec2 {
      padding: 30px 60px; } }
  #shoe-it-forward .shoe-it-forward-sec2 h4, #shoe-it-forward-fb .shoe-it-forward-sec2 h4 {
    text-align: center;
    color: #33bde2;
    text-transform: uppercase;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 30px; }
  #shoe-it-forward .shoe-it-forward-sec2.success, #shoe-it-forward-fb .shoe-it-forward-sec2.success {
    text-align: center; }
    #shoe-it-forward .shoe-it-forward-sec2.success i, #shoe-it-forward-fb .shoe-it-forward-sec2.success i {
      font-size: 55px; }
      #shoe-it-forward .shoe-it-forward-sec2.success i.icon-circle, #shoe-it-forward-fb .shoe-it-forward-sec2.success i.icon-circle {
        background: #33bde2;
        border-radius: 50%;
        height: 75px;
        line-height: 75px;
        width: 75px;
        display: inline-block;
        color: #fff; }
    #shoe-it-forward .shoe-it-forward-sec2.success p, #shoe-it-forward-fb .shoe-it-forward-sec2.success p {
      margin: 10px; }
  #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward {
    position: relative; }
    #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .input-group, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .input-group {
      margin-bottom: 10px; }
    #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .input-group-addon, #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward input, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .input-group-addon, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward input {
      border-radius: 0px;
      background: none;
      border-color: #33bde2; }
    #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .add-fields-btn, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .add-fields-btn {
      line-height: 32px; }
      #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .add-fields-btn span, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .add-fields-btn span {
        background: #33bde2;
        padding: 8px 17px;
        color: #fff;
        margin-right: 7px; }
    #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .btn-block, #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .btn.btn-progress, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .btn-block, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .btn.btn-progress {
      margin: 30px 0px;
      position: relative;
      padding: 15px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: none;
      letter-spacing: 1px; }
    #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .sif-friend-field, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .sif-friend-field {
      overflow: hidden; }
      #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .sif-friend-field .active, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .sif-friend-field .active {
        position: relative;
        display: block; }
      #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .sif-friend-field .inactive, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .sif-friend-field .inactive {
        position: relative;
        display: none; }
    #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .sif-pagination, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .sif-pagination {
      display: none;
      position: absolute;
      font-size: 30px;
      top: 20px; }
      #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .sif-pagination.left, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .sif-pagination.left {
        left: -25px; }
      #shoe-it-forward .shoe-it-forward-sec2 #form-shoeit-forward .sif-pagination.right, #shoe-it-forward-fb .shoe-it-forward-sec2 #form-shoeit-forward .sif-pagination.right {
        right: -25px; }
#shoe-it-forward .shoe-it-forward-sec3, #shoe-it-forward-fb .shoe-it-forward-sec3 {
  display: none;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  text-align: center; }
  @media (min-width: 768px) {
    #shoe-it-forward .shoe-it-forward-sec3, #shoe-it-forward-fb .shoe-it-forward-sec3 {
      display: block;
      padding: 30px; } }
  @media (min-width: 992px) {
    #shoe-it-forward .shoe-it-forward-sec3, #shoe-it-forward-fb .shoe-it-forward-sec3 {
      padding: 30px 60px; } }
  #shoe-it-forward .shoe-it-forward-sec3 h4, #shoe-it-forward-fb .shoe-it-forward-sec3 h4 {
    text-align: center;
    color: #33bde2;
    text-transform: uppercase;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #shoe-it-forward .shoe-it-forward-sec3 .icon-circle, #shoe-it-forward-fb .shoe-it-forward-sec3 .icon-circle {
    border: 1px solid #33bde2;
    border-radius: 50%;
    height: 75px;
    line-height: 75px;
    width: 75px;
    display: inline-block;
    color: #33bde2;
    font-size: 40px;
    text-align: center;
    margin: 19px 0px; }
  #shoe-it-forward .shoe-it-forward-sec3 p, #shoe-it-forward-fb .shoe-it-forward-sec3 p {
    line-height: 14px; }
  #shoe-it-forward .shoe-it-forward-sec3 .btn-block, #shoe-it-forward .shoe-it-forward-sec3 .btn.btn-progress, #shoe-it-forward-fb .shoe-it-forward-sec3 .btn-block, #shoe-it-forward-fb .shoe-it-forward-sec3 .btn.btn-progress {
    position: relative;
    margin: 30px 0px;
    padding: 15px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 1px; }
#shoe-it-forward i.box, #shoe-it-forward-fb i.box {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  font-size: 30px;
  border-right: 1px solid;
  padding: 10px; }

#shoe-it-forward-fb .header {
  background: #33bde2; }
  #shoe-it-forward-fb .header h1 {
    color: #fff; }
  #shoe-it-forward-fb .header .icon-circle {
    font-size: 100px;
    background: #fff;
    border-radius: 50%;
    height: 150px;
    line-height: 150px;
    width: 150px;
    display: inline-block;
    color: #33bde2;
    margin: 30px 0px; }
  #shoe-it-forward-fb .header p {
    width: 75%;
    margin: 0px auto;
    color: #fff; }
#shoe-it-forward-fb .discount {
  text-align: center;
  padding: 30px; }
  #shoe-it-forward-fb .discount h3 {
    color: #33bde2; }
    #shoe-it-forward-fb .discount h3 span {
      color: #999;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#shoe-it-forward-fb .ctas .btn-block, #shoe-it-forward-fb .ctas .btn.btn-progress {
  padding: 15px;
  width: 75%;
  margin: 0px auto 30px; }

#page-subscribe {
  background: #fff;
  margin: 0px -15px -30px -15px;
  padding: 50px 0px;
  min-height: 275px;
  /* Small devices (tablets, 768px and up) */ }
  #page-subscribe .introduction {
    width: 90%;
    margin: 0px auto;
    padding: 30px 0px;
    opacity: 0; }
    #page-subscribe .introduction h1, #page-subscribe .introduction h2 {
      color: #000;
      margin: 0px; }
    #page-subscribe .introduction h1 {
      font-size: 28px;
      margin-bottom: 5px; }
    #page-subscribe .introduction h2 {
      font-size: 22px; }
  #page-subscribe .progression-form {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 860px;
    width: 90%;
    text-align: left;
    font-size: 24px;
    opacity: 0; }
    #page-subscribe .progression-form .progression-form-inner .submit {
      display: none; }
    #page-subscribe .progression-form .progression-form-inner .questions {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
      #page-subscribe .progression-form .progression-form-inner .questions:before {
        content: '';
        background-color: #f7f7f7;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55px; }
      #page-subscribe .progression-form .progression-form-inner .questions li {
        position: relative;
        opacity: 0;
        height: 0; }
        #page-subscribe .progression-form .progression-form-inner .questions li > span {
          display: block;
          overflow: hidden; }
          #page-subscribe .progression-form .progression-form-inner .questions li > span label {
            font-size: 20px;
            color: #000;
            display: block; }
        #page-subscribe .progression-form .progression-form-inner .questions li input {
          display: block;
          margin: 0.3em 0 0 0;
          padding: 0.5em 1em 0.5em 0.7em;
          width: calc(100% - 2em);
          border: none;
          background: transparent;
          color: rgba(0, 0, 0, 0.8);
          font-size: 1em;
          line-height: 1;
          opacity: 0; }
        #page-subscribe .progression-form .progression-form-inner .questions li button:focus, #page-subscribe .progression-form .progression-form-inner .questions li input:focus {
          outline: none; }
    #page-subscribe .progression-form .progression-form-inner .controls .next {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -25px;
      display: block;
      padding: 0;
      width: 2em;
      height: 2em;
      border: none;
      background: none;
      color: rgba(0, 0, 0, 0.4);
      text-align: right;
      z-index: 100;
      cursor: pointer;
      pointer-events: none;
      -webkit-tap-highlight-color: transparent; }
      #page-subscribe .progression-form .progression-form-inner .controls .next:hover {
        color: rgba(0, 0, 0, 0.5); }
      #page-subscribe .progression-form .progression-form-inner .controls .next::after {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 5px;
        width: 100%;
        height: 100%;
        font-family: 'font-shoeme';
        content: "\e65f";
        text-transform: none;
        font-size: 35px;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    #page-subscribe .progression-form .progression-form-inner .controls .progress {
      width: 0%;
      height: 5px;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 0px; }
      #page-subscribe .progression-form .progression-form-inner .controls .progress::before {
        position: absolute;
        top: auto;
        width: 100%;
        height: inherit;
        background: rgba(0, 0, 0, 0.1);
        content: ''; }
    #page-subscribe .progression-form .progression-form-inner .controls .question-number {
      position: absolute;
      right: 0;
      bottom: 15px;
      overflow: hidden;
      width: 30px;
      font-size: 14px; }
      #page-subscribe .progression-form .progression-form-inner .controls .question-number:after {
        position: absolute;
        left: 50%;
        content: '/';
        opacity: 0.4; }
      #page-subscribe .progression-form .progression-form-inner .controls .question-number span {
        float: right;
        width: 40%;
        text-align: center;
        color: #000; }
        #page-subscribe .progression-form .progression-form-inner .controls .question-number span.current {
          float: left; }
    #page-subscribe .progression-form .progression-form-inner .controls .error-message {
      opacity: 0;
      font-size: 14px;
      position: absolute;
      bottom: 18px;
      color: red; }
    #page-subscribe .progression-form .subscribe-complete {
      position: absolute;
      opacity: 0;
      top: 90%;
      left: 0;
      padding: 0.5em;
      width: 100%;
      text-align: center;
      color: #000; }
  @media (min-width: 768px) {
    #page-subscribe {
      padding: 150px 0px; }
      #page-subscribe .introduction, #page-subscribe .progression-form {
        width: 50%; } }

.template-product .container-product {
  /* @include breakpoint(medium) {
  	padding: 0 30px;
  }
  @include breakpoint(large) {
  	padding: 0 5%;
  } */ }
  .template-product .container-product .product-heading {
    margin: 20px 0;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-product .container-product .product-heading {
        margin: 40px 0 20px; }
        .template-product .container-product .product-heading h5.product-compare-price:nth-of-type(2) {
          display: none !important; }
        .template-product .container-product .product-heading h5 {
          display: block !important; } }
    .template-product .container-product .product-heading h1 {
      text-align: center;
      font-size: 20px;
      margin: 0;
      line-height: 1.2;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */ }
      .template-product .container-product .product-heading h1 span:first-of-type {
        display: block;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
      @media (min-width: 768px) {
        .template-product .container-product .product-heading h1 {
          letter-spacing: 3px;
          font-size: 25px;
          line-height: 1.4; } }
      @media (min-width: 992px) {
        .template-product .container-product .product-heading h1 {
          font-size: 28px; }
          .template-product .container-product .product-heading h1 span:first-of-type {
            display: none; } }
    .template-product .container-product .product-heading h3 {
      text-transform: uppercase;
      letter-spacing: 3px;
      text-align: center;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 22px;
      margin: 0;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-product .container-product .product-heading h3 {
          font-size: 28px; } }
    .template-product .container-product .product-heading h4 {
      text-align: center;
      text-transform: uppercase; }
      .template-product .container-product .product-heading h4 select, .template-product .container-product .product-heading h4 span {
        border: none;
        background: none;
        color: #adadad;
        float: right; }
    .template-product .container-product .product-heading h5 {
      text-align: center;
      letter-spacing: 0.2px;
      margin: 5px 0px 0px;
      display: inline-block; }
    .template-product .container-product .product-heading .product-compare-price {
      color: #adadad; }
      .template-product .container-product .product-heading .product-compare-price strong {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .template-product .container-product .product-heading .product-price {
      font-size: 18px; }
    .template-product .container-product .product-heading .product-exclusive {
      width: 50px; }
    .template-product .container-product .product-heading .product-compare-price + .product-price {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: red; }
    .template-product .container-product .product-heading .product-reviews.overview {
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        .template-product .container-product .product-heading .product-reviews.overview {
          margin: 5px 0; } }
    .template-product .container-product .product-heading .holiday-delivery {
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        .template-product .container-product .product-heading .holiday-delivery {
          text-align: center; } }
      .template-product .container-product .product-heading .holiday-delivery .message {
        position: relative;
        display: inline-block;
        margin: 20px 0px 0px 50px;
        color: #d26262;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left; }
        .template-product .container-product .product-heading .holiday-delivery .message img {
          width: 45px;
          position: absolute;
          left: -50px;
          top: 50%;
          margin-top: -15px; }
        .template-product .container-product .product-heading .holiday-delivery .message h6 {
          text-transform: uppercase;
          font-size: 12px;
          display: inline;
          vertical-align: middle;
          margin: 0px; }
        .template-product .container-product .product-heading .holiday-delivery .message p {
          font-size: 12px;
          margin-bottom: 0px; }
          .template-product .container-product .product-heading .holiday-delivery .message p span {
            color: #adadad; }
  .template-product .container-product .product-info {
    margin-top: 20px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-product .container-product .product-info {
        margin-top: 0; } }
    .template-product .container-product .product-info.bachelorette {
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-product .container-product .product-info.bachelorette {
          margin-top: 20px; } }
      .template-product .container-product .product-info.bachelorette .product-details-heading {
        margin-bottom: 40px; }
        .template-product .container-product .product-info.bachelorette .product-details-heading h1, .template-product .container-product .product-info.bachelorette .product-details-heading h3, .template-product .container-product .product-info.bachelorette .product-details-heading h5 {
          margin: 0; }
        .template-product .container-product .product-info.bachelorette .product-details-heading h1 {
          font-size: 28px;
          margin-bottom: 20px; }
        .template-product .container-product .product-info.bachelorette .product-details-heading h3 {
          color: #666;
          font-size: 16px;
          margin-bottom: 10px;
          text-transform: uppercase; }
        .template-product .container-product .product-info.bachelorette .product-details-heading h5 {
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 16px; }
        .template-product .container-product .product-info.bachelorette .product-details-heading .product-reviews {
          text-align: left; }
          .template-product .container-product .product-info.bachelorette .product-details-heading .product-reviews .star-rating {
            float: left;
            margin-right: 10px; }
    .template-product .container-product .product-info .form-group, .template-product .container-product .product-info .selector-wrapper {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .template-product .container-product .product-info .selector-wrapper {
      border-bottom: 1px solid;
      margin: 0 0 15px;
      /* Small devices (tablets, 768px and up) */ }
      .template-product .container-product .product-info .selector-wrapper label {
        text-transform: uppercase;
        font-weight: normal; }
      .template-product .container-product .product-info .selector-wrapper select {
        border: none;
        background: none;
        color: #adadad;
        float: right;
        padding-left: 0; }
      @media (min-width: 768px) {
        .template-product .container-product .product-info .selector-wrapper {
          margin-bottom: 30px; } }
    .template-product .container-product .product-info .product-photo-container {
      text-align: center; }
      .template-product .container-product .product-info .product-photo-container a {
        cursor: default; }
      .template-product .container-product .product-info .product-photo-container.center > a {
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          .template-product .container-product .product-info .product-photo-container.center > a {
            display: inline-block; } }
      .template-product .container-product .product-info .product-photo-container img {
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          .template-product .container-product .product-info .product-photo-container img {
            display: inline-block; } }
      .template-product .container-product .product-info .product-photo-container .exclusive-trigger {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        width: 80px; }
        .template-product .container-product .product-info .product-photo-container .exclusive-trigger img {
          height: auto;
          width: 100%; }
      .template-product .container-product .product-info .product-photo-container .social-share {
        margin-top: 10px; }
        .template-product .container-product .product-info .product-photo-container .social-share p {
          color: #33bde2;
          float: left;
          margin: 0 10px 0 0; }
        .template-product .container-product .product-info .product-photo-container .social-share ul {
          float: left;
          margin: 0; }
          .template-product .container-product .product-info .product-photo-container .social-share ul a {
            cursor: pointer; }
    .template-product .container-product .product-info .product-photo-thumbs {
      margin-top: 20px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-product .container-product .product-info .product-photo-thumbs {
          margin: 0; } }
      .template-product .container-product .product-info .product-photo-thumbs > ul {
        text-align: center; }
      .template-product .container-product .product-info .product-photo-thumbs .product-photo-thumb .gallery, .template-product .container-product .product-info .product-photo-thumbs .product-photo-thumb .video {
        display: block;
        padding: 5px; }
        .template-product .container-product .product-info .product-photo-thumbs .product-photo-thumb .gallery.active, .template-product .container-product .product-info .product-photo-thumbs .product-photo-thumb .video.active {
          background-color: #f4f4f4; }
    .template-product .container-product .product-info #carousel-gallery {
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .template-product .container-product .product-info #carousel-gallery img {
        margin: 0 auto;
        max-width: 85%;
        /* Only extra small devices (phones, 767px and under) */ }
        @media (max-width: 767px) {
          .template-product .container-product .product-info #carousel-gallery img {
            max-width: 80%; } }
      .template-product .container-product .product-info #carousel-gallery .owl-controls {
        margin-top: 10px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .template-product .container-product .product-info #carousel-gallery .owl-controls {
            margin-top: 20px; } }
        .template-product .container-product .product-info #carousel-gallery .owl-controls .owl-page {
          display: inline-block; }
          .template-product .container-product .product-info #carousel-gallery .owl-controls .owl-page span {
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            background: transparent;
            opacity: 1;
            border: 1px solid #666;
            position: relative; }
            .template-product .container-product .product-info #carousel-gallery .owl-controls .owl-page span:before {
              content: '';
              position: absolute;
              top: -1px;
              left: -1px;
              border-radius: 20px;
              height: 8px;
              width: 8px;
              background: #666;
              -webkit-transform: scale(0);
              -ms-transform: scale(0);
              -o-transform: scale(0);
              transform: scale(0);
              -webkit-transition: all 0.2s;
              -o-transition: all 0.2s;
              transition: all 0.2s; }
          .template-product .container-product .product-info #carousel-gallery .owl-controls .owl-page.active span:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        .template-product .container-product .product-info #carousel-gallery .owl-controls.clickable .owl-page:hover span {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    .template-product .container-product .product-info .product-selection-form {
      margin-top: 15px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-product .container-product .product-info .product-selection-form {
          margin: 0; } }
      .template-product .container-product .product-info .product-selection-form span.pdp-excluded-brand {
        display: block;
        text-align: center;
        font-size: 13px;
        margin-bottom: 20px;
        color: #e2261b;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        line-height: 1.4; }
      .template-product .container-product .product-info .product-selection-form .control-label {
        font-weight: normal;
        margin: 7px 0 0;
        padding: 0;
        text-align: left;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .template-product .container-product .product-info .product-selection-form .control-label {
            font-size: 12px; } }
        .template-product .container-product .product-info .product-selection-form .control-label + .col-xs-9 {
          padding-right: 0px; }
      .template-product .container-product .product-info .product-selection-form #product-variants #product-select-option-1 {
        color: #33bde2; }
        .template-product .container-product .product-info .product-selection-form #product-variants #product-select-option-1 option {
          color: #adadad; }
      .template-product .container-product .product-info .product-selection-form #product-variants .colour {
        color: #adadad;
        padding-left: 4px;
        white-space: nowrap; }
      .template-product .container-product .product-info .product-selection-form .selector-wrapper .colour {
        line-height: 33px; }
      .template-product .container-product .product-info .product-selection-form .single-option-selector {
        -webkit-box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        box-shadow: none; }
        .template-product .container-product .product-info .product-selection-form .single-option-selector::-ms-expand {
          display: none; }
      .template-product .container-product .product-info .product-selection-form .cross-sell {
        padding-top: 20px; }
        .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-title {
          display: block;
          font-size: 13px;
          color: #888;
          letter-spacing: 0.2px;
          border-bottom: 1px solid #ccc;
          line-height: 30px; }
        .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product {
          display: block;
          overflow: auto;
          padding: 10px 5px;
          border-bottom: 1px solid #ccc; }
          .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product:last-of-type {
            margin-bottom: 30px; }
          .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-image img,
          .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info {
            height: 70px; }
          .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-image {
            position: relative;
            display: block;
            width: 70px;
            float: left;
            margin-right: 15px; }
            .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-image:hover .view-details {
              display: block;
              color: #000; }
            .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-image .view-details {
              display: none;
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(255, 255, 255, 0.6); }
              .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-image .view-details span {
                font-size: 9px;
                text-transform: uppercase;
                width: 100%;
                display: block;
                line-height: 20px;
                text-align: center;
                position: relative;
                top: 25px;
                background-color: #fff;
                border: 1px solid #000; }
          .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info {
            font-size: 12px;
            width: calc(100% - 70px - 15px);
            position: relative;
            float: left; }
            .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info .cross-sell-product-vendor {
              text-transform: uppercase;
              letter-spacing: 0.5px;
              margin-bottom: 0; }
            .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info .cross-sell-product-name-and-color {
              font-size: 11px; }
              .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info .cross-sell-product-name-and-color .cross-sell-product-color {
                color: #979797; }
            .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info .cross-sell-product-price {
              font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
              position: absolute;
              left: 0;
              bottom: 0;
              letter-spacing: 0.5px; }
            .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info .cross-sell-add-to-bag {
              font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
              position: absolute;
              bottom: 0;
              right: 0;
              text-transform: uppercase;
              letter-spacing: 0.5px;
              text-decoration: underline;
              color: #33bde2; }
              .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info .cross-sell-add-to-bag.added-to-bag {
                color: #979797;
                text-decoration: none;
                pointer-events: none; }
              .template-product .container-product .product-info .product-selection-form .cross-sell .cross-sell-product .cross-sell-product-info .cross-sell-add-to-bag:hover {
                text-decoration: none; }
    .template-product .container-product .product-info .product-fit {
      border-bottom: 1px solid; }
      .template-product .container-product .product-info .product-fit .btn-block, .template-product .container-product .product-info .product-fit .btn.btn-progress {
        background: #f4f4f4;
        margin-bottom: 30px; }
    .template-product .container-product .product-info .product-sizing .product-fit label {
      text-transform: uppercase; }
    .template-product .container-product .product-info .product-sizing .product-fit #fit {
      color: #adadad;
      padding-left: 4px; }
    .template-product .container-product .product-info .product-sizing .product-fit .col-xs-5 {
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-product .container-product .product-info .product-sizing .product-fit .col-xs-5 {
          padding-left: 0;
          padding-right: 0; } }
    .template-product .container-product .product-info .product-sizing .sizing-guide {
      display: block;
      font-size: 12px;
      text-align: center; }
    .template-product .container-product .product-info .product-sizing .btn-block, .template-product .container-product .product-info .product-sizing .btn.btn-progress {
      background: #f4f4f4;
      color: #333;
      margin: 0px; }
      .template-product .container-product .product-info .product-sizing .btn-block:hover, .template-product .container-product .product-info .product-sizing .btn.btn-progress:hover {
        color: #33bde2; }
    .template-product .container-product .product-info .product-sizing ul {
      text-align: center; }
    .template-product .container-product .product-info #add {
      margin-top: 20px; }
    .template-product .container-product .product-info .product-share {
      margin: 0px 0 50px;
      border-bottom: 1px solid; }
      .template-product .container-product .product-info .product-share span {
        text-transform: uppercase; }
    .template-product .container-product .product-info #product-description-link {
      background: #f4f4f4;
      color: #333;
      margin-bottom: 30px; }
      .template-product .container-product .product-info #product-description-link:hover {
        color: #33bde2; }
    .template-product .container-product .product-info .btn-outlet {
      display: block; }
      .template-product .container-product .product-info .btn-outlet input {
        background: none;
        border: none;
        font-style: normal;
        height: auto;
        padding: 0;
        text-transform: uppercase;
        transform: skew(20deg);
        -webkit-transform: skew(20deg); }
    .template-product .container-product .product-info .product-secure {
      text-align: center;
      text-transform: uppercase; }
      .template-product .container-product .product-info .product-secure a {
        display: block; }
      .template-product .container-product .product-info .product-secure img {
        margin: 20px 0px; }
      .template-product .container-product .product-info .product-secure .prop {
        color: #adadad;
        font-size: 80px;
        line-height: 1;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .template-product .container-product .product-info .product-secure .prop {
            font-size: 100px; } }
        .template-product .container-product .product-info .product-secure .prop:hover {
          color: #33bde2; }
    .template-product .container-product .product-info .fulfilled-by-brand-name {
      color: #999;
      font-size: 13px;
      margin-top: 4px; }
  .template-product .container-product .product-details {
    background: #f4f4f4;
    margin-top: 15px;
    position: relative;
    border-top: 5px solid #8cdaef;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-product .container-product .product-details {
        margin-top: 30px; } }
    .template-product .container-product .product-details .arrow-down {
      width: 0;
      height: 0;
      color: #fff;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid;
      position: absolute;
      top: -5px;
      left: 50%;
      margin-left: -30px;
      padding: 0px; }
    .template-product .container-product .product-details .banner-christmas {
      background: url("bg-banner-christmas.jpg") repeat-x;
      height: 67px;
      padding: 0; }
    .template-product .container-product .product-details h4 {
      text-align: center;
      text-transform: uppercase;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      margin-bottom: 15px; }
    .template-product .container-product .product-details h5 {
      border-bottom: 1px solid;
      padding: 10px 0px;
      text-transform: uppercase; }
    .template-product .container-product .product-details div {
      padding: 30px; }
    .template-product .container-product .product-details .props {
      margin: 30px 0px; }
      .template-product .container-product .product-details .props li {
        padding: 0 10px; }
        .template-product .container-product .product-details .props li a {
          color: #666;
          font-size: 65px;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            .template-product .container-product .product-details .props li a {
              font-size: 86px; } }
          .template-product .container-product .product-details .props li a:hover {
            color: #33bde2; }
  .template-product .container-product .product-tile-bachelorette {
    text-align: center;
    margin: 20px 0; }
    .template-product .container-product .product-tile-bachelorette a img {
      display: inline-block;
      margin-bottom: 20px; }
    .template-product .container-product .product-tile-bachelorette a span {
      display: block; }
    .template-product .container-product .product-tile-bachelorette a .pt-brand {
      text-transform: uppercase; }
    .template-product .container-product .product-tile-bachelorette a .pt-title {
      font-size: 16px; }
    .template-product .container-product .product-tile-bachelorette a .pt-price {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .template-product .container-product .product-social h3 {
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: #e6f7fb;
    margin-bottom: 0px;
    margin-top: 40px;
    padding: 20px 0px; }
  .template-product .container-product .product-social .arrow-down {
    width: 0;
    height: 0;
    color: #e6f7fb;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid;
    margin: 0px auto; }
  .template-product .container-product .product-social .social-tile {
    text-align: center;
    margin: 20px 0; }
    .template-product .container-product .product-social .social-tile a img {
      display: inline-block; }
    .template-product .container-product .product-social .social-tile a .title {
      font-size: 18px;
      display: block;
      margin-top: 20px; }
  .template-product .container-product .product-related {
    margin: 30px 0px; }
    .template-product .container-product .product-related h3 {
      letter-spacing: 5px;
      text-align: center;
      text-transform: uppercase;
      background-color: #e6f7fb;
      margin-bottom: 0px;
      margin-top: 40px;
      padding: 20px 0px; }
    .template-product .container-product .product-related .arrow-down {
      width: 0;
      height: 0;
      color: #e6f7fb;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid;
      margin: 0px auto; }
    .template-product .container-product .product-related .recomatic-wrap {
      padding: 10px;
      overflow: inherit;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        .template-product .container-product .product-related .recomatic-wrap {
          padding: 10px 100px; } }
    .template-product .container-product .product-related .recomatic-products-wrap {
      margin-left: -15px;
      margin-right: -15px;
      float: none;
      position: static;
      display: none; }
      .template-product .container-product .product-related .recomatic-products-wrap:before, .template-product .container-product .product-related .recomatic-products-wrap:after {
        content: " ";
        display: table; }
      .template-product .container-product .product-related .recomatic-products-wrap:after {
        clear: both; }
    .template-product .container-product .product-related .recomatic-product-wrap {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0px !important;
      padding: 10px;
      overflow: inherit; }
      @media (min-width: 768px) {
        .template-product .container-product .product-related .recomatic-product-wrap {
          float: left;
          width: 25%; } }
      .template-product .container-product .product-related .recomatic-product-wrap .recomatic-product, .template-product .container-product .product-related .recomatic-product-wrap .recomatic-image, .template-product .container-product .product-related .recomatic-product-wrap .recomatic-image img {
        width: 100% !important;
        height: auto !important; }
      .template-product .container-product .product-related .recomatic-product-wrap .recomatic-product {
        max-width: 200px;
        margin: 0px auto; }
        .template-product .container-product .product-related .recomatic-product-wrap .recomatic-product:hover .recomatic-title {
          color: #33bde2; }
      .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap {
        -webkit-box-shadow: 2px 2px 3px -1px #adadad;
        box-shadow: 2px 2px 3px -1px #adadad;
        margin: 5px 0 10px;
        padding: 5px;
        min-height: 68px;
        position: relative; }
        .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap:before, .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap:after {
          content: " ";
          display: table; }
        .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap:after {
          clear: both; }
        .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap .recomatic-title {
          border: none;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: normal;
          letter-spacing: 2px;
          margin: 0 0 10px 0;
          text-transform: uppercase;
          /* Small devices (tablets, 768px and up) */
          /* Medium devices (desktops, 992px and up) */ }
          @media (min-width: 768px) {
            .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap .recomatic-title {
              font-size: 14px;
              width: 200px; } }
          @media (min-width: 992px) {
            .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap .recomatic-title {
              width: 170px; } }
        .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap .recomatic-variant {
          font-size: 14px;
          font-style: italic;
          font-weight: normal;
          text-align: left; }
        .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap .recomatic-price-wrap {
          position: absolute;
          bottom: -30px;
          width: 100%; }
          .template-product .container-product .product-related .recomatic-product-wrap .recomatic-content-wrap .recomatic-price-wrap .recomatic-price {
            text-align: center;
            letter-spacing: 1px;
            font-size: 14px;
            color: #333333; }
    .template-product .container-product .product-related #nxt-status {
      background: url("//d2brc35ftammet.cloudfront.net/img/loading-grey.gif") no-repeat scroll 50% 0 transparent;
      height: 30px;
      padding: 20px 0;
      margin: 20px 0px;
      text-align: center;
      width: 100%;
      position: static; }
    .template-product .container-product .product-related p.brand {
      display: none; }
  .template-product .container-product .product-reviews {
    margin: 30px 0; }
    .template-product .container-product .product-reviews h3 {
      letter-spacing: 5px;
      text-align: center;
      text-transform: uppercase;
      background-color: #e6f7fb;
      margin-bottom: 0px;
      margin-top: 40px;
      padding: 20px 0px; }
    .template-product .container-product .product-reviews .arrow-down {
      width: 0;
      height: 0;
      color: #e6f7fb;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid;
      margin: 0px auto; }
    .template-product .container-product .product-reviews .sm-star, .template-product .container-product .product-reviews .sm-star-o {
      color: #33bde2;
      font-size: 12px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-product .container-product .product-reviews .sm-star, .template-product .container-product .product-reviews .sm-star-o {
          font-size: 16px; } }
    .template-product .container-product .product-reviews.overview {
      text-align: center;
      margin-top: 15px;
      margin-bottom: 15px; }
      .template-product .container-product .product-reviews.overview p {
        margin-bottom: 0px; }
      .template-product .container-product .product-reviews.overview a {
        text-transform: uppercase;
        font-size: 12px; }
    .template-product .container-product .product-reviews .ratings {
      padding: 0px;
      margin-top: 25px;
      margin-bottom: 25px;
      text-align: center;
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 992px) {
        .template-product .container-product .product-reviews .ratings {
          padding: 0px 20%; } }
      @media (min-width: 1200px) {
        .template-product .container-product .product-reviews .ratings {
          padding: 0 36%; } }
      .template-product .container-product .product-reviews .ratings .col-xs-4 {
        border-right: 1px solid;
        height: 45px; }
      .template-product .container-product .product-reviews .ratings .col-xs-4:last-child {
        border-right: 0px;
        line-height: 45px; }
      .template-product .container-product .product-reviews .ratings .star-rating {
        border-right: 1px solid; }
        .template-product .container-product .product-reviews .ratings .star-rating p {
          text-transform: uppercase;
          font-size: 12px;
          margin-bottom: 0px;
          /* Small devices (tablets, 768px and up) */ }
          @media (min-width: 768px) {
            .template-product .container-product .product-reviews .ratings .star-rating p {
              margin-bottom: 10px; } }
      .template-product .container-product .product-reviews .ratings .num-rating {
        font-size: 22px;
        text-align: center;
        line-height: 45px; }
      .template-product .container-product .product-reviews .ratings .total-reviews p {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 0px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .template-product .container-product .product-reviews .ratings .total-reviews p {
            margin-bottom: 10px; } }
    .template-product .container-product .product-reviews .bar-ratings {
      margin: 5px 0px;
      padding: 0px;
      text-align: center;
      font-size: 12px;
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */
      /* Large devices (large desktops, 1200px and up) */ }
      @media (min-width: 768px) {
        .template-product .container-product .product-reviews .bar-ratings {
          text-align: left;
          font-size: 14px; } }
      @media (min-width: 992px) {
        .template-product .container-product .product-reviews .bar-ratings {
          padding: 0px 50px; } }
      @media (min-width: 1200px) {
        .template-product .container-product .product-reviews .bar-ratings {
          padding: 0px 100px; } }
      .template-product .container-product .product-reviews .bar-ratings .bar {
        background-color: #F4F4F4;
        height: 14px;
        padding: 0px;
        margin-top: 2px; }
        .template-product .container-product .product-reviews .bar-ratings .bar div {
          background-color: #33bde2;
          height: 14px; }
    .template-product .container-product .product-reviews .reviews {
      width: 90%;
      margin: 0px auto; }
      .template-product .container-product .product-reviews .reviews .review {
        padding: 20px 30px 0px;
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          .template-product .container-product .product-reviews .reviews .review {
            padding: 20px 200px 0px; } }
        .template-product .container-product .product-reviews .reviews .review .review-title {
          margin-bottom: 10px; }
          .template-product .container-product .product-reviews .reviews .review .review-title h5 {
            font-size: 15px;
            padding: 0px 10px;
            display: inline;
            font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .template-product .container-product .product-reviews .reviews .review span {
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .template-product .container-product .product-reviews .reviews .review p:last-child {
          border-bottom: 1px solid #e6e6e6;
          padding-bottom: 20px;
          margin-bottom: 0; }
        .template-product .container-product .product-reviews .reviews .review:last-child p:last-child {
          border-bottom: none; }
    .template-product .container-product .product-reviews .show-reviews {
      text-align: center; }
    .template-product .container-product .product-reviews .load-more {
      margin: 20px 0px;
      display: none; }
  .template-product .container-product .product-related .strike-through, .template-product .container-product .product-reviews .strike-through {
    position: relative;
    text-align: center;
    padding: 15px 0px;
    margin: 0px auto;
    width: 90%; }
    .template-product .container-product .product-related .strike-through .strike, .template-product .container-product .product-reviews .strike-through .strike {
      position: absolute;
      border-top: 1px solid #e6e6e6;
      content: '';
      width: 100%;
      left: 0;
      top: 50%;
      margin-top: -1px; }
    .template-product .container-product .product-related .strike-through h3, .template-product .container-product .product-reviews .strike-through h3 {
      display: inline-block;
      position: relative;
      background: #fff;
      padding: 0 15px;
      margin: 0;
      font-size: 16px; }

#sizingTable {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: 400px; }

#sizingTable td {
  padding: 0;
  height: 100%; }

#sizingFrame {
  height: 300px;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0; }

#sizingModal .modal-body {
  overflow-x: scroll; }
  #sizingModal .modal-body::-webkit-scrollbar {
    display: none; }

.template-cart .container-cart .cart-header {
  border: none;
  margin: 40px 0 30px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .template-cart .container-cart .cart-header {
      margin: 50px 0 30px;
      text-align: left; } }
  .template-cart .container-cart .cart-header .page-heading {
    text-align: center;
    letter-spacing: 0px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.template-cart .container-cart .cart-form {
  margin-bottom: 40px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .template-cart .container-cart .cart-form {
      margin-bottom: 60px; } }
  .template-cart .container-cart .cart-form h4 {
    margin: 0; }
    .template-cart .container-cart .cart-form h4 a {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      text-transform: uppercase; }
  .template-cart .container-cart .cart-form table {
    margin: 0; }
  .template-cart .container-cart .cart-form .text-muted {
    display: block; }
  .template-cart .container-cart .cart-form .table > thead > tr > th {
    border: none;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.8px;
    color: #aaa; }
    .template-cart .container-cart .cart-form .table > thead > tr > th:first-of-type {
      text-align: left; }
  .template-cart .container-cart .cart-form .table > thead > tr > td,
  .template-cart .container-cart .cart-form .table > tbody > tr > th,
  .template-cart .container-cart .cart-form .table > tbody > tr > td,
  .template-cart .container-cart .cart-form .table > tfoot > tr > th,
  .template-cart .container-cart .cart-form .table > tfoot > tr > td {
    border-top: none;
    vertical-align: middle;
    padding: 15px 12px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-cart .container-cart .cart-form .table > thead > tr > td,
      .template-cart .container-cart .cart-form .table > tbody > tr > th,
      .template-cart .container-cart .cart-form .table > tbody > tr > td,
      .template-cart .container-cart .cart-form .table > tfoot > tr > th,
      .template-cart .container-cart .cart-form .table > tfoot > tr > td {
        padding: 20px; } }
    .template-cart .container-cart .cart-form .table > thead > tr > td:first-of-type,
    .template-cart .container-cart .cart-form .table > tbody > tr > th:first-of-type,
    .template-cart .container-cart .cart-form .table > tbody > tr > td:first-of-type,
    .template-cart .container-cart .cart-form .table > tfoot > tr > th:first-of-type,
    .template-cart .container-cart .cart-form .table > tfoot > tr > td:first-of-type {
      padding-right: 0;
      width: 1px;
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        .template-cart .container-cart .cart-form .table > thead > tr > td:first-of-type,
        .template-cart .container-cart .cart-form .table > tbody > tr > th:first-of-type,
        .template-cart .container-cart .cart-form .table > tbody > tr > td:first-of-type,
        .template-cart .container-cart .cart-form .table > tfoot > tr > th:first-of-type,
        .template-cart .container-cart .cart-form .table > tfoot > tr > td:first-of-type {
          padding-left: 5px; } }
  .template-cart .container-cart .cart-form .table > tbody > tr:first-of-type {
    border-top: 1px solid #e6e6e6; }
  .template-cart .container-cart .cart-form .cart-body {
    -webkit-font-smoothing: antialiased; }
    .template-cart .container-cart .cart-form .cart-body .cart-line-item {
      line-height: 1;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-cart .container-cart .cart-form .cart-body .cart-line-item {
          line-height: 1.4; } }
      .template-cart .container-cart .cart-form .cart-body .cart-line-item a {
        font-size: 12px;
        color: #333;
        line-height: 1;
        /* Small devices (tablets, 768px and up) */ }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item a:hover {
          color: #888; }
        @media (min-width: 768px) {
          .template-cart .container-cart .cart-form .cart-body .cart-line-item a {
            font-size: 14px; } }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item a .cart-vendor-title {
          font-size: 19px;
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          display: block;
          margin-bottom: 2px;
          /* Only extra small devices (phones, 767px and under) */ }
          @media (max-width: 767px) {
            .template-cart .container-cart .cart-form .cart-body .cart-line-item a .cart-vendor-title {
              font-size: 14px; } }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item a .cart-product-title {
          font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin-bottom: 6px;
          line-height: 1.2;
          display: block;
          /* Only extra small devices (phones, 767px and under) */ }
          @media (max-width: 767px) {
            .template-cart .container-cart .cart-form .cart-body .cart-line-item a .cart-product-title {
              font-size: 12px; } }
      @media (max-width: 600px) {
        .template-cart .container-cart .cart-form .cart-body .cart-line-item img {
          width: 60px; } }
      .template-cart .container-cart .cart-form .cart-body .cart-line-item[data-product="expedited-duty"] {
        display: none; }
      .template-cart .container-cart .cart-form .cart-body .cart-line-item .cart-lineitem img {
        margin: 0 auto; }
      .template-cart .container-cart .cart-form .cart-body .cart-line-item .cart-lineitem .text-muted {
        font-family: "font-proximanova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0.6px;
        font-size: 12px;
        margin-bottom: 0;
        /* Only extra small devices (phones, 767px and under) */ }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .cart-lineitem .text-muted span:before {
          content: '\00b7';
          margin: 0px 3px; }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .cart-lineitem .text-muted span:first-child:before {
          content: '';
          margin: 0; }
        @media (max-width: 767px) {
          .template-cart .container-cart .cart-form .cart-body .cart-line-item .cart-lineitem .text-muted {
            font-size: 11px; } }
      .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control {
        border: 1px solid #ddd;
        position: relative;
        height: 40px;
        /* Small devices (tablets, 768px and up) */
        margin: 0px auto;
        padding: 0 10px;
        width: 60px;
        color: #aaa;
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        @media (min-width: 768px) {
          .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control {
            width: 70px;
            height: 50px; } }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control:hover {
          border-color: #aaa;
          color: #888; }
          .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control:hover .increase, .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control:hover .decrease {
            border-color: #aaa; }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .quantity {
          text-transform: uppercase;
          cursor: default;
          margin-bottom: 0px;
          line-height: 40px;
          font-size: 11px;
          /* Small devices (tablets, 768px and up) */
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          @media (min-width: 768px) {
            .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .quantity {
              line-height: 50px;
              font-size: 12px; } }
          .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .quantity span.cart-item-quantity {
            margin-left: 6px; }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .increase, .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .decrease {
          position: absolute;
          cursor: pointer;
          left: 100%;
          height: 20px;
          width: 20px;
          line-height: 20px;
          font-size: 12px;
          /* Small devices (tablets, 768px and up) */
          border: 1px solid #ddd;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          @media (min-width: 768px) {
            .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .increase, .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .decrease {
              height: 25px;
              width: 25px;
              line-height: 25px;
              font-size: 13px; } }
          .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .increase:hover, .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .decrease:hover {
            background-color: #aaa;
            color: #fff; }
          .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .increase:active, .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .decrease:active {
            background-color: #888;
            border-color: #888; }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .increase {
          top: -1px; }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .quantity-control .decrease {
          bottom: -1px;
          border-top: 0px; }
      @media (max-width: 600px) {
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .remove {
          display: none; } }
      .template-cart .container-cart .cart-form .cart-body .cart-line-item .remove i {
        font-size: 18px;
        color: #aaa; }
        .template-cart .container-cart .cart-form .cart-body .cart-line-item .remove i:hover {
          color: #555; }
    .template-cart .container-cart .cart-form .cart-body .squeeze {
      width: 25px;
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        .template-cart .container-cart .cart-form .cart-body .squeeze {
          width: 0px; } }
    .template-cart .container-cart .cart-form .cart-body .money {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 0.5px;
      font-size: 13px;
      color: #555;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-cart .container-cart .cart-form .cart-body .money {
          font-size: 15px; } }
    .template-cart .container-cart .cart-form .cart-body .cart-upsell.heading {
      padding: 10px;
      background-color: #f4f4f4; }
      .template-cart .container-cart .cart-form .cart-body .cart-upsell.heading h3 {
        font-size: 20px;
        margin: 10px 0px; }
    .template-cart .container-cart .cart-form .cart-body .upsell-line-item {
      background-color: #fcfcfc; }
  .template-cart .container-cart .cart-form .cart-footer h3 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-cart .container-cart .cart-form .cart-footer h3 {
        text-align: right;
        padding: 50px 0; } }
    .template-cart .container-cart .cart-form .cart-footer h3 span.cart-order-total {
      letter-spacing: -0.3px; }
    .template-cart .container-cart .cart-form .cart-footer h3 span.cart-total-price {
      font-size: 21px;
      margin-left: 12px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .template-cart .container-cart .cart-form .cart-footer h3 span.cart-total-price {
          font-size: 27px;
          margin-right: 10px; } }
  .template-cart .container-cart .cart-form .cart-footer .cart-footer-confident {
    margin-top: 20px;
    text-align: center; }
    .template-cart .container-cart .cart-form .cart-footer .cart-footer-confident label {
      font-weight: normal; }
  .template-cart .container-cart .cart-form .cart-footer .cart-footer-actions {
    text-align: center;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .template-cart .container-cart .cart-form .cart-footer .cart-footer-actions {
        text-align: left; } }
    .template-cart .container-cart .cart-form .cart-footer .cart-footer-actions .cart-checkout {
      /* Small devices (tablets, 768px and up) */ }
      .template-cart .container-cart .cart-form .cart-footer .cart-footer-actions .cart-checkout p {
        margin: 10px 0 0 0; }
      @media (min-width: 768px) {
        .template-cart .container-cart .cart-form .cart-footer .cart-footer-actions .cart-checkout {
          float: right; } }
      .template-cart .container-cart .cart-form .cart-footer .cart-footer-actions .cart-checkout p.small {
        text-align: center; }
    .template-cart .container-cart .cart-form .cart-footer .cart-footer-actions .cart-buttons {
      padding-top: 30px;
      float: left; }
.template-cart .container-cart #empty-cart h4 {
  font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
  /* Only extra small devices (phones, 767px and under) */ }
  @media (max-width: 767px) {
    .template-cart .container-cart #empty-cart h4 {
      font-size: 28px;
      margin-bottom: 40px; } }
.template-cart .container-cart #empty-cart .btn {
  margin: 0 auto 30px;
  max-width: 350px;
  padding: 10px !important; }
.template-cart .container-cart #empty-cart .btn, .template-cart .container-cart .cart-footer .btn {
  outline: none;
  display: block;
  font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  text-transform: none;
  color: #fff;
  padding: 15px;
  width: 100%;
  /* Only extra small devices (phones, 767px and under) */ }
  @media (max-width: 767px) {
    .template-cart .container-cart #empty-cart .btn, .template-cart .container-cart .cart-footer .btn {
      font-size: 15px;
      max-width: 400px;
      margin: 0 auto; } }
  .template-cart .container-cart #empty-cart .btn[name=checkout], .template-cart .container-cart .cart-footer .btn[name=checkout] {
    /* Only extra small devices (phones, 767px and under) */ }
    @media (max-width: 767px) {
      .template-cart .container-cart #empty-cart .btn[name=checkout], .template-cart .container-cart .cart-footer .btn[name=checkout] {
        margin-bottom: 10px; } }
  .template-cart .container-cart #empty-cart .btn.btn-default, .template-cart .container-cart .cart-footer .btn.btn-default {
    background-color: #aaa;
    border-color: #aaa; }
    .template-cart .container-cart #empty-cart .btn.btn-default:hover, .template-cart .container-cart #empty-cart .btn.btn-default:focus, .template-cart .container-cart .cart-footer .btn.btn-default:hover, .template-cart .container-cart .cart-footer .btn.btn-default:focus {
      background-color: #888;
      border-color: #888; }

.upsell-adding td {
  padding: 30px; }

#lookbook {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto; }
  #lookbook .isotope-textover {
    padding: 5px;
    margin: 0px;
    letter-spacing: 2px;
    /* Small devices (tablets, 768px and up) */ }
    #lookbook .isotope-textover h3, #lookbook .isotope-textover h4 {
      display: none;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #lookbook .isotope-textover h3, #lookbook .isotope-textover h4 {
          display: block; } }
    #lookbook .isotope-textover h4 {
      margin: 20px; }
    #lookbook .isotope-textover .scroll-down {
      display: none;
      margin-top: 40px;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        #lookbook .isotope-textover .scroll-down {
          display: block; } }
      #lookbook .isotope-textover .scroll-down h5 {
        font-size: 16px; }
      #lookbook .isotope-textover .scroll-down i {
        font-size: 18px; }
    #lookbook .isotope-textover small {
      font-size: 8px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #lookbook .isotope-textover small {
          font-size: 85%; } }
    #lookbook .isotope-textover.heading .hero-ctas {
      position: static;
      margin: 10px 0; }
      #lookbook .isotope-textover.heading .hero-ctas a {
        position: static;
        font-size: 10px;
        background: #000;
        border: 1px solid #fff;
        color: #fff;
        /* Small devices (tablets, 768px and up) */
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 768px) {
          #lookbook .isotope-textover.heading .hero-ctas a {
            font-size: 12px;
            display: inline-block; } }
        @media (min-width: 992px) {
          #lookbook .isotope-textover.heading .hero-ctas a {
            font-size: 14px; } }
    @media (min-width: 768px) {
      #lookbook .isotope-textover {
        padding: 20px;
        margin-top: -150px; } }
  #lookbook .isotope-textover-title {
    font-size: 16px;
    margin: 5px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #lookbook .isotope-textover-title {
        font-size: 36px;
        margin: 20px 0px 10px 0px; } }
  #lookbook .lookbook-coming-soon {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 15px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #lookbook .lookbook-coming-soon {
        display: none;
        margin-top: -50px; } }
  #lookbook .isotope-item:hover .lookbook-coming-soon {
    display: block; }
  #lookbook.spring2015 .isotope-textover {
    top: 30%;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #lookbook.spring2015 .isotope-textover {
        top: 50%; } }
    #lookbook.spring2015 .isotope-textover .isotope-textover-title {
      text-shadow: 1px 1px 1px #333;
      font-size: 35px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #lookbook.spring2015 .isotope-textover .isotope-textover-title {
          font-size: 60px; } }
    #lookbook.spring2015 .isotope-textover .btn {
      display: none;
      background: white;
      padding-left: 50px;
      padding-right: 50px;
      margin-top: 30px;
      text-transform: uppercase;
      font-family: "font-proximanova-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      /* Small devices (tablets, 768px and up) */ }
      #lookbook.spring2015 .isotope-textover .btn:hover {
        color: #fff;
        background: #000;
        border-color: #fff; }
      @media (min-width: 768px) {
        #lookbook.spring2015 .isotope-textover .btn {
          display: inline-block; } }
  #lookbook.spring2015 .lookbook-description {
    margin: 0px auto;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
    background: #f4f4f4; }
  #lookbook.spring2015 .isotope-item .hero-ctas .btn {
    color: #000;
    background: #fff;
    border: 1px solid; }
    #lookbook.spring2015 .isotope-item .hero-ctas .btn:hover {
      color: #fff;
      background: #000; }
  #lookbook.spring2015 .isotope-item .hero-ctas.constant {
    display: inline-block; }

/* BLOG */
.pricing__price--compare-before {
  display: none; }

.pricing__price--compare-after {
  color: #333; }

.blog-article {
  margin-bottom: 20px; }

.blog-article-head {
  margin-bottom: 10px; }

.blog-article-title {
  color: #333;
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0 20px 5px 0; }

.blog-article-title h1, .blog-article-title h2 {
  margin: 0;
  padding: 20px 0; }

.blog-article-title h1 {
  font-size: 31.5px; }

.blog-article-datetime {
  color: #94ad5d;
  font-size: 12px;
  line-height: normal; }

.blog-article-datetime span {
  color: #ccc; }

.blog-article .rte {
  margin: 10px;
  padding: 0 0 20px; }

.blog-article .rte .article-title a {
  font-size: 15px;
  color: #333; }

.blog-article .rte .article-blurb {
  font-size: 13px;
  color: #999; }

.blog-article .rte .article-blurb i {
  font-size: 15px; }

.blog-article .rte .article-image img {
  display: block !important;
  float: none !important;
  margin: 0 auto !important; }

.blog-article .rte .article-share {
  padding-top: 10px; }

.blog-article .rte .article-share a {
  padding: 5px; }

.blog-article-meta {
  margin-top: 5px;
  line-height: normal; }

.blog-article-meta-comments {
  float: left;
  margin-right: 10px; }

.blog-article-meta-tags {
  color: #ccc;
  font-size: 12px;
  float: left; }

.blog-article-meta-tags li {
  float: left; }

.blog-article .article-share img {
  max-width: 25px; }

.blog-header .blog-banner {
  position: relative;
  height: 150px;
  margin: 30px 0; }
  .blog-header .blog-banner .banner-heading {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 10px;
    font-size: 25px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .blog-header .blog-banner .banner-heading {
        font-size: 36px; } }
.blog-header .blog-categories #blog-filters {
  font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 30px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .blog-header .blog-categories #blog-filters {
      width: 60%; } }
  .blog-header .blog-categories #blog-filters li a.active {
    color: #33bde2; }
  .blog-header .blog-categories #blog-filters li a.active:hover {
    text-decoration: line-through; }
.blog-header .blog-search {
  text-align: center;
  text-transform: uppercase;
  font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  padding-bottom: 10px; }
  .blog-header .blog-search a {
    color: #33bde2;
    cursor: pointer; }
  .blog-header .blog-search a:hover {
    text-decoration: line-through; }

.blog-article .article-info {
  margin-bottom: 10px; }
.blog-article .btn {
  margin: 10px 0; }

.load-more {
  text-align: center; }

.article-filters {
  display: none;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .article-filters {
      display: block; } }

.article-wrapper {
  padding: 0px 25px; }

.article-title-wrap .article-title {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 16px; }

.article .article-header {
  font-family: "font-gravur-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 50px;
  margin-top: 10px; }
  .article .article-header .article-date {
    float: right;
    font-size: 12px; }
  .article .article-header .article-category {
    display: none;
    float: left;
    font-size: 12px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .article .article-header .article-category {
        display: inline; } }
.article .article-body {
  margin-bottom: 50px; }
  .article .article-body img {
    width: auto;
    max-width: 100%;
    border: none;
    margin: 0px auto; }
  .article .article-body .split-block img {
    display: inline-block;
    width: 50%; }
  .article .article-body .about-the-buyer .row {
    margin-top: 15px; }
  .article .article-body .about-the-buyer h1 {
    text-align: center;
    font-size: 28px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .article .article-body .about-the-buyer h1 {
        text-align: left;
        font-size: 30px; } }
  .article .article-body .about-the-buyer .bio-img {
    text-align: center;
    margin-bottom: 10px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .article .article-body .about-the-buyer .bio-img {
        text-align: left;
        margin-bottom: 0px; } }
  .article .article-body .about-the-buyer .bio {
    margin-top: 20px; }
  .article .article-body .article-share {
    text-align: right;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 50px; }
    .article .article-body .article-share p {
      display: inline;
      vertical-align: middle;
      padding-right: 5px; }
    .article .article-body .article-share a {
      font-size: 20px;
      vertical-align: middle;
      padding-left: 5px; }
  .article .article-body .newer-article, .article .article-body .older-article {
    display: inline;
    font-size: 12px; }
  .article .article-body .newer-article {
    float: left; }
  .article .article-body .older-article {
    float: right; }

.article-footer {
  padding-left: 25px;
  padding-right: 10px; }
  .article-footer #article-search {
    margin-bottom: 30px; }
  .article-footer .article-share a {
    font-size: 25px;
    padding-right: 10px; }
  .article-footer .instagram-feed {
    margin-top: 30px;
    width: 50%;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .article-footer .instagram-feed {
        width: 100%; } }
  .article-footer .article-archive {
    margin-top: 30px;
    /* Small devices (tablets, 768px and up) */ }
    .article-footer .article-archive li {
      font-size: 12px; }
    @media (min-width: 768px) {
      .article-footer .article-archive {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1; } }

.campaign-banner {
  position: relative; }
  .campaign-banner .campaign {
    color: #fff;
    letter-spacing: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 35%;
    width: 100%;
    text-shadow: 2px 2px 2px #333;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 768px) {
      .campaign-banner .campaign {
        letter-spacing: 3px;
        top: 10%; } }
    @media (min-width: 992px) {
      .campaign-banner .campaign {
        letter-spacing: 5px;
        top: 15%; } }
    .campaign-banner .campaign span {
      color: #DD0031; }
    .campaign-banner .campaign h1 {
      font-size: 30px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        .campaign-banner .campaign h1 {
          font-size: 36px; } }
    .campaign-banner .campaign h1, .campaign-banner .campaign h2, .campaign-banner .campaign h4 {
      margin: 5px 0px; }
    .campaign-banner .campaign a {
      color: #fff; }
      .campaign-banner .campaign a:hover {
        color: #33bde2; }

.modal-campaign {
  border-radius: 0;
  background-color: #000;
  border: 12px solid #fff;
  color: #fff;
  width: 95%;
  margin: 0 auto;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .modal-campaign {
      width: 80%; } }
  .modal-campaign h3 {
    text-transform: uppercase;
    padding-bottom: 10px; }
  .modal-campaign p {
    padding-bottom: 10px;
    font-size: 12px; }
  .modal-campaign .terms-sub-heading {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .modal-campaign .code-campaign {
    display: inline-block;
    background: #ec1946;
    color: #fff;
    padding: 4px 20px;
    margin-bottom: 16px; }
  .modal-campaign .btn.btn-default {
    background: #fff;
    color: #000; }

.campaign-layout-lists .campaign-hero {
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center; }
  .campaign-layout-lists .campaign-hero.light {
    color: #fff; }
    .campaign-layout-lists .campaign-hero.light a {
      color: #fff; }
      .campaign-layout-lists .campaign-hero.light a:hover {
        color: #ec1946; }
  .campaign-layout-lists .campaign-hero.left {
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .campaign-layout-lists .campaign-hero.left {
        text-align: left; } }
  .campaign-layout-lists .campaign-hero.right {
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .campaign-layout-lists .campaign-hero.right {
        text-align: right; } }
  .campaign-layout-lists .campaign-hero h1 {
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    /* Small devices (tablets, 768px and up) */
    color: #ec1946;
    margin-top: 0; }
    @media (min-width: 768px) {
      .campaign-layout-lists .campaign-hero h1 {
        font-size: 54px; } }
  .campaign-layout-lists .campaign-hero h2 {
    font-size: 22px;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0; }
  .campaign-layout-lists .campaign-hero h3 {
    font-family: 'font-proximanova-regular';
    font-size: 14px;
    z-index: 99;
    position: relative;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .campaign-layout-lists .campaign-hero h3 {
        font-size: 16px; } }
  .campaign-layout-lists .campaign-hero .btn-campaign {
    background: #ec1946; }
  .campaign-layout-lists .campaign-hero .sub-heading {
    display: inline-block;
    font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 63px;
    /* Small devices (tablets, 768px and up) */
    line-height: 63px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .campaign-layout-lists .campaign-hero .sub-heading {
        font-size: 77px; } }
  .campaign-layout-lists .campaign-hero .sub-heading-prefix {
    display: inline-block;
    font-size: 20px;
    line-height: 17px;
    text-transform: uppercase;
    width: 60px;
    word-break: break-word;
    vertical-align: top;
    margin-top: 6px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .campaign-layout-lists .campaign-hero .sub-heading-prefix {
        width: 30px; } }
  .campaign-layout-lists .campaign-hero .sale-exclusion {
    margin-bottom: 20px; }
    .campaign-layout-lists .campaign-hero .sale-exclusion a {
      font-family: 'font-proximanova-regular';
      font-size: 12px;
      text-decoration: underline; }
  .campaign-layout-lists .campaign-hero .shop-by {
    color: #fff;
    padding: 6px 16px;
    margin: 0 auto;
    background: #000;
    text-align: center;
    width: 110px;
    text-transform: uppercase;
    margin-bottom: 20px; }
.campaign-layout-lists .campaign-nav {
  background: #000;
  padding: 40px 0;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .campaign-layout-lists .campaign-nav {
      padding: 40px 15%; } }
  .campaign-layout-lists .campaign-nav .nav-heading {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
    font-size: 19px; }
  .campaign-layout-lists .campaign-nav .divider {
    border-bottom: 1px solid #fff;
    width: 80px;
    height: 1px;
    margin: 16px auto;
    text-align: center; }
  .campaign-layout-lists .campaign-nav ul {
    text-align: center; }
    .campaign-layout-lists .campaign-nav ul.brands {
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 20px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .campaign-layout-lists .campaign-nav ul.brands {
          -moz-column-count: 1;
          -webkit-column-count: 1;
          column-count: 1; } }
    .campaign-layout-lists .campaign-nav ul li {
      font-size: 14px;
      list-style-type: none;
      margin-bottom: 5px; }
      .campaign-layout-lists .campaign-nav ul li a {
        color: #fff; }
        .campaign-layout-lists .campaign-nav ul li a span {
          color: #ec1946; }
        .campaign-layout-lists .campaign-nav ul li a .bold-search {
          text-weight: 900; }
        .campaign-layout-lists .campaign-nav ul li a:hover {
          color: #ec1946; }
.campaign-layout-lists .fine-print {
  background: #000;
  color: #fff;
  font-family: 'font-proximanova-regular';
  font-size: 12px;
  padding-bottom: 350px;
  position: relative;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .campaign-layout-lists .fine-print {
      padding-bottom: 20px; }
      .campaign-layout-lists .fine-print > div {
        padding: 0 20%; } }

/* ORDER */
.container-customers-order #order-status .os-order {
  display: block; }
  .container-customers-order #order-status .os-order .os-order-shipping, .container-customers-order #order-status .os-order .os-order-billing {
    margin: 30px 0px; }
    .container-customers-order #order-status .os-order .os-order-shipping h5, .container-customers-order #order-status .os-order .os-order-billing h5 {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.container-customers-order #order-status .os-order-summary .discounts .code {
  border: 1px solid #33bde2;
  color: #33bde2;
  padding: 0px 3px; }

/* ADDRESSES */
.container-customers-addresses form input.error {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.3); }
.container-customers-addresses form p.error {
  color: red; }

.animated, #sentient .sentient-modal .grid.loading.initial:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.no-pointer-events {
  pointer-events: none; }

#toronto {
  overflow: hidden;
  min-width: 320px; }
  #toronto .toronto-hero, #toronto .toronto-truck {
    position: relative;
    height: 550px;
    background-size: cover;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  #toronto .toronto-hero {
    text-align: center; }
    #toronto .toronto-hero img {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      width: 555px;
      max-width: 85%;
      left: 0;
      right: 0;
      margin: 0 auto; }
    @media (max-width: 414px) {
      #toronto .toronto-hero {
        height: 450px; } }
  #toronto .toronto-store div:first-of-type {
    padding-right: 0; }
  #toronto .toronto-store div:last-of-type {
    padding-left: 0; }
  #toronto .toronto-store img {
    width: 100%; }
  #toronto .toronto-shop {
    text-align: center;
    position: relative;
    padding-bottom: 30px; }
    #toronto .toronto-shop .shop-heading {
      color: #00baf2;
      font-family: 'Amatic SC', sans-serif;
      text-transform: uppercase; }
      #toronto .toronto-shop .shop-heading h1 {
        position: relative;
        margin: 30px 0;
        font-size: 55px;
        letter-spacing: -1.5px;
        text-indent: -60px;
        /* Medium devices (desktops, 992px and up) */ }
        #toronto .toronto-shop .shop-heading h1 img {
          z-index: 1;
          position: absolute;
          width: 120px;
          margin-left: 10px;
          top: -75px;
          /* Medium devices (desktops, 992px and up) */ }
          @media (min-width: 992px) {
            #toronto .toronto-shop .shop-heading h1 img {
              width: 140px;
              top: -90px; } }
        @media (min-width: 992px) {
          #toronto .toronto-shop .shop-heading h1 {
            font-size: 65px;
            text-indent: -70px; } }
        @media (max-width: 550px) {
          #toronto .toronto-shop .shop-heading h1 {
            font-size: 38px;
            letter-spacing: -1px;
            text-indent: 0; } }
    #toronto .toronto-shop .item {
      margin: 10px;
      text-align: center;
      display: block; }
      #toronto .toronto-shop .item img {
        max-width: 100%;
        width: 170px; }
      #toronto .toronto-shop .item p {
        margin: 0; }
      #toronto .toronto-shop .item .owl-vendor {
        font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top: 10px; }
    #toronto .toronto-shop .owl-btn {
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 0.3;
      cursor: pointer;
      margin-top: 90px; }
      #toronto .toronto-shop .owl-btn:hover {
        opacity: 1; }
      #toronto .toronto-shop .owl-btn img {
        width: 100%;
        max-width: 50px; }
    #toronto .toronto-shop #owl-prev {
      text-align: right; }
    #toronto .toronto-shop .viewall img {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 100px; }
    #toronto .toronto-shop .viewall2 img {
      width: 300px;
      max-width: 85%;
      margin-top: 15px; }
  #toronto .toronto-truck {
    background-position: center;
    /* Only extra small devices (phones, 767px and under) */ }
    #toronto .toronto-truck img {
      width: 350px;
      max-width: 85%;
      left: 50px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    @media (max-width: 767px) {
      #toronto .toronto-truck img {
        left: 0;
        right: 0;
        margin: 0 auto; } }
    @media (max-width: 320px) {
      #toronto .toronto-truck {
        height: 450px; } }
  #toronto .toronto-vote {
    overflow: hidden;
    position: relative;
    background-color: #39bce2;
    text-align: center; }
    #toronto .toronto-vote .toronto-vote-1, #toronto .toronto-vote .toronto-vote-2, #toronto .toronto-vote .toronto-vote-3 {
      position: relative;
      z-index: 1; }
    #toronto .toronto-vote .toronto-vote-1 {
      width: 100%; }
      #toronto .toronto-vote .toronto-vote-1 img {
        padding: 70px 0 40px;
        width: 60%;
        min-width: 280px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          #toronto .toronto-vote .toronto-vote-1 img {
            min-width: 600px;
            max-width: 800px; } }
    #toronto .toronto-vote .toronto-vote-2 {
      position: relative;
      z-index: 2;
      overflow: auto;
      display: inline-block;
      padding: 40px 0 50px; }
      @media (max-width: 480px) {
        #toronto .toronto-vote .toronto-vote-2 {
          padding: 30px 0 40px; } }
      #toronto .toronto-vote .toronto-vote-2 .voting-btn {
        cursor: pointer;
        float: left;
        padding: 15px 20px 10px;
        margin: 0 10px;
        box-shadow: 5px -4px rgba(255, 255, 255, 0.3);
        text-transform: uppercase;
        background-color: #fff;
        color: #39bce2;
        font-family: 'Raleway', sans-serif;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        /* Small devices (tablets, 768px and up) */ }
        #toronto .toronto-vote .toronto-vote-2 .voting-btn:hover {
          box-shadow: none; }
        #toronto .toronto-vote .toronto-vote-2 .voting-btn h1, #toronto .toronto-vote .toronto-vote-2 .voting-btn h2 {
          margin: 0; }
        #toronto .toronto-vote .toronto-vote-2 .voting-btn h1 {
          font-size: 31px; }
        #toronto .toronto-vote .toronto-vote-2 .voting-btn h2 {
          font-size: 11px; }
        @media (min-width: 768px) {
          #toronto .toronto-vote .toronto-vote-2 .voting-btn {
            margin: 0 20px;
            padding: 25px 30px 20px;
            box-shadow: 8px -6px rgba(255, 255, 255, 0.3); }
            #toronto .toronto-vote .toronto-vote-2 .voting-btn h1 {
              font-size: 65px;
              letter-spacing: 2px; }
            #toronto .toronto-vote .toronto-vote-2 .voting-btn h2 {
              font-size: 24px;
              font-weight: 700; } }
    #toronto .toronto-vote .toronto-vote-3 {
      -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
      -o-transform: translate(0, -50px);
      transform: translate(0, -50px);
      opacity: 0;
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%;
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        #toronto .toronto-vote .toronto-vote-3 {
          bottom: 30px; } }
      #toronto .toronto-vote .toronto-vote-3 .poll-results {
        width: 80%;
        max-width: 600px;
        min-width: 320px;
        margin: 0 auto; }
        #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bars {
          /* Only extra small devices (phones, 767px and under) */ }
          @media (max-width: 767px) {
            #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bars {
              padding-left: 0; } }
        #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar {
          /* Only extra small devices (phones, 767px and under) */
          text-align: left;
          text-indent: 8px;
          margin: 10px 0;
          height: 42px;
          line-height: 42px;
          font-size: 30px;
          color: #39bce2;
          font-family: 'Amatic SC', sans-serif;
          text-transform: uppercase; }
          #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar:first-of-type {
            margin-top: 20px; }
          @media (max-width: 767px) {
            #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar {
              font-size: 32px;
              height: 50px;
              line-height: 50px; }
              #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar:first-of-type {
                margin-top: 30px; } }
          @media (max-width: 660px) {
            #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar {
              font-size: 30px;
              height: 45px;
              line-height: 45px; }
              #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar:first-of-type {
                margin-top: 25px; } }
          @media (max-width: 600px) {
            #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar {
              font-size: 26px;
              height: 40px;
              line-height: 40px; }
              #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar:first-of-type {
                margin-top: 20px; } }
          @media (max-width: 540px) {
            #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar {
              font-size: 23px;
              height: 35px;
              line-height: 35px; }
              #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar:first-of-type {
                margin-top: 18px; } }
          @media (max-width: 480px) {
            #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar {
              font-size: 20px;
              height: 30px;
              line-height: 30px;
              margin: 6px 0; }
              #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar:first-of-type {
                margin-top: 18px; } }
          @media (max-width: 414px) {
            #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar {
              font-size: 18px;
              height: 28px;
              line-height: 28px; }
              #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar:first-of-type {
                margin-top: 12px; } }
          #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar .filled {
            float: left;
            height: 100%;
            background-color: #75cfea;
            width: 0;
            -webkit-transition: width 1s 0.5s ease-in-out;
            -o-transition: width 1s 0.5s ease-in-out;
            transition: width 1s 0.5s ease-in-out; }
          #toronto .toronto-vote .toronto-vote-3 .poll-results .percentage-bar .unfilled {
            float: left;
            height: 100%;
            width: 100%;
            background-color: #fff;
            -webkit-transition: width 1s 0.5s ease-in-out;
            -o-transition: width 1s 0.5s ease-in-out;
            transition: width 1s 0.5s ease-in-out; }
    #toronto .toronto-vote .toronto-silhouette {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      #toronto .toronto-vote .toronto-silhouette img {
        width: 100%; }
  #toronto .toronto-signup {
    display: none;
    background-color: #58c6e6;
    position: relative; }
    #toronto .toronto-signup .toronto-signup-form {
      position: relative;
      z-index: 2;
      padding-bottom: 50px;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      max-width: 450px;
      width: 85%;
      margin: 0 auto; }
      #toronto .toronto-signup .toronto-signup-form.error #to-contact-email {
        border: 2px solid red; }
      #toronto .toronto-signup .toronto-signup-form .consent {
        color: #fff; }
      #toronto .toronto-signup .toronto-signup-form #mce-EMAIL {
        outline: none;
        width: 100%;
        text-align: center;
        height: 50px;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: none;
        font-size: 20px; }
        #toronto .toronto-signup .toronto-signup-form #mce-EMAIL::-webkit-input-placeholder {
          text-align: center;
          color: #ccc; }
        #toronto .toronto-signup .toronto-signup-form #mce-EMAIL:-moz-placeholder {
          text-align: center; }
        #toronto .toronto-signup .toronto-signup-form #mce-EMAIL::-moz-placeholder {
          text-align: center; }
        #toronto .toronto-signup .toronto-signup-form #mce-EMAIL:-ms-input-placeholder {
          text-align: center; }
      #toronto .toronto-signup .toronto-signup-form #mc-embedded-subscribe {
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        outline: none;
        color: #fff;
        font-size: 20px;
        height: 50px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #333; }
        #toronto .toronto-signup .toronto-signup-form #mc-embedded-subscribe:hover {
          background-color: #1a95b6; }
      #toronto .toronto-signup .toronto-signup-form div {
        padding-top: 10px; }
        #toronto .toronto-signup .toronto-signup-form div p {
          text-align: center;
          margin-bottom: 3px;
          color: #fff; }
          #toronto .toronto-signup .toronto-signup-form div p a {
            color: #fff;
            text-decoration: underline; }
            #toronto .toronto-signup .toronto-signup-form div p a:hover {
              text-decoration: none; }
      #toronto .toronto-signup .toronto-signup-form #newsletter-signup:not(:checked), #toronto .toronto-signup .toronto-signup-form #newsletter-signup:checked {
        position: absolute;
        left: -9999px; }
      #toronto .toronto-signup .toronto-signup-form #newsletter-signup:not(:checked) + label, #toronto .toronto-signup .toronto-signup-form #newsletter-signup:checked + label {
        margin-bottom: 0;
        line-height: 20px;
        position: relative;
        padding-left: 21px;
        cursor: pointer; }
        #toronto .toronto-signup .toronto-signup-form #newsletter-signup:not(:checked) + label:hover:before, #toronto .toronto-signup .toronto-signup-form #newsletter-signup:checked + label:hover:before {
          border: 1px solid #4778d9 !important; }
      #toronto .toronto-signup .toronto-signup-form #newsletter-signup:not(:checked) + label:before, #toronto .toronto-signup .toronto-signup-form #newsletter-signup:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px;
        border: 1px solid #aaa;
        background: #f8f8f8;
        border-radius: 3px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      #toronto .toronto-signup .toronto-signup-form #newsletter-signup:not(:checked) + label:after, #toronto .toronto-signup .toronto-signup-form #newsletter-signup:checked + label:after {
        content: '\2713';
        position: absolute;
        top: 7px;
        left: 3px;
        font-size: 12px;
        line-height: 0.8;
        color: #39bce2;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      #toronto .toronto-signup .toronto-signup-form #newsletter-signup:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      #toronto .toronto-signup .toronto-signup-form #newsletter-signup:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    #toronto .toronto-signup .to-success {
      -webkit-transform: translate(0, -40px);
      -ms-transform: translate(0, -40px);
      -o-transform: translate(0, -40px);
      transform: translate(0, -40px);
      opacity: 0;
      position: absolute;
      top: 30px;
      color: #fff;
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center;
      max-width: 80%;
      margin: 0 auto;
      left: 0;
      right: 0;
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        #toronto .toronto-signup .to-success {
          font-size: 24px; } }
  #toronto .toronto-tweets {
    margin-top: 60px; }
    #toronto .toronto-tweets h1 {
      font-family: "font-proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #39bce2;
      max-width: 90%;
      margin: 0 auto;
      /* Only extra small devices (phones, 767px and under) */ }
      @media (max-width: 767px) {
        #toronto .toronto-tweets h1 {
          font-size: 32px; } }
    #toronto .toronto-tweets .twitter-feed {
      margin-top: 20px;
      margin-bottom: 30px; }
