@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]: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; }
  .navbar {
    display: none; }
  .btn > .caret, .button > .caret, .woocommerce-error .button > .caret, .woocommerce-message .button > .caret, .woocommerce-info .button > .caret, .comment-form .form-submit .submit > .caret, #ajax-list-options li .button > .caret, .addresses .edit > .caret,
  .dropup > .btn > .caret,
  .dropup > .button > .caret, .woocommerce-error
  .dropup > .button > .caret, .woocommerce-message
  .dropup > .button > .caret, .woocommerce-info
  .dropup > .button > .caret, .comment-form .form-submit
  .dropup > .submit > .caret, #ajax-list-options li
  .dropup > .button > .caret, .addresses
  .dropup > .edit > .caret {
    border-top-color: #000 !important; }
  .label, #call_for_credit p, #wc-anz_egate-cc-form label, #authority_to_leave h2 {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  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: #4585c7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2c5f93;
    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;
  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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  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; }

[role="button"] {
  cursor: pointer; }

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%; }

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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #ff4200; }

a.text-primary:hover,
a.text-primary:focus {
  color: #cc3500; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ff4200; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc3500; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  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 {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  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%; }

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'; }

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%;
    font-weight: bold;
    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, .archive-desc .desc, .cart-errors, .page-wishlist .entry-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .archive-desc .desc:before, .cart-errors:before, .page-wishlist .entry-content:before, .container:after, .archive-desc .desc:after, .cart-errors:after, .page-wishlist .entry-content:after {
    content: " ";
    display: table; }
  .container:after, .archive-desc .desc:after, .cart-errors:after, .page-wishlist .entry-content:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .archive-desc .desc, .cart-errors, .page-wishlist .entry-content {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .archive-desc .desc, .cart-errors, .page-wishlist .entry-content {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .archive-desc .desc, .cart-errors, .page-wishlist .entry-content {
      width: 1600px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .woocommerce-order-received .addresses, .woocommerce-view-order .addresses {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .woocommerce-order-received .addresses:before, .woocommerce-view-order .addresses:before, .row:after, .woocommerce-order-received .addresses:after, .woocommerce-view-order .addresses:after {
    content: " ";
    display: table; }
  .row:after, .woocommerce-order-received .addresses:after, .woocommerce-view-order .addresses: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, .single-product .entry-summary, .col-lg-5, .col-xs-6, .col-sm-6, .woocommerce-view-order .addresses .col-1,
.woocommerce-view-order .addresses .col-2, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .single-product .images, .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, .comment-form .comment-form-comment, .comment-form .form-submit, .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, .woocommerce-view-order .addresses .col-1,
  .woocommerce-view-order .addresses .col-2, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .comment-form .comment-form-comment, .comment-form .form-submit {
    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, .woocommerce-view-order .addresses .col-1,
  .woocommerce-view-order .addresses .col-2 {
    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, .comment-form .comment-form-comment, .comment-form .form-submit {
    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, .single-product .entry-summary, .col-md-6, .col-md-7, .single-product .images, .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, .single-product .entry-summary {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7, .single-product .images {
    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; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  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; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .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; } }

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.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;
  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: #ff4200; }

.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 dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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, .input-group #call_for_credit #credit_called, #call_for_credit .input-group #credit_called, .input-group .sc_info_box .email input, .sc_info_box .email .input-group input, .input-group .sc_info_box .email textarea, .sc_info_box .email .input-group textarea, .input-group
  .sc_info_box .message_row input,
  .sc_info_box .message_row .input-group input, .input-group
  .sc_info_box .message_row textarea,
  .sc_info_box .message_row .input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group #call_for_credit #credit_called:focus, #call_for_credit .input-group #credit_called:focus, .input-group .sc_info_box .email input:focus, .sc_info_box .email .input-group input:focus, .input-group .sc_info_box .email textarea:focus, .sc_info_box .email .input-group textarea:focus, .input-group
    .sc_info_box .message_row input:focus,
    .sc_info_box .message_row .input-group input:focus, .input-group
    .sc_info_box .message_row textarea:focus,
    .sc_info_box .message_row .input-group textarea:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group #call_for_credit #credit_called, #call_for_credit
.input-group #credit_called,
.input-group .sc_info_box .email input, .sc_info_box .email
.input-group input,
.input-group .sc_info_box .email textarea, .sc_info_box .email
.input-group textarea,
.input-group
.sc_info_box .message_row input,
.sc_info_box .message_row
.input-group input,
.input-group
.sc_info_box .message_row textarea,
.sc_info_box .message_row
.input-group textarea {
  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),
  .input-group #call_for_credit #credit_called:not(:first-child):not(:last-child), #call_for_credit
  .input-group #credit_called:not(:first-child):not(:last-child),
  .input-group .sc_info_box .email input:not(:first-child):not(:last-child), .sc_info_box .email
  .input-group input:not(:first-child):not(:last-child),
  .input-group .sc_info_box .email textarea:not(:first-child):not(:last-child), .sc_info_box .email
  .input-group textarea:not(:first-child):not(:last-child),
  .input-group
  .sc_info_box .message_row input:not(:first-child):not(:last-child),
  .sc_info_box .message_row
  .input-group input:not(:first-child):not(:last-child),
  .input-group
  .sc_info_box .message_row textarea:not(:first-child):not(:last-child),
  .sc_info_box .message_row
  .input-group textarea: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, #call_for_credit .input-group-sm > .input-group-addon#credit_called, .sc_info_box .email .input-group-sm > input.input-group-addon, .sc_info_box .email .input-group-sm > textarea.input-group-addon,
  .sc_info_box .message_row .input-group-sm > input.input-group-addon,
  .sc_info_box .message_row .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.button, .woocommerce-error
  .input-group-sm > .input-group-btn > .input-group-addon.button, .woocommerce-message
  .input-group-sm > .input-group-btn > .input-group-addon.button, .woocommerce-info
  .input-group-sm > .input-group-btn > .input-group-addon.button, .comment-form .form-submit
  .input-group-sm > .input-group-btn > .input-group-addon.submit, #ajax-list-options li
  .input-group-sm > .input-group-btn > .input-group-addon.button, .addresses
  .input-group-sm > .input-group-btn > .input-group-addon.edit {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, #call_for_credit .input-group-lg > .input-group-addon#credit_called, .sc_info_box .email .input-group-lg > input.input-group-addon, .sc_info_box .email .input-group-lg > textarea.input-group-addon,
  .sc_info_box .message_row .input-group-lg > input.input-group-addon,
  .sc_info_box .message_row .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.button, .woocommerce-error
  .input-group-lg > .input-group-btn > .input-group-addon.button, .woocommerce-message
  .input-group-lg > .input-group-btn > .input-group-addon.button, .woocommerce-info
  .input-group-lg > .input-group-btn > .input-group-addon.button, .comment-form .form-submit
  .input-group-lg > .input-group-btn > .input-group-addon.submit, #ajax-list-options li
  .input-group-lg > .input-group-btn > .input-group-addon.button, .addresses
  .input-group-lg > .input-group-btn > .input-group-addon.edit {
    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 #call_for_credit #credit_called:first-child, #call_for_credit .input-group #credit_called:first-child, .input-group .sc_info_box .email input:first-child, .sc_info_box .email .input-group input:first-child, .input-group .sc_info_box .email textarea:first-child, .sc_info_box .email .input-group textarea:first-child, .input-group
.sc_info_box .message_row input:first-child,
.sc_info_box .message_row .input-group input:first-child, .input-group
.sc_info_box .message_row textarea:first-child,
.sc_info_box .message_row .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .button, .woocommerce-error
.input-group-btn:first-child > .button, .woocommerce-message
.input-group-btn:first-child > .button, .woocommerce-info
.input-group-btn:first-child > .button, .comment-form .form-submit
.input-group-btn:first-child > .submit, #ajax-list-options li
.input-group-btn:first-child > .button, .addresses
.input-group-btn:first-child > .edit,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .button, .woocommerce-error
.input-group-btn:first-child > .btn-group > .button, .woocommerce-message
.input-group-btn:first-child > .btn-group > .button, .woocommerce-info
.input-group-btn:first-child > .btn-group > .button, .comment-form .form-submit
.input-group-btn:first-child > .btn-group > .submit, #ajax-list-options li
.input-group-btn:first-child > .btn-group > .button, .addresses
.input-group-btn:first-child > .btn-group > .edit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-error
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-message
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-info
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle), .comment-form .form-submit
.input-group-btn:last-child > .submit:not(:last-child):not(.dropdown-toggle), #ajax-list-options li
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle), .addresses
.input-group-btn:last-child > .edit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .button, .woocommerce-error
.input-group-btn:last-child > .btn-group:not(:last-child) > .button, .woocommerce-message
.input-group-btn:last-child > .btn-group:not(:last-child) > .button, .woocommerce-info
.input-group-btn:last-child > .btn-group:not(:last-child) > .button, .comment-form .form-submit
.input-group-btn:last-child > .btn-group:not(:last-child) > .submit, #ajax-list-options li
.input-group-btn:last-child > .btn-group:not(:last-child) > .button, .addresses
.input-group-btn:last-child > .btn-group:not(:last-child) > .edit {
  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 #call_for_credit #credit_called:last-child, #call_for_credit .input-group #credit_called:last-child, .input-group .sc_info_box .email input:last-child, .sc_info_box .email .input-group input:last-child, .input-group .sc_info_box .email textarea:last-child, .sc_info_box .email .input-group textarea:last-child, .input-group
.sc_info_box .message_row input:last-child,
.sc_info_box .message_row .input-group input:last-child, .input-group
.sc_info_box .message_row textarea:last-child,
.sc_info_box .message_row .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .button, .woocommerce-error
.input-group-btn:last-child > .button, .woocommerce-message
.input-group-btn:last-child > .button, .woocommerce-info
.input-group-btn:last-child > .button, .comment-form .form-submit
.input-group-btn:last-child > .submit, #ajax-list-options li
.input-group-btn:last-child > .button, .addresses
.input-group-btn:last-child > .edit,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .button, .woocommerce-error
.input-group-btn:last-child > .btn-group > .button, .woocommerce-message
.input-group-btn:last-child > .btn-group > .button, .woocommerce-info
.input-group-btn:last-child > .btn-group > .button, .comment-form .form-submit
.input-group-btn:last-child > .btn-group > .submit, #ajax-list-options li
.input-group-btn:last-child > .btn-group > .button, .addresses
.input-group-btn:last-child > .btn-group > .edit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .button:not(:first-child), .woocommerce-error
.input-group-btn:first-child > .button:not(:first-child), .woocommerce-message
.input-group-btn:first-child > .button:not(:first-child), .woocommerce-info
.input-group-btn:first-child > .button:not(:first-child), .comment-form .form-submit
.input-group-btn:first-child > .submit:not(:first-child), #ajax-list-options li
.input-group-btn:first-child > .button:not(:first-child), .addresses
.input-group-btn:first-child > .edit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .button, .woocommerce-error
.input-group-btn:first-child > .btn-group:not(:first-child) > .button, .woocommerce-message
.input-group-btn:first-child > .btn-group:not(:first-child) > .button, .woocommerce-info
.input-group-btn:first-child > .btn-group:not(:first-child) > .button, .comment-form .form-submit
.input-group-btn:first-child > .btn-group:not(:first-child) > .submit, #ajax-list-options li
.input-group-btn:first-child > .btn-group:not(:first-child) > .button, .addresses
.input-group-btn:first-child > .btn-group:not(:first-child) > .edit {
  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, .input-group-btn > .button, .woocommerce-error .input-group-btn > .button, .woocommerce-message .input-group-btn > .button, .woocommerce-info .input-group-btn > .button, .comment-form .form-submit .input-group-btn > .submit, #ajax-list-options li .input-group-btn > .button, .addresses .input-group-btn > .edit {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .button + .btn, .woocommerce-error .input-group-btn > .button + .btn, .woocommerce-message .input-group-btn > .button + .btn, .woocommerce-info .input-group-btn > .button + .btn, .comment-form .form-submit .input-group-btn > .submit + .btn, #ajax-list-options li .input-group-btn > .button + .btn, .addresses .input-group-btn > .edit + .btn, .input-group-btn > .btn + .button, .input-group-btn > .button + .button, .comment-form .form-submit .input-group-btn > .submit + .button, .addresses .input-group-btn > .edit + .button, .woocommerce-error .input-group-btn > .btn + .button, .woocommerce-error .input-group-btn > .button + .button, .comment-form .form-submit .woocommerce-error .input-group-btn > .submit + .button, .addresses .woocommerce-error .input-group-btn > .edit + .button, .woocommerce-message .input-group-btn > .btn + .button, .woocommerce-message .input-group-btn > .button + .button, .comment-form .form-submit .woocommerce-message .input-group-btn > .submit + .button, .addresses .woocommerce-message .input-group-btn > .edit + .button, .woocommerce-info .input-group-btn > .btn + .button, .woocommerce-info .input-group-btn > .button + .button, .comment-form .form-submit .woocommerce-info .input-group-btn > .submit + .button, .addresses .woocommerce-info .input-group-btn > .edit + .button, .comment-form .form-submit .input-group-btn > .btn + .submit, .comment-form .form-submit .input-group-btn > .button + .submit, .comment-form .form-submit .woocommerce-error .input-group-btn > .button + .submit, .comment-form .form-submit .woocommerce-message .input-group-btn > .button + .submit, .comment-form .form-submit .woocommerce-info .input-group-btn > .button + .submit, .comment-form .form-submit .input-group-btn > .submit + .submit, #ajax-list-options li .comment-form .form-submit .input-group-btn > .button + .submit, .comment-form .form-submit #ajax-list-options li .input-group-btn > .button + .submit, .addresses .comment-form .form-submit .input-group-btn > .edit + .submit, .comment-form .form-submit .addresses .input-group-btn > .edit + .submit, #ajax-list-options li .input-group-btn > .btn + .button, #ajax-list-options li .woocommerce-error .input-group-btn > .button + .button, #ajax-list-options li .woocommerce-message .input-group-btn > .button + .button, #ajax-list-options li .woocommerce-info .input-group-btn > .button + .button, .comment-form .form-submit #ajax-list-options li .input-group-btn > .submit + .button, #ajax-list-options li .comment-form .form-submit .input-group-btn > .submit + .button, #ajax-list-options li .input-group-btn > .button + .button, .addresses #ajax-list-options li .input-group-btn > .edit + .button, #ajax-list-options li .addresses .input-group-btn > .edit + .button, .addresses .input-group-btn > .btn + .edit, .addresses .input-group-btn > .button + .edit, .addresses .woocommerce-error .input-group-btn > .button + .edit, .addresses .woocommerce-message .input-group-btn > .button + .edit, .addresses .woocommerce-info .input-group-btn > .button + .edit, .comment-form .form-submit .addresses .input-group-btn > .submit + .edit, .addresses .comment-form .form-submit .input-group-btn > .submit + .edit, #ajax-list-options li .addresses .input-group-btn > .button + .edit, .addresses #ajax-list-options li .input-group-btn > .button + .edit, .addresses .input-group-btn > .edit + .edit {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .button:hover, .woocommerce-error .input-group-btn > .button:hover, .woocommerce-message .input-group-btn > .button:hover, .woocommerce-info .input-group-btn > .button:hover, .comment-form .form-submit .input-group-btn > .submit:hover, #ajax-list-options li .input-group-btn > .button:hover, .addresses .input-group-btn > .edit:hover, .input-group-btn > .btn:focus, .input-group-btn > .button:focus, .woocommerce-error .input-group-btn > .button:focus, .woocommerce-message .input-group-btn > .button:focus, .woocommerce-info .input-group-btn > .button:focus, .comment-form .form-submit .input-group-btn > .submit:focus, #ajax-list-options li .input-group-btn > .button:focus, .addresses .input-group-btn > .edit:focus, .input-group-btn > .btn:active, .input-group-btn > .button:active, .woocommerce-error .input-group-btn > .button:active, .woocommerce-message .input-group-btn > .button:active, .woocommerce-info .input-group-btn > .button:active, .comment-form .form-submit .input-group-btn > .submit:active, #ajax-list-options li .input-group-btn > .button:active, .addresses .input-group-btn > .edit:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .button, .woocommerce-error .input-group-btn:first-child > .button, .woocommerce-message .input-group-btn:first-child > .button, .woocommerce-info .input-group-btn:first-child > .button, .comment-form .form-submit .input-group-btn:first-child > .submit, #ajax-list-options li .input-group-btn:first-child > .button, .addresses .input-group-btn:first-child > .edit,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .button, .woocommerce-error .input-group-btn:last-child > .button, .woocommerce-message .input-group-btn:last-child > .button, .woocommerce-info .input-group-btn:last-child > .button, .comment-form .form-submit .input-group-btn:last-child > .submit, #ajax-list-options li .input-group-btn:last-child > .button, .addresses .input-group-btn:last-child > .edit,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    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: #4585c7; }
  .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: #ff4200; }

.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; }

.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: #4585c7;
      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 {
    z-index: 2;
    color: #2c5f93;
    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: 3;
    color: #fff;
    background-color: #ff4200;
    border-color: #ff4200;
    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;
  line-height: 1.33333; }

.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;
  line-height: 1.5; }

.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; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    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: #4585c7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > 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 {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.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; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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: #ff4200;
  border-color: #ff4200; }
  .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: #ffd9cc; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.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,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.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,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.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; }

.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,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.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;
  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; }

.clearfix:before, .section:before, .section__actions:before, .instagram:before, .single-product .woocommerce-breadcrumb:before, .footer-widgets .form-action:before, .wc-tabs:before, .top-bar:before, .header:before, .footer-widgets .widget:before, .section--product-guarantee:before, .products:before, .archive__actions:before, .addresses address:before, .woocommerce-order-received .addresses address:before, #customer_details:before, #shipping_details:before, .place-order:before, .checkout__header:before, .clearfix:after, .section:after, .section__actions:after, .instagram:after, .single-product .woocommerce-breadcrumb:after, .footer-widgets .form-action:after, .wc-tabs:after, .top-bar:after, .header:after, .footer-widgets .widget:after, .section--product-guarantee:after, .products:after, .archive__actions:after, .addresses address:after, .woocommerce-order-received .addresses address:after, #customer_details:after, #shipping_details:after, .place-order:after, .checkout__header:after {
  content: " ";
  display: table; }

.clearfix:after, .section:after, .section__actions:after, .instagram:after, .single-product .woocommerce-breadcrumb:after, .footer-widgets .form-action:after, .wc-tabs:after, .top-bar:after, .header:after, .footer-widgets .widget:after, .section--product-guarantee:after, .products:after, .archive__actions:after, .addresses address:after, .woocommerce-order-received .addresses address:after, #customer_details:after, #shipping_details:after, .place-order:after, .checkout__header: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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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 !important; }
  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; } }

/*!
 * Custom Bootstrap Import for this theme.
 * Only turn on parts that you actually will need.
 *
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
.container--medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px; }

.container--large {
  margin-left: auto;
  margin-right: auto;
  max-width: 973px; }

.gutters {
  padding-left: 15px;
  padding-right: 15px; }

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
/*	==========================================================================
	General
	========================================================================== */
/*  Float Utitlity classes
    -------------------------------------------------------------------------- */
.right {
  float: right; }

.left {
  float: left; }

/*  Background Image Cover
    -------------------------------------------------------------------------- */
.cover {
  background-repeat: no-repeat;
  background-size: cover; }

/*  Remove Gutter
    -------------------------------------------------------------------------- */
.no-gutter {
  padding-left: 0;
  padding-right: 0; }

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
/*	==========================================================================
	General
	========================================================================== */
/*  Variables - Additional variables included in the global variables file
    -------------------------------------------------------------------------- */
/*  Fix google remarketing code
    -------------------------------------------------------------------------- */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

/*  Global
    -------------------------------------------------------------------------- */
body {
  opacity: 1; }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body li, body a, body.wf-loading h1, body.wf-loading h2, body.wf-loading h3, body.wf-loading h4, body.wf-loading h5, body.wf-loading h6, body.wf-loading p, body.wf-loading li, body.wf-loading a {
    transition: opacity .15s ease-in-out; }
  body.wf-loading {
    opacity: 0; }

html, body {
  height: 100%; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "usual", sans-serif; }

.not-ie #page {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column; }

.not-ie .site-content {
  -ms-flex: 1;
  flex: 1; }

* {
  margin: 0;
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol,
p, figure,
pre, table, fieldset, hr,
blockquote {
  margin-bottom: 0;
  margin-top: 1.5rem; }

/*  Body
    -------------------------------------------------------------------------- */
body {
  color: #848484;
  line-height: 1.7em;
  font-family: "usual", sans-serif; }

/*  Colour Overides
    -------------------------------------------------------------------------- */
.text-light {
  color: #ffffff; }
  .text-light strong,
  .text-light h1, .text-light .h1, .text-light h2, .text-light .h2, .text-light h3, .text-light .h3, .text-light h4, .text-light .h4, .text-light h5, .text-light .h5, .text-light h6, .text-light .h6 {
    color: #ffffff; }

/*  Links
    -------------------------------------------------------------------------- */
a {
  color: #4585c7;
  text-decoration: none; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none; }

/*  Headers
    -------------------------------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #0f0d0f;
  line-height: 1.2em; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 1.875rem; }

h4, .h4 {
  font-size: 1.625rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

/*  Image
    -------------------------------------------------------------------------- */
img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

/*  WYSIWYG Elements
    -------------------------------------------------------------------------- */
b, strong {
  color: #0f0d0f; }

/*  Paragraphs
    -------------------------------------------------------------------------- */
p {
  margin-bottom: 30px; }

p.c-lead {
  margin-top: 0;
  font-weight: bold;
  color: #000000; }

/*  Lists
    -------------------------------------------------------------------------- */
/*  Definition List
    -------------------------------------------------------------------------- */
dt {
  margin-top: 1.5rem;
  font-weight: 600; }

dd {
  margin-left: 0;
  margin-top: .5rem; }

/*  Blockquote
    -------------------------------------------------------------------------- */
blockquote {
  margin: 0;
  display: block; }
  blockquote p {
    margin: 0; }

cite {
  margin-top: 1rem;
  display: block;
  clear: both; }

.font-style--text-xlarge {
  font-size: 24px; }

.font-style--text-large {
  font-size: 16px; }

.font-style--text-medium {
  font-size: 14px; }

.font-style--lead-paragraph {
  font-size: 24px; }

.font-style--link-inherit {
  color: inherit; }
  .font-style--link-inherit:hover, .font-style--link-inherit:active, .font-style--link-inherit:focus {
    color: inherit; }

html {
  color: #848484;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "usual", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:hover {
  text-decoration: none; }

h1, h2, h3 {
  font-family: "brandon-grotesque", sans-serif; }

@font-face {
  font-family: "icons";
  src: url("../../icons/icons.eot");
  src: url("../../icons/icons.eot?#iefix") format("eot"), url("../../icons/icons.woff") format("woff"), url("../../icons/icons.ttf") format("truetype"), url("../../icons/icons.svg#icons") format("svg"); 
font-display: swap;}

.icon-wishlist:before, .product__thumbnail .yith-wcwl-wishlistexistsbrowse a:before,
.product__thumbnail .yith-wcwl-wishlistaddedbrowse a:before,
.product__thumbnail .yith-wcwl-add-button a:before, .section--single-product .images .yith-wcwl-wishlistexistsbrowse a:before,
.section--single-product .images .yith-wcwl-wishlistaddedbrowse a:before,
.section--single-product .images .yith-wcwl-add-button a:before {
  position: relative;
  display: inline-block;
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-wishlist:before {
  content: ""; }

/*  Variables
    ========================================================================= */
/*  Responsive
    ========================================================================= */
.table {
  max-width: 100%;
  width: 100%; }

/*  General
    ========================================================================= */
table {
  width: 100%; }
  table thead tr {
    border: 0; }
  table tr {
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9; }
    @media only screen and (min-width: 769px) {
      table tr {
        border: 2px solid #e9e9e9; } }
  table th, table td {
    padding: 25px; }

/*  Variations
    ========================================================================= */
table.variations,
table.quantity-table {
  max-width: 270px;
  border: 0; }
  table.variations .label, table.variations #call_for_credit p, #call_for_credit table.variations p, table.variations #wc-anz_egate-cc-form label, #wc-anz_egate-cc-form table.variations label, table.variations #authority_to_leave h2, #authority_to_leave table.variations h2,
  table.quantity-table .label,
  table.quantity-table #call_for_credit p, #call_for_credit
  table.quantity-table p,
  table.quantity-table #wc-anz_egate-cc-form label, #wc-anz_egate-cc-form
  table.quantity-table label,
  table.quantity-table #authority_to_leave h2, #authority_to_leave
  table.quantity-table h2 {
    width: 100px; }
    table.variations .label label, table.variations #call_for_credit p label, #call_for_credit table.variations p label, table.variations #wc-anz_egate-cc-form label label, #wc-anz_egate-cc-form table.variations label label, table.variations #authority_to_leave h2 label, #authority_to_leave table.variations h2 label,
    table.quantity-table .label label,
    table.quantity-table #call_for_credit p label, #call_for_credit
    table.quantity-table p label,
    table.quantity-table #wc-anz_egate-cc-form label label, #wc-anz_egate-cc-form
    table.quantity-table label label,
    table.quantity-table #authority_to_leave h2 label, #authority_to_leave
    table.quantity-table h2 label {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 0.9375rem;
      margin-bottom: 0;
      letter-spacing: .025em; }
  table.variations tr,
  table.quantity-table tr {
    border: 0; }
    table.variations tr th, table.variations tr td,
    table.quantity-table tr th,
    table.quantity-table tr td {
      padding: 0;
      border: 0; }
  table.variations .reset_variations,
  table.quantity-table .reset_variations {
    display: none !important; }

table.specifications {
  margin-bottom: 35px;
  border: 0;
  border-top: 2px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a; }
  table.specifications tr {
    border: 0;
    border-bottom: 1px solid #7a7a7a; }
    table.specifications tr th, table.specifications tr td {
      padding: 5px 0;
      border: 0; }
  table.specifications tr:last-child {
    border-bottom: 0; }
  table.specifications th,
  table.specifications td {
    height: 39px;
    color: #848484;
    text-transform: none;
    font-weight: 400;
    font-size: 0.875rem; }
  table.specifications td {
    text-align: right; }

/*  Cart
    ========================================================================= */
table.cart {
  /* Product thumbnail */ }
  table.cart thead th {
    color: #0f0d0f;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 200px; }
  table.cart .cart_item {
    position: relative;
    display: block; }
    @media only screen and (min-width: 769px) {
      table.cart .cart_item {
        display: table-row; } }
  table.cart tbody tr:last-child {
    border: 0; }
  table.cart img {
    height: auto;
    max-width: 100px;
    border: 2px solid #e9e9e9; }
  table.cart label {
    color: #0f0d0f;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block; }
  table.cart td, table.cart th {
    display: inline-block; }
    @media only screen and (min-width: 769px) {
      table.cart td, table.cart th {
        display: table-cell; } }
  table.cart thead {
    display: none; }
    @media only screen and (min-width: 769px) {
      table.cart thead {
        display: table-header-group; } }
  table.cart td.product-name {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 600; }
    table.cart td.product-name a {
      color: #0f0d0f; }
  table.cart td.product-price,
  table.cart td.product-subtotal {
    color: #0f0d0f;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600; }
  table.cart .product-remove {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (min-width: 769px) {
      table.cart .product-remove {
        position: static; } }
  table.cart .product-remove {
    padding: 25px 0 25px 25px;
    text-align: right; }
    table.cart .product-remove .remove {
      vertical-align: middle;
      display: inline-block; }
      table.cart .product-remove .remove .icon {
        width: 24px;
        height: 24px;
        fill: #fd182d;
        transition: fill .3s ease-in-out; }
      table.cart .product-remove .remove:hover .icon {
        fill: #e00216; }

table {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .woocommerce-account table.shop_table_responsive {
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9; }
    .woocommerce-account table.shop_table_responsive thead {
      display: none; }
    .woocommerce-account table.shop_table_responsive tbody tr:first-child td:first-child {
      border-top: 0; }
    .woocommerce-account table.shop_table_responsive tbody th {
      display: none; }
    .woocommerce-account table.shop_table_responsive tr {
      display: block; }
      .woocommerce-account table.shop_table_responsive tr td {
        display: block;
        text-align: right !important; }
        .woocommerce-account table.shop_table_responsive tr td.order-actions {
          text-align: left !important; }
          .woocommerce-account table.shop_table_responsive tr td.order-actions .button {
            display: block;
            width: 100%; }
        .woocommerce-account table.shop_table_responsive tr td:before {
          content: attr(data-title) ": ";
          font-weight: 700;
          float: left; }
        .woocommerce-account table.shop_table_responsive tr td.product-remove:before, .woocommerce-account table.shop_table_responsive tr td.order-actions:before, .woocommerce-account table.shop_table_responsive tr td.actions:before {
          display: none; }
      .woocommerce-account table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, 0.025); } }

/*	General
    ========================================================================= */
.hidden-mobile {
  display: none; }
  @media only screen and (max-width: 992px) {
    .hidden-mobile {
      display: table-row; } }

.visible-desktop-table-row {
  display: none; }
  @media only screen and (min-width: 769px) {
    .visible-desktop-table-row {
      display: table-row; } }

/*	Text Modifications
    ========================================================================= */
.uppercase {
  text-transform: uppercase; }

/*	Mobile Full
    ========================================================================= */
.btn--mobile, .checkout-button {
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .btn--mobile, .checkout-button {
      width: auto; } }

/*	Mobile Full
    ========================================================================= */
.collapse-col {
  padding-right: 0;
  padding-left: 0; }
  @media only screen and (min-width: 769px) {
    .collapse-col {
      padding-right: 15px;
      padding-left: 15px; } }

/* ==========================================================================
   COMPONENTS
   ========================================================================== */
/*	Mixin
    ========================================================================= */
/*	General
    ========================================================================= */
.btn, .button, .woocommerce-error .button, .woocommerce-message .button, .woocommerce-info .button, .comment-form .form-submit .submit, #ajax-list-options li .button, .addresses .edit, .woocommerce-order-received .addresses .edit {
  /* Structure */
  zoom: 1;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #555555;
  padding: 13px 35px 13px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #3c3c3c;
  border-left: 0;
  border-right: 0;
  /* Remove Focus */ }
  .btn:hover, .button:hover, .comment-form .form-submit .submit:hover, #ajax-list-options li .button:hover, .addresses .edit:hover {
    color: #ffffff;
    background-color: #626262;
    border-bottom: 4px solid #494949; }
  .btn:active, .button:active, .comment-form .form-submit .submit:active, #ajax-list-options li .button:active, .addresses .edit:active, .btn:focus, .button:focus, .comment-form .form-submit .submit:focus, #ajax-list-options li .button:focus, .addresses .edit:focus {
    color: #ffffff;
    background-color: #555555;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #3c3c3c; }
  .btn:focus, .button:focus, .comment-form .form-submit .submit:focus, #ajax-list-options li .button:focus, .addresses .edit:focus, .btn:active, .button:active, .comment-form .form-submit .submit:active, #ajax-list-options li .button:active, .addresses .edit:active {
    text-decoration: none;
    outline: 0; }

/*  Sizing Variations
    ========================================================================= */
.btn--small, .woocommerce-error .button, .woocommerce-message .button, .woocommerce-info .button, #ajax-list-options li .button, .addresses .edit, .woocommerce-order-received .addresses .edit {
  padding: 8px 35px 8px; }

.btn--medium {
  padding: 13px 35px 13px; }

/*  Responsive Variations
    ========================================================================= */
/*	Variations
    ========================================================================= */
.btn--primary, .button, .woocommerce-error .button, .woocommerce-message .button, .woocommerce-info .button, .comment-form .form-submit .submit, #ajax-list-options li .button, .addresses .edit, .woocommerce-order-received .addresses .edit {
  color: #ffffff;
  background-color: #4585c7;
  border-bottom: 4px solid #326ca7; }
  .btn--primary:hover, .button:hover, .comment-form .form-submit .submit:hover, #ajax-list-options li .button:hover, .addresses .edit:hover {
    color: #ffffff;
    background-color: #5992cd;
    border-bottom: 4px solid #3878ba; }
  .btn--primary:active, .button:active, .comment-form .form-submit .submit:active, #ajax-list-options li .button:active, .addresses .edit:active, .btn--primary:focus, .button:focus, .comment-form .form-submit .submit:focus, #ajax-list-options li .button:focus, .addresses .edit:focus {
    color: #ffffff;
    background-color: #4585c7;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #326ca7; }

.btn--secondary, .single_add_to_cart_button:disabled, .side-cart .checkout {
  color: #ffffff;
  background-color: #383838;
  border: 0;
  border-bottom: 4px solid #2b2b2b;
  border-top: 4px solid transparent; }
  .btn--secondary:hover, .single_add_to_cart_button:hover:disabled, .side-cart .checkout:hover {
    color: #ffffff;
    background-color: #454545;
    border: 0;
    border-bottom: 4px solid #2b2b2b;
    border-top: 4px solid transparent; }
  .btn--secondary:active, .single_add_to_cart_button:active:disabled, .side-cart .checkout:active, .btn--secondary:focus, .single_add_to_cart_button:focus:disabled, .side-cart .checkout:focus {
    color: #ffffff;
    background-color: #383838;
    border: 0;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #1f1f1f; }

.btn--tertiary {
  color: #4585c7;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2); }
  .btn--tertiary:hover {
    color: #4585c7;
    background-color: white;
    border: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2); }
  .btn--tertiary:active, .btn--tertiary:focus {
    color: #4585c7;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2); }

.btn--share {
  /* Structure */
  zoom: 1;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  padding: 13px 15px 13px 15px;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  color: #0f0d0f;
  transition: background-color .15s ease-in-out; }
  .btn--share i {
    color: #b72525;
    font-style: normal; }
  .btn--share svg {
    fill: #b72525;
    height: 30px;
    width: 30px;
    display: block; }
    @media only screen and (min-width: 993px) {
      .btn--share svg {
        margin-top: -15px;
        left: 15px;
        top: 50%;
        position: absolute; } }
  .btn--share span, .btn--share svg {
    display: block; }
    @media only screen and (min-width: 993px) {
      .btn--share span, .btn--share svg {
        display: inline-block; } }
  .btn--share span {
    display: none; }
    @media only screen and (min-width: 993px) {
      .btn--share span {
        display: inline-block; } }
  .btn--share:hover {
    background-color: #f6f6f6; }
  @media only screen and (min-width: 993px) {
    .btn--share {
      padding: 13px 20px 13px 50px; } }

/*  Button Types
    ========================================================================= */
.btn--block, .variations_form .button {
  display: block;
  width: 100%;
  text-align: center; }

.btn--lined {
  /* Structure */
  zoom: 1;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  border: 1px solid #4585c7;
  padding: 0 15px 0 35px;
  font-size: 0.75rem;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  position: relative;
  transition: all .15s ease-in-out;
  height: 35px; }
  .btn--lined svg {
    margin-top: -10px;
    left: 10px;
    top: 50%;
    position: absolute;
    fill: #4585c7;
    height: 20px;
    width: 20px; }
  .btn--lined:hover {
    color: #4585c7;
    background-color: #f5f9fc; }

.btn--load-more {
  border: 0;
  background: transparent;
  padding: 20px 0 75px;
  width: 100%;
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  position: relative;
  color: #0f0d0f; }
  .btn--load-more:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e5e5e5;
    margin-top: 50px;
    transition: border .15s ease-in-out; }
  .btn--load-more:hover:after {
    border-top: 8px solid #0f0d0f; }
  @media only screen and (min-width: 769px) {
    .btn--load-more {
      display: none; } }

.btn--details {
  background-color: #424242;
  border-bottom-color: #000; }
  .btn--details:hover, .btn--details:focus {
    background-color: #5c5c5c;
    border-bottom-color: #1a1a1a; }

.btn--green {
  background-color: #38b973;
  border-bottom-color: #2f9a60; }
  .btn--green:hover, .btn--green:focus {
    background-color: #58cc8d;
    border-bottom-color: #58cc8d; }

a.add_to_wishlist.button.alt {
  background-color: #515151;
  border-bottom-color: #000; }
  .product--tile a.add_to_wishlist.button.alt,
  .woocommerce-product-gallery__wrapper a.add_to_wishlist.button.alt,
  .section--single-product .images a.add_to_wishlist.button.alt {
    opacity: 0; }
  a.add_to_wishlist.button.alt:hover, a.add_to_wishlist.button.alt:focus {
    background-color: #6b6b6b;
    border-bottom-color: #1a1a1a; }
    .product--tile a.add_to_wishlist.button.alt:hover,
    .woocommerce-product-gallery__wrapper a.add_to_wishlist.button.alt:hover,
    .section--single-product .images a.add_to_wishlist.button.alt:hover, .product--tile a.add_to_wishlist.button.alt:focus,
    .woocommerce-product-gallery__wrapper a.add_to_wishlist.button.alt:focus,
    .section--single-product .images a.add_to_wishlist.button.alt:focus {
      opacity: 0; }

.btn--subscribe {
  margin-top: 12px;
  display: block;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .btn--subscribe {
      display: inline-block;
      width: auto; } }

.btn--auth {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .btn--auth {
      display: inline-block;
      width: auto; } }

/*  Icons
    ========================================================================= */
.btn--icon {
  position: relative; }

.btn__icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  fill: #ffffff;
  top: -2px; }

/*	Mozilla Browser Fix
    ========================================================================= */
.btn::-moz-focus-inner, .button::-moz-focus-inner, .woocommerce-error .button::-moz-focus-inner, .woocommerce-message .button::-moz-focus-inner, .woocommerce-info .button::-moz-focus-inner, .comment-form .form-submit .submit::-moz-focus-inner, #ajax-list-options li .button::-moz-focus-inner, .addresses .edit::-moz-focus-inner, .woocommerce-order-received .addresses .edit::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*  Disabled Button
    ========================================================================= */
.single_add_to_cart_button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  padding: 15px 35px 13px; }

/*  Woocommerce Buttons
    ========================================================================= */
.quantity__group {
  width: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .quantity__group .btn--quantity {
    margin-right: 15px;
    display: block;
    float: left; }
  .quantity__group .btn--quantity:last-child {
    margin-right: 0; }
  .quantity__group .qty {
    text-align: center;
    margin-right: 15px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: block;
    float: left;
    padding: 0;
    color: #595959;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold; }

.btn--quantity {
  /* Structure */
  zoom: 1;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  border: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #e9e9e9;
  border-radius: 2px;
  color: #595959;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  transition: color .15s ease-in-out, background .15s ease-in-out; }
  .btn--quantity.is-disabled {
    color: #bababa;
    cursor: not-allowed; }
  .btn--quantity:hover {
    background-color: #d7d7d7; }

.qty[type='number'] {
  -moz-appearance: textfield; }

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
  -webkit-appearance: none; }

/*	Variables
    ========================================================================= */
/*	General
    ========================================================================= */
.badge, .onsale {
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  background-color: #4585c7;
  font-weight: 800;
  letter-spacing: .12em;
  height: 27px;
  line-height: 27px;
  padding: 0 16px; }

.badge--small {
  height: auto;
  line-height: 1;
  font-size: 0.5625rem;
  padding: 8px 15px 5px; }

/*	Variations
    ========================================================================= */
.badge--sale {
  background-color: #b72525;
  z-index: 10; }

.badge--preorder {
  background-color: #555555;
  z-index: 20; }

.badge--low-stock {
  background-color: #222222;
  z-index: 30; }

.badge--in-stock {
  background-color: #25b79d; }

.badge--out-stock {
  background-color: #222222; }

/*  Woocommerce
    ========================================================================= */
.onsale {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #b72525; }

.stock {
  margin-top: 0;
  color: #ffffff;
  padding: 1px 15px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  width: auto; }
  .stock.in-stock {
    background-color: #25b79b; }
  .stock.out-of-stock {
    background-color: #ea000c;
    padding: 3px 15px; }

/*	Variables
    ========================================================================= */
.cover {
  background-size: cover; }

/*	General
    ========================================================================= */
.panel {
  background-color: #ffffff;
  transition: background-color .3s ease-in-out;
  margin-bottom: 1.5625rem; }
  .panel .panel__title,
  .panel .panel__subtitle {
    transition: color .3s ease-in-out; }
  .panel img {
    max-width: 100%; }
  @media only screen and (min-width: 993px) {
    .panel {
      margin-bottom: 0; } }

.panel__header {
  padding: 20px; }

.panel__title {
  color: #0f0d0f;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0; }

.panel__subtitle {
  color: #0f0d0f;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  margin: 0; }

.panel__thumbnail {
  overflow: hidden;
  position: relative;
  height: 250px; }

.thumbnail__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-in-out;
  background-position: center; }

.panel--hover:hover {
  background-color: #0f0d0f; }
  .panel--hover:hover .panel__title,
  .panel--hover:hover .panel__subtitle {
    color: #ffffff; }

/*	Variations
    ========================================================================= */
.panel--shadow {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/*  Products
    ========================================================================= */
.panel--products {
  padding: 45px 0;
  background-color: #4585c7;
  text-align: center; }
  .panel--products .panel__title {
    color: #ffffff;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.875rem;
    margin: 0 0 30px;
    clear: both; }
    @media only screen and (min-width: 993px) {
      .panel--products .panel__title {
        font-size: 2.5rem; } }
  @media only screen and (min-width: 993px) {
    .panel--products {
      width: 300px;
      text-align: left;
      padding: 0 50px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
  @media only screen and (min-width: 1200px) {
    .panel--products {
      width: 430px;
      text-align: left;
      padding: 0 75px; } }
  .panel--products.no-button .panel__title {
    margin-bottom: 0; }

/*  Recent
    ========================================================================= */
.panel--recent {
  padding: 45px 0;
  background-color: #f9f9f9;
  text-align: center; }
  .panel--recent .panel__title {
    color: #848484;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.875rem;
    max-width: 210px;
    clear: both;
    margin: 0; }
    @media only screen and (min-width: 769px) {
      .panel--recent .panel__title {
        max-width: 100%; } }
    @media only screen and (min-width: 993px) {
      .panel--recent .panel__title {
        font-size: 2.5rem; } }
  @media only screen and (min-width: 993px) {
    .panel--recent {
      width: 300px;
      text-align: left;
      padding: 0 50px;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
  @media only screen and (min-width: 1200px) {
    .panel--recent {
      width: 430px;
      text-align: left;
      padding: 0 75px; } }
  .panel--recent.no-button .panel__title {
    margin-bottom: 0; }

.animated-zoom:hover .thumbnail__image {
  transform: scale(1.1); }

/*	==========================================================================
	TITLE
	========================================================================== */
/*  Genearl
    -------------------------------------------------------------------------- */
.title__wrapper {
  text-align: center; }

.page__title {
  color: #0f0d0f;
  display: inline-block;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900; }
  @media only screen and (min-width: 769px) {
    .page__title {
      font-size: 3.125rem;
      margin: 60px 0 15px; } }

/*  General
    ========================================================================= */
.banner {
  position: relative;
  text-align: center;
  height: 250px;
  background-color: #344F6A; }
  @media only screen and (min-width: 769px) {
    .banner {
      padding: 0;
      margin-bottom: 20px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .banner {
      background-size: auto 450px; } }
  .banner--slim {
    height: 170px; }
  .banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .banner__background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: auto 450px; }
  .banner .container--wide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    max-width: 100%; }

.banner__title {
  color: #ffffff;
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 100px; }
  @media only screen and (min-width: 769px) {
    .banner__title {
      font-size: 3.125rem; } }
  .banner--slim .banner__title {
    margin-top: 60px; }

/*  Variations
    ========================================================================= */
.banner--support {
  height: 200px;
  padding: 0; }
  .banner--support .banner__title {
    margin-top: 75px; }

/* ==========================================================================
   SEARCH FORM
   ========================================================================== */
/*doc
---
title: Buttons
name: button
category: components
---
Button styles can be applied to any element. Typically you'll want to
use either a `<button>` or an `<a>` element:
```html_example
<button class="btn btnDefault">Click</button>
<a class="btn btnDefault" href="http://trulia.com">Don't click</a>
```
If your button is actually a link to another page, please use the
`<a>` element, while if your button performs an action, such as submitting
a form or triggering some javascript event, then use a `<button>` element.
##Button Sizes
There are three 3 sizes for buttons: Large, medium (default)
and small. Simply apply the size modifier class for the desired size.
There is also an additional modifier that will make the button take the
full width of the container. It may be used with the any of the button
size and style modifiers.
Button                                                            | Modifier Class
----------------------------------------------------------------- | -----------------
<button class="btn btnDefault btnLrg">Large</button>              | `btn btnDefault btnLrg`
<button class="btn btnDefault">Default</button>                   | `btn btnDefault`
<button class="btn btnDefault btnSml">Small</button>              | `btn btnDefault btnSml`
<button class="btn btnDefault btnFullWidth">Full width</button>   | `btn btnDefault btnFullWidth`
*/
/* Variables
    ========================================================================= */
/* Mixins
    ========================================================================= */
.section__title {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900; }

.section__subtitle {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 300; }

.section__title--white {
  color: #ffffff; }

.center-block {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 450px;
  height: auto; }
  @media only screen and (min-width: 769px) {
    .center-block {
      min-height: 850px;
      height: 100vh; } }
  @media screen and (max-width: 1199px) {
    .center-block {
      padding-top: 75px; } }

/* Hero
    ========================================================================= */
.section--hero {
  height: auto;
  background-color: #06070a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .section--hero {
      margin-top: -45px; } }
  @media (max-height: 700px) {
    .section--hero {
      background-size: auto; } }

.hero__promo {
  max-width: 495px;
  margin: 0 auto;
  padding: 0 25px; }
  @media only screen and (min-width: 993px) {
    .hero__promo {
      margin: 0 auto;
      padding: 50px 15px 0; } }

.hero__content {
  color: #ffffff;
  font-family: "usual", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7em; }
  @media only screen and (min-width: 993px) {
    .hero__content {
      font-size: 1.125rem; } }

.hero__title {
  font-weight: 900;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 2.5rem;
  margin-top: 0px;
  color: #ffffff; }
  @media only screen and (min-width: 993px) {
    .hero__title {
      font-size: 3.125rem; } }

/* zippay CTA
========================================================================= */
.section--cta {
  padding-top: 48px;
  padding-bottom: 48px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 250;
  text-align: center;
  transition: top .3s ease-in-out; }
  @media only screen and (min-width: 993px) {
    .section--cta {
      padding-top: 30.8px;
      padding-bottom: 30.8px; } }
  @media only screen and (min-width: 1200px) {
    .section--cta {
      width: 100%; } }
  @media (max-height: 850px) {
    .section--cta {
      position: relative !important; } }

/* Guarantee
    ========================================================================= */
.section--guarantee {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 250;
  text-align: center;
  transition: top .3s ease-in-out; }
  @media only screen and (min-width: 993px) {
    .section--guarantee {
      padding-top: 30.8px;
      padding-bottom: 30.8px; } }
  @media only screen and (min-width: 1200px) {
    .section--guarantee {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; } }
  @media (max-height: 700px) {
    .section--guarantee {
      position: relative; } }

/* Promotional
    ========================================================================= */
.section--promotional {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #cccccc url("../images/promotional-background.jpg") center no-repeat;
  background-size: cover;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (min-width: 993px) {
    .section--promotional {
      padding-top: 112px;
      padding-bottom: 112px; } }

/* Fitouts
    ========================================================================= */
.section--fitouts {
  background-color: #e9e9e9; }
  .section--fitouts .container--wide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media only screen and (min-width: 993px) {
    .section--fitouts {
      padding-top: 112px;
      padding-bottom: 112px; } }
  @media only screen and (min-width: 993px) {
    .section--fitouts--typography {
      padding-left: 120px; } }
  @media only screen and (min-width: 1401px) {
    .section--fitouts--typography {
      padding-left: 200px; } }
  @media only screen and (max-width: 1200px) {
    .section--fitouts--typography {
      padding-top: 20px;
      padding-left: 20px;
      padding-bottom: 40px; } }
  .section--fitouts .section--split__image {
    background-size: cover; }
    @media only screen and (max-width: 1200px) {
      .section--fitouts .section--split__image {
        margin-top: 0; } }

/* Products
    ========================================================================= */
.section--gear {
  position: relative;
  overflow: hidden;
  background-color: #25b79b;
  background-size: cover;
  padding: 0 0 50px 0; }
  @media only screen and (max-width: 1200px) {
    .section--gear {
      padding: 20px 0; } }
  .section--gear .offset-img {
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 10;
    display: block;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 769px) {
      .section--gear .offset-img {
        top: auto;
        bottom: 0;
        height: 100%; } }
    @media only screen and (min-width: 993px) {
      .section--gear .offset-img {
        bottom: -50px;
        left: -241.25px;
        background-position: 0 -10px;
        width: 964px;
        height: 467px;
        width: 100%;
        height: 100%; } }
  .section--gear__title {
    padding: 150px 0; }
    @media only screen and (min-width: 993px) {
      .section--gear__title {
        padding: 0 0; } }
  .section--gear .section__subtitle {
    display: block;
    color: white; }
  .section--gear .section__content {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 993px) {
      .section--gear .section__content {
        width: 800px; } }
  .section--gear .weights {
    max-width: 964px;
    max-height: 740px;
    background-image: url("../images/gear-background.jpg");
    background-size: contain; }
    @media only screen and (min-width: 769px) {
      .section--gear .weights {
        background-size: cover; } }
  .section--gear .above-img {
    z-index: 20;
    position: relative; }
  @media only screen and (min-width: 993px) {
    .section--gear {
      padding-top: 112px;
      padding-bottom: 112px; } }

.section--home-products .product {
  width: 100%;
  float: left; }
  @media only screen and (min-width: 769px) {
    .section--home-products .product {
      width: 25%; } }

@media only screen and (min-width: 769px) {
  .section--home-products .products--horizontal {
    border-top: none; } }

/*  Section Split
    ========================================================================= */
.section--split {
  position: relative; }
  .section--split--image-left .section--split__image {
    left: 0; }

.section--split__image {
  background-color: #000000;
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  clear: both;
  min-height: 400px;
  width: 100%;
  margin-top: 50px; }
  @media only screen and (min-width: 993px) {
    .section--split__image {
      margin-top: 0;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50%; } }

/* Story
    ========================================================================= */
.section--story {
  padding-top: 35px; }
  @media only screen and (min-width: 993px) {
    .section--story {
      padding-top: 112px;
      padding-bottom: 112px; } }
  @media only screen and (max-width: 1200px) {
    .section--story {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 20px 0 0; } }
  .section--story .section--split__image {
    background-position: center center;
    background-size: cover; }

/* Instagram
    ========================================================================= */
.section--instagram {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  background-position: center;
  background: #111111;
  position: relative; }
  .section--instagram .section__title {
    margin: 0 0 40px;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 900; }
    @media only screen and (min-width: 993px) {
      .section--instagram .section__title {
        font-size: 2.5rem; } }
  @media only screen and (min-width: 993px) {
    .section--instagram .section__actions {
      margin-top: 40px; } }
  @media only screen and (min-width: 993px) {
    .section--instagram {
      padding-top: 84px;
      padding-bottom: 84px; }
      .section--instagram:before, .section--instagram:after {
        position: absolute;
        top: 0;
        width: 388px;
        background-repeat: repeat-y; }
      .section--instagram:before {
        background-image: url("../images/black-gradient-left.png");
        left: 0; }
      .section--instagram:after {
        background-image: url("../images/black-gradient-right.png");
        right: 0; } }

.section--login {
  background-color: #cccccc; }
  .section--login .container, .section--login .archive-desc .desc, .archive-desc .section--login .desc, .section--login .cart-errors, .section--login .page-wishlist .entry-content, .page-wishlist .section--login .entry-content {
    max-width: 465px; }

/*  Related Products
    ========================================================================= */
.section--related-products {
  margin-top: 60px;
  position: relative; }
  @media only screen and (min-width: 993px) {
    .section--related-products {
      margin-top: 100px; } }
  body.archive .section--related-products .product--tile__buttons {
    display: none !important; }

.section--recent-products {
  position: relative; }

.section--home-products {
  position: relative; }

/*	Variables
    ========================================================================= */
/*	Variations
    ========================================================================= */
.container--wide {
  margin: 0 auto;
  max-width: 1560px;
  width: 100%; }

/*	Variables
    ========================================================================= */
/*	Products List
    ========================================================================= */
.products {
  margin: 0;
  padding: 0;
  list-style: none; }

/*  Products Dividers
    ========================================================================= */
.products--horizontal {
  margin-bottom: 0;
  border-top: 2px solid #e9e9e9; }
  .products--horizontal .product--tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 0;
    border-bottom: 2px solid #e9e9e9; }
    @media only screen and (min-width: 769px) {
      .products--horizontal .product--tile:nth-child(1n+1) {
        border-right: 2px solid #e9e9e9; } }
    @media only screen and (min-width: 993px) {
      .products--horizontal .product--tile {
        border: 0;
        border-right: 2px solid #e9e9e9; }
        .products--horizontal .product--tile:nth-child(2n+2) {
          border-right: 2px solid #e9e9e9; } }
  .products--horizontal .product--tile:last-child {
    border: 0; }
    @media only screen and (min-width: 769px) {
      .products--horizontal .product--tile:last-child {
        border-bottom: 2px solid #e9e9e9; } }
    @media only screen and (min-width: 993px) {
      .products--horizontal .product--tile:last-child {
        border-bottom: 0; } }
  @media only screen and (min-width: 993px) {
    .products--horizontal {
      padding-left: 300px; } }
  @media only screen and (min-width: 1200px) {
    .products--horizontal {
      padding-left: 430px; } }

.products--grid .product--tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .products--grid .product--tile .price {
    display: block; }
  .products--grid .product--tile__buttons a {
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px; }
    .products--grid .product--tile__buttons a:last-child {
      margin-right: 0; }
    .products--grid .product--tile__buttons a.button {
      padding-left: 0;
      padding-right: 0; }

.products--grid .product--tile,
.products--grid .product-category {
  margin-bottom: -2px;
  position: relative;
  border-left: 2px solid #e9e9e9;
  border-right: 0; }

@media only screen and (min-width: 769px) {
  .products--grid .product--tile:nth-child(2n+2),
  .products--grid .product-category:nth-child(2n+2) {
    border-right: 0;
    box-shadow: 0; } }

@media only screen and (min-width: 993px) {
  .products--grid .product--tile:nth-child(2n+2),
  .products--grid .product-category:nth-child(2n+2) {
    border-right: 0;
    box-shadow: 0; }
  .products--grid .product--tile:nth-child(4n+4),
  .products--grid .product-category:nth-child(4n+4) {
    border-right: 2px solid #e9e9e9;
    box-shadow: 0; } }

.products--grid .product--tile:last-child,
.products--grid .product-category:last-child {
  box-shadow: 2px 0 0 0 #e9e9e9;
  border-right: 0; }

@media only screen and (min-width: 769px) {
  .products--grid {
    margin-bottom: 65px; } }

.products--grid .product-category {
  text-align: center;
  padding-top: 25px; }
  .products--grid .product-category img {
    display: inline-block; }
  .products--grid .product-category h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #0f0d0f; }
  .products--grid .product-category mark {
    background: none;
    color: #878687; }

/*	General
    ========================================================================= */
.product--tile,
.product-category {
  position: relative;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 2px solid #e9e9e9;
  float: left;
  width: 100%;
  min-height: 490px; }
  .product--tile img,
  .product-category img {
    transition: transform .3s ease-in-out; }
  .product--tile:hover img,
  .product-category:hover img {
    transform: scale(1.05, 1.05); }
  .product--tile .product__thumbnail,
  .product-category .product__thumbnail {
    overflow: hidden; }
  .product--tile .badge, .product--tile .onsale,
  .product-category .badge,
  .product-category .onsale {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 50; }
  .product--tile h3,
  .product-category h3 {
    margin-bottom: 20px; }
  .product--tile .price,
  .product-category .price {
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #a3a3a3; }
    .product--tile .price .amount,
    .product-category .price .amount {
      display: block;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 1.75rem;
      font-weight: 900;
      color: #0f0d0f; }
      .product--tile .price .amount sup,
      .product-category .price .amount sup {
        margin-right: 5px;
        font-size: 0.8125rem;
        position: relative;
        top: -10px; }
    .product--tile .price .amount--deal,
    .product-category .price .amount--deal {
      display: block; }
  .product--tile.is-sale .amount,
  .product-category.is-sale .amount {
    color: #b72525; }
    .product--tile.is-sale .amount sup,
    .product-category.is-sale .amount sup {
      color: #0f0d0f; }
  .product--tile a,
  .product-category a {
    text-decoration: none; }
  @media only screen and (min-width: 769px) {
    .product--tile,
    .product-category {
      width: 50%; } }
  @media only screen and (min-width: 993px) {
    .product--tile,
    .product-category {
      width: 25%; } }

.product__thumbnail {
  margin-top: 25px;
  text-align: center; }
  .product__thumbnail img {
    display: inline-block; }

.product__content {
  padding: 0 25px 25px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%; }
  .product__content h3, .product__content h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #0f0d0f;
    margin-bottom: 15px;
    width: 100%; }
  .product__content > a {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .product__content .price {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .product__content > .button {
    margin: 15px 0 0; }
  .product__content .product--tile__buttons {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%; }
    .product__content .product--tile__buttons a {
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px);
      padding-left: 5px;
      padding-right: 5px;
      min-width: 125px; }
    @media screen and (max-width: 1400px) {
      .product__content .product--tile__buttons a {
        margin: 10px 0 0;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }

/*  Product Wishlist
    ========================================================================= */
.product__wishlist {
  position: absolute;
  right: 15px;
  top: 25px;
  background-color: transparent;
  border: 0; }
  .product__wishlist svg {
    fill: #e5e5e5;
    transition: fill .3s ease-in-out;
    width: 40px;
    height: 40px; }
  .product__wishlist.in-list svg {
    fill: #25b79b; }

.product--tile:hover .product__wishlist svg,
.product--tile:active .product__wishlist svg,
.product--tile:focus .product__wishlist svg,
.product-category:hover .product__wishlist svg,
.product-category:active .product__wishlist svg,
.product-category:focus .product__wishlist svg {
  fill: #25b79b; }

/*  Product Wishlist
    ========================================================================= */
/*	Variables
    ========================================================================= */
/*	General
    ========================================================================= */
.guarantee {
  float: left;
  width: 100%;
  position: relative;
  /* delivery icon width */
  /* delivery icon height */ }
  .guarantee .guarantee__icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    fill: #4585c7; }
    @media only screen and (min-width: 1200px) {
      .guarantee .guarantee__icon {
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: -25px; } }
  .guarantee .guarantee__title {
    display: inline-block;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1rem;
    color: #0f0d0f;
    padding-left: 60px; }
    @media only screen and (min-width: 1200px) {
      .guarantee .guarantee__title {
        font-size: 1.25rem;
        padding-left: 60px; } }
  .guarantee .guarantee__icon-delivery {
    width: 67px;
    height: 32px;
    margin-left: -22px; }
    @media only screen and (min-width: 1200px) {
      .guarantee .guarantee__icon-delivery {
        height: 32px;
        width: 67px;
        top: 50%;
        margin-top: -16.84211px;
        margin-left: 0; } }
  .guarantee .guarantee__title-delivery {
    padding-left: 65px; }
    @media only screen and (min-width: 1200px) {
      .guarantee .guarantee__title-delivery {
        font-size: 1.25rem;
        padding-left: 85px; } }
  @media only screen and (min-width: 1200px) {
    .guarantee {
      width: 33.3333333%;
      margin-top: 0; } }

.guarantee + .guarantee {
  margin-top: 3.125rem; }
  @media only screen and (min-width: 1200px) {
    .guarantee + .guarantee {
      margin-top: 0; } }

.instagram {
  max-width: 55rem;
  display: inline-block; }
  .instagram .panel {
    height: 250px;
    margin-bottom: 35px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }

#instafeed {
  text-align: center; }
  #instafeed a {
    width: 100%;
    display: block;
    margin: 0 1.66666666667%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    max-width: 260px;
    display: block;
    clear: both; }
    #instafeed a img {
      max-width: 100%;
      display: block; }
    @media only screen and (min-width: 993px) {
      #instafeed a {
        width: 30%;
        display: inline-block;
        margin-bottom: 0px;
        max-width: 100%;
        clear: none; } }

/*	==========================================================================
	BREADCRUMBS
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.woocommerce-breadcrumb {
  color: #0f0d0f;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 993px) {
    .woocommerce-breadcrumb {
      line-height: 55px; } }
  .woocommerce-breadcrumb a {
    color: #0f0d0f;
    font-weight: 900; }
  .woocommerce-breadcrumb .breadcrumb__delimiter {
    display: inline-block;
    margin: 0 5px; }
  .woocommerce-breadcrumb .breadcrumb__item {
    display: inline-block; }
  @media only screen and (min-width: 993px) {
    .woocommerce-breadcrumb {
      font-size: 0.9375rem; } }

/*  Variations
    -------------------------------------------------------------------------- */
.single-product .woocommerce-breadcrumb {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .single-product .woocommerce-breadcrumb {
      padding: 22px 0;
      line-height: 1.375rem; } }

/* Variables
    ========================================================================= */
/*	Pagination Wrapper
    ========================================================================= */
.woocommerce-pagination {
  text-align: center; }

/*	Pagination
    ========================================================================= */
.pagination {
  display: inline-block;
  border: 2px solid #e9e9e9;
  border-radius: 2px;
  margin: 0; }
  .pagination .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination .page-numbers li {
      border-right: 2px solid #e9e9e9;
      float: left; }
    .pagination .page-numbers li:last-child {
      border-right: 0; }
  .pagination .pagination__arrow {
    top: 2px;
    position: relative;
    fill: #0f0d0f;
    height: 16px;
    width: 16px; }
  .pagination span, .pagination a {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    display: block;
    line-height: 54px;
    height: 54px;
    width: 54px; }
    @media only screen and (min-width: 769px) {
      .pagination span, .pagination a {
        line-height: 65px;
        height: 65px;
        width: 65px; } }
  .pagination a {
    color: #0f0d0f;
    transition: background .15s ease-in-out; }
    .pagination a:hover {
      background: #f1f1f1; }
  .pagination .current {
    color: #0f0d0f;
    font-weight: 900; }

/* Variations
    ========================================================================= */
/*	==========================================================================
	ALERTS
	========================================================================== */
/*  Variables
    -------------------------------------------------------------------------- */
/*  Mixin
    -------------------------------------------------------------------------- */
/*  Alert Container
    -------------------------------------------------------------------------- */
.alert__group .woocommerce-message,
.alert__group .woocommerce-error {
  margin-top: 15px; }

.woocommerce-alert {
  margin-bottom: 25px;
  max-width: 1170px;
  margin: 0 auto 25px; }

.woocommerce > .woocommerce-alert {
  padding-left: 15px;
  padding-right: 15px; }

/*  Login Alert
    -------------------------------------------------------------------------- */
.section--auth .woocommerce-alert {
  width: auto; }

.section--auth .woocommerce-alert ul {
  margin: 0 0 28px; }

.lost_reset_password .woocommerce-alert ul {
  margin: 0; }

/*  General
    -------------------------------------------------------------------------- */
.woocommerce-error {
  list-style: none;
  background-color: #fdf5f6;
  border: 1px solid #e04249;
  color: #e04249;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 20px;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 0; }
  .woocommerce-error a {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: opacity .15s ease-in-out; }
    .woocommerce-error a:hover {
      opacity: 0.6; }
  @media only screen and (min-width: 993px) {
    .woocommerce-error {
      text-align: left; } }
  .woocommerce-error .button {
    position: relative;
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .woocommerce-error .button {
        width: auto;
        float: none;
        width: auto;
        margin-bottom: 0;
        top: -9px;
        right: -15px;
        float: right; } }
  .woocommerce-error li {
    padding: 0; }
  .woocommerce-error li + li {
    margin-top: 20px; }
  .woocommerce-error strong, .woocommerce-error a {
    color: #e04249; }

.woocommerce-message {
  background-color: #f5f8f7;
  border: 1px solid #209687;
  color: #209687;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 20px;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto; }
  .woocommerce-message a {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: opacity .15s ease-in-out; }
    .woocommerce-message a:hover {
      opacity: 0.6; }
  @media only screen and (min-width: 993px) {
    .woocommerce-message {
      text-align: left; } }
  .woocommerce-message .button {
    position: relative;
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .woocommerce-message .button {
        width: auto;
        float: none;
        width: auto;
        margin-bottom: 0;
        top: -9px;
        right: -15px;
        float: right; } }
  .woocommerce-message strong, .woocommerce-message a {
    color: #209687; }

.woocommerce-info {
  background-color: #fffcf7;
  border: 1px solid #ed8b32;
  color: #ed8b32;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 15px 20px;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto; }
  .woocommerce-info a {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: opacity .15s ease-in-out; }
    .woocommerce-info a:hover {
      opacity: 0.6; }
  @media only screen and (min-width: 993px) {
    .woocommerce-info {
      text-align: left; } }
  .woocommerce-info .button {
    position: relative;
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .woocommerce-info .button {
        width: auto;
        float: none;
        width: auto;
        margin-bottom: 0;
        top: -9px;
        right: -15px;
        float: right; } }
  .woocommerce-info strong, .woocommerce-info a {
    color: #ed8b32; }

/*	==========================================================================
	FORMS
	========================================================================== */
/*  Fields
    -------------------------------------------------------------------------- */
/*  Imports
    -------------------------------------------------------------------------- */
/*	==========================================================================
	SELECT
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.select, #authority_to_leave #authority_to_leave_field {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #555; }

.select select, #authority_to_leave #authority_to_leave_field select {
  display: inline-block;
  width: 100%;
  margin: 0;
  height: 55px;
  padding: 0 55px 0 1rem;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #0f0d0f;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 55px; }
  .variations_form .select select, .variations_form #authority_to_leave #authority_to_leave_field select, #authority_to_leave .variations_form #authority_to_leave_field select {
    height: 50px;
    padding: 0 10px;
    letter-spacing: .12em; }

/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring, #authority_to_leave #authority_to_leave_field select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

/* Dropdown arrow */
.select:after, #authority_to_leave #authority_to_leave_field:after {
  position: absolute;
  top: 0px;
  right: 1px;
  height: 100%;
  width: 40px;
  display: inline-block;
  content: " ";
  pointer-events: none;
  background-color: #e9e9e9;
  background-image: url("../images/controls/select_arrows.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  transition: background-color .15s ease-in-out; }

.select--white:after {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  right: 0; }

/* Select 2 arrow */
.select2-arrow,
.select2-selection__arrow {
  top: 0px !important;
  right: 0px !important;
  height: 100% !important; }
  .select2-arrow:after,
  .select2-selection__arrow:after {
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    width: 40px;
    display: inline-block;
    content: " ";
    pointer-events: none;
    background-color: #e9e9e9;
    background-image: url("../images/controls/select_arrows.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    transition: background-color .15s ease-in-out; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .select:after, #authority_to_leave #authority_to_leave_field:after {
    background-size: 20%; } }

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
	.select select:hover {
	background-color: #ddd;
	}
	*/
/* Focus */
.select select:focus, #authority_to_leave #authority_to_leave_field select:focus {
  /*box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;*/ }

/* Active/open */
.select select:active, #authority_to_leave #authority_to_leave_field select:active {
  color: #fff;
  background-color: #0074d9; }

/* Hide the arrow in IE10 and up */
.select select::-ms-expand, #authority_to_leave #authority_to_leave_field select::-ms-expand {
  display: none; }

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  /* <option> elements inherit styles from <select>, so reset them. */
  .select select, #authority_to_leave #authority_to_leave_field select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem; }
  .select option, #authority_to_leave #authority_to_leave_field option {
    background-color: #fff; } }

/* IE9 hack to hide the arrow */
@media screen and (min-width: 0\0) {
  .select select, #authority_to_leave #authority_to_leave_field select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem; }
  .select:after, #authority_to_leave #authority_to_leave_field:after {
    z-index: 5; }
  .select:before, #authority_to_leave #authority_to_leave_field:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee; }
  .select select:hover, #authority_to_leave #authority_to_leave_field select:hover,
  .select select:focus, #authority_to_leave #authority_to_leave_field select:focus,
  .select select:active, #authority_to_leave #authority_to_leave_field select:active {
    color: #555;
    background-color: #eee; } }

/*  Custom Selects Wishlist
    -------------------------------------------------------------------------- */
#wl-wrapper select {
  display: inline-block;
  width: 100%;
  margin: 0;
  height: 52px;
  padding: 0 52px 0 1rem;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #0f0d0f;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 55px;
  background-image: url("../images/controls/select_arrows_wishlist.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40px; }

/*  Overides
    -------------------------------------------------------------------------- */
input:focus, button:focus {
  outline: 0; }

.form-row .description, #call_for_credit .description, #authority_to_leave .description, .sc_info_box .email .description,
.sc_info_box .message_row .description {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.2; }

/*  form-control
    -------------------------------------------------------------------------- */
.form-control, #call_for_credit #credit_called, .sc_info_box .email input, .sc_info_box .email textarea,
.sc_info_box .message_row input,
.sc_info_box .message_row textarea {
  font-size: 0.75rem;
  border: 1px solid #e9e9e9;
  padding: 13px;
  font-size: 0.75rem;
  border-radius: 1px;
  transition: border .15s ease-in-out;
  display: block;
  width: 100%; }
  .form-control:focus, #call_for_credit #credit_called:focus, .sc_info_box .email input:focus, .sc_info_box .email textarea:focus,
  .sc_info_box .message_row input:focus,
  .sc_info_box .message_row textarea:focus, .form-control:active, #call_for_credit #credit_called:active, .sc_info_box .email input:active, .sc_info_box .email textarea:active,
  .sc_info_box .message_row input:active,
  .sc_info_box .message_row textarea:active {
    border: 1px solid #d0d0d0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: 0; }

/*  Inline Form
    -------------------------------------------------------------------------- */
.form--inline .form-group {
  display: block;
  margin-bottom: 20px; }
  .form--inline .form-group:before, .form--inline .form-group:after {
    content: " ";
    display: table; }
  .form--inline .form-group:after {
    clear: both; }

.form--inline .form-label {
  float: left;
  line-height: 35px;
  text-align: left;
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .form--inline .form-label {
      width: 20%;
      line-height: 50px; } }

.form--inline .form-input {
  float: left;
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .form--inline .form-input {
      width: 80%; } }

.form--inline .form-action .wpcf7-submit {
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .form--inline .form-action .wpcf7-submit {
      width: auto; } }

/*  Rows
    -------------------------------------------------------------------------- */
p.form-row, p#call_for_credit, p#authority_to_leave, .sc_info_box p.email,
.sc_info_box p.message_row {
  padding: 0;
  margin: 0 0 28px; }

/*  Text Input
    -------------------------------------------------------------------------- */
.input-text {
  font-size: 0.75rem;
  border: 1px solid #e9e9e9;
  padding: 13px;
  font-size: 0.75rem;
  border-radius: 1px;
  transition: border .15s ease-in-out;
  width: 100%; }
  .input-text:focus, .input-text:active {
    border: 1px solid #d0d0d0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: 0; }

/*  Textarea Input
    -------------------------------------------------------------------------- */
textarea.input-text {
  height: 200px; }

/*  Contact Form
    -------------------------------------------------------------------------- */
.contact__form .wpcf7-submit {
  float: right; }

.contact__form label {
  font-size: 0.9375rem;
  font-family: "usual", sans-serif;
  font-weight: 300; }

.contact__form textarea {
  height: 225px; }

.feedback__form .wpcf7-submit {
  float: right; }

.feedback__form label {
  font-size: 0.9375rem;
  font-family: "usual", sans-serif;
  font-weight: 300; }

/*  Comment Form
    -------------------------------------------------------------------------- */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
  width: 100%;
  font-size: 0.75rem;
  border: 1px solid #e9e9e9;
  padding: 13px;
  font-size: 0.75rem;
  border-radius: 1px;
  transition: border .15s ease-in-out; }
  .comment-form textarea:focus, .comment-form textarea:active,
  .comment-form input[type="text"]:focus,
  .comment-form input[type="text"]:active,
  .comment-form input[type="email"]:focus,
  .comment-form input[type="email"]:active {
    border: 1px solid #d0d0d0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: 0; }

.comment-form textarea {
  height: 200px; }

/*  Select 2 Input
    -------------------------------------------------------------------------- */
.select2-container .select2-chosen,
.select2-container .select2-selection {
  position: relative;
  height: 51px;
  border-radius: 0;
  font-size: 0.75rem;
  border: 1px solid #e9e9e9;
  padding: 13px 35px 13px 13px;
  color: #848484; }

.select2-search {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px; }
  .select2-search input {
    background-image: none !important;
    border: 0; }

.select2-results {
  padding: 0; }
  .select2-results .select2-result {
    margin: 0; }
  .select2-results .select2-result-label {
    padding: 10px 15px; }

.select2-drop-active {
  border: 1px solid #e9e9e9;
  border-top: 0; }

/*  Checkout Input
    -------------------------------------------------------------------------- */
.label--checkbox {
  color: #0f0d0f;
  font-weight: 300;
  font-size: 0.875rem; }

/*  Radio Input
    -------------------------------------------------------------------------- */
label abbr[title] {
  text-decoration: none;
  border-bottom: none;
  cursor: inherit; }

label, .label, #call_for_credit p, #wc-anz_egate-cc-form label, #authority_to_leave h2 {
  color: #0f0d0f;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 900; }

/*  Invalid Field
    -------------------------------------------------------------------------- */
.woocommerce-invalid-required-field label {
  color: #e04249; }

.woocommerce-invalid-required-field input,
.woocommerce-invalid-required-field textarea,
.woocommerce-invalid-required-field select {
  border: 1px solid #e04249; }

/*  Footer Forms
    -------------------------------------------------------------------------- */
.footer-widgets .form-control, .footer-widgets #call_for_credit #credit_called, #call_for_credit .footer-widgets #credit_called, .footer-widgets .sc_info_box .email input, .sc_info_box .email .footer-widgets input, .footer-widgets .sc_info_box .email textarea, .sc_info_box .email .footer-widgets textarea, .footer-widgets
.sc_info_box .message_row input,
.sc_info_box .message_row .footer-widgets input, .footer-widgets
.sc_info_box .message_row textarea,
.sc_info_box .message_row .footer-widgets textarea {
  height: 40px;
  font-size: 15px;
  border: 1px solid #757575;
  background-color: transparent;
  margin-bottom: 15px;
  border-radius: 1px; }

.footer-widgets .btn, .footer-widgets .button, .footer-widgets .comment-form .form-submit .submit, .comment-form .form-submit .footer-widgets .submit, .footer-widgets #ajax-list-options li .button, #ajax-list-options li .footer-widgets .button, .footer-widgets .addresses .edit, .addresses .footer-widgets .edit {
  letter-spacing: .12em; }

.footer-widgets .form-action {
  margin-top: 15px; }

.footer-widgets .form-control::-webkit-input-placeholder, .footer-widgets #call_for_credit #credit_called::-webkit-input-placeholder, #call_for_credit .footer-widgets #credit_called::-webkit-input-placeholder, .footer-widgets .sc_info_box .email input::-webkit-input-placeholder, .sc_info_box .email .footer-widgets input::-webkit-input-placeholder, .footer-widgets .sc_info_box .email textarea::-webkit-input-placeholder, .sc_info_box .email .footer-widgets textarea::-webkit-input-placeholder, .footer-widgets
.sc_info_box .message_row input::-webkit-input-placeholder,
.sc_info_box .message_row .footer-widgets input::-webkit-input-placeholder, .footer-widgets
.sc_info_box .message_row textarea::-webkit-input-placeholder,
.sc_info_box .message_row .footer-widgets textarea::-webkit-input-placeholder,
.footer-widgets .form-control:-moz-placeholder,
.footer-widgets #call_for_credit #credit_called:-moz-placeholder, #call_for_credit
.footer-widgets #credit_called:-moz-placeholder,
.footer-widgets .sc_info_box .email input:-moz-placeholder, .sc_info_box .email
.footer-widgets input:-moz-placeholder,
.footer-widgets .sc_info_box .email textarea:-moz-placeholder, .sc_info_box .email
.footer-widgets textarea:-moz-placeholder,
.footer-widgets
.sc_info_box .message_row input:-moz-placeholder,
.sc_info_box .message_row
.footer-widgets input:-moz-placeholder,
.footer-widgets
.sc_info_box .message_row textarea:-moz-placeholder,
.sc_info_box .message_row
.footer-widgets textarea:-moz-placeholder,
.footer-widgets .form-control::-moz-placeholder,
.footer-widgets #call_for_credit #credit_called::-moz-placeholder, #call_for_credit
.footer-widgets #credit_called::-moz-placeholder,
.footer-widgets .sc_info_box .email input::-moz-placeholder, .sc_info_box .email
.footer-widgets input::-moz-placeholder,
.footer-widgets .sc_info_box .email textarea::-moz-placeholder, .sc_info_box .email
.footer-widgets textarea::-moz-placeholder,
.footer-widgets
.sc_info_box .message_row input::-moz-placeholder,
.sc_info_box .message_row
.footer-widgets input::-moz-placeholder,
.footer-widgets
.sc_info_box .message_row textarea::-moz-placeholder,
.sc_info_box .message_row
.footer-widgets textarea::-moz-placeholder,
.footer-widgets .form-control:-ms-input-placeholder,
.footer-widgets #call_for_credit #credit_called:-ms-input-placeholder, #call_for_credit
.footer-widgets #credit_called:-ms-input-placeholder,
.footer-widgets .sc_info_box .email input:-ms-input-placeholder, .sc_info_box .email
.footer-widgets input:-ms-input-placeholder,
.footer-widgets .sc_info_box .email textarea:-ms-input-placeholder, .sc_info_box .email
.footer-widgets textarea:-ms-input-placeholder,
.footer-widgets
.sc_info_box .message_row input:-ms-input-placeholder,
.sc_info_box .message_row
.footer-widgets input:-ms-input-placeholder,
.footer-widgets
.sc_info_box .message_row textarea:-ms-input-placeholder,
.sc_info_box .message_row
.footer-widgets textarea:-ms-input-placeholder {
  color: #5b5b5b; }

.footer-widgets .subscribe__reponse {
  color: #757575;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  transition: color .3s ease-in-out;
  margin: 0 0 15px;
  display: none; }
  .footer-widgets .subscribe__reponse.is-error {
    color: #4585c7; }
  .footer-widgets .subscribe__reponse.is-success {
    color: #5cb85c; }

.subscribe__form {
  opacity: 1;
  transition: .3s ease-in-out; }
  .subscribe__form.is-subscribing {
    opacity: 0.2; }

/*  WPCF7 Errors
    -------------------------------------------------------------------------- */
.wpcf7-not-valid {
  border: 1px solid #e04249; }

span.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-weight: 600;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: left;
  color: #e04249; }

/*  Responses
    -------------------------------------------------------------------------- */
.wpcf7 {
  opacity: 1;
  transition: opacity .15s ease-in-out;
  position: relative;
  /* no need for spinner */ }
  .wpcf7.form-sending form {
    opacity: 0.4; }
  .wpcf7 .ajax-loader {
    display: none; }
  .wpcf7 .preloader {
    opacity: 0;
    z-index: -1;
    transition: opacity .15s ease-in-out; }
  .wpcf7.form-sending .preloader {
    opacity: 1;
    z-index: 9999; }

div.wpcf7-response-output {
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  display: block;
  margin: 0; }

div.wpcf7-validation-errors {
  padding: 15px 15px;
  margin: 0 0 25px;
  background-color: #fffcf7;
  border: 1px solid #ed8b32;
  color: #ed8b32; }

div.wpcf7-mail-sent-ng {
  padding: 15px 15px;
  margin: 0 0 25px;
  background-color: #fdf5f6;
  border: 1px solid #e04249;
  color: #e04249; }

div.wpcf7-mail-sent-ok {
  padding: 15px 15px;
  margin: 0 0 25px;
  background-color: #f5f8f7;
  border: 1px solid #209687;
  color: #209687; }

/*	General
    ========================================================================= */
.tab {
  margin-bottom: 20px; }

.tab__handle {
  border-radius: 2px;
  border: 2px solid #e9e9e9;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: relative;
  transition: all .15s ease-in-out;
  padding: 0 20px;
  height: 50px; }
  .tab__handle.is-active {
    border-radius: 0;
    background-color: #0f0d0f;
    border: 2px solid #0f0d0f; }
    .tab__handle.is-active a {
      color: #ffffff; }
    .tab__handle.is-active .tab__status {
      top: -2px;
      color: #ffffff;
      right: 23px; }
  @media only screen and (min-width: 769px) {
    .tab__handle {
      border: 2px solid #e9e9e9; } }

.tab__status {
  color: #4585c7;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 1.5rem;
  line-height: 50px;
  height: 100%; }

.tab__title {
  margin: 0; }
  .tab__title a {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    color: #0f0d0f;
    transition: color .15s ease-in-out;
    line-height: 50px;
    display: block; }

.tab__content {
  display: none;
  padding: 0 20px; }
  .tab__content p {
    margin-bottom: 0; }

.woocommerce-tabs {
  clear: both; }

.wc-tabs {
  margin: 0;
  padding: 0;
  background-color: #0f0d0f;
  text-align: center; }
  .wc-tabs li {
    width: 33.333333%;
    display: inline-block;
    float: left; }
    @media only screen and (min-width: 769px) {
      .wc-tabs li {
        margin: 0 50px;
        width: auto;
        float: none; } }
  .wc-tabs a {
    color: #848484;
    border-bottom: 3px solid #0f0d0f;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    line-height: 62px;
    font-weight: 900;
    display: block;
    padding: 0;
    height: 62px;
    transition: color .15s ease-in-out, border .15s ease-in-out;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .wc-tabs a {
        width: auto;
        float: none;
        font-size: 1.125rem;
        padding: 0 15px; } }
  .wc-tabs li.active a {
    color: #ffffff;
    border-bottom: 3px solid #4585c7; }

.wc-tab {
  margin: 0 auto;
  padding: 60px 15px 100px;
  max-width: 790px;
  width: 100%; }
  .wc-tab#tab-finance {
    padding: 60px 15px 50px;
    max-width: 840px; }
    .wc-tab#tab-finance .btn, .wc-tab#tab-finance .button, .wc-tab#tab-finance .comment-form .form-submit .submit, .comment-form .form-submit .wc-tab#tab-finance .submit, .wc-tab#tab-finance .addresses .edit, .addresses .wc-tab#tab-finance .edit {
      letter-spacing: .12em;
      font-size: 12px;
      padding: 8px 18px; }
  @media only screen and (min-width: 769px) {
    .wc-tab {
      padding: 60px 0 100px; } }

/*	==========================================================================
	COLLAPSABLE
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.collapsable__handle button {
  width: 100%;
  display: block;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  border: 0;
  margin: 0; }

.collapsable__content {
  display: none; }

/*  General
    -------------------------------------------------------------------------- */
.collapsable--coupons .collapsable__handle {
  position: relative;
  border-bottom: 2px solid #e9e9e9;
  cursor: pointer;
  height: 52px; }
  .collapsable--coupons .collapsable__handle button {
    color: #0F0D11;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 0.9375rem;
    line-height: 52px;
    font-weight: 300;
    height: 52px; }
  .collapsable--coupons .collapsable__handle.is-active .collapsable__status {
    color: #0F0D11;
    top: -2px;
    right: 33px; }

.collapsable--coupons .collapsable__content {
  background: #ffffff;
  border-bottom: 2px solid #e9e9e9;
  padding: 30px; }

.collapsable--coupons .collapsable__status {
  color: #4585c7;
  font-size: 1.5rem;
  line-height: 52px;
  transition: color .3s ease-in-out;
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5000;
  display: none;
  transition: background-color .3s ease-in-out; }
  .overlay:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.has-side-cart .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.6); }

/*  Body
    ========================================================================= */
.has-side-cart {
  overflow: hidden; }

/*	General
    ========================================================================= */
.side-cart {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ffffff;
  box-shadow: -2px 0 7px rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  z-index: 5600;
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
  transform: translate(100%, 0);
  opacity: 0;
  /* Quantity group sizing */ }
  .side-cart .dynamic {
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    height: 100%;
    position: absolute;
    padding-top: 100px;
    transition: opacity .5s ease-in-out;
    width: 100%;
    transition: opacity 0.2s ease-in-out; }
    .side-cart .dynamic::-webkit-scrollbar {
      display: none; }
  .side-cart.is-visible {
    transform: translate(0, 0);
    opacity: 1; }
  @media only screen and (min-width: 480px) {
    .side-cart {
      max-width: 340px;
      transform: translate(340px, 0); } }
  .side-cart .continue-shopping {
    display: block;
    width: 100%; }
  .side-cart .quantity__group {
    width: 140px;
    margin-top: 15px; }
    .side-cart .quantity__group .btn--quantity {
      margin-right: 10px;
      font-size: 1rem;
      width: 40px;
      height: 40px;
      line-height: 40px; }
    .side-cart .quantity__group .btn--quantity:last-child {
      margin-right: 0px; }
    .side-cart .quantity__group .qty {
      margin-right: 10px;
      font-size: 1rem;
      width: 40px;
      height: 40px;
      line-height: 40px; }
  .side-cart.is-adding .dynamic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 5000; }
  .side-cart.is-adding .dynamic:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 175px;
    width: 44px;
    height: 44px;
    background: orange;
    z-index: 5000;
    margin-left: -22px;
    background: url("../../../../preloader.gif"); }

.side-cart .sidecart_buttons {
  padding: 0 30px;
  margin-top: 0px;
  float: left;
  clear: both;
  width: 100%; }
  .side-cart .sidecart_buttons .button {
    display: block;
    height: auto; }
  .side-cart .sidecart_buttons .button {
    margin-top: 26px; }
  .side-cart .sidecart_buttons .js-update-cart {
    display: none; }
  .side-cart .sidecart_buttons .wc-forward {
    display: block; }

.side-cart__header {
  position: relative;
  background-color: #4585c7;
  height: 100px;
  width: 100%;
  float: left;
  clear: both;
  padding: 0 32px 0 75px;
  z-index: 150; }
  .side-cart__header h4 {
    margin-top: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.6875rem;
    line-height: 100px;
    font-weight: 900; }
  .side-cart__header .icon {
    width: 75px;
    height: 75px;
    fill: white;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -37px; }
  .side-cart__header .close {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -11px;
    opacity: 1; }
    .side-cart__header .close svg {
      margin-top: 0;
      display: inline-block;
      height: 13px;
      width: 13px;
      fill: #ffffff; }
      @media only screen and (min-width: 480px) {
        .side-cart__header .close svg {
          fill: white; } }
    .side-cart__header .close span {
      font-weight: 900;
      text-shadow: none;
      font-size: 1.0625rem;
      font-family: "brandon-grotesque", sans-serif;
      text-transform: uppercase;
      display: inline-block;
      line-height: 1em;
      color: #ffffff; }
      @media only screen and (min-width: 480px) {
        .side-cart__header .close span {
          color: white; } }

.side-cart .cart_list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  clear: both;
  width: 100%; }
  .side-cart .cart_list .empty {
    text-transform: uppercase;
    text-align: center;
    padding: 25px; }

.side-cart .mini_cart_item {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #e9e9e9;
  padding: 25px 30px;
  float: left; }

.side-cart dl.variation {
  display: none; }

.side-cart .remove {
  position: absolute;
  right: 20px;
  top: 20px; }
  .side-cart .remove .icon {
    width: 30px;
    height: 30px;
    fill: #fd182d;
    transition: fill .3s ease-in-out; }
  .side-cart .remove:hover .icon {
    fill: #e00216; }

.side-cart .cart-details {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 15px; }

.side-cart .view-cart {
  color: #4585c7;
  font-size: 0.875rem; }

.side-cart .total {
  color: #221e1f;
  margin-bottom: 0; }
  .side-cart .total .amount {
    display: block;
    font-size: 1.625rem;
    font-weight: 600; }
  .side-cart .total strong {
    display: block;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 300; }

.side-cart .badge--out-stock {
  background-color: #ea000c;
  opacity: 1; }

.side-cart__title {
  margin: 0 0 15px;
  padding-right: 25px; }
  .side-cart__title a {
    color: #221e1f;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.9375rem;
    font-weight: 900; }

.side-cart__thumbnail {
  float: left;
  max-width: 100px;
  height: auto; }
  .side-cart__thumbnail img {
    border: 2px solid #e9e9e9;
    max-width: 100%;
    display: block;
    height: auto; }

.side-cart__info {
  clear: both;
  float: left;
  width: 100%;
  display: block; }
  .side-cart__info .pricing {
    float: left;
    padding-left: 15px; }
  .side-cart__info .amount {
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    color: #221e1f; }
  .side-cart__info .badge, .side-cart__info .onsale {
    margin-top: 5px; }

/*	Container
    ========================================================================= */
/*	List
    ========================================================================= */
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .commentlist:before, .commentlist:after {
    content: " ";
    display: table; }
  .commentlist:after {
    clear: both; }

/*	Item
    ========================================================================= */
.commentlist .comment {
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9; }
  .commentlist .comment .star-rating {
    display: block;
    float: right; }
  .commentlist .comment .meta {
    margin: 0 0 10px 0; }
  .commentlist .comment .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1.2em;
    width: 5.4em;
    font-family: 'star';
    color: #0f0d0f; }
    .commentlist .comment .star-rating:before {
      content: "\73\73\73\73\73";
      color: #0f0d0f;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .commentlist .comment .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .commentlist .comment .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }

/*  General
    -------------------------------------------------------------------------- */
.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: rem(-30);
  margin-left: rem(-30);
  animation: preload 1s infinite;
  -ms-perspective: 1200px;
  perspective: 1200px;
  fill: #4585c7;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 9999; }

/*  Animation
    -------------------------------------------------------------------------- */@keyframes preload {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(-360deg); } }

/*  Variables
    ========================================================================= */
/*  Mixins
    ========================================================================= */
/*  Wishlist
    ========================================================================= */
.woocommerce #content table.wishlist_table.cart a.remove {
  color: #fd182d;
  font-size: 30px; }

@media only screen and (min-width: 769px) {
  table.cart.wishlist_table tbody tr:last-child {
    border: 2px solid #e9e9e9; } }

table.wishlist_table {
  margin-bottom: 50px; }
  table.wishlist_table tfoot {
    display: none; }
  table.wishlist_table .product-remove {
    padding-right: 15px; }
  table.wishlist_table .product-price {
    text-align: left; }
  table.wishlist_table .product-stock-status {
    text-align: left; }

.woocommerce table.wishlist_table thead th {
  border-top: 0; }

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock, .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  background: #ea000c;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  display: inline-block;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 10px; }

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  background: #25b79b; }

/*	Contextual
    ========================================================================= */
.product__thumbnail .yith-wcwl-wishlistexistsbrowse,
.product__thumbnail .yith-wcwl-wishlistaddedbrowse,
.product__thumbnail .yith-wcwl-add-button {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 3%;
  right: 3%; }
  .product__thumbnail .yith-wcwl-wishlistexistsbrowse a,
  .product__thumbnail .yith-wcwl-wishlistaddedbrowse a,
  .product__thumbnail .yith-wcwl-add-button a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    color: #cccccc;
    opacity: 0.6; }
    .product__thumbnail .yith-wcwl-wishlistexistsbrowse a:before,
    .product__thumbnail .yith-wcwl-wishlistaddedbrowse a:before,
    .product__thumbnail .yith-wcwl-add-button a:before {
      content: ""; }
    .product__thumbnail .yith-wcwl-wishlistexistsbrowse a:before,
    .product__thumbnail .yith-wcwl-wishlistaddedbrowse a:before,
    .product__thumbnail .yith-wcwl-add-button a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      text-indent: 0;
      font-size: 37.5px;
      line-height: 50px;
      color: inherit; }
    .product__thumbnail .yith-wcwl-wishlistexistsbrowse a:hover,
    .product__thumbnail .yith-wcwl-wishlistaddedbrowse a:hover,
    .product__thumbnail .yith-wcwl-add-button a:hover {
      opacity: 1; }
  .product__thumbnail .yith-wcwl-wishlistexistsbrowse img,
  .product__thumbnail .yith-wcwl-wishlistaddedbrowse img,
  .product__thumbnail .yith-wcwl-add-button img {
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: 0.5; }

.product__thumbnail .yith-wcwl-wishlistexistsbrowse a {
  opacity: 1;
  color: #25b79b; }

.product__thumbnail .yith-wcwl-wishlistaddedbrowse a {
  opacity: 1;
  color: #25b79b; }

.section--single-product .images .yith-wcwl-wishlistexistsbrowse,
.section--single-product .images .yith-wcwl-wishlistaddedbrowse,
.section--single-product .images .yith-wcwl-add-button {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 3%;
  right: 3%; }
  .section--single-product .images .yith-wcwl-wishlistexistsbrowse a,
  .section--single-product .images .yith-wcwl-wishlistaddedbrowse a,
  .section--single-product .images .yith-wcwl-add-button a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    color: #cccccc;
    opacity: 0.6; }
    .section--single-product .images .yith-wcwl-wishlistexistsbrowse a:before,
    .section--single-product .images .yith-wcwl-wishlistaddedbrowse a:before,
    .section--single-product .images .yith-wcwl-add-button a:before {
      content: ""; }
    .section--single-product .images .yith-wcwl-wishlistexistsbrowse a:before,
    .section--single-product .images .yith-wcwl-wishlistaddedbrowse a:before,
    .section--single-product .images .yith-wcwl-add-button a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      text-indent: 0;
      font-size: 37.5px;
      line-height: 50px;
      color: inherit; }
    .section--single-product .images .yith-wcwl-wishlistexistsbrowse a:hover,
    .section--single-product .images .yith-wcwl-wishlistaddedbrowse a:hover,
    .section--single-product .images .yith-wcwl-add-button a:hover {
      opacity: 1; }
  .section--single-product .images .yith-wcwl-wishlistexistsbrowse img,
  .section--single-product .images .yith-wcwl-wishlistaddedbrowse img,
  .section--single-product .images .yith-wcwl-add-button img {
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: 0.5; }

.section--single-product .images .yith-wcwl-wishlistexistsbrowse a {
  opacity: 1;
  color: #25b79b; }

.section--single-product .images .yith-wcwl-wishlistaddedbrowse a {
  opacity: 1;
  color: #25b79b; }

.entry--wishlist {
  padding-top: 50px;
  padding-bottom: 75px; }
  @media only screen and (min-width: 993px) {
    .entry--wishlist {
      padding-bottom: 100px; } }

/* Variables
    ========================================================================= */
/* Mixins
    ========================================================================= */
/* General
    ========================================================================= */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5em; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Variations
    ========================================================================= */
/*
	Homepage hero background slider
*/
.section--hero {
  position: relative; }

.hero__background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  .hero__background .slick-list,
  .hero__background .slick-track,
  .hero__background .slick-slide {
    height: 100%; }
  .hero__background .slick-slide {
    background-color: #06070a;
    background-position: center;
    background-repeat: no-repeat; }

.hero__overlay {
  position: relative; }

.hero__promo {
  width: 1400px;
  max-width: 100%;
  text-shadow: 0px 4px 16px black; }

.hero__title {
  line-height: 1; }
  @media screen and (min-width: 993px) {
    .hero__title {
      font-size: 5rem; } }

.hero__cta {
  width: 100%;
  padding: 24px 0;
  text-align: center;
  background: #0F0D0F;
  bottom: 0 !important;
  position: relative !important; }
  @media only screen and (min-width: 1200px) {
    .hero__cta {
      position: absolute !important;
      bottom: 87px !important;
      left: 0; } }
  .hero__cta__inner {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: white; }
    .hero__cta__inner img {
      padding: 24px 0;
      width: 115px;
      height: auto;
      margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .hero__cta__inner img {
        display: block;
        margin: 0 auto;
        padding-top: 0; } }
  .hero__cta .btn, .hero__cta .button, .hero__cta .comment-form .form-submit .submit, .comment-form .form-submit .hero__cta .submit, .hero__cta #ajax-list-options li .button, #ajax-list-options li .hero__cta .button, .hero__cta .addresses .edit, .addresses .hero__cta .edit {
    margin: 0px 0px 0px 27px; }
    @media screen and (max-width: 767px) {
      .hero__cta .btn, .hero__cta .button, .hero__cta .comment-form .form-submit .submit, .comment-form .form-submit .hero__cta .submit, .hero__cta #ajax-list-options li .button, #ajax-list-options li .hero__cta .button, .hero__cta .addresses .edit, .addresses .hero__cta .edit {
        margin: 24px 0px 0px; } }
  @media screen and (max-width: 767px) {
    .hero__cta span {
      display: block; } }

/* ==========================================================================
   PARTS
   ========================================================================== */
/*	Variables
    ========================================================================= */
/*	General
    ========================================================================= */
body.nav-open {
  overflow: hidden; }

.navigation {
  padding: 0;
  margin: 0; }
  .navigation li {
    list-style: none; }

/*	Navbar 
    ========================================================================= */
.navbar__primary {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  text-align: left;
  background-color: #1e1e1e;
  z-index: 100;
  opacity: 0;
  transform: translate(100%, 0);
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  overflow: hidden;
  overflow-y: scroll;
  visibility: hidden;
  -webkit-overflow-scrolling: touch; }
  .navbar__primary a {
    transition: color .3s ease-in-out; }
  .navbar__primary.is-visible {
    visibility: visible;
    transform: translate(0, 0);
    opacity: 1; }
  .navbar__primary .container, .navbar__primary .archive-desc .desc, .archive-desc .navbar__primary .desc, .navbar__primary .cart-errors, .navbar__primary .page-wishlist .entry-content, .page-wishlist .navbar__primary .entry-content {
    width: 100%;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 1200px) {
      .navbar__primary .container, .navbar__primary .archive-desc .desc, .archive-desc .navbar__primary .desc, .navbar__primary .cart-errors, .navbar__primary .page-wishlist .entry-content, .page-wishlist .navbar__primary .entry-content {
        max-width: 1170px;
        margin: 0 auto; } }
  @media only screen and (min-width: 1200px) {
    .navbar__primary {
      height: auto;
      display: block;
      visibility: visible;
      background-color: transparent;
      text-align: center;
      position: relative;
      left: 0;
      top: 0;
      height: auto;
      opacity: 1;
      transform: translate(0, 0);
      overflow: initial;
      overflow-y: initial; } }

.navbar__primary .branding {
  text-align: center;
  background-color: #222222;
  padding: 25px 0 20px;
  float: left;
  width: 100%;
  clear: both;
  display: block !important; }
  .navbar__primary .branding svg {
    display: inline-block;
    width: 273px;
    fill: #ffffff;
    transition: fill .15s ease-in-out;
    height: 49px; }
    .navbar__primary .branding svg:hover {
      fill: rgba(255, 255, 255, 0.8); }
  @media only screen and (min-width: 1200px) {
    .navbar__primary .branding {
      display: none !important; } }

/*	Nav Status Notifier - spinning funcionality
    ========================================================================= */
.nav__plus {
  width: 45px;
  height: 45px;
  transition: transform .3s ease-in-out, fill .3s ease-in-out; }
  @media only screen and (min-width: 1200px) {
    .nav__plus {
      width: 30px;
      height: 30px; } }

.is-active .nav__plus {
  transform: rotate(45deg); }

/*	Navbar Header
    ========================================================================= */
.navbar__header {
  height: 75px;
  background-color: #0f0d0f;
  border-bottom: 3px solid #4585c7;
  position: relative;
  line-height: 75px;
  display: block !important; }
  @media only screen and (min-width: 1200px) {
    .navbar__header {
      display: none !important; } }

.navbar__header__nav {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0; }
  .navbar__header__nav li {
    display: inline-block; }
  .navbar__header__nav a {
    font-family: "usual", sans-serif;
    font-size: 0.8125rem;
    padding: 0 20px;
    color: #979797; }

.navbar__close {
  border: 0;
  padding: 0 20px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  line-height: 75px;
  height: 75px; }
  .navbar__close svg {
    display: block;
    fill: #ffffff;
    height: 35px;
    width: 35px; }

/*	Navigation Links Top Level
    ========================================================================= */
.nav__link--top {
  float: left;
  width: 100%; }
  .nav__link--top > a {
    color: #ffffff;
    padding: 25px 20px !important;
    position: relative;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.125rem !important;
    letter-spacing: 0px !important;
    line-height: 1.7 !important;
    border-bottom: 1px solid #0f0d0f;
    transition: background-color .15s ease-in-out;
    font-weight: 900;
    display: block; }
    .nav__link--top > a > .nav__plus {
      right: 0; }
    @media only screen and (min-width: 1200px) {
      .nav__link--top > a {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "brandon-grotesque", sans-serif;
        border-bottom: none;
        font-size: 0.9375rem !important;
        letter-spacing: 2px !important;
        line-height: 100px !important;
        font-weight: 900;
        padding: 0 15px !important; } }
    @media (min-width: 1200px) {
      .nav__link--top > a {
        padding: 0 20px !important; } }
  .nav__link--top > .is-active {
    background-color: #4585c7; }
    .nav__link--top > .is-active .nav__plus {
      fill: #ffffff; }
      @media only screen and (min-width: 1200px) {
        .nav__link--top > .is-active .nav__plus {
          fill: #878687; } }
    .nav__link--top > .is-active:after {
      display: none !important; }
      @media only screen and (min-width: 1200px) {
        .nav__link--top > .is-active:after {
          content: ' ';
          display: block !important;
          position: absolute;
          right: 0;
          bottom: 3px;
          background-color: #4585c7;
          width: 100%;
          height: 4px; } }
    @media only screen and (min-width: 1200px) {
      .nav__link--top > .is-active {
        position: relative;
        background-color: transparent; } }
  .nav__link--top .js-top-link {
    padding-right: 20px; }
    @media (min-width: 1200px) {
      .nav__link--top .js-top-link {
        padding-right: 0; } }
  .nav__link--top .nav__plus {
    fill: #4585c7;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -22.5px; }
    @media only screen and (min-width: 1200px) {
      .nav__link--top .nav__plus {
        margin-top: -15px;
        fill: #4585c7; } }
    @media (min-width: 1200px) {
      .nav__link--top .nav__plus {
        top: 9px;
        right: 0;
        position: relative; } }
  @media only screen and (min-width: 1200px) {
    .nav__link--top {
      width: auto;
      float: none;
      display: inline-block;
      border-bottom: 0;
      z-index: 400; } }

/*	Navigation Links Primary level
    ========================================================================= */
.nav__link--primary {
  width: 100% !important;
  float: none !important;
  list-style: none;
  text-align: left !important; }
  .nav__link--primary > a {
    color: #979797;
    padding: 15px 40px;
    position: relative;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    display: block; }
    .nav__link--primary > a:hover {
      color: #ffffff; }
      @media only screen and (min-width: 1200px) {
        .nav__link--primary > a:hover {
          color: #4585c7; } }
    @media only screen and (min-width: 1200px) {
      .nav__link--primary > a {
        padding: 0 0 22px;
        font-weight: 600;
        color: #0f0d0f; } }
  .nav__link--primary .nav__plus {
    top: 9px;
    display: none !important;
    position: relative;
    fill: #878687; }
    @media only screen and (min-width: 1200px) {
      .nav__link--primary .nav__plus {
        fill: #4585c7; } }
    @media (min-width: 1200px) {
      .nav__link--primary .nav__plus {
        display: inline-block !important; } }
  .nav__link--primary .dropdown--secondary {
    display: none; }
  .nav__link--primary.is-active .dropdown--secondary {
    display: block; }
  .nav__link--primary.is-active > a {
    color: #ffffff;
    font-weight: 600; }
    @media only screen and (min-width: 1200px) {
      .nav__link--primary.is-active > a {
        color: #0f0d0f; } }
  @media only screen and (min-width: 1200px) {
    .nav__link--primary.is-active .nav__plus {
      fill: #878687; } }
  @media only screen and (min-width: 1200px) {
    .nav__link--primary.is-active {
      background-color: #f6f6f6; } }
  .nav__link--primary .image-holder {
    height: 150px;
    line-height: 150px;
    display: none; }
    .nav__link--primary .image-holder img {
      display: inline-block;
      max-height: 140px;
      max-width: 95%; }
    @media only screen and (min-width: 1200px) {
      .nav__link--primary .image-holder {
        display: inline-block; } }
  @media only screen and (min-width: 1200px) {
    .nav__link--primary {
      width: 14.2857142857% !important;
      float: left !important;
      text-align: center !important; } }

/*	Navigation Links Secondary Level
    ========================================================================= */
.nav__link--secondary {
  list-style: none; }
  .nav__link--secondary a {
    color: #878787;
    font-family: "usual", sans-serif;
    font-size: 0.9375rem;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 300;
    display: block; }
  .nav__link--secondary > a {
    font-weight: 300;
    color: #979797;
    padding: 12px 30px;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .nav__link--secondary > a {
        padding: 8px 0; } }
  .nav__link--secondary.has-group {
    margin-bottom: 0; }
    .nav__link--secondary.has-group > a {
      color: #a4a4a4;
      text-transform: uppercase;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 1rem;
      padding: 12px 30px;
      font-weight: 600; }
      @media only screen and (min-width: 1200px) {
        .nav__link--secondary.has-group > a {
          padding: 12px 0;
          color: #0f0d0f; } }
  .nav__link--secondary .group--list {
    margin: 0 0 25px 0; }
    .nav__link--secondary .group--list li {
      display: block; }
    .nav__link--secondary .group--list a {
      color: #878787;
      font-family: "usual", sans-serif;
      font-size: 0.875rem;
      font-weight: 300;
      padding: 8px 30px;
      display: block; }
      @media only screen and (min-width: 1200px) {
        .nav__link--secondary .group--list a {
          padding: 7px 0; }
          .nav__link--secondary .group--list a:hover {
            color: #4585c7; } }
    @media only screen and (min-width: 1200px) {
      .nav__link--secondary .group--list {
        margin: 5px 0 0 0; } }
  @media only screen and (min-width: 1200px) {
    .nav__link--secondary {
      width: 25%;
      display: block;
      text-align: left;
      margin-bottom: 0;
      float: left; } }

/*	List Header
    ========================================================================= */
.nav__header {
  height: 75px;
  background-color: #0f0d0f;
  border-bottom: 3px solid #4585c7;
  line-height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .nav__header {
      display: none; } }

.nav__title {
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.125rem;
  margin-left: 20px;
  font-weight: 900; }

.nav__back {
  color: #979797;
  font-size: 0.8125rem;
  margin-right: 20px;
  float: right;
  background-color: #0f0d0f;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 15px;
  height: 72px;
  text-align: center; }
  .nav__back:hover, .nav__back:focus, .nav__back:active {
    color: #ffffff; }

/*	Dropdown Primary
    ========================================================================= */
.dropdown--primary {
  margin-top: 0;
  background-color: #242424;
  border-bottom: 1px solid #0f0d0f;
  width: 100%;
  display: none;
  float: left;
  padding: 30px 0;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
  -webkit-overflow-scrolling: touch; }
  .dropdown--primary ul {
    margin: 0 auto;
    padding: 0; }
  .dropdown--primary.is-visible {
    display: block; }
  .dropdown--primary img {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .dropdown--primary img {
        display: inline-block; } }
  @media only screen and (min-width: 1200px) {
    .dropdown--primary {
      top: 97px !important;
      left: 0 !important;
      background-color: #ffffff;
      border-bottom: 3px solid #4585c7;
      position: absolute !important;
      overflow-y: initial;
      padding: 0 0;
      z-index: 200; } }

/*	Dropdown Secondary
    ========================================================================= */
.secondary-open .navbar__primary {
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .secondary-open .navbar__primary {
      overflow: initial; } }

.dropdown--secondary {
  list-style: none;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #242424;
  z-index: 500;
  width: 100%;
  float: left;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translate(100%, 0);
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  height: 100%; }
  .dropdown--secondary.is-visible {
    transform: translate(0, 0);
    opacity: 1; }
  .dropdown--secondary .container, .dropdown--secondary .archive-desc .desc, .archive-desc .dropdown--secondary .desc, .dropdown--secondary .cart-errors, .dropdown--secondary .page-wishlist .entry-content, .page-wishlist .dropdown--secondary .entry-content {
    padding-top: 100px; }
    @media only screen and (min-width: 1200px) {
      .dropdown--secondary .container, .dropdown--secondary .archive-desc .desc, .archive-desc .dropdown--secondary .desc, .dropdown--secondary .cart-errors, .dropdown--secondary .page-wishlist .entry-content, .page-wishlist .dropdown--secondary .entry-content {
        padding: 0 25px;
        height: auto; } }
  @media only screen and (min-width: 1200px) {
    .dropdown--secondary {
      margin-top: -3px;
      top: 100%;
      left: 0;
      background-color: #f6f6f6;
      border-bottom: 3px solid #4585c7;
      transform: translate(0, 0);
      padding: 50px 0 50px;
      position: absolute;
      display: none;
      opacity: 1;
      height: auto; }
      .dropdown--secondary.is-visible {
        display: block; } }

/*	Icon Navigation
    ========================================================================= */
.header__icon-nav {
  padding: 0;
  list-style: none;
  float: left;
  display: none;
  margin: 0 15px 0 0; }
  .header__icon-nav li {
    text-align: center;
    display: inline-block;
    margin-right: 10px; }
    @media (min-width: 1200px) {
      .header__icon-nav li {
        margin-right: 0; } }
  .header__icon-nav .nav__icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    fill: #878687;
    transition: fill .3s ease-in-out; }
  .header__icon-nav .nav__item {
    font-family: "usual", sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    float: left;
    width: 100%;
    display: none;
    clear: both; }
    @media (min-width: 1200px) {
      .header__icon-nav .nav__item {
        display: inline-block; } }
  .header__icon-nav a {
    padding-top: 35px;
    display: block;
    color: #878687;
    transition: color .3s ease-in-out; }
    .header__icon-nav a:hover {
      color: #ffffff; }
      .header__icon-nav a:hover .nav__icon {
        fill: #ffffff; }
    @media (min-width: 1200px) {
      .header__icon-nav a {
        padding-top: 22px;
        display: inline-block; } }
  @media only screen and (min-width: 1200px) {
    .header__icon-nav {
      display: inline-block; } }

/*	Topbar Navigation
    ========================================================================= */
.top-bar__navigation {
  margin: 0;
  padding: 0;
  float: left; }
  .top-bar__navigation li {
    display: inline-block;
    margin-right: 5px; }
    .top-bar__navigation li a {
      color: #979797;
      font-size: 0.8125rem;
      line-height: 45px;
      padding: 0 20px;
      font-family: "usual", sans-serif;
      transition: color .3s ease-in-out;
      display: block; }
      .top-bar__navigation li a:hover {
        color: #ffffff; }

/*	Navigation Mobile
    ========================================================================= */
.navbar__mobile {
  float: right;
  list-style: none;
  margin: 0 15px 0 0;
  display: block !important; }
  .navbar__mobile li {
    float: left;
    height: 75px;
    margin-left: 25px; }
  .navbar__mobile button {
    padding: 0;
    display: block;
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 75px; }
  .navbar__mobile .icon {
    fill: #878687;
    transition: fill .15s ease-in-out;
    width: 30px;
    height: 30px; }
    .navbar__mobile .icon:hover {
      fill: #ffffff; }
  .navbar__mobile .icon-search {
    width: 28px;
    height: 28px; }
  @media only screen and (min-width: 1200px) {
    .navbar__mobile {
      display: none !important; } }

/*	Navigation Mobile
    ========================================================================= */
.mobile-navigation {
  margin: 0;
  padding: 15px 0;
  float: left;
  clear: both;
  display: block !important; }
  .mobile-navigation a {
    color: #979797;
    font-weight: 300;
    text-transform: none;
    font-family: "usual", sans-serif;
    font-size: 0.875rem;
    padding: 15px 30px;
    border-bottom: 0px;
    display: block; }
  .mobile-navigation a:hover {
    color: #ffffff; }
  @media only screen and (min-width: 1200px) {
    .mobile-navigation {
      display: none !important; } }

.top-bar {
  height: 45px;
  background: #222222;
  position: relative;
  z-index: 5000;
  width: 100%;
  display: none; }
  .top-bar .right, .top-bar .left {
    height: 45px; }
  @media only screen and (min-width: 1200px) {
    .top-bar {
      display: block; } }

.topbar__link {
  color: #979797;
  font-size: 0.8125rem;
  line-height: 45px;
  float: left;
  padding: 0 20px;
  transition: color .3s ease-in-out; }
  .topbar__link:hover {
    color: #ffffff; }
    .topbar__link:hover svg {
      fill: #ffffff; }
  .topbar__link svg {
    width: 28px;
    height: 28px;
    fill: #979797;
    position: relative;
    transition: fill .3s ease-in-out;
    margin-right: 5px;
    top: 8px; }

/*	Header
    ========================================================================= */
.site-content {
  padding-top: 75px; }
  @media only screen and (min-width: 1200px) {
    .site-content {
      padding-top: 100px; } }

body.home .site-content {
  padding-top: 0; }

.header {
  width: 100%;
  background: #0f0d0f;
  height: 75px;
  position: fixed;
  border-bottom: 3px solid #4585c7;
  z-index: 4500;
  top: 0; }
  @media only screen and (min-width: 1200px) {
    .header {
      display: block;
      position: absolute;
      height: 100px;
      top: 45px; } }
  .header.affix {
    position: fixed;
    top: 0; }

.navbar-primary {
  z-index: 50; }

/*	Navbar Branding
    ========================================================================= */
.header__branding {
  float: left;
  margin: 11px 15px;
  position: relative;
  z-index: 95; }
  @media only screen and (min-width: 1200px) {
    .header__branding {
      z-index: 105; } }
  .header__branding svg {
    fill: #ffffff;
    transition: fill .15s ease-in-out; }
    .header__branding svg:hover {
      fill: rgba(255, 255, 255, 0.8); }
  .header__branding svg.desktop {
    display: none !important;
    width: 273px;
    height: 49px; }
  .header__branding svg.mobile {
    display: block !important;
    width: 52px;
    height: 52px;
    position: relative; }
  .header__branding .site-title {
    margin: 0; }
  @media only screen and (min-width: 1200px) {
    .header__branding {
      display: block;
      margin: 24px; }
      .header__branding svg.desktop {
        display: block !important; }
      .header__branding svg.mobile {
        display: none !important; } }

/*	Navbar Actions
    ========================================================================= */
body.nav-open .header__actions {
  overflow: hidden;
  height: 97px; }

.header__actions {
  float: right;
  position: relative;
  z-index: 105; }

.header__cart {
  position: relative;
  display: none !important;
  background-color: #4585c7;
  line-height: 100px;
  padding: 0 32px 0 75px;
  height: 100px;
  z-index: 110;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.6875rem;
  font-weight: 900;
  transition: background-color .1s ease-in-out; }
  .header__cart:hover, .header__cart:active, .header__cart:focus {
    color: #ffffff;
    background-color: ligh #4585c7; }
  .header__cart .icon {
    width: 75px;
    height: 75px;
    fill: #326ca7;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -37px; }
  @media only screen and (min-width: 1200px) {
    .header__cart {
      display: inline-block !important; } }

.site-footer {
  background-color: #1e1e1e; }
  @media only screen and (min-width: 993px) {
    .site-footer {
      height: 60px; } }

.site-info {
  color: #848484;
  font-size: 0.8125rem;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 993px) {
    .site-info {
      width: auto;
      text-align: left;
      padding: 0; } }

.site-copyright {
  display: block;
  margin-bottom: 0.625rem; }
  .site-copyright a {
    color: #848484;
    transition: color .3s ease-in-out; }
    .site-copyright a:hover {
      color: #ffffff; }
  @media only screen and (min-width: 993px) {
    .site-copyright {
      display: inline-block;
      line-height: 60px;
      margin-right: 60px;
      margin-bottom: 0; } }

.site-author {
  display: inline-block;
  position: relative;
  padding-right: 25px; }
  .site-author .icon-emote {
    position: absolute;
    right: 0;
    top: 1px;
    fill: #848484;
    transition: fill .3s ease-in-out;
    width: 20px;
    height: 20px; }
    .site-author .icon-emote:hover {
      fill: #b5985a; }
    @media only screen and (min-width: 993px) {
      .site-author .icon-emote {
        margin-top: -9px;
        top: 50%; } }
  @media only screen and (min-width: 993px) {
    .site-author {
      line-height: 60px; } }

.site-payments {
  float: right;
  text-align: center;
  margin-bottom: 30px;
  width: 100%; }
  .site-payments .payment__types {
    top: 0;
    position: relative;
    display: inline-block;
    fill: #848484;
    height: 22.10526px;
    width: 202.63158px;
    background-size: 100%;
    background-image: url("../images/payment-options.png"); }
    @media only screen and (min-width: 993px) {
      .site-payments .payment__types {
        top: 19px; } }
  @media only screen and (min-width: 993px) {
    .site-payments {
      float: right;
      margin-bottom: 0;
      text-align: left;
      width: auto; } }

/*  Layout
    -------------------------------------------------------------------------- */
.widgets__block {
  float: left;
  width: 100%; }
  .widgets__block .widets {
    margin-bottom: 50px; }

@media only screen and (min-width: 993px) {
  .widgets__block--first {
    margin-right: 10%;
    max-width: 285px;
    width: 25%; } }

.widgets__block--second .widgets {
  margin-bottom: 20px; }

@media only screen and (min-width: 993px) {
  .widgets__block--second {
    margin-right: 11%;
    width: 38%; } }

.widgets__block--third .widgets {
  margin-bottom: 0; }

@media only screen and (min-width: 993px) {
  .widgets__block--third {
    max-width: 200px;
    width: 16%; } }

/*  Footer Widgets
    -------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #222222;
  padding: 50px 15px 25px; }
  .footer-widgets .subscribe__form {
    margin-top: 15px; }
  .footer-widgets .widget {
    color: #848484;
    font-size: 0.9375rem;
    margin-bottom: 0px; }
  .footer-widgets .widget__title {
    color: #eaeaea;
    font-size: 1.0625rem;
    line-height: 1.23529;
    font-weight: 800;
    padding-bottom: 25px;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: none;
    font-weight: 700; }
    @media only screen and (min-width: 769px) {
      .footer-widgets .widget__title {
        height: 55px;
        padding-bottom: 0; } }
  .footer-widgets .widget_nav_menu {
    margin-bottom: 20px; }
  .footer-widgets .widget_nav_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-widgets .widget_nav_menu .menu li {
      width: 50%;
      float: left;
      margin-bottom: 30px;
      font-size: 0.8125rem; }
      @media only screen and (min-width: 993px) {
        .footer-widgets .widget_nav_menu .menu li {
          font-size: 0.9375rem; } }
    .footer-widgets .widget_nav_menu .menu a {
      color: #848484;
      transition: color .3s ease-in-out; }
      .footer-widgets .widget_nav_menu .menu a:hover {
        color: #ffffff; }
    .footer-widgets .widget_nav_menu .menu .sub-menu {
      margin: 30px 0 0 0;
      list-style: none;
      padding: 0; }
  @media only screen and (min-width: 993px) {
    .footer-widgets {
      padding: 50px 15px 50px; } }

/*  Phone Widget
    -------------------------------------------------------------------------- */
.widget__phone {
  margin-bottom: 20px;
  display: inline-block;
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ffffff;
  transition: background-color .1s ease-in-out;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 45px;
  height: 45px;
  padding: 0 15px 0 40px;
  position: relative;
  width: 168px;
  clear: both; }
  .widget__phone svg {
    width: 35px;
    height: 35px;
    fill: #ffffff;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17.5px; }
  .widget__phone:hover, .widget__phone:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); }

/*  Address Widget
    -------------------------------------------------------------------------- */
.widget__address {
  clear: both;
  margin-bottom: 40px; }
  .widget__address strong {
    display: block;
    margin-bottom: 10px;
    color: #848484; }

/*  Social
    -------------------------------------------------------------------------- */
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-icons li {
    margin-right: 20px;
    display: inline-block;
    padding: 0; }
  .social-icons a:hover svg {
    fill: #ffffff; }
  .social-icons svg {
    transition: fill .15s ease-in-out;
    fill: #848484;
    width: 24px;
    height: 24px; }

/*  Variables
    ========================================================================= */
/*  Section
    ========================================================================= */
.cart-collaterals {
  clear: both;
  float: left;
  width: 100%; }

.section--collaterals h2 {
  left: -2px;
  color: #0c0a0b;
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600; }
  @media only screen and (min-width: 769px) {
    .section--collaterals h2 {
      font-size: 1.625rem;
      font-weight: 900; } }

@media only screen and (min-width: 769px) {
  .section--collaterals {
    margin-bottom: 100px; } }

.section--collaterals .row, .section--collaterals .woocommerce-order-received .addresses, .woocommerce-order-received .section--collaterals .addresses, .section--collaterals .woocommerce-view-order .addresses, .woocommerce-view-order .section--collaterals .addresses {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (min-width: 769px) {
    .section--collaterals .row, .section--collaterals .woocommerce-order-received .addresses, .woocommerce-order-received .section--collaterals .addresses, .section--collaterals .woocommerce-view-order .addresses, .woocommerce-view-order .section--collaterals .addresses {
      margin-left: -15px;
      margin-right: -15px; } }

.section--collaterals .collapse-md {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 769px) {
    .section--collaterals .collapse-md {
      padding-left: 15px;
      padding-right: 15px; } }

.js-shipping {
  cursor: pointer; }

/*  Calculator
    ========================================================================= */
.collateral__calculator {
  border-radius: 2px;
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  background-color: #ffffff; }
  .collateral__calculator h2 {
    color: #ffffff;
    margin: 0 0 0;
    background-color: #0c0a0b;
    font-weight: 300;
    padding: 15px;
    font-size: 0.9375rem; }
    @media only screen and (min-width: 769px) {
      .collateral__calculator h2 {
        padding: 0;
        font-weight: 900;
        margin: 0 0 50px;
        background-color: transparent;
        font-size: 1.625rem;
        color: #0c0a0b; } }
  .collateral__calculator .woocommerce-shipping-calculator {
    padding: 35px;
    display: none; }
    @media only screen and (min-width: 769px) {
      .collateral__calculator .woocommerce-shipping-calculator {
        display: block;
        padding: 0; } }
  @media only screen and (min-width: 769px) {
    .collateral__calculator .form-row, .collateral__calculator #call_for_credit, .collateral__calculator #authority_to_leave, .collateral__calculator .sc_info_box .email, .sc_info_box .collateral__calculator .email, .collateral__calculator
    .sc_info_box .message_row,
    .sc_info_box .collateral__calculator .message_row {
      max-width: 95%; } }
  @media only screen and (min-width: 769px) {
    .collateral__calculator #calc_shipping_postcode_field {
      max-width: 215px; } }
  @media only screen and (min-width: 769px) {
    .collateral__calculator {
      border: 2px solid #eaeaea;
      padding: 35px; } }

#product-shipping-calculator h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #0f0d0f; }

#product-shipping-calculator .form-row, #product-shipping-calculator #call_for_credit, #product-shipping-calculator #authority_to_leave, #product-shipping-calculator .sc_info_box .email, .sc_info_box #product-shipping-calculator .email, #product-shipping-calculator
.sc_info_box .message_row,
.sc_info_box #product-shipping-calculator .message_row,
.collateral__calculator .form-row,
.collateral__calculator #call_for_credit,
.collateral__calculator #authority_to_leave,
.collateral__calculator .sc_info_box .email, .sc_info_box
.collateral__calculator .email,
.collateral__calculator
.sc_info_box .message_row,
.sc_info_box
.collateral__calculator .message_row {
  margin: 0 0 25px; }

/*  Totals
    ========================================================================= */
.collateral__totals {
  border-radius: 2px;
  background-color: #f6f6f6;
  padding: 35px; }
  .collateral__totals h2 {
    margin: 0 0 35px; }
  .collateral__totals .shop_table {
    margin: 0 0 15px; }
    .collateral__totals .shop_table tr {
      border: 0; }
    .collateral__totals .shop_table td, .collateral__totals .shop_table th {
      border: 0;
      padding: 15px 0;
      color: #0c0a0b;
      font-weight: 300;
      padding-right: 5px; }
    .collateral__totals .shop_table .order-total td, .collateral__totals .shop_table .order-total th {
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 900; }
    @media only screen and (min-width: 769px) {
      .collateral__totals .shop_table {
        margin: 0; } }

/*	==========================================================================
	REVIEWS
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.comment-reply-title {
  margin: 10px 0 15px;
  text-align: center;
  font-size: 1.375rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900; }

.woocommerce-noreviews {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900; }

/*  Star Rating Reviews
    -------------------------------------------------------------------------- */
.comment-form-rating {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center; }
  .comment-form-rating:before, .comment-form-rating:after {
    content: " ";
    display: table; }
  .comment-form-rating:after {
    clear: both; }
  .comment-form-rating .stars {
    text-align: center; }

p.stars {
  margin: 10px 0 15px; }
  p.stars a {
    position: relative;
    height: 1.625rem;
    width: 1.875rem;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    padding: 0 0.125rem;
    transition: all .15s ease-in-out;
    color: #0f0d0f; }
    p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1.625rem;
      height: 1.625rem;
      line-height: 1;
      font-family: "WooCommerce";
      content: "\e021";
      text-indent: 0;
      font-size: 1.625rem; }
    p.stars a:hover {
      color: #2a252a; }
      p.stars a:hover ~ a:before {
        content: "\e021"; }
  p.stars:hover a:before {
    content: "\e020"; }
  p.stars.selected a.active:before {
    content: "\e020"; }
  p.stars.selected a.active ~ a:before {
    content: "\e021"; }
  p.stars.selected a:not(.active):before {
    content: "\e020"; }

/*  Comment Form
    -------------------------------------------------------------------------- */
.comment-form {
  margin-left: -15px;
  margin-right: -15px; }
  .comment-form:before, .comment-form:after {
    content: " ";
    display: table; }
  .comment-form:after {
    clear: both; }
  .comment-form label {
    width: 100%;
    margin-bottom: 6px;
    float: left;
    width: 100%;
    clear: both; }
  .comment-form input, .comment-form textarea, .comment-form label {
    transition: border .15s ease-in-out, color .15s ease-in-out; }
  .comment-form .form-submit,
  .comment-form .comment-form-rating,
  .comment-form .comment-form-comment,
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    margin: 0 0 15px; }
  @media only screen and (min-width: 769px) {
    .comment-form .comment-form-author {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 769px) and (min-width: 768px) {
    .comment-form .comment-form-author {
      float: left;
      width: 50%; } }
  @media only screen and (min-width: 769px) {
    .comment-form .comment-form-email {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 769px) and (min-width: 768px) {
    .comment-form .comment-form-email {
      float: left;
      width: 50%; } }
  .comment-form .form-submit {
    text-align: center; }
  .comment-form .is-invalid label {
    color: #e04249; }
  .comment-form .is-invalid input, .comment-form .is-invalid textarea {
    color: #e04249;
    border-color: #e04249; }

/*	Variables
    ========================================================================= */
/*  General
    ========================================================================= */
/*	Form
    ========================================================================= */
.header__search {
  display: none;
  background-color: #0f0d0f;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 60px;
  border: none !important; }
  .header__search.affix {
    position: fixed; }
  .header__search.is-visible {
    display: block; }
  .header__search .header__search-input {
    border: 0;
    top: 0;
    left: 0;
    font-size: 0.875rem;
    font-family: "usual", sans-serif;
    background-color: transparent;
    padding-left: 60px;
    line-height: 60px;
    position: absolute;
    color: #ffffff;
    height: 100%;
    width: 100%;
    /* Input placeholder color */ }
    .header__search .header__search-input::-webkit-input-placeholder, .header__search .header__search-input:-moz-placeholder, .header__search .header__search-input::-moz-placeholder, .header__search .header__search-input:-ms-input-placeholder {
      color: #979797; }
    .header__search .header__search-input:focus {
      outline: 0; }
    @media only screen and (min-width: 1200px) {
      .header__search .header__search-input {
        padding-left: 100px;
        line-height: 100px;
        font-size: 1.5625rem;
        margin: 0; } }
  .header__search .header__search-close,
  .header__search .header__search-button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    position: absolute;
    padding: 0;
    border: 0; }
    .header__search .header__search-close svg,
    .header__search .header__search-button svg {
      fill: #ffffff;
      display: inline-block; }
    @media only screen and (min-width: 1200px) {
      .header__search .header__search-close,
      .header__search .header__search-button {
        width: 100px;
        height: 100px; } }
  .header__search .header__search-button {
    left: 0; }
    .header__search .header__search-button svg {
      height: 30px;
      width: 30px;
      margin-top: 4px; }
      @media only screen and (min-width: 1200px) {
        .header__search .header__search-button svg {
          margin-top: 0;
          height: 50px;
          width: 50px; } }
  .header__search .header__search-close {
    right: 0; }
    .header__search .header__search-close svg {
      height: 35px;
      width: 35px;
      margin-top: 6px; }
      @media only screen and (min-width: 1200px) {
        .header__search .header__search-close svg {
          margin-top: 0;
          height: 60px;
          width: 60px; } }
  @media only screen and (min-width: 1200px) {
    .header__search {
      border-bottom: 3px solid #4585c7 !important;
      height: 100px;
      top: 45px; }
      .header__search.affix {
        top: 0; } }

/* ==========================================================================
   PAGES
   ========================================================================== */
/* General
    ========================================================================= */
/*	==========================================================================
	ABOUT
	========================================================================== */
.content-about .banner {
  margin-bottom: 0; }

.section--about-hero {
  padding: 25px 0 0 0; }
  .section--about-hero p:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 993px) {
    .section--about-hero {
      padding-top: 84px;
      padding-bottom: 84px; } }
  .section--about-hero .section--split__image {
    left: 0;
    right: auto; }

.variations_form {
  width: 100%; }
  .variations_form label {
    width: 100px;
    display: block; }
  @media only screen and (min-width: 993px) {
    .variations_form {
      max-width: 270px; } }

/* allways hide variation price */
.description__title {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f0d0f; }
  #tab-specifications .description__title {
    margin-bottom: 35px; }

.enquiry_product {
  margin-bottom: 25px; }

.finance-available {
  color: #4585c7;
  margin: 35px 0;
  font-size: 0.9375rem;
  cursor: pointer;
  display: block;
  line-height: 35px;
  width: 100%;
  font-weight: 400;
  float: none;
  clear: both; }
  .finance-available svg {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    fill: #4585c7;
    width: 35px;
    height: 35px; }

.single_add_to_cart_button {
  margin-top: 25px; }

.flex-control-thumbs {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .flex-control-thumbs li {
    width: 25%;
    text-align: center;
    display: block;
    float: left; }
    .flex-control-thumbs li img {
      height: auto;
      max-width: 100%;
      display: inline-block;
      transition: opacity .15s ease-in-out;
      width: 100px; }
    .flex-control-thumbs li:hover img {
      opacity: .6; }

.section--product-guarantee .col-md-4 + .col-md-4 {
  margin-top: 40px; }
  @media only screen and (min-width: 993px) {
    .section--product-guarantee .col-md-4 + .col-md-4 {
      margin-top: 0; } }

.product__guarantee .guarantee__title {
  color: #0f0d0f;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 900; }

.product__guarantee .guarantee__description {
  font-size: 0.8125rem;
  color: #848484; }

.woocommerce-variation {
  display: none !important; }

.images {
  position: relative; }
  .images .thumbnails {
    height: 100px;
    overflow: hidden;
    padding: 0 25px; }
  .images .slick-arrow {
    border: 0;
    width: 25px;
    height: 100px;
    background-color: #ffffff;
    text-indent: -9999px;
    position: absolute;
    z-index: 350;
    top: 0; }
    .images .slick-arrow:before {
      width: 0;
      height: 0;
      content: ' ';
      position: absolute;
      top: 50%;
      transition: border .15s ease-in-out;
      margin-top: -12px; }
  .images .slick-prev {
    left: 0; }
    .images .slick-prev:before {
      left: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid #c3c3c3; }
    .images .slick-prev:hover:before {
      border-right: 12px solid #0f0d0f; }
  .images .slick-next {
    right: 0; }
    .images .slick-next:before {
      right: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid #c3c3c3; }
    .images .slick-next:hover:before {
      border-left: 12px solid #0f0d0f; }

.product__features {
  background-color: #f9f9f9;
  padding: 20px 0; }
  @media only screen and (min-width: 993px) {
    .product__features {
      padding: 130px 0; } }
  .product__features__feature {
    padding: 20px 15px; }
    @media only screen and (min-width: 993px) {
      .product__features__feature {
        padding: 0 15px; } }
    .product__features__feature__image-container {
      text-align: center;
      height: 111px; }
    .product__features__feature__image {
      max-height: 100px; }
    .product__features__feature__title {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      color: black;
      margin-top: 0;
      margin-bottom: 0;
      font-family: "brandon-grotesque", sans-serif; }

.product__finance__logo {
  width: 255px;
  height: auto;
  margin: 20px auto 30px;
  display: block; }

.product__finance__subtitle {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: bold; }

.product__finance__features__feature {
  text-align: center;
  padding: 5px 0 10px; }
  .product__finance__features__feature p {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: black;
    font-family: "brandon-grotesque", sans-serif;
    line-height: 1.06667; }
  .product__finance__features__feature__image {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .product__finance__features__feature__image img {
      margin-top: auto; }

.product__finance__terms {
  font-size: 10px;
  color: #848484;
  text-align: center;
  margin-bottom: 40px; }

.product__finance__button {
  text-align: center; }
  .product__finance__button .button {
    padding-left: 18px;
    padding-right: 18px; }

.product__bulk-pricing {
  width: 270px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }
  .product__bulk-pricing a {
    color: black;
    display: block;
    padding: 6px 0 6px;
    font-size: 0.75rem;
    letter-spacing: .025em;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase; }
    .product__bulk-pricing a:after {
      content: '+';
      text-align: right;
      float: right;
      transition: transform 0.3s ease;
      transform: rotate(45deg); }
    .product__bulk-pricing a.collapsed:after {
      transform: rotate(0deg); }
  .product__bulk-pricing__row {
    border-top: 1px solid #e9e9e9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 0 5px; }
    .product__bulk-pricing__row span {
      color: #848484;
      font-size: 12px;
      font-family: "usual", sans-serif; }

.product__actions {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  margin-top: 35px; }

.social-media-buttons {
  left: 0;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  list-style: none;
  margin: 0;
  /* Social Buttons */ }
  .social-media-buttons li {
    margin: 15px;
    display: inline-block; }
  .social-media-buttons .fb_iframe_widget span {
    float: left; }

.section--single-product {
  background-color: #ffffff; }
  .section--single-product .container, .section--single-product .archive-desc .desc, .archive-desc .section--single-product .desc, .section--single-product .cart-errors, .section--single-product .page-wishlist .entry-content, .page-wishlist .section--single-product .entry-content {
    position: relative;
    overflow: auto; }
    .section--single-product .container:after, .section--single-product .archive-desc .desc:after, .archive-desc .section--single-product .desc:after, .section--single-product .cart-errors:after, .section--single-product .page-wishlist .entry-content:after, .page-wishlist .section--single-product .entry-content:after {
      content: ' ';
      display: none;
      position: absolute;
      top: 0;
      height: 100%;
      background-color: #e9e9e9;
      display: none;
      width: 1px; }
      @media only screen and (min-width: 993px) {
        .section--single-product .container:after, .section--single-product .archive-desc .desc:after, .archive-desc .section--single-product .desc:after, .section--single-product .cart-errors:after, .section--single-product .page-wishlist .entry-content:after, .page-wishlist .section--single-product .entry-content:after {
          right: 41.66667%;
          display: block; } }
  .section--single-product a.add_to_wishlist.button.alt {
    width: 100%;
    display: block;
    border-radius: 0px !important;
    letter-spacing: .12em;
    font-weight: 800; }
    @media only screen and (min-width: 993px) {
      .section--single-product a.add_to_wishlist.button.alt {
        width: 270px; } }
  .section--single-product .single_add_to_cart_button {
    width: 100%;
    display: block;
    letter-spacing: .12em;
    font-weight: 800; }
    @media only screen and (min-width: 993px) {
      .section--single-product .single_add_to_cart_button {
        width: 270px; } }

.section--product-guarantee {
  border-top: 2px solid #e9e9e9;
  background-color: #f9f9f9;
  padding: 50px 0; }
  .section--product-guarantee .product__guarantee {
    text-align: center;
    margin: 0 auto; }
    @media only screen and (min-width: 993px) {
      .section--product-guarantee .product__guarantee {
        max-width: 100%; } }
  .section--product-guarantee .guarantee__title {
    display: inline-block; }
    @media only screen and (min-width: 993px) {
      .section--product-guarantee .guarantee__title {
        display: block; } }
  .section--product-guarantee .guarantee__icon {
    clear: both;
    display: inline-block;
    margin-right: 15px;
    fill: #4585c7;
    height: 40px;
    width: 40px; }
    @media only screen and (min-width: 993px) {
      .section--product-guarantee .guarantee__icon {
        margin-bottom: 10px;
        margin-right: 0; } }
  .section--product-guarantee .guarantee__icon-delivery {
    height: 40px;
    width: 70px; }
  .section--product-guarantee .guarantee__title {
    top: -12px;
    position: relative;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 15px;
    letter-spacing: .025em; }
    @media only screen and (min-width: 993px) {
      .section--product-guarantee .guarantee__title {
        margin-bottom: 10px;
        top: 0; } }
  .section--product-guarantee .guarantee__description {
    max-width: 300px;
    margin: 10px auto 0; }
    @media only screen and (min-width: 993px) {
      .section--product-guarantee .guarantee__description {
        margin-top: auto; } }

.single-product .entry-summary {
  /* using our own stock indicator */ }
  .single-product .entry-summary .zippay {
    width: auto;
    display: block;
    margin: 20px 0px; }
    @media only screen and (min-width: 993px) {
      .single-product .entry-summary .zippay {
        width: 258px; } }
    .single-product .entry-summary .zippay img {
      width: 258px;
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 993px) {
        .single-product .entry-summary .zippay img {
          margin: auto; } }
  .single-product .entry-summary .stock {
    /*display: none;*/ }
  .single-product .entry-summary .price {
    color: #0f0d0f;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    margin: 0 0 30px;
    /* formats */ }
    .single-product .entry-summary .price del, .single-product .entry-summary .price ins {
      display: block; }
    .single-product .entry-summary .price del {
      margin-bottom: 10px;
      font-size: 1.375rem;
      font-weight: 300; }
    .single-product .entry-summary .price ins {
      font-size: 2rem;
      text-decoration: none; }

.single-product .product_meta {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.9375rem; }
  .single-product .product_meta .sku {
    color: #0f0d0f;
    font-weight: 600; }

.single-product .images {
  padding: 30px; }
  @media only screen and (min-width: 769px) {
    .single-product .images {
      padding: 30px; } }

@media only screen and (min-width: 993px) {
  .single-product .entry-summary {
    padding: 30px; } }

.single-product .product_title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  color: #0f0d0f; }

.single-product .product__detail {
  font-family: "brandon-grotesque", sans-serif; }
  .single-product .product__detail__title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem; }
  .single-product .product__detail__content p {
    font-family: "usual", sans-serif;
    line-height: 2.07143; }
  .single-product .product__detail.text_overlay {
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 135px;
    padding-bottom: 135px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .single-product .product__detail.text_overlay:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0; }
    .single-product .product__detail.text_overlay .product__detail__title {
      color: white;
      font-size: 1.75rem;
      text-align: center;
      width: 500px;
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
    .single-product .product__detail.text_overlay .product__detail__image {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .single-product .product__detail.text_overlay .product__detail__content {
      width: 500px;
      max-width: 100%;
      margin: 0 auto;
      font-size: 1.2rem;
      text-align: center;
      position: relative;
      z-index: 1; }
      .single-product .product__detail.text_overlay .product__detail__content p {
        line-height: 1.61111; }
      .single-product .product__detail.text_overlay .product__detail__content :last-child {
        margin-bottom: 0; }
  .single-product .product__detail.large_image {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    .single-product .product__detail.large_image .product__detail__title {
      text-align: center;
      width: 500px;
      max-width: 100%;
      margin: 0 auto; }
    .single-product .product__detail.large_image .product__detail__image {
      width: 100%;
      margin-top: 50px; }
      .single-product .product__detail.large_image .product__detail__image img {
        width: 100%;
        margin: 0;
        height: auto; }
    .single-product .product__detail.large_image .product__detail__content {
      text-align: center; }
  .single-product .product__detail.image_left, .single-product .product__detail.image_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    max-width: 1030px;
    margin: 0 auto; }
    .single-product .product__detail.image_left .product__detail__text, .single-product .product__detail.image_right .product__detail__text {
      width: 50%;
      -ms-flex-order: 2;
      order: 2;
      padding-left: 90px; }
    .single-product .product__detail.image_left .product__detail__title, .single-product .product__detail.image_right .product__detail__title {
      text-align: left;
      margin: 0 auto;
      display: block; }
    .single-product .product__detail.image_left .product__detail__content, .single-product .product__detail.image_right .product__detail__content {
      display: block; }
    .single-product .product__detail.image_left .product__detail__image, .single-product .product__detail.image_right .product__detail__image {
      width: 50%;
      -ms-flex-order: 1;
      order: 1; }
      .single-product .product__detail.image_left .product__detail__image img, .single-product .product__detail.image_right .product__detail__image img {
        width: 100%;
        height: auto; }
    .single-product .product__detail.image_left .product__detail__content p:last-child, .single-product .product__detail.image_right .product__detail__content p:last-child {
      margin-bottom: 0; }
  .single-product .product__detail.image_right .product__detail__text {
    -ms-flex-order: 1;
    order: 1;
    padding: 0 90px 0 0; }
  .single-product .product__detail.image_right .product__detail__image {
    -ms-flex-order: 2;
    order: 2; }
  @media screen and (max-width: 991px) {
    .single-product .product__detail.large_image {
      padding-top: 40px;
      padding-bottom: 20px; }
    .single-product .product__detail.image_left .product__detail__text, .single-product .product__detail.image_right .product__detail__text {
      padding: 0;
      -ms-flex-order: 1;
      order: 1; }
    .single-product .product__detail.image_left .product__detail__text,
    .single-product .product__detail.image_left .product__detail__image, .single-product .product__detail.image_right .product__detail__text,
    .single-product .product__detail.image_right .product__detail__image {
      width: 100%;
      padding: 15px 0; } }

.woocommerce-main-image {
  text-align: center;
  display: block; }
  .woocommerce-main-image img {
    display: inline-block; }

/*  Product Lightbox
    -------------------------------------------------------------------------- */
/* Always hide title / alt information */
.pp_woocommerce .ppt,
.pp_woocommerce .pp_gallery {
  display: none !important; }

.pp_woocommerce .pp_details {
  display: none; }

/* Recenter Element */
div.pp_woocommerce .pp_content_container {
  background-color: transparent;
  padding: 0 0 0 0;
  box-shadow: none; }

.pp_woocommerce #pp_full_res {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4), 0 1px 2px 0 rgba(0, 0, 0, 0.6); }

.variations_form .variations .label, .variations_form .variations #call_for_credit p, #call_for_credit .variations_form .variations p, .variations_form .variations #wc-anz_egate-cc-form label, #wc-anz_egate-cc-form .variations_form .variations label, .variations_form .variations #authority_to_leave h2, #authority_to_leave .variations_form .variations h2 {
  width: 10%; }
  .variations_form .variations .label label, .variations_form .variations #call_for_credit p label, #call_for_credit .variations_form .variations p label, .variations_form .variations #wc-anz_egate-cc-form label label, #wc-anz_egate-cc-form .variations_form .variations label label, .variations_form .variations #authority_to_leave h2 label, #authority_to_leave .variations_form .variations h2 label {
    width: 100px;
    display: block; }

.variations_form .variations .value {
  width: 90%; }

.variations_form .variations tr + tr td {
  padding-top: 15px; }

/*  Shipping Calculator
    -------------------------------------------------------------------------- */
.calculateshipping-button-container {
  margin-top: 40px; }
  .calculateshipping-button-container .shipping-calculator-button {
    width: 100%;
    margin-bottom: 25px; }
    @media only screen and (min-width: 993px) {
      .calculateshipping-button-container .shipping-calculator-button {
        width: auto;
        margin-bottom: auto; } }

.shipping_calculator {
  display: none; }

.shipping-calculator-form {
  transition: opacity .3s ease-in-out; }
  .shipping-calculator-form.is-processing {
    display: block;
    cursor: not-allowed;
    opacity: 0.4; }

#ajax-list-options {
  margin: 15px 0; }
  #ajax-list-options ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #ajax-list-options li {
    position: relative;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    padding: 15px 20px;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    list-style: none;
    background-color: #e5f2fe;
    border: 1px solid #4186c4;
    margin-bottom: 0;
    color: #4186c4; }
    #ajax-list-options li a {
      color: #ffffff;
      font-weight: bold;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      transition: opacity .15s ease-in-out; }
      #ajax-list-options li a:hover {
        opacity: 0.6; }
    @media only screen and (min-width: 993px) {
      #ajax-list-options li {
        text-align: left; } }
    #ajax-list-options li .button {
      position: relative;
      margin-bottom: 15px;
      clear: both;
      float: left;
      width: 100%; }
      @media only screen and (min-width: 993px) {
        #ajax-list-options li .button {
          width: auto;
          float: none;
          width: auto;
          margin-bottom: 0;
          top: -9px;
          right: -15px;
          float: right; } }
    #ajax-list-options li strong, #ajax-list-options li a {
      color: #4186c4; }
    #ajax-list-options li.success {
      background-color: #f5f8f7;
      border: 1px solid #209687;
      color: #209687; }
      #ajax-list-options li.success strong, #ajax-list-options li.success a {
        color: #209687; }
    #ajax-list-options li.error {
      background-color: #fdf5f6;
      border: 1px solid #e04249;
      color: #e04249; }
      #ajax-list-options li.error strong, #ajax-list-options li.error a {
        color: #e04249; }
  #ajax-list-options li + li {
    margin-top: 10px; }

/*  Gift Card
    -------------------------------------------------------------------------- */
.product-tag-voucher .cart strong {
  padding: 0 20px;
  min-height: 51px;
  line-height: 51px;
  background-color: #e9e9e9;
  display: inline-block;
  float: left;
  transition: all .15s ease-in-out; }
  .product-tag-voucher .cart strong.field-error {
    color: #ffffff;
    background-color: #ff4200; }

.product-tag-voucher .cart .input-text {
  margin-bottom: 28px !important; }
  .product-tag-voucher .cart .input-text.field-error {
    border: 1px solid #ff4200; }

.product-tag-voucher .cart textarea.input-text {
  margin-bottom: 0 !important; }

.rpw_product_message {
  margin: 0 0 10px;
  display: block;
  clear: both; }

/*  Product Wishlist
    -------------------------------------------------------------------------- */
.zip_tagline {
  display: none !important; }

.wcwl_control {
  margin: 0;
  width: 100%;
  float: left; }
  .wcwl_control .wcwl_email_field {
    float: left;
    display: block;
    margin-right: 0;
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .wcwl_control .wcwl_email_field {
        width: 70%; } }
  .wcwl_control .wcwl_control {
    float: left;
    display: block;
    margin-top: 15px;
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .wcwl_control .wcwl_control {
        margin-top: 33px;
        width: 30%; } }
  .wcwl_control .woocommerce_waitlist {
    width: 100%; }
    @media only screen and (min-width: 993px) {
      .wcwl_control .woocommerce_waitlist {
        width: auto; } }
  .wcwl_control label {
    height: 35px;
    margin-bottom: 0; }
  .wcwl_control label, .wcwl_control input {
    width: 100%;
    display: block; }
  .wcwl_control input {
    font-size: 0.75rem;
    border: 1px solid #e9e9e9;
    padding: 13px;
    font-size: 0.75rem;
    border-radius: 1px;
    transition: border .15s ease-in-out; }
    .wcwl_control input:focus, .wcwl_control input:active {
      border: 1px solid #d0d0d0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      outline: 0; }

#call_for_credit p {
  margin-top: 0; }

#call_for_credit #error_message {
  margin-top: 10px;
  text-transform: none;
  font-weight: 300; }

@media only screen and (min-width: 769px) {
  #call_for_credit #credit_called {
    max-width: 280px; } }

/* General
    ========================================================================= */
.content-contact {
  padding-bottom: 50px; }
  @media only screen and (min-width: 993px) {
    .content-contact {
      padding-bottom: 100px; } }

.section--contact {
  margin-top: 25px;
  /*    .container {
        padding-left: 0;
        padding-right: 0;
        @media only screen and (min-width:769px) {
            padding-left: 15px;
            padding-right: 15px;
        }
    }*/ }

/*.collapse-md {
    padding-left: 0;
    padding-right: 0;
    @media only screen and (min-width:769px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}*/
.page-contact {
  /* Contact Details
        ----------------------------------- */
  /* Contact Form
        ----------------------------------- */ }
  .page-contact .wpcf7-select option:first-child {
    display: none; }

.contact-methods {
  display: block;
  padding: 0 15px;
  list-style: none;
  margin: 0 0 50px; }
  .contact-methods .method + .method {
    margin-top: 40px; }
  @media only screen and (min-width: 993px) {
    .contact-methods {
      padding: 0; } }

.method {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
  float: left; }
  .method strong {
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.0625rem;
    float: left; }
  .method span {
    color: #848484;
    float: right; }
    .method span p {
      padding: 0;
      margin: 0; }
  .method .map {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px; }

.method-times {
  padding: 0;
  list-style: none; }
  .method-times strong {
    float: left;
    width: 100%;
    clear: both; }

.open-times {
  color: #848484;
  padding: 0;
  list-style: none; }
  .open-times .day {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px; }
    .open-times .day span:first-child {
      float: left; }
    .open-times .day span:last-child {
      float: right; }
  .open-times .day + .day {
    margin-top: 30px; }

.contact__form {
  margin-top: 50px; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/* General
    ========================================================================= */
.archive .banner {
  margin-bottom: 0; }

.archive__actions {
  margin-top: 25px;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px; }
  .archive__actions .woocommerce-breadcrumb {
    margin-bottom: 45px; }
    @media only screen and (min-width: 769px) {
      .archive__actions .woocommerce-breadcrumb {
        float: left; } }
  .archive__actions .archive__count {
    margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .archive__actions .archive__controls {
      float: right; } }
  @media (min-width: 1560px) {
    .archive__actions {
      padding-right: 0;
      padding-left: 0; }
      .archive__actions .archive__count {
        margin-bottom: 0;
        float: left; }
      .archive__actions .archive__filter {
        float: left; } }

.archive-desc {
  position: relative;
  background: #e9e9e9;
  color: #848484;
  min-height: 60px; }
  .archive-desc:before, .archive-desc:after {
    content: " ";
    display: table; }
  .archive-desc:after {
    clear: both; }
  .archive-desc .desc {
    display: none;
    padding: 40px 15px;
    font-size: 0.875rem; }
    .archive-desc .desc h2 {
      font-family: "brandon-grotesque", sans-serif;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 600; }
  .archive-desc .desc-toggle {
    border: 0;
    text-align: center;
    background-color: transparent;
    display: block;
    width: 100%;
    float: left;
    height: 60px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 600;
    position: absolute; }
    .archive-desc .desc-toggle svg {
      position: relative;
      fill: #4585c7;
      width: 26px;
      height: 26px; }
  .archive-desc .js-show {
    display: block;
    top: 0; }
    .archive-desc .js-show svg {
      top: 7px; }
  .archive-desc .js-hide {
    display: none;
    bottom: 0; }
    .archive-desc .js-hide svg {
      top: 9px;
      transform: rotate(45deg);
      width: 30px;
      height: 30px; }

/*  General
    ========================================================================= */
@media only screen and (min-width: 769px) {
  .archive__filter {
    display: inline-block; } }

.archive__count {
  margin: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 300; }
  @media only screen and (min-width: 769px) {
    .archive__count {
      margin-right: 50px;
      display: inline-block;
      line-height: 55px; } }

/*	General
    ========================================================================= */
.section--my-account {
  padding: 25px 0 50px; }
  @media only screen and (min-width: 769px) {
    .section--my-account {
      padding: 50px 0 100px; } }

.page-my-account h3 {
  color: #0c0a0b;
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 1.625rem;
  margin-bottom: 25px;
  text-align: center; }

.page-my-account form {
  margin-top: 25px; }
  .page-my-account form label {
    margin-bottom: 5px;
    float: left;
    width: 100%;
    clear: both; }
  .page-my-account form .button {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .page-my-account form .button {
        width: auto; } }

.section--account {
  margin-bottom: 50px; }
  .section--account h2 {
    color: #0c0a0b;
    font-weight: 900;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 1.625rem; }
  @media only screen and (min-width: 769px) {
    .section--account {
      margin-bottom: 100px; } }

.woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
  margin-top: 50px; }

.addresses .address {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 769px) {
    .addresses .address {
      width: 48%;
      margin-right: 4%; } }

.addresses .address:last-child {
  margin-right: 0; }

.addresses .title {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 25px; }
  .addresses .title h3 {
    margin: 0;
    color: #0c0a0b;
    text-align: left;
    font-weight: 900;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 1.625rem; }
    @media only screen and (min-width: 769px) {
      .addresses .title h3 {
        line-height: 42px; } }

.addresses address {
  line-height: 1.7em; }

.addresses .edit {
  margin-top: 10px; }
  @media only screen and (min-width: 993px) {
    .addresses .edit {
      margin-top: 0; } }
  @media only screen and (min-width: 993px) {
    .addresses .edit {
      position: absolute;
      right: 0;
      top: 0; } }

/*  General
    ========================================================================= */
.page-my-account .woocommerce {
  margin-bottom: 75px; }

.edit-account {
  /* Password Section */ }
  .edit-account fieldset {
    padding: 100px 40px 40px 40px;
    border: 2px solid #e9e9e9;
    position: relative;
    /* Remove Last Margin */ }
    .edit-account fieldset legend {
      border: 0;
      padding: 0 25px;
      position: absolute;
      background-color: #333333;
      color: #ffffff;
      left: 0;
      top: 0;
      line-height: 60px;
      height: 60px;
      width: 100%; }
    .edit-account fieldset .form-row:last-child, .edit-account fieldset #call_for_credit:last-child, .edit-account fieldset #authority_to_leave:last-child, .edit-account fieldset .sc_info_box .email:last-child, .sc_info_box .edit-account fieldset .email:last-child, .edit-account fieldset
    .sc_info_box .message_row:last-child,
    .sc_info_box .edit-account fieldset .message_row:last-child {
      margin-bottom: 0; }

/*  Order Received
    ========================================================================= */
.woocommerce-thankyou-order-details {
  padding: 0;
  list-style: none;
  margin-bottom: 50px; }
  .woocommerce-thankyou-order-details:before, .woocommerce-thankyou-order-details:after {
    content: " ";
    display: table; }
  .woocommerce-thankyou-order-details:after {
    clear: both; }
  .woocommerce-thankyou-order-details li {
    float: left;
    width: 100%;
    padding: 25px;
    border: 2px solid #e9e9e9;
    border-right: 0; }
    .woocommerce-thankyou-order-details li strong {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 993px) {
      .woocommerce-thankyou-order-details li {
        width: 33.333333333%; } }
  .woocommerce-thankyou-order-details .total {
    border-right: 2px solid #e9e9e9; }
  .woocommerce-thankyou-order-details .method {
    border-top: 0; }
    @media only screen and (min-width: 993px) {
      .woocommerce-thankyou-order-details .method {
        width: 100%; } }
  .woocommerce-thankyou-order-details li:last-child {
    border-right: 2px solid #e9e9e9; }

.woocommerce-order-received .woocommerce {
  margin: 0 auto 50px;
  max-width: 700px; }
  .woocommerce-order-received .woocommerce h2 {
    color: #0c0a0b;
    font-weight: 900;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 1.625rem; }
  .woocommerce-order-received .woocommerce .order_details {
    margin-top: 0;
    margin-bottom: 50px; }
  @media only screen and (min-width: 769px) {
    .woocommerce-order-received .woocommerce {
      margin-bottom: 100px; } }
  .woocommerce-order-received .woocommerce .order_details thead th,
  .woocommerce-order-received .woocommerce .customer_details thead th {
    color: #0f0d0f;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 900; }
  .woocommerce-order-received .woocommerce .order_details tbody td,
  .woocommerce-order-received .woocommerce .customer_details tbody td {
    font-size: 0.875rem;
    background-color: #ffffff;
    font-weight: 300; }
    .woocommerce-order-received .woocommerce .order_details tbody td a,
    .woocommerce-order-received .woocommerce .customer_details tbody td a {
      color: #0f0d0f; }
  .woocommerce-order-received .woocommerce .order_details tfoot th,
  .woocommerce-order-received .woocommerce .customer_details tfoot th {
    color: #0f0d0f;
    font-size: 0.875rem;
    text-transform: uppercase;
    border-bottom: 2px solid #e9e9e9;
    font-weight: 600; }
  .woocommerce-order-received .woocommerce .order_details tfoot td,
  .woocommerce-order-received .woocommerce .customer_details tfoot td {
    color: #0f0d0f; }

.woocommerce-order-received .addresses {
  margin-top: 50px; }
  .woocommerce-order-received .addresses .col-1, .woocommerce-order-received .addresses .col-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (min-width: 769px) {
      .woocommerce-order-received .addresses .col-1, .woocommerce-order-received .addresses .col-2 {
        width: 48%;
        margin-right: 4%; } }
  .woocommerce-order-received .addresses .col-2 {
    margin-right: 0; }
  .woocommerce-order-received .addresses .title {
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    margin-bottom: 25px; }
    .woocommerce-order-received .addresses .title h3 {
      margin: 0;
      color: #0c0a0b;
      font-weight: 900;
      font-family: "brandon-grotesque", sans-serif;
      text-transform: uppercase;
      font-size: 1.625rem; }
      @media only screen and (min-width: 769px) {
        .woocommerce-order-received .addresses .title h3 {
          line-height: 42px; } }
  .woocommerce-order-received .addresses address {
    line-height: 1.7em; }
  .woocommerce-order-received .addresses .edit {
    position: absolute;
    right: 0;
    top: 0; }

/*  Woocommerce Wishlist stuff
    ========================================================================= */
#wl-wrapper {
  margin-bottom: 50px; }
  @media only screen and (min-width: 769px) {
    #wl-wrapper {
      margin-bottom: 100px; } }
  #wl-wrapper td, #wl-wrapper th {
    padding: 15px 25px; }
  #wl-wrapper tbody td {
    color: #0f0d0f; }
  #wl-wrapper .wl-table tbody td,
  #wl-wrapper .wl-table tbody td:first-child {
    vertical-align: middle;
    padding: 15px 25px !important; }
  #wl-wrapper .wl-privacy-col {
    text-align: left !important;
    width: auto; }
    #wl-wrapper .wl-privacy-col select {
      width: 100%; }
  #wl-wrapper .wl-manage td.actions {
    text-align: right !important;
    padding: 25px 0 0 0 !important; }

.wl-form p {
  width: 100%; }

.wl-intro {
  text-align: center; }
  .wl-intro .entry-title {
    color: #0c0a0b;
    font-weight: 900;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 1.625rem; }

#wl-wrapper .wl-table,
#wl-wrapper .wl-table.manage {
  float: left;
  width: 100%;
  margin: 25px 0 35px; }
  #wl-wrapper .wl-table .stock,
  #wl-wrapper .wl-table.manage .stock {
    margin: 0;
    font-weight: normal;
    font-size: 0.875rem; }
  #wl-wrapper .wl-table .cart_table_item,
  #wl-wrapper .wl-table.manage .cart_table_item {
    border: 2px solid #e9e9e9; }

#wl-wrapper ul.wl-tabs {
  margin-bottom: 50px; }

.wl-rad-table label {
  margin-bottom: 0; }

.woocommerce-view-order .woocommerce-MyAccount-content h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 900; }

.woocommerce-view-order .order_details thead th {
  color: #0f0d0f;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 0; }

.woocommerce-view-order .order_details tfoot th {
  color: #0f0d0f; }

.woocommerce-view-order .entry-content h2 {
  margin: 50px 0 0;
  color: #0c0a0b;
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 1.625rem; }
  @media only screen and (min-width: 769px) {
    .woocommerce-view-order .entry-content h2 {
      line-height: 42px; } }

.woocommerce-view-order .addresses {
  margin-top: 50px;
  margin-bottom: 50px; }

.woocommerce-lost-password-sent .site-main {
  padding: 40px 15px; }
  .woocommerce-lost-password-sent .site-main .woocommerce {
    max-width: 465px;
    margin: 0 auto;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    padding: 28px 22px; }
    .woocommerce-lost-password-sent .site-main .woocommerce .woocommerce-alert {
      padding-left: 0;
      padding-right: 0; }
  @media only screen and (min-width: 993px) {
    .woocommerce-lost-password-sent .site-main {
      padding: 65px 0 140px;
      min-height: 685px; } }

/*	==========================================================================
	CHECKOUT
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.woocommerce .blockUI.blockOverlay {
  position: relative; }
  .woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    background-image: url("../images/loaders/default.gif");
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    z-index: 1; }

.woocommerce-checkout .woocommerce-info {
  display: none; }

.page-checkout .section--checkout {
  padding-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .page-checkout .section--checkout {
      padding-bottom: 75px; } }

.page-checkout .form-row label, .page-checkout #call_for_credit label, .page-checkout #authority_to_leave label, .page-checkout .sc_info_box .email label, .sc_info_box .page-checkout .email label, .page-checkout
.sc_info_box .message_row label,
.sc_info_box .page-checkout .message_row label {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both; }

.page-checkout .login {
  padding: 30px;
  border: 2px solid #e9e9e9;
  margin: 0 auto;
  overflow: auto;
  clear: both;
  width: 500px; }
  .page-checkout .login p {
    margin-top: 0; }
  .page-checkout .login .form-row, .page-checkout .login #call_for_credit, .page-checkout .login #authority_to_leave, .page-checkout .login .sc_info_box .email, .sc_info_box .page-checkout .login .email, .page-checkout .login
  .sc_info_box .message_row,
  .sc_info_box .page-checkout .login .message_row {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    position: relative; }
  .page-checkout .login .button {
    float: left; }
  .page-checkout .login .inline {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11.5px;
    width: auto;
    font-weight: 300; }
  .page-checkout .login .inline input {
    margin-right: 10px; }

.page-checkout #shipping_method {
  padding: 0;
  margin: 0;
  list-style: none; }
  .page-checkout #shipping_method li {
    position: relative; }
  .page-checkout #shipping_method input {
    position: absolute;
    top: 5px;
    left: 0; }
  .page-checkout #shipping_method label {
    font-weight: 300;
    text-transform: none;
    padding-left: 20px; }
  .page-checkout #shipping_method .amount {
    display: block;
    font-weight: 600;
    padding-left: 20px; }

.create-account {
  padding-bottom: 0; }
  .create-account p {
    color: #7e7e7e;
    font-style: italic;
    font-size: 0.8125rem;
    margin: 10px 0 0 0; }
  .create-account p.form-row, .create-account p#call_for_credit, .create-account p#authority_to_leave, .create-account .sc_info_box p.email, .sc_info_box .create-account p.email, .create-account
  .sc_info_box p.message_row,
  .sc_info_box .create-account p.message_row {
    margin: 1.5em 0 0;
    font-style: normal; }

p.create-initial {
  margin-bottom: 0; }

.create-account,
#ship-to-different-address {
  display: block;
  width: 100%; }
  .create-account label.checkbox,
  #ship-to-different-address label.checkbox {
    margin: 0;
    font-weight: 300;
    font-size: 0.875rem;
    display: inline-block;
    width: auto;
    float: none; }
  .create-account .input-checkbox,
  #ship-to-different-address .input-checkbox {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    width: auto; }

.page-checkout .woocommerce-checkout {
  padding-top: 10px; }
  @media only screen and (min-width: 993px) {
    .page-checkout .woocommerce-checkout {
      padding-top: 40px; } }

.cart-errors {
  text-align: center; }

/*  Customer Details
    -------------------------------------------------------------------------- */
#customer_details {
  padding: 30px 30px 30px;
  border-top: 2px solid #e9e9e9; }
  @media only screen and (min-width: 769px) {
    #customer_details {
      border: 2px solid #e9e9e9;
      border-bottom: 0; } }

#shipping_details {
  padding: 30px 30px 15px;
  border-top: 2px solid #e9e9e9; }
  @media only screen and (min-width: 769px) {
    #shipping_details {
      border: 2px solid #e9e9e9; } }

/*  Customer Details
    -------------------------------------------------------------------------- */
.col-md-padding {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 769px) {
    .col-md-padding {
      padding-right: 15px;
      padding-left: 15px; } }

/*  Custom Checkbox Field
    -------------------------------------------------------------------------- */
.form-row-checkbox .checkbox {
  font-weight: 300;
  font-size: 0.875rem; }

.form-row-checkbox .input-checkbox {
  margin-right: 10px; }

/*  Order Details
    -------------------------------------------------------------------------- */
#coupons_list {
  display: none !important; }

@media only screen and (min-width: 769px) {
  .order__details {
    border: 2px solid #e9e9e9; } }

.place-order {
  padding: 30px 30px 30px; }
  .place-order .button {
    float: left; }

.payment_method_paypal img,
.payment_method_zipmoney img {
  margin-left: 10px; }

.payment_method_zipmoney img {
  width: 80px; }

.payment_method_paypal img {
  width: 100px; }

.form-row-first {
  width: 47.5%;
  float: left; }

.form-row-last {
  width: 47.5%;
  float: right; }

.form-row-wide {
  width: 100%; }

#place_order {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 769px) {
    #place_order {
      width: auto;
      display: inline-block; } }

/*  Checkout Table
    -------------------------------------------------------------------------- */
.woocommerce-checkout-review-order-table {
  margin: 0; }
  .woocommerce-checkout-review-order-table tr {
    border: 0; }
  .woocommerce-checkout-review-order-table .shipping,
  .woocommerce-checkout-review-order-table .order-total,
  .woocommerce-checkout-review-order-table .cart-subtotal,
  .woocommerce-checkout-review-order-table .cart-discount {
    color: #0f0d0f;
    font-size: 0.875rem;
    background-color: #fafafa;
    font-weight: 300; }
    .woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout-review-order-table .shipping td,
    .woocommerce-checkout-review-order-table .order-total th,
    .woocommerce-checkout-review-order-table .order-total td,
    .woocommerce-checkout-review-order-table .cart-subtotal th,
    .woocommerce-checkout-review-order-table .cart-subtotal td,
    .woocommerce-checkout-review-order-table .cart-discount th,
    .woocommerce-checkout-review-order-table .cart-discount td {
      padding: 40px 25px; }
  .woocommerce-checkout-review-order-table .giftcard {
    color: #0f0d0f;
    font-size: 0.875rem;
    background-color: #fafafa; }
    .woocommerce-checkout-review-order-table .giftcard th {
      font-weight: 100; }
    .woocommerce-checkout-review-order-table .giftcard th, .woocommerce-checkout-review-order-table .giftcard td {
      padding: 0 25px 40px; }
  .woocommerce-checkout-review-order-table .cart-discount th, .woocommerce-checkout-review-order-table .cart-discount td {
    padding: 25px 25px 0; }
  .woocommerce-checkout-review-order-table .cart-subtotal {
    border-top: 2px solid #e9e9e9; }
    .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .cart-subtotal td {
      padding-bottom: 0; }
  .woocommerce-checkout-review-order-table .order-total {
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 2px solid #e9e9e9;
    font-weight: 900; }
    .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td {
      padding-top: 0; }
  .woocommerce-checkout-review-order-table thead tr {
    border-bottom: 2px solid #e9e9e9; }
  .woocommerce-checkout-review-order-table thead th {
    color: #0f0d0f;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 900; }
  .woocommerce-checkout-review-order-table .product-name {
    width: 70%; }
  .woocommerce-checkout-review-order-table .product-value {
    width: 30%; }
  .woocommerce-checkout-review-order-table tfoot th {
    width: 30%; }

#billing_address_1_field {
  margin-bottom: 15px; }

.checkout__header {
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px; }
  .checkout__header h3 {
    margin: 0;
    float: left;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.625rem;
    text-transform: uppercase;
    font-weight: 900; }
  .checkout__header .checkout__header__action {
    float: right;
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 25px;
    text-align: center; }
    .checkout__header .checkout__header__action .returning {
      margin-right: 15px; }
      @media only screen and (min-width: 769px) {
        .checkout__header .checkout__header__action .returning {
          display: none; } }
      @media only screen and (min-width: 1200px) {
        .checkout__header .checkout__header__action .returning {
          display: inline-block; } }
    @media only screen and (min-width: 769px) {
      .checkout__header .checkout__header__action .btn--lined {
        /*	    			position: absolute;
	    			right: 0; top: 50%;
	    			margin-top: -4px;*/ } }
    @media only screen and (min-width: 769px) {
      .checkout__header .checkout__header__action {
        margin-bottom: auto;
        width: auto;
        clear: none;
        text-align: left; } }
  @media only screen and (min-width: 769px) {
    .checkout__header {
      padding-right: 0;
      padding-left: 0; } }

.wc_payment_methods {
  list-style: none;
  padding: 30px 30px 0;
  margin: 0 0 5px;
  /* Not In Design */ }
  .wc_payment_methods .wc_payment_method {
    padding-bottom: 20px; }
  .wc_payment_methods .wc_payment_method p {
    color: #7e7e7e;
    font-style: italic;
    font-size: 0.8125rem;
    margin: 15px 0 0; }
  .wc_payment_methods .wc_payment_method label {
    font-weight: 300;
    font-family: "usual", sans-serif;
    font-size: 0.875rem;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-left: 10px;
    color: #7e7e7e; }
  .wc_payment_methods .about_paypal {
    display: none; }

.secure__payment {
  color: #0f0d0f;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 30px 30px;
  text-align: center; }
  .secure__payment svg {
    top: 2px;
    margin-right: 5px;
    position: relative;
    fill: #0f0d0f;
    height: 15px;
    width: 15px; }
  @media only screen and (min-width: 769px) {
    .secure__payment {
      text-align: left; } }

/*  Create Account
    -------------------------------------------------------------------------- */
.create-account {
  display: inline-block; }

/*  Address Shipping
    -------------------------------------------------------------------------- */
#ship-to-different-address {
  margin: 0 0 15px; }

/*  Terms
    -------------------------------------------------------------------------- */
.terms {
  position: relative; }
  .terms .input-checkbox {
    position: absolute;
    left: 0;
    top: 6px; }
  .terms .checkbox {
    padding-left: 25px; }

.form-row-checkbox {
  position: relative; }
  .form-row-checkbox label {
    display: block;
    padding-left: 25px; }
  .form-row-checkbox .input-checkbox {
    position: absolute;
    left: 0;
    top: 6px; }

p.wc-subscription,
p.wc-terms-and-conditions {
  margin-bottom: 5px;
  position: relative;
  display: block;
  float: left; }
  p.wc-subscription .input-checkbox,
  p.wc-terms-and-conditions .input-checkbox {
    margin-right: 10px;
    display: inline-block; }
  p.wc-subscription .checkbox,
  p.wc-terms-and-conditions .checkbox {
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 300; }

p.wc-terms-and-conditions {
  margin-bottom: 28px; }

/*  Checkout
    -------------------------------------------------------------------------- */
.checkout_coupon {
  margin-bottom: 0; }

/*  Checkout Form
    -------------------------------------------------------------------------- */
/*  ANZ
    -------------------------------------------------------------------------- */
#wc-anz_egate-cc-form {
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  margin: 10px 0 10px 0;
  padding: 20px; }
  #wc-anz_egate-cc-form label {
    margin: 0 0 6px 0;
    font-style: normal; }
  #wc-anz_egate-cc-form p {
    margin-top: 0; }
  #wc-anz_egate-cc-form p + p {
    margin-top: 15px; }

/*  Shippit
    -------------------------------------------------------------------------- */
/*  Checkout Table
    -------------------------------------------------------------------------- */
.woocommerce-checkout-review-order-table thead .product-name,
.woocommerce-checkout-review-order-table thead .product-total {
  color: #ffffff;
  background-color: #000000; }
  @media only screen and (min-width: 769px) {
    .woocommerce-checkout-review-order-table thead .product-name,
    .woocommerce-checkout-review-order-table thead .product-total {
      color: #000000;
      background-color: transparent; } }

.woocommerce-checkout-review-order-table .product-name {
  color: #000000;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600; }

.woocommerce-checkout-review-order-table .product-total {
  color: #000000;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600; }

.woocommerce-checkout-review-order-table .shipping th,
.woocommerce-checkout-review-order-table .cart-subtotal th {
  font-weight: 300;
  font-size: 0.875rem;
  font-family: "usual", sans-serif; }

.woocommerce-checkout-review-order-table .variation {
  font-size: 0.875rem; }
  .woocommerce-checkout-review-order-table .variation dt {
    margin-top: 5px;
    font-weight: 600; }
  .woocommerce-checkout-review-order-table .variation dd {
    padding-left: 10px;
    font-weight: 300;
    margin-top: 5px; }
  .woocommerce-checkout-review-order-table .variation dd p {
    margin: 0 0 5px;
    text-transform: none; }

.artificial__form {
  overflow: auto; }
  @media only screen and (min-width: 769px) {
    .artificial__form input.form-control, .artificial__form #call_for_credit input#credit_called, #call_for_credit .artificial__form input#credit_called, .artificial__form .sc_info_box .email input, .sc_info_box .email .artificial__form input, .artificial__form
    .sc_info_box .message_row input,
    .sc_info_box .message_row .artificial__form input {
      width: 65%;
      float: left; } }
  .artificial__form button.btn, .artificial__form button.button, .artificial__form .comment-form .form-submit button.submit, .comment-form .form-submit .artificial__form button.submit, .artificial__form #ajax-list-options li button.button, #ajax-list-options li .artificial__form button.button, .artificial__form .addresses button.edit, .addresses .artificial__form button.edit {
    width: 100%;
    margin-top: 15px; }
    @media only screen and (min-width: 769px) {
      .artificial__form button.btn, .artificial__form button.button, .artificial__form .comment-form .form-submit button.submit, .comment-form .form-submit .artificial__form button.submit, .artificial__form #ajax-list-options li button.button, #ajax-list-options li .artificial__form button.button, .artificial__form .addresses button.edit, .addresses .artificial__form button.edit {
        margin-top: 0;
        width: 35%;
        float: left; } }

.checkout_coupon {
  display: none !important; }

/*  Checkout
    -------------------------------------------------------------------------- */
.sc_info_box {
  margin: 0;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 0; }
  .sc_info_box h3 {
    margin: 0 0 5px 0;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 900; }
  .sc_info_box .show_hide_list {
    display: block;
    padding: 0; }
    .sc_info_box .show_hide_list li input {
      margin-left: 0;
      display: inline-block;
      margin-right: 5px; }
    .sc_info_box .show_hide_list li > label {
      font-weight: 300;
      font-size: 0.875rem;
      display: inline-block; }
  .sc_info_box .form_table {
    margin: 15px 0 0 0;
    padding: 0;
    border-top: 0; }
  .sc_info_box .email {
    margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .sc_info_box {
      border: 2px solid #e9e9e9;
      border-top: 0; } }

.section--support {
  padding: 25px 0 50px; }
  .section--support .container, .section--support .archive-desc .desc, .archive-desc .section--support .desc, .section--support .cart-errors, .section--support .page-wishlist .entry-content, .page-wishlist .section--support .entry-content {
    padding-right: 0;
    padding-left: 0; }
    @media only screen and (min-width: 769px) {
      .section--support .container, .section--support .archive-desc .desc, .archive-desc .section--support .desc, .section--support .cart-errors, .section--support .page-wishlist .entry-content, .page-wishlist .section--support .entry-content {
        padding-right: 15px;
        padding-left: 15px; } }
  .section--support .title__wrapper {
    padding-right: 20px;
    padding-left: 20px; }
    @media only screen and (min-width: 769px) {
      .section--support .title__wrapper {
        padding-right: 0;
        padding-left: 0; } }
  @media only screen and (min-width: 769px) {
    .section--support {
      padding: 50px 0 100px; } }
  .section--support ol {
    padding-left: 0; }
    .section--support ol li + li {
      margin-top: 15px; }
  .section--support .entry-content {
    padding: 0 15px; }
    @media only screen and (min-width: 769px) {
      .section--support .entry-content {
        padding: 0; } }
  .section--support .tabs {
    margin-left: -15px;
    margin-right: -15px; }
  .section--support h1, .section--support h2, .section--support h3, .section--support h4, .section--support h5, .section--support h6 {
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900; }

.support__title {
  margin: 0 0 40px;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  text-align: left;
  font-weight: 900; }

/*	Sidebar
    ========================================================================= */
.sidebar--menu {
  padding: 0 15px;
  margin-bottom: 40px; }
  .sidebar--menu .toggle-dropdown {
    border-radius: 2px;
    padding: 20px 25px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    color: #0f0d0f;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
    transition: background-color .15s ease-in-out; }
    .sidebar--menu .toggle-dropdown:before {
      content: ' ';
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -3.5px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #0f0d0f;
      transition: transform .3s ease-in-out, border-top-color .3s ease-in-out; }
    .sidebar--menu .toggle-dropdown.is-active {
      color: #ffffff;
      background-color: #0f0d0f; }
      .sidebar--menu .toggle-dropdown.is-active:before {
        border-top: 7px solid #ffffff;
        transform: rotate(-180deg); }
  .sidebar--menu .menu,
  .sidebar--menu .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    border: 2px solid #e9e9e9;
    border-radius: 2px; }
    .sidebar--menu .menu a,
    .sidebar--menu .woocommerce-MyAccount-navigation ul a {
      display: block;
      border-bottom: 2px solid #e9e9e9;
      padding: 20px 25px;
      font-size: 0.9375rem;
      text-transform: uppercase;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 300;
      color: #0f0d0f;
      transition: background-color .15s ease-in-out; }
      .sidebar--menu .menu a:hover,
      .sidebar--menu .woocommerce-MyAccount-navigation ul a:hover {
        background-color: #f6f6f6; }
    .sidebar--menu .menu li:last-child a,
    .sidebar--menu .woocommerce-MyAccount-navigation ul li:last-child a {
      border-bottom: 0; }
    .sidebar--menu .menu .is-active a,
    .sidebar--menu .menu .current-menu-item a,
    .sidebar--menu .woocommerce-MyAccount-navigation ul .is-active a,
    .sidebar--menu .woocommerce-MyAccount-navigation ul .current-menu-item a {
      color: #ffffff;
      background-color: #0f0d0f;
      font-weight: 600; }
      .sidebar--menu .menu .is-active a:hover,
      .sidebar--menu .menu .current-menu-item a:hover,
      .sidebar--menu .woocommerce-MyAccount-navigation ul .is-active a:hover,
      .sidebar--menu .woocommerce-MyAccount-navigation ul .current-menu-item a:hover {
        color: #ffffff;
        background-color: #0f0d0f; }
    @media only screen and (min-width: 993px) {
      .sidebar--menu .menu,
      .sidebar--menu .woocommerce-MyAccount-navigation ul {
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
        border-radius: 0;
        border: 0; } }
  .sidebar--menu .btn--logout {
    margin-top: 25px; }
  @media only screen and (min-width: 769px) {
    .sidebar--menu {
      padding: 0 0; } }
  @media only screen and (min-width: 993px) {
    .sidebar--menu {
      margin-bottom: 0; } }

body.page-auth .site-main {
  padding-bottom: 100px;
  background-color: #0f0d0f;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/auth/weights.jpg");
  background-size: cover; }

body.page-auth .page__title {
  color: #ffffff; }

.section--auth {
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (min-width: 769px) {
    .section--auth {
      padding-right: 0;
      padding-left: 0; } }

/*	General
    ========================================================================= */
.form__login,
.form__register {
  max-width: 465px;
  margin: 0 auto; }

.panel--auth {
  margin-top: 35px; }
  .panel--auth .form-row + .form-row, .panel--auth #call_for_credit + .form-row, .panel--auth #authority_to_leave + .form-row, .panel--auth .sc_info_box .email + .form-row, .sc_info_box .panel--auth .email + .form-row, .panel--auth
  .sc_info_box .message_row + .form-row,
  .sc_info_box .panel--auth .message_row + .form-row, .panel--auth .form-row + #call_for_credit, .panel--auth #call_for_credit + #call_for_credit, .panel--auth #authority_to_leave + #call_for_credit, .panel--auth .sc_info_box .email + #call_for_credit, .sc_info_box .panel--auth .email + #call_for_credit, .panel--auth
  .sc_info_box .message_row + #call_for_credit,
  .sc_info_box .panel--auth .message_row + #call_for_credit, .panel--auth .form-row + #authority_to_leave, .panel--auth #call_for_credit + #authority_to_leave, .panel--auth #authority_to_leave + #authority_to_leave, .panel--auth .sc_info_box .email + #authority_to_leave, .sc_info_box .panel--auth .email + #authority_to_leave, .panel--auth
  .sc_info_box .message_row + #authority_to_leave,
  .sc_info_box .panel--auth .message_row + #authority_to_leave, .panel--auth .sc_info_box .form-row + .email, .sc_info_box .panel--auth .form-row + .email, .panel--auth .sc_info_box #call_for_credit + .email, .sc_info_box .panel--auth #call_for_credit + .email, .panel--auth .sc_info_box #authority_to_leave + .email, .sc_info_box .panel--auth #authority_to_leave + .email, .panel--auth .sc_info_box .email + .email, .sc_info_box .panel--auth .email + .email, .panel--auth .sc_info_box .message_row + .email, .sc_info_box .panel--auth .message_row + .email, .panel--auth
  .sc_info_box .form-row + .message_row,
  .sc_info_box .panel--auth .form-row + .message_row, .panel--auth
  .sc_info_box #call_for_credit + .message_row,
  .sc_info_box .panel--auth #call_for_credit + .message_row, .panel--auth
  .sc_info_box #authority_to_leave + .message_row,
  .sc_info_box .panel--auth #authority_to_leave + .message_row, .panel--auth .sc_info_box .email + .message_row, .sc_info_box .panel--auth .email + .message_row, .panel--auth .sc_info_box .message_row + .message_row, .sc_info_box .panel--auth .message_row + .message_row {
    margin-top: 22px; }
  .panel--auth .auth__form-actions {
    margin: 22px 0; }
  @media only screen and (min-width: 769px) {
    .panel--auth {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.75);
      margin-top: 65px; } }

.form__login .login,
.form__login .lost_reset_password {
  background-color: #ffffff;
  padding: 28px 22px; }

.form__register .register {
  background-color: #ffffff;
  padding: 28px 22px; }

.auth__title {
  padding: 22px;
  text-align: center;
  background-color: transparent;
  font-size: 1.625rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  color: #ffffff;
  margin: 0; }
  @media only screen and (min-width: 769px) {
    .auth__title {
      text-align: left;
      background-color: #0f0d0f;
      font-size: 2rem; } }

.auth__action {
  margin-top: 50px;
  display: block;
  text-align: center;
  clear: both;
  color: #ffffff;
  font-family: "usual", sans-serif;
  font-size: 0.875rem; }

/*  Remember Me
    ========================================================================= */
.rememberme {
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .rememberme {
      text-align: left; } }

/*	Password
    ========================================================================= */
.lost_password {
  margin: 0;
  text-align: center;
  display: none; }
  @media only screen and (min-width: 769px) {
    .lost_password {
      text-align: right;
      line-height: 52px; } }
  @media only screen and (max-width: 992px) {
    .lost_password.mobile {
      display: block; } }
  @media only screen and (min-width: 769px) {
    .lost_password.desktop {
      display: block; } }

/*	Removal / Cleanup
    ========================================================================= */
.wl-create-new {
  display: none; }

/*	Container
    ========================================================================= */
/*	==========================================================================
	FITOUTS
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.section--fitout {
  padding-top: 84px;
  padding-bottom: 84px; }
  .section--fitout .lead {
    margin: 10px 0 0;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    color: #0f0d0f; }

.section--fitout-dynamic {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media only screen and (min-width: 993px) {
    .section--fitout-dynamic {
      padding-top: 84px;
      padding-bottom: 84px; } }

.section--fitout-hero {
  padding: 25px 0 0 0;
  background-color: #f1f1f1;
  overflow: hidden; }
  .section--fitout-hero p:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 993px) {
    .section--fitout-hero {
      padding-top: 84px;
      padding-bottom: 84px; } }

.section--contact-us {
  border-top: 2px solid #e9e9e9; }
  @media only screen and (min-width: 993px) {
    .section--contact-us {
      padding: 60px 0 120px; } }

.fitout__contact {
  max-width: 570px;
  width: 100%;
  margin: 0 auto; }
  .fitout__contact textarea {
    height: 200px; }

/*  Titles
    -------------------------------------------------------------------------- */
.fitout__title,
.contact__title {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900; }

.contact__subtitle {
  margin: 5px 0 25px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  color: #0f0d0f; }

/*	General
    ========================================================================= */
.page-zippay .site-content {
  padding-top: 35px; }
  @media only screen and (min-width: 993px) {
    .page-zippay .site-content {
      padding-top: 75px; } }

body a#zipmoney-learn-more {
  display: none !important; }

/*	General
    ========================================================================= */
.section--cart .container, .section--cart .archive-desc .desc, .archive-desc .section--cart .desc, .section--cart .cart-errors, .section--cart .page-wishlist .entry-content, .page-wishlist .section--cart .entry-content {
  padding-left: 0;
  padding-right: 0; }

.section--cart .coupon .button {
  width: 100%; }
  @media only screen and (min-width: 993px) {
    .section--cart .coupon .button {
      width: auto; } }

.section--cart .coupon .input-text,
.section--cart .coupon .button:first-child {
  margin-bottom: 15px; }

.section--cart .coupon .row, .section--cart .coupon .woocommerce-order-received .addresses, .woocommerce-order-received .section--cart .coupon .addresses, .section--cart .coupon .woocommerce-view-order .addresses, .woocommerce-view-order .section--cart .coupon .addresses {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (min-width: 993px) {
    .section--cart .coupon .row, .section--cart .coupon .woocommerce-order-received .addresses, .woocommerce-order-received .section--cart .coupon .addresses, .section--cart .coupon .woocommerce-view-order .addresses, .woocommerce-view-order .section--cart .coupon .addresses {
      margin-left: -15px;
      margin-right: -15px; } }

.section--cart .woocommerce-alert {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 993px) {
    .section--cart .woocommerce-alert {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; } }

.section--cart-empty {
  text-align: center; }
  .section--cart-empty .woocommerce-message {
    text-align: left; }

table.cart .variation {
  margin: 0.625rem 0 0; }
  table.cart .variation dt {
    margin: 0;
    color: #0f0d0f;
    font-size: 0.875rem; }
  table.cart .variation dd {
    font-size: 0.75rem;
    margin: 0 0 10px;
    font-weight: 300; }
  table.cart .variation p {
    margin: 0; }
  table.cart .variation dd:last-child {
    margin: 0; }

table.cart thead {
  display: none; }
  @media only screen and (min-width: 993px) {
    table.cart thead {
      display: table-header-group; } }

table.cart .cart_item--desktop {
  display: none; }
  @media only screen and (min-width: 993px) {
    table.cart .cart_item--desktop {
      display: table-row; } }

table.cart .cart_item--mobile {
  display: block;
  overflow: hidden;
  padding-bottom: 25px; }
  @media only screen and (min-width: 993px) {
    table.cart .cart_item--mobile {
      display: none; } }

table.cart .cart_item--mobile:last-child {
  border-bottom: 2px solid #e9e9e9; }

table.cart .cart__item img {
  max-width: 140px; }

table.cart .cart__item {
  width: 100%;
  display: block; }
  table.cart .cart__item .cart__item__title {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 600; }
    table.cart .cart__item .cart__item__title a {
      color: #0f0d0f; }
  table.cart .cart__item .cart__item__thumbnail {
    float: left; }
  table.cart .cart__item .cart__item__pricing {
    padding-left: 15px;
    float: left; }
  table.cart .cart__item .cart__item__price {
    color: #0f0d0f;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600; }
  table.cart .cart__item .remove {
    top: -5px;
    right: -5px;
    position: absolute;
    vertical-align: middle; }
    @media only screen and (min-width: 993px) {
      table.cart .cart__item .remove {
        position: relative; } }
    table.cart .cart__item .remove .icon {
      width: 35px;
      height: 35px;
      fill: #fd182d;
      transition: fill .3s ease-in-out; }
    table.cart .cart__item .remove:hover .icon {
      fill: #e00216; }
  table.cart .cart__item .product-quantity {
    display: none; }

.cart__item__header {
  position: relative;
  margin-bottom: 40px;
  padding-right: 50px; }
  .cart__item__header .remove {
    position: absolute; }

/*	Actions
    ========================================================================= */
.actions {
  display: block;
  clear: both;
  width: 100%;
  float: left;
  padding: 50px 0 25px; }
  .actions .coupon__label {
    display: block;
    margin-bottom: 15px; }
  @media only screen and (min-width: 993px) {
    .actions .coupon {
      padding-left: 15px;
      float: left; } }
  .actions .cart__actions .button,
  .actions .cart__actions .wc-proceed-to-checkout {
    display: none; }
    @media only screen and (min-width: 769px) {
      .actions .cart__actions .button,
      .actions .cart__actions .wc-proceed-to-checkout {
        display: inline-block; } }
  @media only screen and (min-width: 993px) {
    .actions .cart__actions .wc-proceed-to-checkout {
      margin-left: 35px; } }
  @media only screen and (min-width: 993px) {
    .actions .cart__actions {
      float: right; } }
  .actions .cart__actions .btn--update {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 993px) {
      .actions .cart__actions .btn--update {
        display: inline-block;
        width: auto; } }
  @media only screen and (max-width: 992px) {
    .actions {
      padding: 25px 15px 50px;
      display: block;
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .actions {
      margin-bottom: 100px; } }

/*	Calculator
    ========================================================================= */
.shipping-calculator-form {
  display: block !important; }

.calculateshipping-button-container .empty-cart-message {
  display: none; }

.calculateshipping-button-container .empty-cart .shipping-calculator-form {
  display: none !important; }

.calculateshipping-button-container .empty-cart .empty-cart-message {
  display: inline-block; }

/*	==========================================================================
	404
	========================================================================== */
/*  Page
    -------------------------------------------------------------------------- */
.page-404 {
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/404/gloves.jpg");
  background-size: cover; }

/*  General
    -------------------------------------------------------------------------- */
.error-404 {
  padding: 17% 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff; }
  .error-404 .page__title {
    margin: 0;
    display: block;
    font-size: 3.75rem;
    clear: both; }
  .error-404 p {
    margin: 0;
    display: block;
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: #0f0d0f; }

/* ==========================================================================
   OVERRIDES, HELPERS & UTILITIES
   ========================================================================== */
/*	Variables
    ========================================================================= */
/* Styles */
/*	Rules
    ========================================================================= */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

.admin-bar.home .site-content {
  margin-top: -46px; }
  @media (min-width: 782px) {
    .admin-bar.home .site-content {
      margin-top: -32px; } }

.admin-bar .header {
  top: 46px; }
  @media (min-width: 782px) {
    .admin-bar .header {
      top: 77px; } }
  @media only screen and (min-width: 769px) {
    .admin-bar .header {
      top: 32px; } }
  @media only screen and (min-width: 993px) {
    .admin-bar .header {
      top: 77px; } }
  .admin-bar .header.affix {
    top: 46px; }
    @media (min-width: 782px) {
      .admin-bar .header.affix {
        top: 32px; } }
    @media only screen and (min-width: 769px) {
      .admin-bar .header.affix {
        top: 32px; } }
    @media only screen and (min-width: 993px) {
      .admin-bar .header.affix {
        top: 32px; } }

.admin-bar .top-bar {
  top: 0; }
  @media (min-width: 782px) {
    .admin-bar .top-bar {
      top: 0; } }

.admin-bar .header__search {
  top: 121px; }
  @media (min-width: 782px) {
    .admin-bar .header__search {
      top: 32px; } }
  @media only screen and (min-width: 769px) {
    .admin-bar .header__search {
      top: 77px; } }
  @media only screen and (min-width: 993px) {
    .admin-bar .header__search {
      top: 77px; } }
  .admin-bar .header__search.affix {
    top: 46px; }
    @media (min-width: 782px) {
      .admin-bar .header__search.affix {
        top: 32px; } }
    @media only screen and (min-width: 769px) {
      .admin-bar .header__search.affix {
        top: 32px; } }
    @media only screen and (min-width: 993px) {
      .admin-bar .header__search.affix {
        top: 32px; } }

.admin-bar .side-cart {
  top: 46px; }
  @media (min-width: 782px) {
    .admin-bar .side-cart {
      top: 32px; } }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.front-font-style--lead-paragraph {
  font-size: 24px; }
  
#place_order{
    margin-top:20px;
}

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