/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
.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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/*
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  .input-lg();
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  .input-sm();
}
*/
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
  /*
  // Sizing
  &.input-sm {
    padding: @padding-small-vertical @padding-small-horizontal;
    font-size: @font-size-small;
    border-radius: @border-radius-small;
  }
  */
  /*
  // Nuke default margins from checkboxes and radios to vertically center within.
  input[type="radio"],
  input[type="checkbox"] {
    margin-top: 0;
  }
  */
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/*
// Reset rounded corners
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  .border-right-radius(0);
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  .border-left-radius(0);
}
.input-group-addon:last-child {
  border-left: 0;
}
*/
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  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: #337ab7;
}
.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.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@font-face {
  font-family: "Flat-UI-Icons";
  src: url("../fonts/Flat-UI-Icons.eot");
  src: url("../fonts/Flat-UI-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons.woff") format("woff"), url("../fonts/Flat-UI-Icons.ttf") format("truetype"), url("../fonts/Flat-UI-Icons.svg#Flat-UI-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Flat-UI-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.fui-triangle-up,
.fui-triangle-up-small,
.fui-triangle-right-large,
.fui-triangle-left-large,
.fui-triangle-down,
.fui-info,
.fui-alert,
.fui-question,
.fui-window,
.fui-windows,
.fui-arrow-right,
.fui-arrow-left,
.fui-loop,
.fui-cmd,
.fui-mic,
.fui-triangle-down-small,
.fui-check-inverted,
.fui-heart,
.fui-location,
.fui-plus,
.fui-check,
.fui-cross,
.fui-list,
.fui-new,
.fui-video,
.fui-photo,
.fui-volume,
.fui-time,
.fui-eye,
.fui-chat,
.fui-home,
.fui-upload,
.fui-search,
.fui-user,
.fui-mail,
.fui-lock,
.fui-power,
.fui-star,
.fui-calendar,
.fui-gear,
.fui-book,
.fui-exit,
.fui-trash,
.fui-folder,
.fui-bubble,
.fui-cross-inverted,
.fui-plus-inverted,
.fui-export,
.fui-radio-unchecked,
.fui-radio-checked,
.fui-checkbox-unchecked,
.fui-checkbox-checked,
.fui-flat,
.fui-calendar-solid,
.fui-star-2,
.fui-credit-card,
.fui-clip,
.fui-link,
.fui-pause,
.fui-play,
.fui-tag,
.fui-document,
.fui-image,
.fui-facebook,
.fui-youtube,
.fui-vimeo,
.fui-twitter,
.fui-stumbleupon,
.fui-spotify,
.fui-skype,
.fui-pinterest,
.fui-path,
.fui-myspace,
.fui-linkedin,
.fui-googleplus,
.fui-dribbble,
.fui-blogger,
.fui-behance,
.fui-list-thumbnailed,
.fui-list-small-thumbnails,
.fui-list-numbered,
.fui-list-large-thumbnails,
.fui-list-columned,
.fui-list-bulleted {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.fui-triangle-up:before {
  content: "\e000";
}
.fui-triangle-up-small:before {
  content: "\e001";
}
.fui-triangle-right-large:before {
  content: "\e002";
}
.fui-triangle-left-large:before {
  content: "\e003";
}
.fui-triangle-down:before {
  content: "\e004";
}
.fui-info:before {
  content: "\e016";
}
.fui-alert:before {
  content: "\e017";
}
.fui-question:before {
  content: "\e018";
}
.fui-window:before {
  content: "\e019";
}
.fui-windows:before {
  content: "\e01a";
}
.fui-arrow-right:before {
  content: "\e02c";
}
.fui-arrow-left:before {
  content: "\e02d";
}
.fui-loop:before {
  content: "\e02e";
}
.fui-cmd:before {
  content: "\e02f";
}
.fui-mic:before {
  content: "\e030";
}
.fui-triangle-down-small:before {
  content: "\e005";
}
.fui-check-inverted:before {
  content: "\e006";
}
.fui-heart:before {
  content: "\e007";
}
.fui-location:before {
  content: "\e008";
}
.fui-plus:before {
  content: "\e009";
}
.fui-check:before {
  content: "\e00a";
}
.fui-cross:before {
  content: "\e00b";
}
.fui-list:before {
  content: "\e00c";
}
.fui-new:before {
  content: "\e00d";
}
.fui-video:before {
  content: "\e00e";
}
.fui-photo:before {
  content: "\e00f";
}
.fui-volume:before {
  content: "\e010";
}
.fui-time:before {
  content: "\e011";
}
.fui-eye:before {
  content: "\e012";
}
.fui-chat:before {
  content: "\e013";
}
.fui-home:before {
  content: "\e015";
}
.fui-upload:before {
  content: "\e01b";
}
.fui-search:before {
  content: "\e01c";
}
.fui-user:before {
  content: "\e01d";
}
.fui-mail:before {
  content: "\e01e";
}
.fui-lock:before {
  content: "\e01f";
}
.fui-power:before {
  content: "\e020";
}
.fui-star:before {
  content: "\e021";
}
.fui-calendar:before {
  content: "\e023";
}
.fui-gear:before {
  content: "\e024";
}
.fui-book:before {
  content: "\e025";
}
.fui-exit:before {
  content: "\e026";
}
.fui-trash:before {
  content: "\e027";
}
.fui-folder:before {
  content: "\e028";
}
.fui-bubble:before {
  content: "\e029";
}
.fui-cross-inverted:before {
  content: "\e02a";
}
.fui-plus-inverted:before {
  content: "\e031";
}
.fui-export:before {
  content: "\e014";
}
.fui-radio-unchecked:before {
  content: "\e02b";
}
.fui-radio-checked:before {
  content: "\e032";
}
.fui-checkbox-unchecked:before {
  content: "\e033";
}
.fui-checkbox-checked:before {
  content: "\e034";
}
.fui-flat:before {
  content: "\e035";
}
.fui-calendar-solid:before {
  content: "\e022";
}
.fui-star-2:before {
  content: "\e036";
}
.fui-credit-card:before {
  content: "\e037";
}
.fui-clip:before {
  content: "\e038";
}
.fui-link:before {
  content: "\e039";
}
.fui-pause:before {
  content: "\e03b";
}
.fui-play:before {
  content: "\e03c";
}
.fui-tag:before {
  content: "\e03d";
}
.fui-document:before {
  content: "\e03e";
}
.fui-image:before {
  content: "\e03a";
}
.fui-facebook:before {
  content: "\e03f";
}
.fui-youtube:before {
  content: "\e040";
}
.fui-vimeo:before {
  content: "\e041";
}
.fui-twitter:before {
  content: "\e042";
}
.fui-stumbleupon:before {
  content: "\e043";
}
.fui-spotify:before {
  content: "\e044";
}
.fui-skype:before {
  content: "\e045";
}
.fui-pinterest:before {
  content: "\e046";
}
.fui-path:before {
  content: "\e047";
}
.fui-myspace:before {
  content: "\e048";
}
.fui-linkedin:before {
  content: "\e049";
}
.fui-googleplus:before {
  content: "\e04a";
}
.fui-dribbble:before {
  content: "\e04c";
}
.fui-blogger:before {
  content: "\e04d";
}
.fui-behance:before {
  content: "\e04e";
}
.fui-list-thumbnailed:before {
  content: "\e04b";
}
.fui-list-small-thumbnails:before {
  content: "\e04f";
}
.fui-list-numbered:before {
  content: "\e050";
}
.fui-list-large-thumbnails:before {
  content: "\e051";
}
.fui-list-columned:before {
  content: "\e052";
}
.fui-list-bulleted:before {
  content: "\e053";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-check-circle:before {
  content: "\f058";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-instagram:before {
  content: "\f16d";
}
/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container:before,
.datepicker-container:after {
  border: 5px solid transparent;
  content: ' ';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #772a22;
}
.datepicker-top-left:before,
.datepicker-top-right:before,
.datepicker-top-left:after,
.datepicker-top-right:after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #772a22;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #772a22;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #772a22;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right:before,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  content: ' ';
  display: table;
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #d77d74;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #d77d74;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #d26b60;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #772a22;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #d77d74;
}
.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
}
.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}
@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Circular-Air/Circular_Air-Light.woff2") format("woff2"), url("../fonts/Circular-Air/Circular_Air-Light.woff") format("woff"), url("../fonts/Circular-Air/Circular_Air-Light.svg") format("svg");
}
@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Circular-Air/Circular_Air-Bold.woff2") format("woff2"), url("../fonts/Circular-Air/Circular_Air-Bold.woff") format("woff"), url("../fonts/Circular-Air/Circular_Air-Bold.svg") format("svg");
}
@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Circular-Air/Circular_Air-Book.woff2") format("woff2"), url("../fonts/Circular-Air/Circular_Air-Book.woff") format("woff"), url("../fonts/Circular-Air/Circular_Air-Book.svg") format("svg");
}
@font-face {
  font-family: "DIN";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/din/DINWeb-CondBold.woff") format("woff"), url("../fonts/din/DINWeb-CondBold.ttf") format("truetype"), url("../fonts/din/DINWeb-CondBold.eot") format("embedded-opentype");
}
img.img-1x {
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img.img-1x {
    display: none !important;
  }
}
img.img-2x {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img.img-2x {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  img.img-xs {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  img.img-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  img.img-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  img.img-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  img.img-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  img.img-sm {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  img.img-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  img.img-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  img.img-md {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  img.img-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  img.img-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  img.img-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  img.img-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  img.img-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  img.img-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  img.img-lg {
    display: block;
  }
}
#is_mobile {
  display: block;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  #is_mobile {
    display: none;
  }
}
html,
body {
  height: 100%;
  position: relative;
}
body {
  font-family: 'Circular', sans-serif;
  color: #484848;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #f5f5f5;
}
body.body-checkout {
  background: #fff;
}
.clear {
  clear: both;
}
.spacer {
  height: 20px;
}
a {
  color: #12aaeb;
}
a:hover {
  color: #0e88bc;
}
.background .grey {
  background: #f9f9f9;
  height: 400px;
}
.btn {
  border: none;
  border-radius: 0;
  padding: 12px 14px 8px;
  font-size: 18px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  font-family: 'DIN', sans-serif;
  text-transform: uppercase;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}
.btn.btn-primary {
  background: #e04440;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #e45956;
}
.btn.btn-primary:active {
  background: #dc2f2a;
}
.btn.btn-dark {
  background: #000;
  color: #fff;
  font-weight: 400;
}
.btn.btn-dark:hover {
  background: #111;
}
.btn.btn-dark:active {
  background: #222;
}
.btn.btn-success {
  background: #9c6;
  color: #fff;
  font-weight: 400;
}
.btn.btn-success:hover {
  background: #a6d279;
}
.btn.btn-success:active {
  background: #8cc653;
}
.btn.btn-default {
  background: #ddd;
  color: #444;
}
.btn.btn-default:hover {
  background: #ccc;
}
.btn.btn-default:active {
  background: #bbb;
}
.btn.btn-small {
  font-size: 14px;
  line-height: 14px;
  padding: 4px 12px;
}
.btn.disabled {
  background: #ddd;
  color: #aaa;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    padding: 16px 14px 16px;
    font-size: 20px;
  }
}
.content-container {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .content-container {
    padding: 0;
  }
}
.content {
  border-top: 1px solid #ddd;
  font-size: 16px;
  line-height: 26px;
  padding: 30px 0;
}
.content p,
.content li {
  font-size: 16px;
  font-weight: 300;
}
.content p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 20px;
}
.content.content-left {
  padding-right: 30px;
}
.content .row {
  margin: 0 -15px;
}
.content .row > div {
  padding: 0 15px;
}
.body-content {
  padding: 50px;
}
@media (max-width: 767px) {
  .body-content {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .body-content {
    padding: 50px 30px;
  }
}
.body-container {
  background: #fff;
}
.top-bar {
  background: #111;
  width: 100%;
  min-height: 8px;
  font-size: 12px;
  color: #fff;
  padding: 0px 20px;
}
.top-bar p {
  margin: 0;
  padding: 0;
}
.top-bar a {
  color: #fff;
  text-decoration: none;
}
.top-bar .title {
  text-transform: uppercase;
}
.top-bar .links {
  text-align: right;
  line-height: 16px;
}
.top-bar .links a {
  margin: 0 0 0 60px;
  font-size: 13px;
}
.top-bar .links a span {
  margin: 0 4px 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
.top-menu .title {
  padding: 0;
}
@media (max-width: 767px) {
  .top-menu .title {
    padding: 0;
  }
}
.top-menu h1,
.checkout-logo h1 {
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 100px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin: 4px 0 0;
  font-family: 'DIN', sans-serif;
}
.top-menu h1 a,
.checkout-logo h1 a {
  color: inherit;
  text-decoration: none;
}
.top-menu .title,
.checkout-logo .title,
.top-menu .logo,
.checkout-logo .logo {
  display: inline-block;
}
.top-menu .logo,
.checkout-logo .logo {
  width: 70px;
  line-height: 100px;
  padding: 0 10px 0 0;
}
.top-menu .logo a,
.checkout-logo .logo a {
  position: relative;
  top: -2px;
}
.top-menu .logo img,
.checkout-logo .logo img {
  width: 100%;
  height: auto;
}
.top-menu .logo-top,
.checkout-logo .logo-top {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  line-height: 100px;
  width: 100%;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-menu .logo-top,
  .checkout-logo .logo-top {
    padding: 6px 0;
  }
  .top-menu h1,
  .checkout-logo h1 {
    margin: 0;
  }
  .top-menu .title,
  .checkout-logo .title {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-menu h1,
  .checkout-logo h1 {
    font-size: 30px;
  }
  .top-menu .logo-top,
  .checkout-logo .logo-top {
    padding: 6px 20px 6px 20px;
  }
}
.checkout-logo {
  padding: 0 0 20px;
}
.checkout-logo h1 {
  line-height: 50px;
}
.checkout-logo .logo {
  width: 50px;
  line-height: 50px;
}
.checkout-logo .logo-top {
  padding-left: 0;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout-logo {
    padding: 20px 0 0;
  }
}
.top-menu {
  background: #fff;
  z-index: 3;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-family: 'DIN', sans-serif;
  position: relative;
}
.top-menu .logo {
  padding: 0 10px 0 20px;
}
.top-menu .right {
  text-align: right;
}
.top-menu .menu-links {
  display: inline-block;
}
.top-menu .menu-links.store-menu-links {
  padding-right: 20px;
}
.top-menu .menu-links.main-menu-links {
  text-align: center;
  width: 100%;
}
.top-menu .menu-links.main-menu-links .has-dropdown,
.top-menu .menu-links.main-menu-links > a {
  line-height: 60px;
  height: 70px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-menu .menu-links.main-menu-links {
    display: none;
  }
}
.top-menu .menu-links > a.highlight {
  color: #e04440;
}
.top-menu .menu-links > a.shopping-cart-icon {
  font-size: 20px;
  padding: 0 24px;
}
.top-menu .menu-links > a.shopping-cart-icon.active {
  background: #292929;
  color: #fff;
}
.top-menu .menu-links > a:hover {
  border-bottom: 2px solid #e04440;
}
.top-menu .menu-links .has-dropdown,
.top-menu .menu-links > a {
  display: inline-block;
  padding: 0 30px;
  height: 90px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  line-height: 100px;
  vertical-align: middle;
}
.top-menu .menu-links .has-dropdown:hover,
.top-menu .menu-links > a:hover {
  border-bottom: 2px solid #e04440;
}
.top-menu .menu-links .has-dropdown:hover .menu-drop,
.top-menu .menu-links > a:hover .menu-drop {
  display: block;
}
.top-menu .menu-links .menu-drop {
  display: none;
  position: absolute;
  padding: 30px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  right: 0;
  text-align: center;
  margin: 10px 0 0;
}
.top-menu .menu-links .menu-drop a {
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  line-height: 26px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin: 4px 0 0;
  font-family: 'DIN', sans-serif;
  display: block;
}
.top-menu .menu-links .menu-drop a:hover {
  text-decoration: none;
  cursor: pointer;
}
.top-menu .menu-links .menu-product-img {
  padding: 10px;
}
.top-menu .menu-links .menu-product {
  padding: 10px;
}
.top-menu .menu-icon {
  padding: 40px 0 40px 30px;
  vertical-align: middle;
}
.top-menu .menu-icon a {
  width: 30px;
  display: block;
}
.top-menu .menu-icon span {
  width: 100%;
  height: 2px;
  background: #444;
  display: block;
  margin: 0 0 6px;
}
.top-menu .menu-icon span:last-child {
  margin: 0;
}
.top-menu .links-menu {
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .top-menu .menu-links a,
  .top-menu .menu-links .has-dropdown {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-menu .menu-links a,
  .top-menu .menu-links .has-dropdown {
    padding: 0 16px;
  }
  .top-menu .menu-links .menu-drop {
    width: 680px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .top-menu .right {
    padding: 0;
  }
  .top-menu .links-menu {
    text-align: center;
  }
  .top-menu .menu-icon {
    display: block;
  }
  .top-menu .menu-links a,
  .top-menu .menu-links .has-dropdown {
    display: none;
  }
  .top-menu .menu-links .shopping-cart-icon {
    display: inline-block;
  }
}
.main {
  min-height: 100%;
}
.main .container {
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .main {
    min-height: auto;
    padding: 0;
  }
}
.main-container {
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .main-container {
    padding: 0 20px 60px;
  }
}
.menu {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  padding: 20px 30px 20px 20px;
  width: 400px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .menu {
    width: 90%;
  }
}
.menu.active {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  box-shadow: 0 0 100px #000000;
}
.menu .menu-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu .logo {
  text-align: right;
}
.menu .menu-bar .close-icon {
  font-size: 24px;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 12px 0;
}
.menu .menu-bar .close-icon span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
}
.menu .menu-bar .close-icon span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
}
.menu .menu-bar .close-icon span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu .menu-items {
  padding: 40px 0 0;
}
.menu .menu-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.menu .menu-items ul:hover li a {
  color: #666;
}
.menu .menu-items ul li {
  padding: 0 0 12px;
}
.menu .menu-items ul li ul {
  padding: 15px 0 0 30px;
}
.menu .menu-items ul li a {
  font-size: 20px;
  color: #bbb;
  text-decoration: none;
  transition: color 250ms ease-in-out;
  display: block;
}
.menu .menu-items ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.menu .social-media .social a {
  color: #777;
  font-size: 24px;
}
.menu .menu-base {
  position: absolute;
  bottom: 50px;
}
.menu .menu-base .legal {
  color: #555;
  font-size: 12px;
}
footer {
  margin: 0 -20px;
  padding: 40px 20px;
  background: #111;
}
footer p {
  color: #fff;
  font-size: 13px;
  margin: 0 0 10px;
}
footer .heading {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'DIN', sans-serif;
}
footer .logo a {
  display: inline-block;
}
footer .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .links li {
  padding: 0 0 10px;
}
footer .links li:last-child {
  padding: 0;
}
footer .links a {
  color: #fff;
  font-size: 15px;
}
footer .right {
  text-align: right;
}
footer .social-media {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social-media li {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 10px;
  margin: 0 0 10px;
  text-align: left;
  line-height: 28px;
}
footer .social-media li a {
  color: #fff;
  vertical-align: middle;
  width: 100%;
  display: block;
}
footer .social-media li .social-instagram span {
  position: relative;
  top: -2px;
}
footer .social-media li span {
  font-size: 24px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    margin: 0;
    padding: 40px 20px;
  }
  footer .row > div {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  footer .right {
    text-align: left;
  }
}
div.social-media {
  margin: 0 -10px;
  padding: 0 0 30px;
}
div.social-media .social {
  padding: 0 10px;
  display: inline-block;
}
div.social-media a {
  font-size: 30px;
  color: #fff;
}
.footer-top {
  padding: 20px;
  background: #444;
  margin: 0 -20px;
}
.footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top li {
  display: inline-block;
  padding: 0 10px;
  font-weight: 400;
}
.footer-top li a {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-top {
    margin: 0;
  }
}
.base {
  margin: 40px 0 0;
  padding: 20px 0;
  color: #999;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .base {
    padding: 10px 20px;
  }
}
.base a {
  color: #999;
}
.base a:hover {
  color: #777;
}
.base .right {
  text-align: right;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .base .right {
    text-align: left;
  }
}
.info-col {
  padding: 0 30px 0 0;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .info-col {
    padding: 0;
  }
}
.font-icon {
  margin: -2px 8px 0 0;
  vertical-align: middle;
  line-height: inherit;
}
.sidebar {
  padding: 0 0 0 30px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar > .row {
    margin: 0 -15px;
  }
  .sidebar > .row > div {
    padding: 0 15px;
  }
}
.school-sox-ad {
  padding: 0 0 30px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .school-sox-ad {
    padding: 30px 0;
  }
}
.row-sp {
  margin: 0 -10px;
}
.row-sp > div {
  padding: 0 10px;
}
h2,
.h2 {
  font-family: 'DIN', sans-serif;
  font-size: 30px;
  color: #000;
  margin: 0;
  padding: 0 0 20px;
  line-height: 30px;
  text-transform: uppercase;
}
h3 {
  font-family: 'DIN', sans-serif;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  line-height: 26px;
}
h3,
h4 {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
h3:after,
h4:after {
  content: "";
  border-bottom: 1px solid #ddd;
  width: 50px;
  display: block;
  bottom: -2px;
  position: absolute;
}
h4 {
  font-size: 14.5px;
}
.button-container {
  padding: 20px 0;
}
.has-error + .error-msg {
  display: block;
}
.agree-alert {
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 16px;
}
.agree-alert .checkbox-label {
  margin: 0;
}
.agree-alert.has-error {
  border: 1px solid #ff6d6d;
  box-shadow: 0 0 0 1px #ff6d6d;
  margin: 0 0 6px;
}
.agree-alert.has-error label {
  color: #ff6d6d;
}
p.error-msg {
  color: #ff6d6d;
  font-size: 12px;
  margin: 0 0 12px 2px;
  display: none;
}
.label-container {
  border-radius: 6px;
  padding: 1px;
  margin: 0 0 10px;
  min-height: 50px;
}
.label-container.active {
  border: 2px solid #12aaeb;
  padding: 0;
  color: #666;
}
.label-container.active .label-control {
  border: none;
}
.label-container.float-label.active label {
  color: #666;
}
.label-container.float-label label {
  font-size: 12px;
  transform: none;
  color: #888;
  opacity: 1;
}
.label-container.float-label .input-control {
  padding: 19px 10px 5px;
}
.label-container.float-label .input-control::-webkit-input-placeholder {
  color: transparent;
}
.label-container.float-label .input-control:-moz-placeholder {
  color: transparent;
}
.label-container.float-label .input-control::-moz-placeholder {
  color: transparent;
}
.label-container.float-label .input-control:-ms-input-placeholder {
  color: transparent;
}
.label-container.has-dropdown {
  position: relative;
}
.label-container.has-dropdown:before {
  display: block;
  position: absolute;
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  color: #888;
  border-left: 1px solid #ccc;
  font-size: 11px;
  z-index: 3;
  padding: 3px 6px 1px;
  right: 8px;
  top: 13px;
  pointer-events: none;
}
.label-container.has-dropdown .input-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.label-container.has-error {
  border: 2px solid #ff6d6d;
  padding: 0;
  margin: 0 0 4px;
}
.label-container.has-error .label-control {
  border: none;
}
.label-container .label-control {
  border: 1px solid #d9d9d9;
  position: relative;
  border-radius: 5px;
  background: #fff;
}
.label-container label {
  color: #aaa;
  font-size: 14px;
  position: absolute;
  font-weight: normal;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  left: 10px;
  top: 3px;
  transform: translateY(3px);
  text-align: left;
  line-height: 20px;
  opacity: 0;
}
.label-container .input-control {
  border: none;
  font-size: 14px;
  padding: 12px 10px;
  width: 100%;
  text-align: left;
  background: transparent;
  line-height: 20px;
  color: #333;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .label-container .input-control {
    font-size: 16px;
  }
}
.label-container .input-control::-webkit-input-placeholder {
  color: #999;
}
.label-container .input-control:-moz-placeholder {
  color: #666;
}
.label-container .input-control::-moz-placeholder {
  color: #666;
}
.label-container .input-control:-ms-input-placeholder {
  color: #666;
}
.animate-labels .label-container label,
.animate-labels .label-container .input-control {
  transition: all 0.2s ease-out 0s;
}
.radio-group {
  display: block;
  margin: 0 0 10px;
}
.radio-group:after {
  content: "";
  display: table;
  clear: both;
}
.radio-group.has-2 button {
  width: 50%;
}
.radio-group.has-3 button {
  width: 33.33333333%;
}
.radio-group.has-4 button {
  width: 25%;
}
.radio-group.has-5 button {
  width: 20%;
}
.radio-group.has-6 button {
  width: 16.66666667%;
}
.radio-group.has-7 button {
  width: 14.28571429%;
}
.radio-group.has-8 button {
  width: 12.5%;
}
.radio-group input {
  display: none;
}
.radio-group.has-selection button {
  color: #999;
}
.radio-group button {
  background: none;
  border: none;
  float: left;
  padding: 0;
  display: inline-block;
}
.radio-group button:last-child > span {
  border-radius: 0 6px 6px 0;
}
.radio-group button:last-child > span > span {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 5px 5px 0;
}
.radio-group button:first-child > span {
  border-radius: 6px 0 0 6px;
}
.radio-group button:first-child > span > span {
  border-radius: 5px 0 0 5px;
}
.radio-group button.selected > span > span {
  background: #f1f1f1;
  color: #000;
}
.radio-group button:hover > span {
  border: 1px solid #d9d9d9;
  padding: 0;
}
.radio-group button:hover > span > span {
  padding: 12px 10px 12px 11px;
  border: 1px solid #d9d9d9;
  color: #000;
}
.radio-group button:hover:last-child > span > span {
  padding: 12px 10px;
}
.radio-group button > span {
  padding: 1px 0 1px 0;
}
.radio-group button > span > span {
  border: 1px solid #d9d9d9;
  padding: 12px 10px;
  border-right: none;
}
.radio-group button span {
  width: 100%;
  display: block;
}
.control-label {
  padding: 0 0 6px;
  display: block;
  color: #888;
  font-size: 12px;
}
.agree-container {
  padding: 30px 0 0;
}
.customer-panels {
  margin: 0 -10px;
  padding: 0 0 20px;
}
.customer-panels > div {
  padding: 0 10px;
}
.customer-panel {
  margin: 20px 0 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-align: center;
}
.customer-panel .heading {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.customer-panel p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form.content.centered {
    text-align: left;
  }
}
.contact-form .contact-summary {
  padding: 0 0 60px;
}
.contact-form .form-control {
  width: 100%;
  box-shadow: none;
  background: #f9f9f9;
  border-radius: 0;
  padding: 10px 16px;
  border: none;
  height: 40px;
  border: 1px solid #f9f9f9;
}
.contact-form .form-control:focus {
  border: 1px solid #ddd;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .contact-form .form-control {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .contact-form .form-control {
    width: 70%;
  }
}
.contact-form .control-label {
  padding: 8px 20px 0 0;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form .control-label {
    text-align: left;
    margin: 0 0 5px;
  }
}
.contact-form .buttons {
  text-align: left;
}
.contact-form .sig {
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .contact-form .sig {
    padding: 20px 0;
  }
}
.contact-form .details {
  padding: 20px 0 0;
}
.contact-form .details p {
  font-size: 20px;
  margin: 0;
  color: #777;
  font-weight: 300;
}
.contact-form .details p strong {
  color: #000;
}
.contact-form .social-media {
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form .social-media {
    padding: 40px 0;
  }
}
.contact-form .social-media .social a {
  line-height: 36px;
  font-size: 36px;
}
.contact-form .social-media .facebook {
  color: #3b5998;
}
.contact-form .social-media .twitter {
  color: #00aced;
}
.contact-form .form-group {
  padding: 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-form {
    padding: 0 30px;
  }
}
.outer-container {
  margin: 0 -20px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .outer-container {
    margin: 0;
  }
}
.banner {
  position: relative;
}
.banner .banner-content {
  font-family: 'DIN', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 42px;
  width: 50%;
  position: absolute;
  bottom: 0;
  padding: 40px;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner .banner-content.banner-content-dark {
  color: #000;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.banner .banner-content.right-side {
  right: 0;
  text-align: right;
  z-index: 3;
}
.banner .banner-xs {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner .banner-content {
    line-height: 40px;
    font-size: 44px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner .banner-content {
    padding: 30px;
    line-height: 50px;
    font-size: 60px;
    text-shadow: 0 0 20px #000;
    width: auto;
  }
  .banner .banner-xs {
    display: block;
  }
  .banner .banner-lg {
    display: none;
  }
}
.steps-vertical {
  padding: 0 0 30px 30px;
}
.steps-vertical .step {
  border: 2px solid #000;
  padding: 9px;
}
.steps-vertical .step .step-icon {
  text-align: center;
}
.steps-vertical .step .step-icon img {
  max-height: 50px;
  width: auto;
  max-width: 50px;
}
.steps-vertical .arrow-next-icon {
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
}
.steps-vertical .arrow-line-col {
  display: none;
}
.steps-vertical .arrow-line {
  width: 50%;
  height: 2px;
  background: #000;
  display: block;
  margin: 0 auto;
  position: relative;
}
.steps-vertical .arrow-line:before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 2px;
  left: 0;
  top: 0;
  background: #000;
}
.steps-vertical .arrow-line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 2px;
  right: 0;
  bottom: 0;
  background: #000;
}
@media (max-width: 767px) {
  .steps-vertical {
    padding: 30px 0 0;
  }
  .steps-vertical > div {
    padding: 0 15px 20px;
  }
  .steps-vertical .step .arrow-next-icon.hide-xs {
    display: none;
  }
  .steps-vertical .arrow-line-col {
    display: block;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .steps-vertical .step .arrow-next-icon {
    top: -12px;
  }
  .steps-vertical .step .step-icon img {
    max-height: 60px;
    max-width: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .steps-vertical .step .step-icon img {
    max-height: 45px;
    max-width: 45px;
  }
}
.steps {
  padding: 30px;
  margin: 0 -15px;
}
.steps > div {
  padding: 0 15px;
}
.steps .step {
  border: 2px solid #000;
  padding: 10px;
}
.steps .step .arrow-next-icon {
  position: absolute;
  right: -36px;
  top: 14px;
  font-size: 20px;
}
.steps .step .step-icon {
  text-align: center;
}
.steps .step .step-icon img {
  max-height: 50px;
  width: auto;
  max-width: 50px;
}
.steps .arrow-line-col {
  display: none;
}
.steps .arrow-line {
  width: 50%;
  height: 2px;
  background: #000;
  display: block;
  margin: 0 auto;
  position: relative;
}
.steps .arrow-line:before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 2px;
  left: 0;
  top: 0;
  background: #000;
}
.steps .arrow-line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 2px;
  right: 0;
  bottom: 0;
  background: #000;
}
@media (max-width: 767px) {
  .steps {
    padding: 30px 0 0;
  }
  .steps > div {
    padding: 0 15px 20px;
  }
  .steps .step .arrow-next-icon.hide-xs {
    display: none;
  }
  .steps .arrow-line-col {
    display: block;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .steps .step .arrow-next-icon {
    top: -12px;
  }
  .steps .step .step-icon img {
    max-height: 60px;
    max-width: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .steps .step .step-icon img {
    max-height: 45px;
    max-width: 45px;
  }
}
.step.product-step {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.step.product-step .step-icon {
  padding-right: 10px;
}
.step.product-step .step-info {
  float: left;
}
.step p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
}
.step .heading {
  font-family: 'DIN', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
.step .step-icon {
  float: left;
}
.step .step-icon img {
  height: 50px;
  width: auto;
}
.step .step-info {
  padding: 6px 6px 6px 10px;
  position: relative;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .step .step-info {
    padding: 16px 0 6px 0;
    text-align: center;
  }
  .step .step-icon img {
    height: 60px;
  }
  .step .heading {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .step .heading {
    font-size: 24px;
    line-height: 24px;
  }
  .step .step-icon img {
    height: 45px;
  }
}
.featured-promo {
  background: #000;
  position: relative;
}
.featured-promo img {
  opacity: 0.6;
}
.featured-promo .promo-info {
  color: #fff;
  font-family: 'DIN', sans-serif;
  font-size: 60px;
  position: absolute;
  bottom: 0;
  padding: 20px;
  line-height: 50px;
  text-transform: uppercase;
}
.footer-promos {
  padding: 0 0 30px 0;
  margin: 0 -15px;
}
.footer-promos > div {
  padding: 0 15px;
}
.footer-promos .footer-promo {
  position: relative;
}
.footer-promos .promo-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px;
}
.footer-promos .promo-content {
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
}
.footer-promos .promo-content:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
}
.footer-promos p {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #000;
}
.footer-promos .heading {
  color: #000;
  font-size: 34px;
  font-family: 'DIN', sans-serif;
  padding: 30px 0 10px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .footer-promos {
    margin: 0;
  }
  .footer-promos > div {
    padding: 0 15px 15px;
  }
  .footer-promos .heading {
    padding: 30px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), (max-width: 767px) {
  .footer-promos .promo-info {
    padding: 10px;
  }
  .footer-promos .promo-content {
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
  }
  .footer-promos .heading {
    padding: 0 0 6px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .footer-promos .promo-info {
    padding: 20px;
  }
  .footer-promos .heading {
    padding: 10px 0 10px;
  }
}
.home-logo {
  text-align: center;
  padding: 180px 0 0;
}
@media (max-width: 767px) {
  .home-logo {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-logo {
    padding: 110px 0 30px;
  }
}
.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: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
}
.no-products {
  text-align: center;
  padding: 40px;
  min-height: 350px;
}
.no-products p {
  color: #999999;
  font-size: 22px;
  font-weight: 300;
}
.products {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .products {
    margin: 0 -6px 12px;
  }
}
.products .owl-item.loading .product .image a {
  background: url('../images/loader-grey.gif') no-repeat center center #f1f1f1;
}
.products .products-container {
  margin: 0 -6px;
}
.products .product {
  padding: 0 6px 10px;
}
.products .product:hover .info {
  background: #f4f4f4;
}
.products .product .image a {
  display: block;
  background: #f1f1f1;
  color: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.products .product.col-md-12 .banner {
  left: -70px;
  top: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products .product.col-md-12 .banner {
    left: -80px;
    top: 27px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .products .product.col-md-12 .banner {
    left: -80px;
    top: 27px;
  }
}
@media (min-width: 1200px) {
  .products .product.col-md-12 .banner {
    left: -102px;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products .product.col-md-4 .banner {
    left: -44px;
    top: 27px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .products .product.col-md-4 .banner {
    left: -76px;
    top: 28px;
  }
}
@media (min-width: 1200px) {
  .products .product.col-md-4 .banner {
    left: -84px;
    top: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products .product.col-md-3 .banner {
    left: -80px;
    top: 27px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .products .product.col-md-3 .banner {
    left: -80px;
    top: 27px;
  }
}
@media (min-width: 1200px) {
  .products .product.col-md-3 .banner {
    left: -102px;
    top: 30px;
  }
}
.products .product .banner-container {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 6px;
}
.products .product .banner-container .banner {
  color: #fff;
  display: inline;
  padding: 2px;
  text-align: center;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  padding: 4px 20px;
}
@media (max-width: 767px) {
  .products .product .banner-container .banner {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .products .product .banner-container .banner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 100%;
    padding: 0;
    display: block;
  }
}
.products .product .banner-container .banner.is-offer {
  background: #9C3;
}
.products .product .banner-container .banner.discount {
  background: #9C3;
}
.products .product .banner-container .banner.featured {
  background: #0099CC;
}
.products .product .banner-container .banner.clearance {
  background: #FFCC33;
}
.products .product .banner-container .banner.coming-soon {
  background: #CC99CC;
}
.products .product .banner-container .banner.just-in {
  background: #fffd5a;
  color: #555;
}
.products .product .banner-container .banner.on_sale {
  background: #f35e5e;
}
.products .product .info {
  padding: 10px 6px 6px;
  border-top: 1px solid #ddd;
  height: 126px;
}
.products .product .info .title {
  display: block;
  color: #000;
  font-size: 13px;
  line-height: 14px;
}
.products .product .info .brand {
  display: block;
  color: #000;
  font-weight: 200;
  font-size: 13px;
}
.products .product .info .brand a {
  font-weight: 400;
  color: #000;
}
.products .product .info .brand a:hover {
  color: #555;
  text-decoration: underline;
}
.products .product .info .price {
  display: block;
  color: #000;
  line-height: 13px;
  margin: 6px 0 0;
}
.products .product .info .price .label-offer {
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: uppercase;
  display: block;
}
.products .product .info .discount {
  display: block;
  color: #aaa;
  font-weight: 400;
  line-height: 13px;
  font-size: 12.5px;
  margin: 6px 0 0;
}
.products .product .info .save {
  display: block;
  color: #555;
  font-weight: 400;
  line-height: 13px;
  font-size: 12.5px;
  margin: 6px 0 0;
}
.products .carousel .carousel-control {
  top: 138px;
}
#product_data {
  min-height: 48px;
}
.product-view {
  padding: 0 0 40px;
}
.product-view .titles h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
.product-view .titles .brand {
  font-size: 20px;
  font-weight: 300;
  margin: 4px 0 0;
  padding: 0;
  line-height: 24px;
  display: inline-block;
}
.product-view .titles .brand a {
  color: #666;
}
.product-view .titles .brand a:hover {
  color: #333;
  text-decoration: underline;
}
.product-view .titles .brand span {
  font-size: 18px;
}
.product-view .product-code {
  text-align: right;
  font-weight: 300;
  font-size: 20px;
  vertical-align: top;
}
.product-view .product-options {
  padding: 20px 0 10px;
}
.product-view .product-options.has-half {
  margin: 0 -10px;
}
.product-view .product-options .option {
  padding: 0 0 10px;
}
.product-view .product-options .option.half {
  padding: 0 10px 10px;
}
.product-view .product-options .option.half .attributes-custom-container .attribute-option {
  width: 50px;
  height: 50px;
}
.product-view .product-options select {
  width: 100%;
  padding: 4px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .product-view .product-options select {
    padding: 0;
    height: auto;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view select {
    font-size: 16px;
  }
}
.product-view label {
  display: block;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px 0;
}
.product-view label input {
  margin: 0 10px 0 0;
}
.product-view .button-container {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
}
.product-view .button-container .btn {
  width: 100%;
}
.product-view .prices {
  padding: 20px 0 0;
}
.product-view .prices .quantity {
  width: 50px;
  height: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .product-view .prices .quantity {
    width: 100px;
    padding: 4px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .prices .quantity {
    font-size: 16px;
  }
}
.product-view .prices .quantity-container {
  text-align: right;
}
.product-view .prices .quantity-container label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.product-view .prices .quantity-container label span {
  display: block;
}
.product-view .prices .quantity-container label span.sm {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  .product-view .prices .quantity-container label span {
    display: none;
  }
  .product-view .prices .quantity-container label span.sm {
    display: block;
  }
}
.product-view .prices .price-container {
  padding: 10px 0;
}
.product-view .prices .price {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
}
.product-view .prices .price .price-tag {
  color: #d9534f;
  font-size: 16px;
}
.product-view .prices .discount {
  display: block;
  color: #555;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
}
.product-view .num-images-1 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .num-images-1 {
    display: block;
  }
}
.product-view .images-container {
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .product-view .images-container {
    border-bottom: 1px solid #ddd;
  }
}
.product-view .images-container .more {
  display: block;
  margin: 10px 0;
  color: #666;
}
.product-view .images-container .videos-container .videos {
  margin: 0 -6px;
}
.product-view .images-container .videos-container .videos .video-thumb {
  padding: 6px;
}
.product-view .images-container .videos-container .videos .video-thumb a {
  display: block;
  text-align: center;
}
.product-view .images-container .videos-container .videos .video-thumb a:hover span {
  opacity: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.product-view .images-container .videos-container .videos .video-thumb a span {
  position: absolute;
  top: 50%;
  color: #fff;
  margin: -15px auto 0 -15px;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}
.product-view .images-container .videos-container .videos .video-thumb a img {
  border: 1px solid #eee;
}
.product-view .images-container .image {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .product-view .images-container .image {
    padding-left: 0;
  }
}
.product-view .images-container .image a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.product-view .images-container .images {
  margin: 0 -6px;
}
.product-view .images-container .images .image-thumb {
  padding: 6px;
}
.product-view .images-container .images .image-thumb.last-img a {
  position: relative;
}
.product-view .images-container .images .image-thumb.last-img a .last-img-msg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  display: block;
}
.product-view .images-container .images .image-thumb.last-img a .last-img-msg span {
  top: -30px;
  margin-top: 50%;
  position: relative;
  display: block;
  height: 30px;
}
.product-view .images-container .images .image-thumb a {
  display: block;
}
.product-view .images-container .images .image-thumb a img {
  border: 1px solid #eee;
}
.product-view .banner-container {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-view .banner-container .banner {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: block;
  padding: 6px;
  width: 260px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  left: -68px;
  top: 42px;
  z-index: 2;
}
.product-view .banner-container .banner.discount {
  background: #9C3;
}
.product-view .banner-container .banner.featured {
  background: #0099CC;
}
.product-view .banner-container .banner.clearance {
  background: #FFCC33;
}
.product-view .banner-container .banner.coming-soon {
  background: #CC99CC;
}
.product-view .banner-container .banner.just-in {
  background: #fffd5a;
  color: #555;
}
.product-view .banner-container .banner.on_sale {
  background: #f35e5e;
}
.product-view .info {
  padding: 0 0 0 40px;
  border-top: none;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .info {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .product-view .info {
    padding: 20px 0 0 0;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .product-view .description {
    padding: 0 0 40px;
  }
}
.product-view .description .heading {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 10px;
  display: block;
  line-height: 20px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .description .heading {
    display: block;
  }
}
.product-view .description p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 20px;
}
.product-view .description p,
.product-view .description li {
  font-size: 18px;
  font-weight: 300;
}
.product-view .description table {
  border-collapse: collapse;
}
.product-view .description table td {
  border: 1px solid #ddd;
  padding: 6px;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  line-height: 18px;
}
.product-view .more-details {
  display: none;
  text-align: center;
  font-size: 24px;
  color: #777;
  width: 100%;
  height: 100px;
  top: -100px;
  margin-bottom: -100px;
  text-shadow: 0 0 6px #fff;
  position: relative;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.product-view .more-details:hover {
  cursor: pointer;
  color: #444;
}
.product-view .more-details span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: 0;
}
.product-view .details.shrink {
  height: 300px;
  overflow: hidden;
}
.product-view .details.shrink + .more-details {
  display: block;
}
.product-view .details p {
  line-height: 18px;
}
.product-view .details table {
  width: 100%;
}
.product-view .details table tbody tr {
  border-bottom: 1px solid #ddd;
}
.product-view .details table tbody tr:last-child {
  border-bottom: none;
}
.product-view .details table tbody tr td {
  vertical-align: top;
  line-height: 18px;
  padding: 5px 30px 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .details table tbody tr td {
    padding: 5px 15px 5px 0;
  }
}
.product-view .details table tbody tr td:first-child {
  width: 100px;
  color: #999;
}
.product-view .details table tbody tr td .default_data_sub {
  display: inline;
}
@media (max-width: 767px) {
  .product-view .details table tbody tr td .default_data_sub {
    display: block;
  }
}
.product-view .free-shipping {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 40px;
}
.product-view .free-shipping .learn-more {
  font-size: 13px;
}
.product-view .free-shipping .learn-more a {
  color: #666;
  text-decoration: underline;
}
.product-view .free-shipping .learn-more a:hover {
  color: #333;
  text-decoration: underline;
}
.product-view .free-shipping .heading {
  color: #E74C3C;
  font-weight: 700;
}
.product-view .free-shipping .price {
  font-weight: 700;
}
.product-offer {
  padding: 16px 10px;
  text-align: center;
  text-transform: uppercase;
}
.product-offer .label-offer {
  margin: 0 10px 0 0;
  text-transform: none;
}
.product-category {
  padding: 6px 0 0;
}
.product-category .side-menu {
  background: #F8F8F8;
  margin: 0 20px 0 0;
  padding: 0 0 16px;
}
@media (max-width: 767px) {
  .product-category .side-menu {
    display: none;
  }
}
.product-category .side-menu .heading {
  padding: 16px 16px 8px;
  display: block;
  font-size: 14px;
  color: #000;
}
.product-category .side-menu p {
  color: #555;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  padding: 0 16px 8px;
}
.product-category .side-menu .sub-heading {
  padding: 16px 0 4px;
  margin: 0 16px;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.product-category .side-menu .children-categories {
  list-style: none;
  padding: 4px 16px 16px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.product-category .side-menu .children-categories li {
  display: block;
  height: 24px;
}
.product-category .side-menu .children-categories li a {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
.product-category .side-menu .children-categories li a:hover {
  color: #000;
  text-decoration: underline;
}
.product-category .side-menu .parent-categories {
  list-style: none;
  padding: 0 16px 0;
  margin: 0;
}
.product-category .side-menu .parent-categories li {
  padding: 2px 0;
}
.product-category .side-menu .parent-categories li.level-1 {
  padding-left: 15px;
}
.product-category .side-menu .parent-categories li.level-2 {
  padding-left: 35px;
}
.product-category .side-menu .parent-categories li.level-3 {
  padding-left: 50px;
}
.product-category .side-menu .parent-categories li.level-4 {
  padding-left: 65px;
}
.product-category .side-menu .parent-categories li.level-5 {
  padding-left: 80px;
}
.product-category .side-menu .parent-categories li.level-6 {
  padding-left: 95px;
}
.product-category .side-menu .parent-categories li:first-child a:before {
  display: none;
}
.product-category .side-menu .parent-categories li a {
  font-size: 12px;
  color: #000;
  background: #D7D7D7;
  border-radius: 2px;
  display: block;
  padding: 4px 6px;
  font-width: 500;
  position: relative;
}
.product-category .side-menu .parent-categories li a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 19px;
  border-left: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  left: -10px;
  top: -4px;
}
.product-category .side-menu .parent-categories li a:hover {
  background: #e9e9e9;
}
.product-category .product-offer {
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 16px;
}
.product-category .products-listings h2 {
  font-size: 24px;
  margin: 0 0 20px;
}
.product-category .products-listings .category-title {
  padding: 10px 0;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.product-category .products-listings .filter {
  padding: 12px 0;
  height: 50px;
  text-align: right;
  width: 100%;
}
.product-category .products-listings .products .product-loader {
  clear: both;
  height: 48px;
}
.sep {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  height: 16px;
}
.filter-options {
  padding: 0 16px 0;
}
.filter-options.with-collapse.collapsed {
  height: 194px;
  overflow-y: scroll;
  position: relative;
}
.filter-options + .show-collapsed {
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  display: block;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
  margin: 0 16px;
}
.filter-options + .show-collapsed:hover {
  cursor: pointer;
  color: #333;
}
.filter-options label {
  display: block;
  font-size: 13px;
  margin: 0 0 4px;
  line-height: 22px;
}
#image_viewer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
#image_viewer .owl-item.loading {
  background: url('../images/loader.gif') no-repeat center center;
}
#image_viewer .image-viewer {
  padding: 0;
  height: 100%;
  box-shadow: 0 0 5px #000;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  #image_viewer .image-viewer {
    padding: 20px;
  }
}
#image_viewer .image-viewer .images {
  background: #000;
  height: 100%;
}
#image_viewer .image-viewer .images .image-big {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  #image_viewer .image-viewer .images .image-big {
    padding: 20px;
  }
  #image_viewer .image-viewer .images .image-big:hover .prev,
  #image_viewer .image-viewer .images .image-big:hover .next {
    display: block;
  }
}
#image_viewer .image-viewer .images .image-big .close-viewer {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 12px;
  padding: 6px 26px;
  border: 1px solid #fff;
  border-radius: 4px;
  z-index: 102;
  opacity: 0.6;
  text-shadow: 0 0 3px #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  #image_viewer .image-viewer .images .image-big .close-viewer {
    display: none;
  }
}
#image_viewer .image-viewer .images .image-big .close-viewer:hover {
  opacity: 1;
}
#image_viewer .image-viewer .images .image-big .prev,
#image_viewer .image-viewer .images .image-big .next {
  position: absolute;
  height: 99%;
  top: 0;
  opacity: 0.4;
  z-index: 101;
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  #image_viewer .image-viewer .images .image-big .prev,
  #image_viewer .image-viewer .images .image-big .next {
    display: block;
  }
}
#image_viewer .image-viewer .images .image-big .prev:hover,
#image_viewer .image-viewer .images .image-big .next:hover {
  opacity: 0.8;
  cursor: pointer;
}
#image_viewer .image-viewer .images .image-big .prev span,
#image_viewer .image-viewer .images .image-big .next span {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#image_viewer .image-viewer .images .image-big .prev {
  left: 0;
  width: 30%;
}
#image_viewer .image-viewer .images .image-big .prev span {
  left: 20px;
}
#image_viewer .image-viewer .images .image-big .next {
  right: 0;
  width: 70%;
}
#image_viewer .image-viewer .images .image-big .next span {
  right: 20px;
}
#image_viewer .image-viewer .images .image-big .image-big-container {
  width: 100%;
}
#image_viewer .image-viewer .images .image-big .image-big-container .image .image-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#image_viewer .image-viewer .images .image-big .image-big-container .image .image-container img {
  height: auto;
  width: auto;
  display: inline-block;
}
#image_viewer .image-viewer .images .image-thumbs {
  float: left;
  padding: 15px;
  height: 100%;
  background: #fff;
  display: none;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #image_viewer .image-viewer .images .image-thumbs {
    width: 300px;
    display: block;
  }
}
@media (min-width: 1200px) {
  #image_viewer .image-viewer .images .image-thumbs {
    width: 400px;
    display: block;
  }
}
#image_viewer .image-viewer .images .image-thumbs .image-thumb {
  padding: 5px;
}
#image_viewer .image-viewer .images .image-thumbs .image-thumb.last-img a {
  position: relative;
}
#image_viewer .image-viewer .images .image-thumbs .image-thumb.last-img a .last-img-msg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  display: block;
}
#image_viewer .image-viewer .images .image-thumbs .image-thumb.last-img a .last-img-msg span {
  top: -30px;
  margin-top: 50%;
  position: relative;
  display: block;
  height: 30px;
}
#image_viewer .image-viewer .images .image-thumbs .image-thumb a {
  display: block;
}
#image_viewer .image-viewer .images .image-thumbs .thumbs {
  position: absolute;
  bottom: 20px;
  max-height: 240px;
  overflow: hidden;
}
#image_viewer .image-viewer .images .image-thumbs .thumbs.sm-thumbs {
  max-height: 180px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #image_viewer .image-viewer .images .image-thumbs .thumbs {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  #image_viewer .image-viewer .images .image-thumbs .thumbs {
    width: 370px;
  }
}
#image_viewer .image-viewer .images .image-thumbs .description {
  padding: 10px;
  max-height: 430px;
  overflow-y: scroll;
  text-overflow: ellipsis;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
#image_viewer .image-viewer .images .image-thumbs .description p {
  margin: 0 0 20px;
}
#image_viewer .image-viewer .images .image-thumbs .description p,
#image_viewer .image-viewer .images .image-thumbs .description li {
  font-size: 16px;
  font-weight: 300;
}
#image_viewer .image-viewer .images .image-thumbs .close-viewer {
  color: #000;
  font-size: 27px;
  height: 27px;
  line-height: 27px;
  position: absolute;
  right: 18px;
  width: 27px;
  opacity: 0.2;
}
#image_viewer .image-viewer .images .image-thumbs .close-viewer:hover {
  color: #000;
  opacity: 1;
}
#image_viewer .image-viewer .images .image-thumbs .titles {
  padding: 10px;
}
#image_viewer .image-viewer .images .image-thumbs .titles .title {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #333;
}
#image_viewer .image-viewer .images .image-thumbs .titles .brand {
  font-size: 14px;
  font-weight: 300;
  margin: 4px 0 0;
  padding: 0;
  line-height: 14px;
  color: #333;
  display: block;
}
#image_viewer .image-viewer .images .image-thumbs .titles .brand a {
  color: #666;
}
#image_viewer .image-viewer .images .image-thumbs .titles .brand a:hover {
  color: #333;
  text-decoration: underline;
}
#image_viewer .image-viewer .images .image-thumbs .titles .brand span {
  font-weight: 200;
  font-size: 14px;
}
#image_viewer .owl-controls {
  display: none !important;
}
#price_filter {
  margin: 16px 32px 0;
  position: relative;
}
.price-filter {
  padding: 16px 32px;
  height: 42px;
}
.price-filter .price-low {
  font-size: 12px;
  float: left;
}
.price-filter .price-high {
  font-size: 12px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product li:last-child {
    display: none;
  }
}
.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px;
}
.breadcrumb li {
  line-height: 28px;
  font-weight: 300;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li.active a {
  color: #666;
}
.breadcrumb li.current {
  font-weight: 700;
}
.breadcrumb li a {
  color: #333;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.shipping-stock-time {
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: 300;
}
.shopping-cart .cart-change {
  margin: 20px 0;
  border-radius: 0;
  text-align: center;
}
.shopping-cart .cart-change p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}
.shopping-cart .cart-change .alert-icon {
  font-size: 24px;
  vertical-align: middle;
  line-height: 24px;
  margin: -2px 10px 0 0;
}
.shopping-cart .complete-msg {
  margin: 20px 0;
  border-radius: 0;
  text-align: center;
}
.shopping-cart .complete-msg p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}
.shopping-cart .complete-msg p a {
  color: #000;
}
.shopping-cart .complete-msg p a:hover {
  color: #000;
}
.shopping-cart .free-shipping {
  background: #f4f4f4;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 16px;
  color: #666;
  vertical-align: middle;
  line-height: 22px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .shopping-cart .free-shipping {
    line-height: 38px;
    font-size: 16px;
  }
}
.shopping-cart .free-shipping .icon {
  color: #888;
  font-size: 38px;
  vertical-align: middle;
  display: block;
  margin: 0 0 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .shopping-cart .free-shipping .icon {
    top: -1px;
    margin: 0 12px 0 0;
    display: inline-block;
  }
}
.shopping-cart .free-shipping .heading {
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}
.shopping-cart .free-shipping .price {
  font-weight: 700;
  font-style: normal;
}
.shopping-cart .added-message {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  color: #8A6D3B;
  border-left: none;
  text-align: center;
  border-radius: 0;
  border-top: 0;
  margin: 0;
  border-right: 1px solid #ddd;
}
.shopping-cart .added-message p {
  font-size: 15px;
}
.shopping-cart .added-message .alert-icon {
  font-size: 24px;
  vertical-align: middle;
  line-height: 24px;
  margin: -2px 10px 0 0;
}
.shopping-cart .no-items {
  background: #f1f1f1;
  padding: 20px;
  text-align: center;
  font-weight: 300;
  margin: 0 0 20px;
}
.shopping-cart .no-items .icon {
  font-size: 50px;
  color: #ddd;
}
.shopping-cart .no-items .btn {
  width: 160px;
}
.shopping-cart .totals {
  padding: 12px 0 0 0;
}
@media (max-width: 767px) {
  .shopping-cart .totals {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .shopping-cart .totals {
    padding: 0 0 0 30px;
  }
}
.shopping-cart .totals .title {
  color: #000;
  font-weight: 300;
  font-size: 22px;
  display: inline-block;
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopping-cart .totals .row {
    margin: 0 -6px;
  }
  .shopping-cart .totals .row > div {
    padding: 6px;
  }
}
.shopping-cart .totals .summary {
  background: #f4f4f4;
  padding: 20px 20px 30px;
}
.shopping-cart .totals .summary table {
  width: 100%;
}
.shopping-cart .totals .summary table tbody tr {
  border-top: 1px solid #ddd;
}
.shopping-cart .totals .summary table tbody tr:first-child {
  border-top: none;
}
.shopping-cart .totals .summary table tbody tr.total td {
  font-size: 16px;
  font-weight: 700;
}
.shopping-cart .totals .summary table tbody tr td {
  padding: 8px 0;
}
.shopping-cart .totals .summary table tbody tr td:last-child {
  text-align: right;
}
.shopping-cart .totals .discount-code {
  background: #f4f4f4;
  padding: 20px;
  margin: 20px 0 0;
}
.shopping-cart .totals .discount-code .update-form {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopping-cart .totals .discount-code {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .shopping-cart .totals .discount-code {
    margin: 12px 0 0;
  }
}
.shopping-cart .totals .discount-code .row {
  margin: 0 -6px;
}
.shopping-cart .totals .discount-code .row > div {
  padding: 6px;
}
.shopping-cart .totals .discount-code form .form-control {
  height: 37px;
  padding: 6px 12px;
  width: 100%;
}
.shopping-cart .totals .discount-code form .button_cont {
  padding: 0;
}
@media (max-width: 767px) {
  .shopping-cart .totals .discount-code form .button_cont {
    padding: 12px 0 0;
  }
}
.shopping-cart .totals .discount-code .discount-error {
  background-color: #F2DEDE;
  padding: 10px;
  color: #555;
  font-size: 12px;
  margin: 20px 0 0;
}
.shopping-cart .totals .discount-code .code {
  font-size: 15px;
  font-weight: 400;
}
.shopping-cart .totals .discount-code .save {
  font-size: 15px;
  font-weight: 400;
  color: #888;
  text-align: right;
}
.shopping-cart .totals .discount-code .discount {
  background: #E9F8E8;
  border: 1px solid #ddd;
  padding: 10px;
}
.shopping-cart .totals .discount-code .remove {
  text-align: right;
}
.shopping-cart .totals .discount-code .remove a {
  margin-top: 1px;
  display: inline-block;
  color: #888;
}
.shopping-cart .totals .discount-code .remove a:hover {
  color: #1a1a1a;
}
.shopping-cart .totals .discount-code .remove a:focus {
  color: #000;
}
.shopping-cart.complete {
  padding: 0 0 60px;
}
.shopping-cart.complete .items .item {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.shopping-cart.complete .details {
  color: #888;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.shopping-cart.complete .details p {
  font-size: 14px;
  margin: 0;
}
.shopping-cart.complete .details h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.shopping-cart.complete .totals {
  padding: 0;
}
.shopping-cart .items .item {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.shopping-cart .items .item:last-child {
  border-bottom: none;
}
.shopping-cart .items .item.item-deleted .image,
.shopping-cart .items .item.item-deleted .product-title,
.shopping-cart .items .item.item-deleted .product-brand,
.shopping-cart .items .item.item-deleted .attributes {
  opacity: 0.6;
}
.shopping-cart .items .item .image {
  text-align: center;
  padding: 0;
  padding: 10px 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .shopping-cart .items .item .image {
    padding: 0 20px 0 0;
  }
  .shopping-cart .items .item .image.route-image {
    padding: 10px 20px 0 0;
  }
}
.shopping-cart .items .item .image.route-image img {
  max-width: 70px;
  width: 100%;
}
.shopping-cart .items .item .image .img-responsive {
  display: inline-block;
}
.shopping-cart .items .item .remove {
  position: absolute;
  color: #ddd;
  font-size: 30px;
  right: 0;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .shopping-cart .items .item .remove {
    right: 10px;
    font-size: 26px;
    line-height: 26px;
  }
}
.shopping-cart .items .item .remove:hover {
  color: #000;
}
.shopping-cart .items .item .info {
  padding: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .shopping-cart .items .item .info {
    padding: 10px 0 0 0;
  }
}
.shopping-cart .items .item .info.out-of-stock {
  color: #ccc;
}
.shopping-cart .items .item .info.out-of-stock h3 a,
.shopping-cart .items .item .info.out-of-stock h4,
.shopping-cart .items .item .info.out-of-stock h4 a,
.shopping-cart .items .item .info.out-of-stock .price {
  color: #ccc;
}
.shopping-cart .items .item .info .alert-icon {
  color: #000;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  font-size: 16px;
}
.shopping-cart .items .item .info .product-title {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 40px 0 0;
  display: block;
}
.shopping-cart .items .item .info .product-title a {
  color: #333;
}
.shopping-cart .items .item .info .product-title a:hover {
  color: #000;
}
.shopping-cart .items .item .info .product-brand {
  font-size: 13px;
  margin: 0 0 10px;
  color: #666;
  padding: 0;
  display: block;
}
.shopping-cart .items .item .info .product-brand a {
  font-weight: normal;
  color: #666;
}
.shopping-cart .items .item .info .product-brand a:hover {
  color: #000;
  text-decoration: underline;
}
.shopping-cart .items .item .info .info-msg {
  float: left;
}
.shopping-cart .items .item .info p {
  color: #888;
  font-size: 13px;
  line-height: 15px;
}
.shopping-cart .items .item .info .item-deleted-msg {
  color: #C93133;
  font-weight: 700;
}
.shopping-cart .items .item .info .item-stock-changed-msg {
  color: #12aaeb;
  font-weight: 700;
}
.shopping-cart .items .item .info .attributes label,
.shopping-cart .items .item .info .routes label {
  color: #666;
  font-size: 14px;
  margin: 0 20px 0 0;
}
.shopping-cart .items .item .info .attributes select,
.shopping-cart .items .item .info .routes select {
  min-width: 60px;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .shopping-cart .items .item .info .attributes select,
  .shopping-cart .items .item .info .routes select {
    font-size: 16px;
  }
}
.shopping-cart .items .item .info .attributes {
  text-align: right;
}
.shopping-cart .items .item .info .attributes label {
  margin: 0 0 10px 20px;
  display: inline-block;
}
.shopping-cart .items .item .info .enter-riders {
  float: left;
}
@media (max-width: 767px) {
  .shopping-cart .items .item .info .enter-riders {
    float: none;
  }
}
.shopping-cart .items .item .info .price {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopping-cart .items .item .info .price {
    font-size: 16px;
  }
}
.shopping-cart .items .item .info .price .old-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #888;
  font-weight: 500;
}
.shopping-cart .items .item .info .price .new-price {
  display: inline-block;
  margin: 0 0 0 10px;
}
.shopping-cart .items .item .info .price .product-on-offer {
  color: #85b272;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin: 0 20px 0 0;
}
.shopping-cart .items .item .info .price .product-on-offer span {
  display: inline-block;
  font-size: 17px;
  margin: 0 4px 0 0;
  position: relative;
  top: 4px;
}
.shopping-cart .related-products {
  margin: 16px 0 0;
  padding: 10px 0 0;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopping-cart .related-products {
    border-right: none;
    border-top: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .shopping-cart .related-products {
    display: block;
  }
}
.shopping-cart .related-products .heading {
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  display: block;
}
.shopping-cart .related-products .products-grid {
  padding: 0 20px 0 0;
}
.shopping-cart .related-products .products-grid .product {
  padding: 10px 0;
  height: 134px;
}
.shopping-cart .related-products .products-grid .product.product-1 {
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.shopping-cart .related-products .products-grid .product.product-1 .image {
  padding-right: 10px;
}
.shopping-cart .related-products .products-grid .product.product-2 {
  border-bottom: 1px solid #E1E1E1;
}
.shopping-cart .related-products .products-grid .product.product-2 .image {
  padding-left: 10px;
}
.shopping-cart .related-products .products-grid .product.product-2 .info {
  padding-left: 10px;
}
.shopping-cart .related-products .products-grid .product.product-3 {
  border-right: 1px solid #E1E1E1;
}
.shopping-cart .related-products .products-grid .product.product-3 .image {
  padding-right: 10px;
}
.shopping-cart .related-products .products-grid .product.product-4 .image {
  padding-left: 10px;
}
.shopping-cart .related-products .products-grid .product.product-4 .info {
  padding-left: 10px;
}
.shopping-cart .related-products .products-grid .product .banner-container {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.shopping-cart .related-products .products-grid .product .banner-container .banner {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: block;
  padding: 2px;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopping-cart .related-products .products-grid .product .banner-container .banner {
    left: -128px;
    top: 27px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .shopping-cart .related-products .products-grid .product .banner-container .banner {
    left: -108px;
    top: 27px;
  }
}
@media (min-width: 1200px) {
  .shopping-cart .related-products .products-grid .product .banner-container .banner {
    left: -144px;
    top: 28px;
  }
}
.shopping-cart .related-products .products-grid .product .banner-container .banner.discount {
  background: #9C3;
}
.shopping-cart .related-products .products-grid .product .banner-container .banner.featured {
  background: #0099CC;
}
.shopping-cart .related-products .products-grid .product .banner-container .banner.clearance {
  background: #FFCC33;
}
.shopping-cart .related-products .products-grid .product .banner-container .banner.coming-soon {
  background: #CC99CC;
}
.shopping-cart .related-products .products-grid .product .banner-container .banner.just-in {
  background: #fffd5a;
  color: #555;
}
.shopping-cart .related-products .products-grid .product .info {
  padding: 5px 0 0;
}
.shopping-cart .related-products .products-grid .product .info .title {
  color: #000;
  display: block;
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 0 10px 0 0;
}
.shopping-cart .related-products .products-grid .product .info .title:hover {
  color: #000;
}
.shopping-cart .related-products .products-grid .product .info .brand {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
.shopping-cart .related-products .products-grid .product .info .brand a {
  color: #666;
}
.shopping-cart .related-products .products-grid .product .info .brand a:hover {
  color: #000;
}
.shopping-cart .related-products .products-grid .product .info .price {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.shopping-cart .related-products .products-grid .product .info .discount {
  font-weight: 400;
  color: #888;
  font-size: 13px;
}
.button_cont {
  padding: 12px 0 0;
}
.button_cont .btn {
  width: 100%;
}
.update-form {
  padding: 20px 0 0;
}
.update-form .row {
  margin: 0 -6px;
}
.update-form .row > div {
  padding: 0 6px;
}
.update-form .btn {
  line-height: 26px;
}
.add-to-cart.loading span {
  visibility: hidden;
}
.add-to-cart .add-tick {
  display: none;
}
.add-to-cart.success .add-text {
  display: none;
}
.add-to-cart.success .add-tick {
  display: block;
}
.quickview-mask {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 1000;
  top: 0;
  display: none;
  overflow-y: scroll;
}
.quickview-mask.active {
  display: block;
}
.quickview-mask .quickview-container {
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 40px;
  min-height: 400px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
}
.quickview-mask .quickview-container .main-container {
  max-width: 100%;
  padding: 0;
}
.quickview-mask .quickview-container .product-view,
.quickview-mask .quickview-container .images-container {
  padding: 0;
}
.quickview-mask .remove {
  position: absolute;
  color: #ddd;
  font-size: 30px;
  right: 10px;
  line-height: 30px;
  top: 10px;
}
.quickview-mask .remove:hover {
  color: #000;
}
@media (max-width: 767px) {
  .quickview-mask {
    padding: 20px;
  }
  .quickview-mask .quickview-container {
    padding: 0 20px;
  }
}
.out-of-stock {
  font-weight: bold;
  color: #000;
}
.attributes-custom-container {
  padding: 10px 0;
  margin: -5px 0;
}
.attributes-custom-container.attributes-sizes .attribute-option {
  width: 50px;
  height: 50px;
}
.attributes-custom-container .attribute-option {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  margin-right: 4px;
  background-color: transparent;
  font-size: 16px;
  margin: 5px 4px 5px 0;
  padding: 0;
}
.attributes-custom-container .attribute-option.selected {
  border: 2px solid #000;
}
.attributes-custom-container .attribute-option:hover {
  border: 2px solid #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .attributes-custom-container .attribute-option {
    margin: 5px 3px 5px 0;
  }
}
.auth {
  padding-top: 60px;
}
.auth fieldset {
  padding: 10px 0 0;
}
.auth p {
  margin: 6px 0;
}
.auth form {
  padding: 0 30px 30px;
}
.auth .row {
  margin: 0 -6px;
}
.auth .row > div {
  padding: 0 6px;
}
.auth .login .row {
  margin: 0 -40px;
}
.auth .login .row > div {
  padding: 0 40px;
}
.auth .login .register form {
  background: #f1f1f1;
  padding: 30px;
}
.auth .register h2 {
  padding: 0;
}
.auth .form-group {
  padding: 6px 0;
}
.auth .button-container .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .auth form {
    padding: 0 0 30px;
  }
  .auth .login .row {
    margin: 0;
  }
  .auth .login .row > div {
    padding: 0;
  }
  .auth .login .register {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .auth .login .row {
    margin: 0 -10px;
  }
  .auth .login .row > div {
    padding: 0 10px;
  }
}
.myaccount {
  padding: 0 0 80px;
}
.myaccount h2 {
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  padding: 20px 0 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.myaccount h2:after {
  display: none;
}
.myaccount h3 {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 24px 8px;
  color: #000;
  width: 100%;
}
.myaccount h3:after {
  display: none;
}
.myaccount h3 span {
  font-size: 13px;
  color: #666;
}
.myaccount h3 .myaccount_tooltip {
  display: block;
  margin: 10px 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .myaccount h3 .myaccount_tooltip {
    display: inline;
    margin: 0;
  }
}
.myaccount h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
}
.myaccount h4:after {
  display: none;
}
.myaccount .data {
  padding: 20px 8px;
  border-bottom: 1px solid #ccc;
}
.myaccount .data + h3 {
  margin: 20px 0 0;
}
.myaccount .info {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .myaccount .info {
    font-size: 14px;
    text-align: right;
    color: #000;
  }
}
.myaccount .info .none {
  color: #999;
  font-style: italic;
}
.myaccount .info .updated {
  color: #b9dd93;
  display: block;
  margin: -2px 0 0 10px;
  position: absolute;
  font-size: 17px;
}
.myaccount .info a.edit,
.myaccount .info a.address_delete {
  display: inline-block;
  margin: 0 0 -20px 20px;
  float: right;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  position: relative;
  top: -18px;
  font-size: 13px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .myaccount .info a.edit,
  .myaccount .info a.address_delete {
    margin: 0 0 0 20px;
    float: none;
    color: #888;
    background: none;
    padding: 0;
    border-radius: none;
    top: 0;
  }
  .myaccount .info a.edit:hover,
  .myaccount .info a.address_delete:hover {
    color: #000;
  }
}
.myaccount .address-edit-buttons {
  padding: 10px 0;
}
.myaccount .address-edit-buttons a.edit,
.myaccount .address-edit-buttons a.address_delete {
  top: 0;
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .myaccount .address-edit-buttons {
    padding: 0;
  }
}
.myaccount form {
  padding: 20px 0 0;
}
.myaccount form .form-control {
  height: 38px;
  margin: 0 0 10px;
}
.myaccount form input.form-control {
  padding: 5px 12px;
}
.myaccount form .checkbox {
  display: inline-block;
  margin: -2px 10px 0 0;
}
.myaccount form label {
  font-size: 13px;
}
.myaccount form .row {
  margin: 0 -5px;
}
.myaccount form .row > div {
  padding: 0 5px;
}
.myaccount form .row div.errors p {
  color: #CA4343;
  font-size: 13px;
  margin: 10px 0 0;
}
.myaccount form .cancel,
.myaccount form .cancel_new_address {
  color: #333;
}
.myaccount form .cancel:hover,
.myaccount form .cancel_new_address:hover {
  color: #000;
}
.myaccount .new_address {
  margin: 20px 0 0;
}
.myaccount .add_address {
  margin: 20px 0 0;
}
.myaccount .errors {
  padding: 0 0 10px;
  color: #ff6d6d;
  font-size: 12px;
}
.myaccount-container .order-items-table {
  margin: 0;
}
@media (max-width: 767px) {
  .myaccount-container > .row {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 30px;
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .myaccount-container {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
  }
  .myaccount-container .order-group {
    padding-top: 10px;
  }
  .myaccount-container .order-group {
    border: none;
    padding: 0;
  }
  .myaccount-container > .row {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 30px;
    margin: 0 0 45px;
  }
}
.myaccount-panel {
  padding: 0 40px 0 0;
}
.myaccount-panel .panel {
  padding: 4px 20px;
  border-radius: 12px;
  background: #f9f9f9;
}
.myaccount-panel ul {
  padding: 0;
  list-style: none;
}
.myaccount-panel ul li {
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.myaccount-panel ul li:last-child {
  border: none;
}
.myaccount-panel ul li a {
  width: 100%;
  display: block;
  padding: 14px 0;
  color: #555;
  font-size: 16px;
}
@media (max-width: 767px) {
  .myaccount-panel {
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .myaccount-panel {
    padding: 0 0 20px;
  }
  .myaccount-panel .panel {
    padding: 4px;
  }
  .myaccount-panel ul {
    margin: 10px 0;
    text-align: center;
  }
  .myaccount-panel ul li {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: inline-block;
    padding: 0 10px;
  }
  .myaccount-panel ul li a {
    padding: 6px 30px;
  }
}
.address_name {
  padding: 0 0 0 10px;
}
.radio-container {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  margin: 10px 0 0;
}
.radio-container .radio-control {
  border-top: 1px solid #d9d9d9;
  padding: 12px 16px;
  position: relative;
}
.radio-container .radio-control:first-child {
  border-top: none;
}
.radio-container .radio-control label {
  margin: 0;
  padding: 4px 0;
}
.radio-container .radio-control .checkbox-label {
  width: 100%;
}
.radio-option {
  background: #f9f9f9;
  border-top: 1px solid #d9d9d9;
  padding: 22px 26px 12px;
  font-size: 13px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .radio-option {
    padding: 22px 16px 12px;
  }
}
.radio-option:last-child {
  border-radius: 0 0 6px 6px;
}
.radio-option .radio-option-label {
  width: 100%;
  font-weight: normal;
  color: #737373;
  font-size: 13px;
  margin: 0 0 10px;
}
.radio-option .radio-option-label input {
  margin: 0 16px 0 0;
  vertical-align: top;
}
.radio-option .radio-option-label:hover {
  cursor: pointer;
}
.radio-option .full-address {
  display: inline-block;
  padding: 0;
  line-height: 20px;
  margin: -6px 0 14px;
}
.radio-option .help-block {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .radio-option .full-address {
    margin: -6px 0 24px;
  }
}
.cards-logos {
  position: absolute;
  right: 20px;
  top: 15px;
  pointer-events: none;
}
.cvc-help {
  font-size: 14px;
  color: #ccc;
  position: absolute;
  right: 12px;
  top: 13px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .cvc-help {
    font-size: 20px;
    top: 10px;
  }
}
.cvc-help:hover {
  color: #888;
  cursor: pointer;
}
.cvc-help:hover + .cvc-help-popup {
  display: block;
}
.cvc-help-popup {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  width: 264px;
  padding: 10px;
  border: 1px solid #ccc;
  bottom: 50px;
  right: -20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99;
}
.cvc-help-popup:after,
.cvc-help-popup:before {
  top: 100%;
  right: 29px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cvc-help-popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.cvc-help-popup:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 11px;
  margin-left: -11px;
}
.cvc-help-popup p {
  font-size: 13px;
  margin: 0 0 14px;
}
.checkbox-label {
  margin: 0 0 20px;
  font-weight: normal;
  color: #737373;
  display: block;
}
.checkbox-label input {
  margin: 0 16px 0 2px;
}
.checkbox-label:hover {
  cursor: pointer;
}
.payment-error {
  display: none;
}
.help-block,
.alert {
  font-size: 13px;
  line-height: 18px;
  vertical-align: middle;
  margin: 0;
}
.help-block span.icon,
.alert span.icon {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  position: absolute;
}
.help-block span.help-text,
.alert span.help-text {
  display: inline-block;
  padding: 0 0 0 26px;
}
fieldset {
  border: none;
  padding: 30px 0 0;
}
.customer-form {
  max-width: 650px;
  padding: 0 0 40px 0;
}
.customer-form .row {
  margin: 0 -5px;
}
.customer-form .row > div {
  padding: 0 5px;
}
.customer-form h3 {
  margin: 0 0 20px;
}
.form-buttons .button-container .btn {
  width: 100%;
}
.checkout {
  width: 100%;
  padding: 0 60px;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
}
.checkout .breadcrumb {
  margin: 0;
}
.checkout h3 {
  margin: 0 0 10px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout {
    max-width: 620px;
  }
  .checkout .breadcrumb {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .checkout {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .show-on-sm {
    display: none;
  }
}
.show-on-xs {
  display: none;
}
@media (max-width: 767px) {
  .show-on-xs {
    display: inline;
  }
}
.show-summary-button {
  background: #fafafa none repeat scroll 0 0;
  border: none;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  line-height: 20px;
  color: #4b4b4b;
  margin: 20px 0 0;
  display: none;
  padding: 16px 20px;
  font-size: 16px;
}
.show-summary-button.active .hide-summary {
  display: inline-block;
}
.show-summary-button.active .show-summary {
  display: none;
}
.show-summary-button .container {
  max-width: 620px;
  display: block;
  margin: 0 auto;
}
.show-summary-button .hide-summary {
  display: none;
}
.show-summary-button .show-summary {
  display: inline-block;
}
.show-summary-button .cart-icon {
  font-size: 14px;
  display: inline-block;
  margin: -4px 6px 0 0;
  vertical-align: middle;
  line-height: 20px;
}
.show-summary-button .up-icon,
.show-summary-button .down-icon {
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
}
.show-summary-button .down-icon {
  margin: -3px 0 0;
}
.show-summary-button .up-icon {
  margin: -1px 0 0;
}
.show-summary-button .total {
  float: right;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .show-summary-button {
    display: block;
  }
}
.items-table {
  width: 100%;
  margin: 0 0 16px;
}
.items-table .item {
  vertical-align: middle;
}
.items-table .item + .item td {
  padding-top: 4px;
}
.items-table .item .image {
  width: 20%;
  padding: 0 10px 0 0;
  max-width: 54px;
}
.items-table .item .image.route-image img {
  padding: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .items-table .item .image {
    width: 15%;
    padding: 0 20px 0 0;
  }
}
.items-table .item .image img {
  background: #fff;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.items-table .item .info {
  width: 60%;
}
.items-table .item .info .title {
  font-weight: 500;
  line-height: 15px;
  color: #4b4b4b;
  margin: 0;
  padding: 0 0 4px;
}
.items-table .item .info .title .quantity {
  color: #717171;
}
.items-table .item .info .detail {
  font-size: 13px;
  line-height: 12px;
  color: #969696;
  margin: 0;
}
.items-table .item .info .custom-data {
  font-size: 13px;
  line-height: 12px;
  color: #969696;
  padding: 6px 0 10px;
  margin: 0;
}
.items-table .item .price {
  width: 20%;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #4b4b4b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .items-table .item .price {
    width: 25%;
  }
}
.totals-table {
  width: 100%;
  margin: 0 0 16px;
  border-top: 1px solid #e1e1e1;
}
.totals-table .totals {
  color: #717171;
  font-size: 14px;
}
.totals-table .totals:first-child td {
  padding-top: 16px;
}
.totals-table .totals td {
  padding: 3px 0;
}
.totals-table .price {
  width: 20%;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #4b4b4b;
}
.total-table {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  margin: 0;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .total-table {
    margin: 0;
  }
}
.total-table .total td {
  padding: 16px 0 0;
  font-size: 15px;
  color: #4b4b4b;
}
.total-table .total td.price {
  width: 20%;
  text-align: right;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #4b4b4b;
}
.checkout-main {
  width: 65%;
  float: left;
  padding: 30px 30px 0 0;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout-main {
    width: 100%;
    padding: 0;
  }
}
#order_summary {
  padding: 0 0 60px 0;
}
.order-summary {
  width: 35%;
  float: right;
  padding: 20px 0 0 50px;
  height: 100%;
}
.order-summary:after {
  background: #fafafa;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: -1;
  border-left: 1px solid #e1e1e1;
  right: -35%;
  height: 100%;
}
.order-summary .discount {
  background: #E9F8E8;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 40px 0 10px;
  border-radius: 6px;
}
.order-summary .discount .remove {
  text-align: right;
}
.order-summary .discount .remove a {
  margin-top: 1px;
  display: inline-block;
  color: #888;
}
.order-summary .discount .remove a:hover {
  color: #1a1a1a;
}
.order-summary .discount .remove a:focus {
  color: #000;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-summary {
    width: 100%;
    float: none;
    height: auto;
    padding: 10px 0 30px;
    display: none;
    position: relative;
  }
  .order-summary:after {
    left: -100%;
    width: 300%;
    border-bottom: 1px solid #e1e1e1;
    border-left: none;
  }
}
.points-container {
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.points-container.redeem {
  text-align: left;
  padding: 16px;
  margin: 10px 0 0;
}
.points-container.redeem label {
  margin: 0;
}
.charity-container {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 16px;
  margin: 10px 0 0;
}
.charity-container p {
  margin: 0 0 20px;
}
.extra-info .heading {
  font-weight: 700;
  padding: 0 0 4px;
  margin: 0;
  color: #4b4b4b;
}
.extra-info .detail {
  margin: 0;
  color: #717171;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .extra-info .detail {
    margin: 0 0 20px;
  }
}
.back-button {
  color: #888;
  margin: 20px 0 0;
  font-weight: 400;
}
.back-button:hover {
  color: #666;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .entry-type-select {
    font-size: 16px;
  }
}
#order_summary.floating {
  position: fixed;
  top: 20px;
}
#order_summary.stuck {
  position: relative;
}
.btn.discount-button {
  padding: 10px;
  width: 100%;
}
.order-heading {
  padding: 0 0 10px;
}
.order-heading .tick {
  color: #9c6;
  font-size: 40px;
  float: left;
  margin: 0 20px 20px 0;
  line-height: 40px;
}
.order-heading .tick.pending {
  color: #F9C80E;
}
.order-heading .tick.failed {
  color: #E53A3D;
}
.order-heading .order-id {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  color: #777;
  line-height: 12px;
}
.order-heading .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
.order-group {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 0 20px;
}
.order-group .title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  padding: 0 0 4px;
}
.order-group p {
  margin: 0;
  color: #777;
}
.order-group ul {
  padding: 0 0 0 36px;
  margin: 0 0 10px;
}
.order-group ul:last-child {
  margin: 0;
}
.order-group li {
  color: #777;
  padding: 0 0 0 6px;
}
.order-group .delivery-note strong {
  padding: 10px 0 0;
  font-weight: 400;
  color: #000;
}
.order-group .subtitle {
  padding: 10px 0 0;
  font-weight: 400;
  color: #000;
}
.help {
  color: #777;
  font-size: 14px;
  line-height: 14px;
}
.help span {
  color: #ccc;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 6px 0 0;
}
.order-items-table {
  width: 100%;
  margin: 10px 0;
}
.order-items-table tbody tr:first-child td {
  padding-top: 0;
}
.order-items-table tbody tr td {
  padding: 10px 0;
}
.order-items-table .item-title .name {
  display: block;
  font-size: 16px;
  color: #000;
}
.order-items-table .item-title .attributes {
  display: block;
  color: #777;
}
.order-items-table .quantity {
  color: #777;
}
.order-items-table .price {
  text-align: right;
}
.order-items-table .image {
  width: 60px;
  padding: 0 10px 0 0;
}
.order-items-table .image.route-image img {
  padding: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-items-table .image {
    width: 60px;
    padding: 0 20px 0 0;
  }
}
.order-items-table .image img {
  background: #fff;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.order-totals-table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 10px 0 0;
}
.order-totals-table tbody tr:last-child {
  font-size: 16px;
  font-weight: 700;
  border-bottom: none;
  border-top: 1px solid #ddd;
}
.order-totals-table tbody tr:last-child td {
  color: #000;
  padding-bottom: 0;
}
.order-totals-table tbody tr td {
  padding: 10px 0;
  color: #777;
}
.order-totals-table tbody tr td:last-child {
  text-align: right;
}
.order-info {
  padding: 0 0 60px 30px;
}
.order-info p {
  margin: 0;
}
.order-info .order-id {
  font-size: 16px;
  color: #000;
  margin: 0 0 10px;
}
.order-info .order-date {
  color: #777;
}
.order-info .subtitle {
  padding: 10px 0 0;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .order-info {
    padding: 20px;
    background: #f9f9f9;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-info {
    padding: 0 30px 0 0;
  }
}
.order-updates {
  padding: 10px 0 0;
}
.order-updates p {
  margin: 0 0 10px;
}
.order-updates p:last-child {
  margin: 0;
}
.points-earned {
  padding: 20px 0 0;
  text-align: right;
  font-size: 16px;
}
.mini-cart {
  width: 100%;
  position: absolute;
  right: 20px;
  top: 90px;
  display: none;
  padding: 0;
  max-width: 440px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .mini-cart {
    right: 0;
  }
}
.mini-cart.active {
  display: block;
}
.mini-cart .cart-container {
  background: #292929;
  padding: 20px 20px;
  min-height: 120px;
}
.mini-cart .cart-container .no-items {
  color: #999;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 120px;
}
.mini-cart p {
  color: #fff;
}
.mini-cart .buttons {
  padding: 10px 0;
  border-top: 1px solid #444;
}
.mini-cart .buttons .btn-checkout {
  display: block;
  padding: 6px 0;
  height: auto;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mini-cart .buttons .btn-checkout {
    padding: 10px 0;
  }
}
.mini-cart .items-table .item .info .title a {
  color: #fff;
}
.mini-cart .items-table .item .price {
  color: #ddd;
}
.mini-cart .items-table .item .image {
  width: 15%;
  max-width: 54px;
}
.mini-cart .totals-table,
.mini-cart .total-table {
  border-top: 1px solid #333;
}
.mini-cart .totals-table .price,
.mini-cart .total-table .price {
  color: #ddd;
}
.mini-cart .totals-table .total td,
.mini-cart .total-table .total td {
  color: #ddd;
}
.mini-cart .total-table {
  margin: 0;
}
.mini-cart .button-container {
  padding: 20px 0 0;
}
.mini-cart .button-container .btn {
  width: 100%;
}
.mini-cart .cart-links {
  padding: 10px 0 0;
}
.mini-cart .cart-links a {
  color: #ddd;
  font-size: 12.5px;
}
.mini-cart .cart-links .right {
  text-align: right;
}
.mini-cart a.remove {
  width: 14px;
  height: 14px;
  background: #444;
  display: inline-block;
  position: relative;
  border-radius: 99px;
  margin: 0 0 -3px 6px;
  line-height: 12px;
}
@media (max-width: 767px) {
  .mini-cart a.remove {
    margin-left: 12px;
  }
}
.mini-cart a.remove:hover {
  background: #555;
}
.mini-cart a.remove:hover:after,
.mini-cart a.remove:hover:before {
  background: #aaa;
}
.mini-cart a.remove:after,
.mini-cart a.remove:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 1px;
  background: #999;
  top: 6.5px;
  left: 1.5px;
}
.mini-cart a.remove:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mini-cart a.remove:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.shopping-cart-icon .label {
  display: block;
  width: 16px;
  height: 16px;
  background: red;
  border-radius: 99px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  line-height: 16px;
  text-align: center;
  margin-left: 12px;
  top: 6px;
  z-index: 7;
}
.shopping-cart-icon .label:empty {
  display: none;
}
.mini-cart .totals-table .totals {
  color: #ddd;
}
.mini-cart .items-table .item .info .title .quantity {
  color: #aaa;
  margin: 0 0 0 10px;
}
.products .product {
  padding: 0;
  border: 1px solid #ddd;
}
.products .product .info {
  padding: 16px;
}
.products .product .info .title {
  font-family: 'DIN', sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}
.products .product .info .price {
  font-size: 14px;
  color: #666;
}
.products.row {
  margin: 0 -10px;
}
.products.row > div {
  padding: 0 10px 20px;
}
.product-view {
  padding: 0;
}
.product-view .content {
  border-top: 0;
}
.product-view .images-container {
  padding: 0;
}
.product-view .images-container .image {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.product-view .images-container .images {
  margin: 0 -5px;
}
.product-view .images-container .images .image-thumb {
  padding: 0 5px;
  margin: 0 0 8px;
}
.product-view .images-container .images .image-thumb a img {
  border: 1px solid #ddd;
}
.product-view .button-container {
  padding: 0;
  border: none;
  margin: 0;
}
.product-view .titles {
  padding-top: 40px;
}
.product-view .titles h2 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 30px;
  position: relative;
}
.product-view .titles h2:after {
  content: "";
  border-bottom: 1px solid #ddd;
  width: 50px;
  display: block;
  bottom: -2px;
  position: absolute;
}
.product-view .details {
  padding: 0 0 40px;
}
.product-view .details table tbody tr td {
  padding: 8px;
}
.product-view .details table tbody tr td:first-child {
  color: #000;
  font-weight: bold;
  padding-left: 0;
}
.product-view .prices {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.product-view .prices .price {
  color: #000;
  font-family: 'DIN', sans-serif;
  font-size: 30px;
}
.product-view .info {
  padding: 0;
}
.product-view .product-actions {
  margin: 0 -20px;
}
.product-view .product-actions > div {
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .product-view {
    padding: 0;
  }
  .product-view .images-container {
    margin: 0 0 0 -20px;
  }
  .product-view .info {
    padding: 0 10px 0 40px;
  }
  .product-view .prices .quantity-container {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view .prices {
    border: none;
  }
  .product-view .product-actions .add-action {
    padding-left: 30px;
  }
  .product-view .product-actions .add-action-cont {
    border-left: 1px solid #eee;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), (max-width: 767px) {
  .product-view .images-container .image {
    padding: 0;
    max-width: 500px;
    margin: auto;
  }
  .product-view .step .step-icon img {
    max-height: 40px;
    max-width: 40px;
  }
  .product-view .step .step-info {
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .product-view .images-container {
    border-bottom: none;
  }
  .product-view .titles {
    padding: 0;
  }
  .product-view .button-container {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-view-container {
    padding: 0 30px;
  }
}
.images-row {
  margin: 0 -10px;
}
.images-row .main-image-col {
  padding: 0 10px;
}
.images-row .more-images-col {
  padding: 10px;
}
.images-row .more-image {
  padding: 0 10px;
}
.shopping-cart-icon .label {
  top: 22px;
}
.size-chart {
  width: 100%;
}
.size-chart tbody tr td:first-child {
  text-align: left;
  padding-left: 0;
  font-weight: bold;
  color: #000;
}
.size-chart tr {
  border-bottom: 1px solid #ddd;
}
.size-chart td,
.size-chart th {
  padding: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .size-chart {
    margin: 0 0 60px;
  }
}
.personalise-container {
  padding: 10px 10px 10px 0;
}
.personalise-container .form-control {
  width: 100%;
  padding: 8px 12px 4px;
  font-family: 'DIN', sans-serif;
  color: #000;
  font-size: 22px;
  border: 2px solid #ddd;
  text-transform: uppercase;
}
.personalise-container .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.personalise-container .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.personalise-container .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.personalise-container .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.personalise-container .form-control.has-error {
  border-color: #e04440;
}
.personalise-container .error-msg {
  padding: 10px 0 0;
  margin: 0;
}
.shipping-stock-time {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.confirm-custom-data .title {
  display: inline-block;
  font-size: 18px;
  margin: 0 20px 4px 0;
  font-weight: 500;
  line-height: 20px;
}
.confirm-custom-data .attributes {
  display: inline-block;
}
.confirm-custom-data .attributes label {
  color: #666;
  font-size: 14px;
  margin: 0 20px 0 0;
}
.confirm-custom-data .quantity {
  color: #777;
  margin: 0 0 0 10px;
}
.confirm-custom-data .info {
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .confirm-custom-data .image {
    text-align: center;
  }
  .confirm-custom-data .image img {
    max-width: 120px;
    display: inline-block;
  }
}
.confirm-custom-data .remove-item {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
}
.confirm-custom-data .remove-item:hover {
  color: #333;
}
.refund-msg {
  color: #666;
  padding: 10px;
}
.refund-msg .font-icon {
  font-size: 28px;
  float: left;
  color: #ccc;
  margin: 0 14px 0 0;
}
.product-offer {
  border: 2px solid #000;
  margin: 0;
  color: #000;
  font-size: 15px;
}
.product-offer .label-offer {
  font-weight: bold;
}
.home-content p {
  font-size: 18px;
  color: #333;
  margin: 0 0 20px;
}
.products-link-title {
  font-family: 'DIN', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.products-link-title .sub {
  font-family: 'Circular', sans-serif;
  font-size: 12px;
  display: block;
}
.products-link-title .arrow-icon {
  font-size: 30px;
  vertical-align: middle;
  margin: -10px 0 0;
}
.products-socks-container {
  margin: 0 -15px;
}
.products-socks-container.row {
  margin: 0 -15px 30px;
}
.products-socks-container.row > div {
  padding: 0 15px 30px;
}
.products-socks-container .products-socks {
  position: relative;
}
.products-socks-container .info {
  font-family: 'DIN', sans-serif;
  color: #fff;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  padding: 60px 40px 40px;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.products-socks-container .info .sub {
  font-family: 'Circular', sans-serif;
  font-size: 12px;
  display: block;
}
.products-socks-container .info .arrow-icon {
  font-size: 30px;
  vertical-align: middle;
  margin: -10px 0 0;
}
.products-socks-container .socks-square {
  display: none;
}
@media (max-width: 767px) {
  .products-socks-container .products-socks {
    margin: 0 0 20px;
  }
  .products-socks-container .info {
    padding: 60px 30px 30px;
  }
  .products-socks-container .socks-tall {
    display: none;
  }
  .products-socks-container .socks-square {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products-socks-container {
    padding: 0;
  }
  .products-socks-container.row {
    margin: 0 -15px 0;
  }
  .products-socks-container .products-socks {
    margin: 0 0 20px;
  }
  .products-socks-container .info {
    padding: 40px 20px 20px;
  }
  .products-socks-container .socks-tall {
    display: none;
  }
  .products-socks-container .socks-square {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .products-socks-container .info {
    padding: 40px 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .auth {
    padding-right: 30px;
  }
}
#carousel_promo .owl-controls {
  display: none !important;
}
.tick-list,
.product-view .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tick-list li,
.product-view .description ul li {
  font-size: 18px;
  padding: 0 0 10px 30px;
  position: relative;
}
.tick-list li:before,
.product-view .description ul li:before {
  font-family: Flat-UI-Icons;
  content: "\e00a";
  display: block;
  position: absolute;
  left: 0;
  color: #000;
}
@media (max-width: 767px) {
  .tick-list li,
  .product-view .description ul li {
    padding: 0 0 16px 30px;
  }
}
.no-results {
  font-size: 24px;
  width: 100%;
  padding: 0 0 200px;
}
.promo {
  padding: 0 0 40px;
}
.promo-content {
  padding: 40px;
  text-align: center;
}
.promo-products > div {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), (min-width: 1200px) {
  .banner .banner-content.large-right-1 {
    right: 0;
    font-size: 80px;
    line-height: 72px;
  }
  .banner .banner-content.large-1 {
    font-size: 80px;
    line-height: 72px;
  }
  .banner .banner-content.large-2 {
    font-size: 100px;
    line-height: 82px;
  }
  .large-3 {
    font-size: 115px;
    line-height: 102px;
    width: 100%;
    text-align: center;
  }
  .large-4 {
    right: 0;
    font-size: 60px;
    line-height: 52px;
  }
}
