@charset "UTF-8";
html {
  font-family: unset,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background: 0 0; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: black !important;
    background: transparent !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  select {
    background: white !important; }

  .navbar {
    display: none; }

  .table td, .table th {
    background-color: white !important; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: black !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #dddddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 62.5%;
  -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: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #347AB7;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  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 .2s ease-in-out;
  transition: all .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 #eee; }

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999; }

.text-primary {
  color: #347AB7; }

a.text-primary:hover {
  color: #3071a9; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff;
  background-color: #347AB7; }

a.bg-primary:hover {
  background-color: #3071a9; }

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

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

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

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

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

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

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

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-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: 0; }

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

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

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

  .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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-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: 0; }

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

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

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

  .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; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

input[type=date] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.radio label, .checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer; }

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }

  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #347AB7;
  border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #347AB7;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #347AB7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #347AB7;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

@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.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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

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

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 14px 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: 400;
  line-height: 1.42857143;
  color: #333;
  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: #347AB7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999; }

.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: 14px;
  line-height: 1.42857143;
  color: #999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

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

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

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 14px;
  padding-right: 14px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none; }

.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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.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 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #999; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #347AB7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #347AB7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }

  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; }

  .navbar-text.navbar-right:last-child {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #999; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #999; }

.navbar-inverse .navbar-nav > li > a {
  color: #999; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #999; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.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: #999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #347AB7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #347AB7;
  border-color: #347AB7;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #999; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray; }

.label-primary {
  background-color: #347AB7; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #347AB7;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.container .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #347AB7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

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

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .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-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #347AB7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

.media, .media .media {
  margin-top: 15px; }

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

.media-object {
  display: block; }

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

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

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

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

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

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #347AB7;
  border-color: #347AB7; }

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

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

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

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #347AB7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #347AB7;
  border-color: #347AB7; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #347AB7; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #347AB7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 14px;
  height: 14px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer: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; }

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/******************************************************************
Theme Name: Shinesty
******************************************************************/
/* Table of Content
==================================================
#Scss Variables
#Basic Element Styles
#Site Class Styles
#Clearing
#Header/Nav Bar
#Menu
#Index
#Videos
#Buttons, Inputs & Forms
#Modals
#List Collections
#Collections
#Search / #404
#Pages
#Collection Filters
#Images
#Products
#Customers
#Cart
#Blog/#articles
#Tables
#Cookies
#Apps
#Misc
#Font-Face
#Layout	& Media Queries
*/
/* #Scss Variables
================================================== */
/* #Basic Element Styles
================================================== */
red {
  color: #e4002b; }

.async-hide {
  opacity: 0 !important; }

#ju_bbox {
  z-index: 9; }

/* #Site Class Styles */
#admin_bar_iframe {
  display: none; }

.none {
  display: none; }

.inline-block {
  display: inline-block; }

.min-w-600 {
  min-width: 600px; }

.max-w-190 {
  max-width: 190px; }

.max-w-300 {
  max-width: 300px; }

.max-w-300-imp {
  max-width: 300px !important; }

.max-w-350 {
  max-width: 350px; }

.max-w-400 {
  max-width: 400px; }

.max-w-400 {
  max-width: 400px; }

.max-w-550 {
  max-width: 550px; }

.max-w-600 {
  max-width: 600px; }

.max-w-600-imp {
  max-width: 600px !important; }

.max-w-800 {
  max-width: 800px; }

.max-w-900 {
  max-width: 900px; }

.max-w-1000 {
  max-width: 1000px; }

.max-w-1200 {
  max-width: 1200px; }

.max-w-1500 {
  max-width: 1500px; }

.row {
  margin-bottom: 10px; }

.lh-1 {
  line-height: 1em; }

.lh-1p25 {
  line-height: 1.25em; }

.lh-35 {
  line-height: 35px; }

.lh-37 {
  line-height: 37px; }

.select {
  height: 50px; }

.content-layout-container {
  margin-top: 40px;
  margin-bottom: 0; }

.background-color-none {
  background-color: transparent; }
  .background-color-none:hover {
    background: transparent; }

.modal-gradient {
  background: #5cbbc9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8ecdd6 0%, #06aab8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8ecdd6 0%, #06aab8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8ecdd6 0%, #06aab8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06aab8', endColorstr='#8ecdd6',GradientType=1 );
  /* IE6-9 */ }

.blue-gradient {
  background: #5cbbc9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #06aab8 0%, #8ecdd6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #06aab8 0%, #8ecdd6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #06aab8 0%, #8ecdd6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ecdd6', endColorstr='#06aab8',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.right {
  float: right;
  position: relative; }

.float-right {
  float: right; }

.left {
  float: left; }

.f-none {
  float: none; }

.center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.full_width, .full-width {
  width: 100%; }

.full_width_imp, .full-width-imp {
  width: 100% !important; }

.full_width_max, .full-width-max {
  max-width: 100%; }

.full_height, .full-height {
  height: 100%; }

.w-auto {
  width: auto; }

.w-75p {
  width: 75%; }

.w-100v {
  width: 100vw; }

.w-175 {
  width: 175px !important; }

.w-250 {
  width: 250px; }

.w-250-imp {
  width: 250px !important; }

.w-265 {
  width: 265px; }

.w-345 {
  width: 345px; }

.w-480 {
  width: 480px; }

.flex {
  display: flex; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.grid {
  display: grid; }

.block, .flex-xs, .flex-sm {
  display: block; }

.center-vert {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center; }

.m-auto {
  margin: auto; }

.m-0 {
  margin: 0; }

.m-top--5 {
  margin-top: -5px; }

.m-top-0 {
  margin-top: 0px; }

.m-top-5 {
  margin-top: 5px; }

.m-top-10 {
  margin-top: 10px; }

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-50 {
  margin-top: 50px; }

.m-top-70 {
  margin-top: 70px; }

.m-top-150 {
  margin-top: 150px; }

.m-r-15 {
  margin-right: 15px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-45 {
  margin-right: 45px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-0 {
  margin-left: 0px; }

.m-l-10 {
  margin-left: 10px; }

.m-v-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-h-5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-0-auto {
  margin: 0 auto; }

.m-10-0-0 {
  margin: 10px 0 0; }

.auto_margins {
  margin: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-4 {
  padding: 4px; }

.p-10 {
  padding: 10px; }

.p-0-5 {
  padding: 0 5px; }

.p-0-10 {
  padding: 0 10px; }

.p-0-15 {
  padding: 0 15px; }

.p-0-30 {
  padding: 0 30px; }

.p-10-0 {
  padding: 10px 0; }

.p-15-0 {
  padding: 15px 0; }

.p-30-0 {
  padding: 30px 0; }

.p-40-0 {
  padding: 40px 0; }

.p-top-5 {
  padding-top: 5px; }

.p-top-10 {
  padding-top: 10px; }

.p-top-15 {
  padding-top: 15px; }

.p-top-20 {
  padding-top: 20px; }

.p-top-40 {
  padding-top: 40px; }

.p-top-25p {
  padding-top: 25%; }

.p-top-50p {
  padding-top: 50%; }

.p-l-0 {
  padding-left: 0px; }

.p-l-10 {
  padding-left: 10px; }

.p-l-15 {
  padding-left: 15px; }

.p-l-20 {
  padding-left: 20px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-50 {
  padding-right: 50px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-b-75p {
  padding-bottom: 75%; }

.p-h-5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-h-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-h-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-v-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-v-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-v-img-row {
  padding-left: 5px;
  padding-right: 5px; }

.p-v-l-img-row {
  padding-left: 5px;
  padding-right: 5px; }

.p-v-r-img-row {
  padding-left: 5px;
  padding-right: 5px; }

.padd-5 {
  padding: 5px; }

.padd-15 {
  padding: 15px; }

.kill_border {
  border: none !important; }

.kill_margins {
  margin: 0 0 0 0 !important; }

.kill_h_margins {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.kill_v_margins {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.kill_b_margins {
  margin-bottom: 0 !important; }

.kill_padding {
  padding: 0 0 0 0 !important; }

.kill_h_padding, .collection-info-container, .product_extra_info_icon {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.kill_v_padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.kill_radius {
  border-radius: 0 !important; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.f-size-13 {
  font-size: 13px; }

.f-size-14 {
  font-size: 14px; }

.f-size-16 {
  font-size: 16px; }

.f-size-18 {
  font-size: 18px; }

.f-size-20 {
  font-size: 20px; }

.f-size-30 {
  font-size: 30px; }

.f-size-60 {
  font-size: 60px; }

.small {
  font-size: 85%; }

.f-weight-normal {
  font-weight: normal; }

.text-shadow-small {
  text-shadow: 1px 1px #404040; }

.h-auto {
  height: auto; }

.h-25 {
  height: 25px; }

.h-35 {
  height: 35px; }

.h-40 {
  height: 40px; }

.h-37 {
  height: 37px; }

.h-69 {
  height: 69px; }

.h-75 {
  height: 75px; }

.h-80 {
  height: 80px; }

.h-100 {
  height: 100px; }

.min-h-30 {
  min-height: 30px; }

.over-auto {
  overflow: auto; }

.y-scroll {
  overflow-y: scroll; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

.no-transform {
  text-transform: none; }

.border-none {
  border: none; }

.bord-r-none {
  border-right: none !important; }

.border-b-1-lg {
  border-bottom: 1px solid lightgrey; }

.breadcrumb {
  display: block;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 9px;
  background-color: #414042;
  color: #e6e7e8;
  border-radius: 0;
  line-height: 1.25em; }
  .breadcrumb a {
    color: white; }

.Curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  -webkit-transform: all .5s easy-in-out;
  transition: all .5s ease-in-out;
  visibility: hidden;
  z-index: 999; }

.Curtain.visible {
  cursor: pointer;
  opacity: .6;
  visibility: visible; }

.modal {
  z-index: 10050; }

.shop-bg-color {
  background-color: #ffffff !important; }

.row-centered {
  text-align: center; }

/*Must be inside element w/ row-centered class;*/
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }

.col-one-fifth {
  float: left;
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

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

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

.visible-lg-up {
  display: none !important; }

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

/* Plugin Styles */
.CM_button_container {
  display: table;
  margin: 0 auto; }

#answerdash #qazzow-helpButton {
  z-index: 100 !important; }

#SnapABug_Button {
  z-index: 2; }

#snapengage-button {
  z-index: 2 !important; }

#BIS_trigger, .BIS_trigger {
  width: 100%;
  padding: 5px 43px;
  font-size: 14px; }
  #BIS_trigger:hover, .BIS_trigger:hover {
    text-decoration: none; }

.bis-reset {
  z-index: 500 !important; }

#launcher.zEWidget-launcher.zEWidget-launcher--active {
  z-index: 999 !important; }

.visible-xxs {
  display: none; }

.blue {
  color: #0f76bb; }

.blue_old {
  color: #124c8e; }

.red {
  color: #e4002b; }

.red_old {
  color: #d82727; }

.dark_blue {
  color: #27345D; }

.white {
  color: #ffffff; }

.black {
  color: #000000; }

.turquoise {
  color: #0DA69F; }

.lightslategrey {
  color: #737373; }

.grey, .gray {
  color: grey; }

.bg-blue {
  background-color: #0f76bb; }

.bg-old-blue {
  background-color: #124c8e; }

.bg-red {
  background-color: #e4002b; }

.bg-white {
  background-color: #ffffff; }

.bg-gray, .bg-grey {
  background-color: #333333; }

.bg-lightgrey {
  background-color: #f3f3f4; }

.bg-htc-pink {
  background-color: #e9128d; }

.bg-htc-mid-pink {
  background-color: #e92d8a; }

.bg-htc-yellow {
  background-color: #ece712; }

.bg-htc-light-blue {
  background-color: #8ecdd6; }

.bg-htc-mid-blue {
  background-color: #5cbbc9; }

.bg-htc-blue {
  background-color: #06aab8; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-teal {
  background-color: #00B3C1; }

.blue-teal-green-gradient {
  background: #26aae1;
  background: -moz-linear-gradient(top, #26aae1 0%, #00a995 40%, #2bb673 80%, #2bb673 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #26aae1), color-stop(40%, #00a995), color-stop(80%, #2bb673), color-stop(100%, #2bb673));
  background: -webkit-linear-gradient(top, #26aae1 0%, #00a995 40%, #2bb673 80%, #2bb673 100%);
  background: -o-linear-gradient(top, #26aae1 0%, #00a995 40%, #2bb673 80%, #2bb673 100%);
  background: -ms-linear-gradient(top, #26aae1 0%, #00a995 40%, #2bb673 80%, #2bb673 100%);
  background: linear-gradient(to bottom, #26aae1 0%, #00a995 40%, #2bb673 80%, #2bb673 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26aae1', endColorstr='#2bb673', GradientType=0 ); }

.top-0, .top--0 {
  top: 0px; }

.top--35 {
  top: -35px; }

.top--70 {
  top: -70px; }

.top--105 {
  top: -105px; }

.top--140 {
  top: -140px; }

.top--175 {
  top: -175px; }

.top--210 {
  top: -210px; }

.top--245 {
  top: -245px; }

.top--280 {
  top: -280px; }

@media only screen and (max-width: 768px) {
  .top-80 {
    top: 80px !important; } }

.z-1 {
  z-index: 1; }

/* #Clearing
================================================== */
.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/* #Menu
================================================== */
.free-shipping-banner {
  display: table-cell; }

.free-shipping-banner #topBannerCarousel {
  display: block; }

.desktop-menu {
  display: none; }

.mobile-menu {
  display: none; }

.navbar-account {
  display: block;
  margin-right: 5px; }
  .navbar-account img {
    width: 18px; }

@media only screen and (min-width: 992px) {
  .navbar-account {
    margin-right: 15px; }
    .navbar-account img {
      margin-top: 10px; } }
.desktop-nav {
  background-color: #e4002b;
  opacity: 1;
  z-index: 2;
  margin-bottom: 0; }

.desktop-menu {
  display: inline-flex;
  text-align: right;
  margin-bottom: 0;
  left: 60px; }

ul.desktop-menu li.desktop-menu-item {
  display: inline; }

.desktop-menu-item {
  text-align: center;
  text-transform: uppercase;
  display: block;
  line-height: 40px;
  font-size: 13px; }
  .desktop-menu-item a {
    color: #FFFFFF; }
  .desktop-menu-item ul {
    z-index: 1001; }

#normal:hover, #hasdropdown:hover {
  text-decoration: none;
  color: #FFFFFF; }

.desktop-submenu {
  width: 100vw;
  border-radius: 0;
  z-index: 2;
  position: absolute;
  display: none; }

.desktop-search-container {
  display: block; }

.desktop-search-form {
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-right: 15px; }
  @media only screen and (min-width: 992px) {
    .desktop-search-form {
      margin-top: 7px; } }

.desktop-search-label-container {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 5; }
  .desktop-search-label-container label {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-bottom: 0; }
    .desktop-search-label-container label .glyphicon-search {
      color: white;
      font-size: 24px; }
    .desktop-search-label-container label .fa-search {
      color: white;
      font-size: 24px; }

.desktop-search-input-container {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 280px;
  height: 38px;
  z-index: 4;
  display: none;
  overflow: hidden;
  padding: 5px;
  background-color: #FFFFFF; }
  @media only screen and (min-width: 768px) {
    .desktop-search-input-container {
      right: 0px; } }
  .desktop-search-input-container input {
    display: block;
    position: absolute;
    bottom: 40px;
    height: 75%;
    width: 97%;
    margin: 0;
    padding: 5px 10px;
    border: none;
    background-color: #ffffff;
    color: #ee1c25;
    font-size: 16px;
    transition: top 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    border: 1px solid #ee1c25;
    border-radius: 10px;
    /* WebKit, Blink, Edge */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10-11 */ }
    .desktop-search-input-container input::-webkit-input-placeholder {
      color: #ee1c25; }
    .desktop-search-input-container input:-moz-placeholder {
      color: #ee1c25;
      opacity: 1; }
    .desktop-search-input-container input::-moz-placeholder {
      color: #ee1c25;
      opacity: 1; }
    .desktop-search-input-container input:-ms-input-placeholder {
      color: #ee1c25; }
    .desktop-search-input-container input:placeholder-shown {
      color: #ee1c25; }
    .desktop-search-input-container input:focus {
      outline: none; }
  .desktop-search-input-container.focus {
    z-index: 1002;
    display: block; }
    .desktop-search-input-container.focus input {
      top: 4px;
      transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
  .desktop-search-input-container [ss-autocomplete] {
    height: 40px; }
  @media only screen and (max-width: 350px) {
    .desktop-search-input-container [ss-autocomplete] .ss-ac-wrapper {
      margin-left: 0%; } }
  @media only screen and (max-width: 580px) {
    .desktop-search-input-container [ss-autocomplete] .ss-ac-wrapper {
      margin-left: 0%; } }
  .desktop-search-input-container [ss-autocomplete] #ss-ac-results .item-results li .item-details .item-name {
    max-height: 36px;
    overflow: hidden; }

.ss-ac-open #ss-ac-overlay {
  top: 40px; }

.bxc.bx-base.bx-width-full .bx-creative {
  background-color: #E2E2E2 !important; }

.desktop-nav:not(#desktop-nav-white) .close-search {
  display: none; }

#desktop-nav-white:not(.hidden) {
  display: block;
  border-bottom: 1px solid #CCCCCC;
  height: 80px;
  background-color: #FFFFFF;
  /*Change the four instances of 'top' below to rotate (top/right/bottom/left)*/ }
  #desktop-nav-white:not(.hidden) .chevron-right {
    position: relative;
    display: inline-block;
    height: 10px;
    top: 0px;
    /*height should be double border*/ }
  #desktop-nav-white:not(.hidden) .chevron-right::before,
  #desktop-nav-white:not(.hidden) .chevron-right::after {
    position: absolute;
    display: block;
    content: "";
    border: 5px solid transparent;
    /*adjust size*/ }
  #desktop-nav-white:not(.hidden) .chevron-right::before {
    left: 5px;
    border-left-color: #4D4D4D;
    /*Chevron Color*/ }
  #desktop-nav-white:not(.hidden) .chevron-right::after {
    left: 3px;
    /*adjust thickness*/
    border-left-color: #fff;
    /*Match background colour*/ }
  @media only screen and (min-width: 992px) {
    #desktop-nav-white:not(.hidden) ~ .content-layout-container {
      margin-top: 80px; } }
  #desktop-nav-white:not(.hidden) .desktop-search-label-container.close-search {
    right: 20px;
    top: 25px;
    position: absolute;
    font-size: 22px; }
  #desktop-nav-white:not(.hidden) .desktop-logo img {
    left: 25px;
    top: 20px; }
  #desktop-nav-white:not(.hidden) .navbar-cart-container {
    padding-top: 30px;
    padding-right: 40px; }
  #desktop-nav-white:not(.hidden) .site-desktop-header__cart-bubble {
    top: auto;
    right: 35px; }
  #desktop-nav-white:not(.hidden) .navbar-account img {
    margin-top: 30px;
    margin-right: 25px; }
  #desktop-nav-white:not(.hidden) .desktop-search-form {
    margin-top: 30px;
    margin-right: 35px; }
  #desktop-nav-white:not(.hidden) .desktop-search-label-container, #desktop-nav-white:not(.hidden) .desktop-search-label-container label {
    width: auto;
    height: auto; }
  #desktop-nav-white:not(.hidden) .desktop-search-input-container.focus {
    height: 80px;
    top: 0;
    right: 0px;
    width: 200px;
    padding: 15px 0;
    border-bottom: 1px solid #CCC; }
    #desktop-nav-white:not(.hidden) .desktop-search-input-container.focus input {
      background: url("//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/Search-Red.png?v=2868647325324803591") no-repeat scroll 15px 13px;
      border-width: 1.5px;
      padding-left: 45px;
      background-size: 20px;
      border-radius: 25px;
      height: 50px;
      position: relative;
      top: 0;
      color: #808080; }
    @media only screen and (min-width: 1100px) {
      #desktop-nav-white:not(.hidden) .desktop-search-input-container.focus {
        right: 125px; } }
    @media only screen and (min-width: 1175px) {
      #desktop-nav-white:not(.hidden) .desktop-search-input-container.focus {
        width: 300px; } }
  @media only screen and (min-width: 992px) {
    #desktop-nav-white:not(.hidden) .ss-targeted[ss-autocomplete] {
      top: 80px; } }
  @media only screen and (max-width: 991px) {
    #desktop-nav-white:not(.hidden) .ss-targeted[ss-autocomplete] {
      height: calc(100vh - 60px);
      width: 100%;
      left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 1100px) {
    #desktop-nav-white:not(.hidden) .ss-targeted[ss-autocomplete] {
      right: -125px; } }
  #desktop-nav-white:not(.hidden) .ss-desktop #ss-ac-terms ul {
    padding-right: 0;
    padding-left: 0; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] .ss-ac-wrapper.ss-desktop {
    border-color: #CCCCCC;
    border-top: none; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-terms ul li a {
    font-family: "Calibre Regular"; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-terms ul li.active {
    background: #F1F1F1; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-terms ul li a.ss-focused {
    text-decoration: none; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-terms ul li a em {
    font-family: "Calibre Light"; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details .item-name {
    margin-bottom: 5px;
    line-height: 1em;
    letter-spacing: 1.1px; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a.ss-focused .item-details .item-name {
    text-decoration: none; }
  #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a.ss-focused .item-details .item-price span {
    color: #db3834; }
  #desktop-nav-white:not(.hidden) .desktop-menu-item {
    line-height: 80px; }
    #desktop-nav-white:not(.hidden) .desktop-menu-item:hover:not(.hasdropdown) {
      border-bottom: 1px solid #CCC;
      line-height: 79px; }
    #desktop-nav-white:not(.hidden) .desktop-menu-item:hover.hasdropdown {
      border-left: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC; }
    #desktop-nav-white:not(.hidden) .desktop-menu-item:hover > a span {
      padding-bottom: 3px;
      border-bottom: 2px solid #E4002B; }
    #desktop-nav-white:not(.hidden) .desktop-menu-item:hover > a#hasdropdown {
      box-shadow: 0 1px 0 white; }
    #desktop-nav-white:not(.hidden) .desktop-menu-item > a {
      color: #E4002B;
      font-family: "Calibre Bold";
      letter-spacing: 1px; }
      #desktop-nav-white:not(.hidden) .desktop-menu-item > a span {
        font-family: "Calibre Bold"; }
  #desktop-nav-white:not(.hidden) #primary-nav-wrap {
    text-align: left; }
    #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu {
      left: 140px; }
      #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .submenu {
        z-index: -1;
        border-bottom: 1px solid #CCC;
        padding: 50px 0;
        background: #FFF; }
      #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .image-menu {
        width: 200px;
        padding: 0; }
        #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .image-menu a {
          margin: 0; }
          #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .image-menu a:hover .image-label {
            color: #E4002B; }
          #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .image-menu a:hover .chevron-right::before {
            border-left-color: #E4002B; }
        #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .image-menu .image-label {
          color: #4D4D4D;
          background-color: #FFF;
          text-align: left;
          letter-spacing: 1px;
          width: 200px;
          font-size: 14px;
          height: 25px;
          line-height: 25px; }
      #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu {
        vertical-align: top;
        padding: 0 35px 0 0; }
        #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu .list-menu--child-item {
          width: 100%;
          float: left;
          margin-bottom: 30px;
          background: #FFFFFF; }
          #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu .list-menu--child-item .list-menu--child-link {
            background: #FFF;
            color: #4D4D4D;
            font-family: "Calibre Bold";
            padding: 8px 0; }
            #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu .list-menu--child-item .list-menu--child-link:hover {
              color: #E4002B; }
        #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu ul ul {
          left: auto;
          background: #FFF; }
        #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu ul ul li {
          float: none;
          background-color: #FFF; }
          #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu ul ul li a {
            color: #4D4D4D;
            padding: 8px 0;
            text-transform: capitalize; }
            #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu ul ul li a:hover {
              color: #E4002B; }
      #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu .list-menu--extra {
        text-align: left;
        padding-top: 30px; }
        #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu .list-menu--extra:before {
          content: "";
          position: absolute;
          left: 15px;
          top: 0;
          width: calc(100% - 30px);
          border-top: 1px solid #CCCCCC; }
        #desktop-nav-white:not(.hidden) #primary-nav-wrap .desktop-menu .list-menu .list-menu--extra .list-menu--child-item {
          margin-bottom: 0; }

#top-returns-banner + .container-fluid #mobile-nav-white:not(.hidden) ~ .row.content-layout-container .sidenav.active {
  top: 80px; }
  @media only screen and (max-width: 991px) {
    #top-returns-banner + .container-fluid #mobile-nav-white:not(.hidden) ~ .row.content-layout-container .sidenav.active {
      top: 60px; } }
#top-returns-banner:not(.hidden) + .container-fluid #mobile-nav-white:not(.hidden) ~ .row.content-layout-container .sidenav.active {
  top: 130px; }
  @media only screen and (max-width: 991px) {
    #top-returns-banner:not(.hidden) + .container-fluid #mobile-nav-white:not(.hidden) ~ .row.content-layout-container .sidenav.active {
      top: 100px; } }

.loop-returns-activated #product-1653430157381, .loop-returns-activated #product-4492195135557, .loop-returns-activated #product-1881099141189,
.loop-returns-activated #product-2079872581701, .loop-returns-activated #product-4345416319045, .loop-returns-activated #product-1312817152069,
.loop-returns-activated #product-1313003176005, .loop-returns-activated #product-4433868423237, .loop-returns-activated #product-4518712868933 {
  display: none; }
.loop-returns-activated .back-to-top {
  display: none !important; }
.loop-returns-activated #gorgias-web-messenger-container, .loop-returns-activated #gorgias-chat {
  display: none; }

/* Mobile NavBar */
.mobile-navbar-button-container, .mobile-navbar-cart-container {
  display: block; }

button.mobile-navbar-button {
  padding: 0 15px;
  width: 60px;
  height: 40px;
  border-radius: 0; }
  button.mobile-navbar-button.active {
    background-color: #FFFFFF; }
    button.mobile-navbar-button.active .hamburger-icon-bar {
      background-color: #e4002b; }
  button.mobile-navbar-button:focus {
    outline: none; }

.hamburger-icon-bar {
  background-color: white;
  display: block;
  width: 85%;
  height: 3px;
  border-radius: 1px;
  margin-top: 4px; }
  .hamburger-icon-bar:first-of-type {
    margin-top: 0px; }

.navbar-cart-container {
  display: block;
  padding-top: 7px;
  padding-right: 15px;
  text-align: right; }
  .navbar-cart-container .fa-shopping-cart {
    margin-right: -5px; }

.mobile-navbar-cart-container a.cart, .navbar-cart-container a.cart {
  display: block;
  font-size: 18px;
  margin-top: 1px;
  text-align: center;
  float: right;
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  margin-right: 5px; }
  .mobile-navbar-cart-container a.cart:hover, .navbar-cart-container a.cart:hover {
    text-decoration: none;
    color: #124c8e; }

.cart-count {
  color: #ffffff;
  position: relative;
  left: 0px;
  bottom: -5px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  text-decoration: none; }

.mobile-navbar-cart-container a.cart:hover .cart-count,
.navbar-cart-container a.cart:hover .cart-count {
  color: #124c8e;
  text-decoration: none; }

.help-container {
  display: block;
  float: right;
  padding-top: 11px;
  margin-right: 22px;
  color: white;
  font-size: 13px; }
  .help-container a {
    color: white;
    text-decoration: none; }
    .help-container a:hover {
      color: #0f76bb; }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #primary-nav-wrap ul a {
    font-size: 14px; }

  .help-container {
    font-size: 14px; } }
.alert-banner {
  height: 44px;
  color: white;
  background-color: #124C8E;
  text-align: center;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 9px;
  border-radius: 0;
  line-height: 1.25em; }

.mobile-navbar-cart-container {
  padding-top: 7px;
  padding-right: 30px;
  padding-left: 0;
  text-align: right; }

.mobile-navbar-cart-container .mini-cart-open {
  float: right; }

.menu-help-btn-container {
  width: 50px;
  margin-right: 40px; }

#primary-nav-wrap {
  text-align: center;
  display: block;
  font-family: "Calibre Light"; }
  #primary-nav-wrap ul {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-family: "Calibre Light"; }
    #primary-nav-wrap ul.l-vertical-list li.is-active {
      background-color: #FFFFFF;
      border-left: 2px solid #E4002B; }
      #primary-nav-wrap ul.l-vertical-list li.is-active a {
        color: #000000;
        font-family: "Calibre SemiBold"; }
    #primary-nav-wrap ul li {
      position: relative;
      float: left; }
    #primary-nav-wrap ul a {
      display: block;
      text-decoration: none;
      padding: 0 18px;
      font-size: 14px; }
    #primary-nav-wrap ul ul {
      display: none;
      position: absolute;
      left: 0;
      padding: 0; }
      #primary-nav-wrap ul ul li {
        float: none;
        text-align: left;
        width: 195px;
        background-color: #f2f2f2; }
      #primary-nav-wrap ul ul a {
        line-height: 1em;
        padding: 8px 0 8px 10px;
        font-family: "Calibre Regular";
        letter-spacing: 1px; }
      #primary-nav-wrap ul ul ul {
        left: 100%;
        background-color: #a6a6a6; }
        #primary-nav-wrap ul ul ul li:hover, #primary-nav-wrap ul ul ul li:focus {
          background-color: #999999; }
          #primary-nav-wrap ul ul ul li:hover > a, #primary-nav-wrap ul ul ul li:focus > a {
            color: #124c8e; }
  #primary-nav-wrap .desktop-menu-item a.active {
    color: #0F76BB;
    font-weight: bold; }
  #primary-nav-wrap .desktop-menu-item ul li a.active {
    /*submenu active*/
    color: #124c8e; }

.mp-pusher, .mp-level {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1;
  -webkit-transform: translate3d(-320px, 0, 0);
  -moz-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }
  .mp-level .mobile-menu-sub-title {
    padding: 0px;
    text-align: center;
    color: dimgrey;
    border-bottom: 1px solid lightgrey; }
    .mp-level .mobile-menu-sub-title a {
      width: 60%;
      float: left;
      line-height: 48px;
      height: 48px;
      padding: 0 10px 0 0px;
      display: table;
      vertical-align: middle; }
    .mp-level .mobile-menu-sub-title h3 {
      line-height: 1em;
      text-align: left;
      padding: 0 10px;
      margin-top: 0px;
      margin-bottom: 0px;
      display: table-cell;
      vertical-align: middle; }
  .mp-level a h3 {
    margin-left: -30px;
    font-size: 16px;
    font-family: "Calibre Bold"; }
  .mp-level ul {
    list-style: none;
    padding: 0;
    background-color: #FFFFFF; }

.mp-level.mp-level-open {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.mp-level.mp-level-grand-open {
  -webkit-transform: translate3d(320px, 0, 0);
  -moz-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }

.mp-level.mp-level-tier4-open {
  -webkit-transform: translate3d(640px, 0, 0);
  -moz-transform: translate3d(640px, 0, 0);
  transform: translate3d(640px, 0, 0); }

.toggle-menu {
  overflow: hidden;
  z-index: 1003; }

.mobile-menu {
  list-style: none;
  position: fixed;
  background: #FFFFFF;
  z-index: 1001;
  width: 320px;
  left: 0;
  top: 40px;
  bottom: 0;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  cursor: pointer; }
  .mobile-menu .main-menu-link {
    padding: 0 20px; }
  .mobile-menu a {
    font-family: "Calibre Regular";
    color: dimgrey;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    line-height: 48px;
    padding: 15px 140px 15px 20px; }
    .mobile-menu a:hover {
      text-decoration: none; }
  .mobile-menu li {
    padding: 0px;
    border-bottom: 1px solid lightgrey;
    line-height: 1em;
    margin-bottom: 0;
    color: white; }
  .mobile-menu .nodroppydroppy a {
    padding: 15px 0px 15px 20px; }
  .mobile-menu .fa-chevron-right.fa {
    height: 48px; }
  .mobile-menu .fa-chevron-right.fa:before {
    height: 48px;
    justify-content: flex-end; }
  .mobile-menu .fa-chevron-left.fa {
    height: 48px;
    padding: 0; }
  .mobile-menu .fa-chevron-left.fa:before {
    height: 48px;
    justify-content: center; }

.mobile-menu-open {
  display: block;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.mobile-menu-search-container {
  margin-right: 0;
  margin-left: 0; }

.mobile-menu .search {
  width: 185px;
  margin: 0;
  float: left; }

.mobile-menu-sub-plus, .mobile-menu-grand-plus, .mobile-menu-tier4-plus {
  font-size: 14px;
  color: dimgrey;
  float: right;
  margin-right: 10px;
  text-align: right;
  position: absolute;
  top: -48px;
  right: 0;
  padding: 0 10px;
  height: 48px;
  width: 35%;
  line-height: 48px; }

i.fa.fa-chevron-right.mobile-menu-sub-plus, i.fa.fa-chevron-left.mobile-menu-sub-minus,
i.fa.fa-chevron-right.mobile-menu-grand-plus, i.fa.fa-chevron-left.mobile-menu-grand-minus {
  line-height: 48px; }

.mobile-menu-sub-minus, .mobile-menu-grand-minus, .mobile-menu-tier4-minus {
  line-height: 48px;
  padding: 4px 4px 4px 0;
  font-size: 14px;
  color: dimgrey;
  float: left;
  margin-right: 10px;
  width: 30%; }

.mobile-menu-sub {
  padding: 0; }

.mobile-menu-sub li {
  clear: both; }
  .mobile-menu-sub li a.active {
    color: #124C8E; }
  .mobile-menu-sub li.active a {
    color: #124C8E; }

.mobile-menu-grand li.active a {
  color: #124C8E; }

.mobile-menu-exit:hover, .mobile-menu-main div a:hover, .mobile-menu-sub li a:hover, .mobile-menu-grand li a:hover {
  text-decoration: none; }

.mobile-menu-login {
  background-color: #124c8e; }
  .mobile-menu-login a {
    color: #FFF; }

#primary-nav-wrap .desktop-menu .submenu {
  width: 100%;
  position: fixed;
  z-index: 5;
  background: #fff;
  left: 0;
  right: 0;
  display: none;
  /*max-height: 250px;*/
  overflow: hidden;
  background-color: #f2f2f2;
  border-bottom: 2px solid #E4002B;
  top: auto !important; }
  #primary-nav-wrap .desktop-menu .submenu table {
    width: 975px;
    margin: auto; }
#primary-nav-wrap .desktop-menu-item:hover {
  background-color: #FFFFFF; }
  #primary-nav-wrap .desktop-menu-item:hover .desktop-main-link {
    color: #E4002B; }
#primary-nav-wrap .desktop-menu-item:hover > .submenu {
  display: block; }
#primary-nav-wrap .home-menu {
  width: 180px;
  vertical-align: top;
  background: #F2F2F2; }
#primary-nav-wrap ul ul {
  display: block;
  left: auto;
  position: relative; }
  #primary-nav-wrap ul ul li {
    width: 100%;
    font-size: 10px;
    height: auto;
    line-height: 3em; }
#primary-nav-wrap .l-vertical-list {
  list-style: none; }
  #primary-nav-wrap .l-vertical-list li {
    position: relative; }
#primary-nav-wrap .solid-menu {
  padding: .75em .5em .5em;
  display: none;
  vertical-align: top;
  background-color: #FFFFFF; }
  #primary-nav-wrap .solid-menu.is-active {
    display: table-cell; }
  #primary-nav-wrap .solid-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 280px; }
    #primary-nav-wrap .solid-menu ul div a {
      padding: 4px 0 4px 30px;
      font-family: "Calibre Light"; }
    #primary-nav-wrap .solid-menu ul li {
      background-color: #FFFFFF; }
  #primary-nav-wrap .solid-menu li {
    width: 50%; }
    #primary-nav-wrap .solid-menu li a {
      color: #666666;
      text-transform: capitalize;
      padding-left: 20px; }
      #primary-nav-wrap .solid-menu li a:hover {
        color: #124c8e; }
#primary-nav-wrap ul.desktop-menu li.desktop-menu-item .solid-menu-no-children a {
  color: #124c8e; }
#primary-nav-wrap .desktop-menu ul.l-vertical-list li a {
  color: #666; }
#primary-nav-wrap .image-menu {
  display: table-cell;
  background: #FFFFFF;
  vertical-align: top;
  width: 370px;
  vertical-align: top;
  padding: 15px; }
  #primary-nav-wrap .image-menu a {
    padding: 0px;
    margin: 0 3px; }
    #primary-nav-wrap .image-menu a:hover {
      cursor: pointer; }
      #primary-nav-wrap .image-menu a:hover label {
        color: #FFF;
        background-color: #E4002B; }
  #primary-nav-wrap .image-menu img {
    width: 100%; }
  #primary-nav-wrap .image-menu label {
    background-color: #F2F2F2;
    color: #666;
    position: absolute;
    bottom: -5px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    width: 164px;
    font-family: "Calibre Bold"; }
    #primary-nav-wrap .image-menu label:hover {
      cursor: pointer; }
#primary-nav-wrap .image-menu-featured {
  width: 50%; }
#primary-nav-wrap .home-menu-featured {
  width: 50%;
  background-color: #FFFFFF;
  padding: 15px 0 0 15px; }
  #primary-nav-wrap .home-menu-featured ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 165px; }
    #primary-nav-wrap .home-menu-featured ul li {
      width: 33.33333%;
      background-color: #FFFFFF; }
      #primary-nav-wrap .home-menu-featured ul li a {
        color: #666; }
      #primary-nav-wrap .home-menu-featured ul li:hover a {
        color: #000000;
        font-family: "Calibre SemiBold"; }
#primary-nav-wrap .home-menu-about {
  width: 50%;
  background-color: #FFFFFF;
  padding: 15px 0 0 15px; }
  #primary-nav-wrap .home-menu-about ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 145px; }
    #primary-nav-wrap .home-menu-about ul li {
      width: 33.33333%;
      background-color: #FFFFFF; }
      #primary-nav-wrap .home-menu-about ul li a {
        color: #666; }
      #primary-nav-wrap .home-menu-about ul li:hover a {
        color: #000000;
        font-family: "Calibre SemiBold"; }

.mobile-nav:not(#mobile-nav-white) .close-search {
  display: none; }

#mobile-nav-white:not(.hidden) {
  display: block;
  border-bottom: 1px solid #CCCCCC;
  height: 60px; }
  @media only screen and (max-width: 991px) {
    #mobile-nav-white:not(.hidden) ~ .content-layout-container {
      margin-top: 60px; }
    #mobile-nav-white:not(.hidden) .desktop-search-container {
      padding-right: 13px; }
    #mobile-nav-white:not(.hidden) .mini-cart-open {
      padding-right: 10px; }
    #mobile-nav-white:not(.hidden) .desktop-search-label-container.close-search {
      font-size: 22px;
      display: block; }
    #mobile-nav-white:not(.hidden) .desktop-search-input-container {
      top: 0;
      height: 100vh;
      right: 0;
      width: 100%;
      padding: 15px;
      position: fixed;
      left: 0; }
      #mobile-nav-white:not(.hidden) .desktop-search-input-container.focus input {
        top: 10px;
        transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
        background: url("//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/Search-Red.png?v=2868647325324803591") no-repeat scroll 0px 14px;
        padding-left: 25px;
        background-size: 20px;
        height: 45px;
        border: none;
        width: 85%;
        color: grey; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-terms {
      border-bottom: none; }
      #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-terms ul li.active {
        background: #f1f1f1; }
      #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-terms ul li a {
        padding: 5px 5px 10px 15px;
        font-size: 16px; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-content {
      overflow-y: auto;
      height: calc(100vh - 140px);
      position: relative;
      padding-top: 20px; }
    #mobile-nav-white:not(.hidden) .ss-targeted[ss-autocomplete] {
      height: calc(100vh - 60px);
      top: 60px;
      width: 100%;
      left: 0;
      margin-right: 0; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] .ss-ac-wrapper {
      border: none;
      height: calc(100vh - 60px);
      width: 100%;
      margin-left: 0; }
    #mobile-nav-white:not(.hidden) div#ss-ac-overlay {
      top: 60px; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results h4 {
      padding-left: 10px;
      margin-bottom: 15px; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li {
      width: 50%;
      float: left; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details .item-name {
      line-height: 1em; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li > a {
      display: flex; } }
  @media only screen and (max-width: 991px) and (min-width: 550px) {
    #mobile-nav-white:not(.hidden) [ss-autocomplete] .ss-mobile #ss-ac-results .item-results li .item-image {
      height: 175px; } }
  @media only screen and (max-width: 991px) and (min-width: 451px) {
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li > a {
      align-items: center;
      justify-content: center; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li .item-details {
      top: auto; }
      #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li .item-details .item-name {
        font-size: 14px; }
      #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li .item-details .item-price {
        font-size: 13px; } }
  @media only screen and (max-width: 450px) {
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li {
      width: 100%; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li .item-image {
      width: 50%;
      float: left; }
    #mobile-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li .item-details {
      width: 50%;
      float: left;
      display: flex;
      flex-direction: column;
      margin: auto;
      top: 0; } }
  #mobile-nav-white:not(.hidden).fixit {
    background-color: #FFFFFF; }
  #mobile-nav-white:not(.hidden).bg-grey {
    background-color: #F2F2F2; }
  #mobile-nav-white:not(.hidden) .mobile-logo {
    height: 60px; }
  #mobile-nav-white:not(.hidden) .mobile-navbar-button-container {
    padding-left: 0px; }
  #mobile-nav-white:not(.hidden) .mobile-navbar-cart-container {
    padding-top: 20px;
    padding-right: 15px; }
  #mobile-nav-white:not(.hidden) .site-mobile-header__cart-bubble {
    top: 20px;
    right: 20px; }
  #mobile-nav-white:not(.hidden) .navbar-account {
    margin-right: 14px; }
    #mobile-nav-white:not(.hidden) .navbar-account img {
      width: 20px; }
  #mobile-nav-white:not(.hidden) .mobile-navbar-button {
    width: 60px;
    height: 60px;
    padding: 0 10px; }
    #mobile-nav-white:not(.hidden) .mobile-navbar-button.active {
      border-right: 1px solid #CCC; }
  #mobile-nav-white:not(.hidden) .desktop-search-form {
    margin-right: 14px;
    width: auto;
    height: auto; }
    #mobile-nav-white:not(.hidden) .desktop-search-form .desktop-search-label-container {
      float: right;
      width: auto;
      height: auto; }
      #mobile-nav-white:not(.hidden) .desktop-search-form .desktop-search-label-container label {
        width: auto;
        height: auto; }
  @media only screen and (min-width: 400px) {
    #mobile-nav-white:not(.hidden) .navbar-account {
      margin-right: 25px; }
    #mobile-nav-white:not(.hidden) .desktop-search-form {
      margin-right: 25px; } }
  #mobile-nav-white:not(.hidden) .mobile-navbar-button:after,
  #mobile-nav-white:not(.hidden) .mobile-navbar-button:before,
  #mobile-nav-white:not(.hidden) .mobile-navbar-button div {
    width: 20px;
    background-color: #E4002B;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 3px auto;
    transition: all .2s ease-in-out; }
  #mobile-nav-white:not(.hidden) .mobile-navbar-button:after {
    width: 14px;
    margin-left: 10px; }
  #mobile-nav-white:not(.hidden) .mobile-navbar-button.active:before {
    transform: translateY(5px) rotate(135deg); }
  #mobile-nav-white:not(.hidden) .mobile-navbar-button.active:after {
    transform: translateY(-5px) rotate(-135deg);
    width: 20px; }
  #mobile-nav-white:not(.hidden) .mobile-navbar-button.active div {
    transform: scale(0); }
  #mobile-nav-white:not(.hidden) .mobile-logo img {
    width: 100%;
    height: auto;
    max-width: 110px;
    max-height: 40px; }
  #mobile-nav-white:not(.hidden) .mobile-menu {
    width: 100%;
    max-width: 550px;
    top: 60px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0 0); }
    #mobile-nav-white:not(.hidden) .mobile-menu.mobile-menu-open {
      -webkit-transform: translate3d(0px, 0, 0);
      -moz-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0 0); }
    #mobile-nav-white:not(.hidden) .mobile-menu.mobile-menu-with-top-banner {
      top: 100px; }
    #mobile-nav-white:not(.hidden) .mobile-menu .mp-level {
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0 0); }
      #mobile-nav-white:not(.hidden) .mobile-menu .mp-level.mp-level-open {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0 0); }
      #mobile-nav-white:not(.hidden) .mobile-menu .mp-level.mp-level-grand-open {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0 0); }
    #mobile-nav-white:not(.hidden) .mobile-menu a {
      line-height: 60px;
      height: 60px;
      width: 100%;
      text-align: center;
      padding: 0 20px; }
    #mobile-nav-white:not(.hidden) .mobile-menu .main-menu-link {
      text-align: center; }
    #mobile-nav-white:not(.hidden) .mobile-menu .chevron-arrow-right {
      display: inline-block;
      border-right: 2px solid black;
      border-bottom: 2px solid black;
      width: 10px;
      height: 10px;
      transform: rotate(-45deg); }
    #mobile-nav-white:not(.hidden) .mobile-menu .chevron-arrow-left {
      display: inline-block;
      border-right: 2px solid black;
      border-bottom: 2px solid black;
      width: 10px;
      height: 10px;
      transform: rotate(-225deg); }
    #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-sub-title h3 {
      text-align: center;
      font-size: 14px; }
    #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-grand a {
      text-transform: capitalize; }
    #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-sub-plus, #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-grand-plus {
      height: 60px;
      line-height: 60px;
      width: 48px;
      top: -60px; }
    #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-sub-minus, #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-grand-minus {
      position: absolute;
      height: 60px;
      line-height: 60px;
      width: 60px;
      left: 0;
      top: 0px; }
    #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-sub-plus:after, #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-grand-plus:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      height: 50px;
      border-left: 1px solid lightgrey; }
    #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-login {
      background: #FFFFFF;
      padding: 0 20px;
      border: none; }
      #mobile-nav-white:not(.hidden) .mobile-menu .mobile-menu-login a {
        background: #FFFFFF;
        color: #E4002B;
        border: 1px solid #E4002B; }

/* #Index
================================================== */
.shopify-section-video {
  overflow: hidden;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .shopify-section-video .btn {
      font-size: 20px;
      padding: 6px 36px; } }
  .shopify-section-video .videoContent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }
    @media only screen and (min-width: 1150px) {
      .shopify-section-video .videoContent {
        margin-top: -75px;
        margin-bottom: 75px; } }
    @media only screen and (min-width: 1400px) {
      .shopify-section-video .videoContent {
        margin-top: -150px;
        margin-bottom: 150px; } }
    .shopify-section-video .videoContent h1 {
      color: white;
      letter-spacing: 0;
      text-align: center;
      z-index: 2;
      font-size: 48px;
      line-height: 64px;
      margin-bottom: 0;
      width: 100%; }
    .shopify-section-video .videoContent p {
      font-size: 24px;
      line-height: 36px;
      margin-top: 3px;
      color: #fff;
      letter-spacing: 0;
      text-align: center;
      z-index: 2; }

.index-carousel .slick-dots {
  bottom: 0px;
  padding: 10px 10px 0 10px;
  text-align: center; }
  .index-carousel .slick-dots li {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    zoom: 1; }
    .index-carousel .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      padding: 5px;
      background: transparent;
      border: 1px solid #63746E;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .index-carousel .slick-dots li.slick-active button {
      background: #63746E; }
.index-carousel .slick-arrow {
  font-size: 28px;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  z-index: 1; }
  .index-carousel .slick-arrow.slick-prev {
    left: 15px; }
  .index-carousel .slick-arrow.slick-next {
    right: 15px; }
  .index-carousel .slick-arrow i {
    cursor: pointer; }
.index-carousel.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px; }
.index-carousel .slick-slide {
  text-align: center; }
  .index-carousel .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
@media only screen and (max-width: 480px) and (min-width: 401px) {
  .index-carousel .slick-slide img {
    max-height: 450px;
    max-width: 300px; } }
@media only screen and (max-width: 400px) {
  .index-carousel .slick-slide img {
    max-height: 400px;
    max-width: 300px; } }

/* #Videos
================================================== */
/*For YouTube and Vimeo videos, wrap the embedded code snippet
in a <div class="video-container"> tag to allow it to resize.
To restrict the width, wrap with an additional <div class="video-wrapper">*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-wrapper {
  width: 600px;
  max-width: 100%; }

/* #Buttons, Inputs & Forms
================================================== */
input[disabled] {
  pointer-events: none; }

a.button, button, input[type="submit"], input[type="reset"],
input[type="button"], .action_button, a.action_button,
input.action_button[type="submit"], input.action_button[type="button"],
input.action_button.same-type-pack-add-to-cart,
input.action_button.mixed-type-multipack-add-to-cart {
  background: #0f76bb;
  color: #ffffff;
  border: 0;
  padding: 5px 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  font-family: "Calibre Semi";
  letter-spacing: 1.1px;
  text-transform: none;
  display: inline-block;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-appearance: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.button:hover, button:hover, input[type="submit"]:hover,
input[type="reset"]:hover, input[type="button"]:hover, .action_button:hover,
input.action_button[type="submit"]:hover, input.action_button[type="button"]:hover {
  background: #3d4247;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s; }

input[type="text"], input[type="number"], input[type="password"],
input[type="email"], textarea, select {
  border: 1px solid #ccc;
  padding: 9px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "Montserrat Regular", "Calibre Light", Helvetica, Arial, sans-serif;
  color: #555;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

select {
  background: #f9f9f9 url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/select.png?v=11197726842413365649) no-repeat right center;
  cursor: pointer;
  -webkit-padding-end: 30px;
  margin-bottom: 10px; }

input[type="number"] {
  padding: 5px; }

input[type="text"]:focus, input[type="number"]:focus,
input[type="password"]:focus, input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #333;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

label, legend {
  display: block;
  font-weight: normal; }

select {
  width: 100%; }

input[type="checkbox"] {
  display: inline; }

label span, legend span {
  font-weight: normal;
  font-size: 13px; }

textarea {
  width: 95%; }

fieldset {
  margin-bottom: 20px; }

input[type="submit"].guest-button {
  background: url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/shopping_cart.png?255966) center no-repeat;
  height: 54px;
  float: left;
  border-right: 0px solid #555;
  overflow: hidden;
  display: block;
  color: #555;
  font-size: 47px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  padding-top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }

input[type="submit"].guest-button, input[type="submit"].guest-button:hover {
  background: none;
  color: #124c8e;
  padding: 8px 20px 8px 10px; }

input[type="button"].add-addon-to-cart {
  padding: 5px;
  font-size: 14px;
  width: 100%; }

select.add-on-select {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  -webkit-padding-end: 20px;
  padding: 5px; }

.seo-container {
  margin: auto;
  background-color: #737373; }

.seo-text-container {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white; }

.seo-text-overflow {
  max-height: 100px;
  overflow-y: auto; }

@media only screen and (min-width: 768px) {
  .seo-text-overflow {
    max-height: 500px; } }
@media only screen and (min-width: 551px) {
  .seo-text-overflow {
    max-height: 150px; } }
.seo-h1 {
  font-family: "Calibre Bold";
  text-shadow: 1px 1px black;
  font-size: 14px; }

.seo-paragraph {
  line-height: 1.1em;
  text-shadow: 1px 1px black;
  font-size: 10px; }

.btn-related {
  background: #0f76bb;
  color: #ffffff;
  font-family: "Montserrat Regular";
  text-transform: none;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-appearance: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased; }
  .btn-related:hover, .btn-related:focus {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-related::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }

.open > .dropdown-related {
  display: block; }

.dropdown-related {
  display: none;
  margin: 10px 0 0; }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 15px; }
  .btn-circle .btn-lg {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 25px; }
  .btn-circle .btn-xl {
    width: 125px;
    height: 125px;
    font-size: 24px;
    border-radius: 63px; }

.btn-prod-slide {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  border: none; }

#cart-abandonment-notice {
  background: transparent;
  padding-bottom: 0px; }
  #cart-abandonment-notice img {
    width: 200px; }
  #cart-abandonment-notice h6 {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    padding-left: 50px; }

.btn-red {
  color: white;
  background-color: #E4002B;
  border-color: #E4002B;
  border-radius: 0;
  padding: 8px 20px;
  width: 250px;
  font-size: 13px; }

.btn-red-invert {
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  color: #E4002B;
  background-color: #FFF;
  border-color: #E4002B;
  border-width: 2px;
  border-radius: 0;
  padding: 8px 20px;
  font-size: 13px;
  border-style: solid; }
  .btn-red-invert:hover {
    background: #E4002B;
    color: #FFF;
    text-decoration: none; }

/* #Modals
================================================== */
#kimonoUp .modal-content {
  background-image: url("https://cdn.shopify.com/s/files/1/0234/5963/files/Webp.net-resizeimage_43.png?v=1580234240");
  background-color: #3BA3FF; }
#kimonoUp .modal-body {
  padding: 50px 15px; }
#kimonoUp .modal-info {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px; }
#kimonoUp h3 {
  color: #FFF;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 42px; }
#kimonoUp select {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto; }
#kimonoUp .close {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 50px;
  z-index: 1;
  color: white;
  opacity: .5; }
#kimonoUp p {
  color: #FFF;
  font-size: 28px;
  line-height: 1em; }
#kimonoUp .btn-primary {
  width: 100%;
  max-width: 275px;
  color: #FFF;
  background-color: #000;
  border: 5px solid #000; }
#kimonoUp .btn-primary:hover {
  background-color: #FFF;
  color: #000; }
@media only screen and (max-width: 550px) {
  #kimonoUp h3 {
    font-size: 30px; }
  #kimonoUp p {
    font-size: 18px; } }

#FreeTierBoxerModal .modal-dialog {
  max-width: 500px;
  margin: 30px auto; }
  @media only screen and (min-width: 768px) {
    #FreeTierBoxerModal .modal-dialog {
      width: 500px; } }
  #FreeTierBoxerModal .modal-dialog h3 {
    font-size: 52px; }
  @media only screen and (max-width: 500px) {
    #FreeTierBoxerModal .modal-dialog h3 {
      font-size: 36px; } }

#Stacking2Open, #CyberMondayOpen, #BlackFridayOpen, #JulySaleOpen, #FreeTierBoxerOpen, #EOYOpen, #MoneyBackOpen {
  display: block;
  position: fixed;
  z-index: 2;
  bottom: 10px;
  right: 10px; }

#Stacking2Open img, #CyberMondayOpen img, #BlackFridayOpen img, #JulySaleOpen img, #FreeTierBoxerOpen img, #EOYOpen img, #MoneyBackOpen img {
  height: 90px; }

#BlackFridayClose, #DumpsterFireClose {
  float: right;
  font-size: 30px;
  line-height: 1em;
  padding: 0px 6px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  border-color: transparent; }

#BlackFridayClose:hover {
  color: white; }

#EOYCloseMobile {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 500px) {
    #EOYCloseMobile {
      bottom: 3px;
      font-size: 10px; } }

#EOYClose {
  float: right;
  font-size: 25px;
  line-height: 1em;
  padding: 0px 6px;
  position: absolute;
  right: 5px;
  top: 5px; }

#FreeTierBoxerClose {
  float: right;
  font-size: 50px;
  line-height: 1em;
  padding: 0px 15px;
  position: absolute;
  right: 10px;
  top: 10px; }

@media only screen and (min-width: 768px) {
  #JulySaleModal .modal-dialog {
    max-width: 600px; } }
#snapModal .modal-body {
  padding: 0; }
#snapModal img {
  width: 100%; }

#size-chart .size_chart_title-red {
  text-transform: uppercase;
  color: #ee1c25;
  font-size: 25px;
  font-family: "Calibre Bold"; }

#SizeChartModal .size_chart_title-red,
#SizeChartModalWomen .size_chart_title-red {
  text-align: center;
  text-transform: uppercase;
  color: #ee1c25;
  font-size: 25px;
  font-family: "Calibre Bold"; }
#SizeChartModal .close,
#SizeChartModalWomen .close {
  width: 25px;
  font-size: 30px; }
#SizeChartModal .close:hover,
#SizeChartModalWomen .close:hover {
  color: white; }
#SizeChartModal .modal-body,
#SizeChartModalWomen .modal-body {
  padding: 20px 0;
  width: 100%; }
#SizeChartModal .modal-body img,
#SizeChartModalWomen .modal-body img {
  width: 100%;
  max-width: 350px; }
#SizeChartModal .modal-body .oppo-icon,
#SizeChartModalWomen .modal-body .oppo-icon {
  width: 29%; }
#SizeChartModal .modal-body .oppo-table,
#SizeChartModalWomen .modal-body .oppo-table {
  width: 70%; }

#NFLPantsModal .modal-header {
  padding: 5px; }
#NFLPantsModal .modal-body {
  padding-top: 30px;
  padding-bottom: 40px; }
#NFLPantsModal .NFLPantsModal-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1em; }
#NFLPantsModal .NFL-price {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px; }
#NFLPantsModal #NFLPantsClose {
  width: 39%; }
#NFLPantsModal .NFL-form-container {
  padding-left: 0px;
  padding-right: 0px; }
#NFLPantsModal .modal-footer {
  padding: 20px 10px; }
#NFLPantsModal .modal-size-chart-link a {
  color: black;
  font-size: 14px;
  text-transform: uppercase; }
  #NFLPantsModal .modal-size-chart-link a:hover, #NFLPantsModal .modal-size-chart-link a:focus {
    text-decoration: none; }
#NFLPantsModal .modal-questions-link {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 14px;
  text-transform: uppercase; }
  #NFLPantsModal .modal-questions-link a {
    color: #124c8e; }
    #NFLPantsModal .modal-questions-link a:hover, #NFLPantsModal .modal-questions-link a:focus {
      text-decoration: none; }

#BlazerPantsModal .modal-header {
  padding: 5px; }
#BlazerPantsModal .modal-body {
  padding-top: 30px;
  padding-bottom: 40px; }
#BlazerPantsModal .BlazerPantsModal-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1em; }
#BlazerPantsModal .Blazer-price {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px; }
#BlazerPantsModal #BlazerPantsClose {
  width: 39%; }
#BlazerPantsModal .Blazer-form-container {
  padding-left: 0px;
  padding-right: 0px; }
#BlazerPantsModal .modal-footer {
  padding: 20px 10px; }
#BlazerPantsModal .modal-size-chart-link a {
  color: black;
  font-size: 14px;
  text-transform: uppercase; }
  #BlazerPantsModal .modal-size-chart-link a:hover, #BlazerPantsModal .modal-size-chart-link a:focus {
    text-decoration: none; }
#BlazerPantsModal .modal-questions-link {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 14px;
  text-transform: uppercase; }
  #BlazerPantsModal .modal-questions-link a {
    color: #124c8e; }
    #BlazerPantsModal .modal-questions-link a:hover, #BlazerPantsModal .modal-questions-link a:focus {
      text-decoration: none; }

#htcLoginModal label {
  font-size: 28px;
  text-align: center;
  font-family: "Calibre Bold";
  line-height: 1em; }
#htcLoginModal label#password-error {
  font-size: 14px;
  color: #ee1c25;
  margin-top: 5px; }
#htcLoginModal p {
  font-size: 14px;
  text-align: center;
  font-family: "Montserrat Regular"; }
#htcLoginModal input {
  margin: auto; }
#htcLoginModal button {
  width: 200px; }
#htcLoginModal .modal-dialog {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
#htcLoginModal .modal-content {
  background-color: transparent;
  box-shadow: 0 0 0;
  border: none; }
#htcLoginModal .modal-body {
  padding: 0; }
#htcLoginModal .form-control {
  height: 25px; }
#htcLoginModal .form-group {
  position: absolute;
  bottom: 160px;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
#htcLoginModal iframe.form-group {
  bottom: 0px;
  height: 141px !important; }
@media only screen and (max-width: 430px) {
  #htcLoginModal .modal-dialog {
    width: auto; }
  #htcLoginModal label {
    font-size: 22px; } }
@media only screen and (max-width: 390px) {
  #htcLoginModal .form-group {
    bottom: 150px; }
  #htcLoginModal label {
    font-size: 18px; } }
@media only screen and (max-width: 370px) {
  #htcLoginModal .form-group {
    bottom: 120px; }
  #htcLoginModal iframe.form-group {
    bottom: -10px; } }

#uglySweaterVerification .modal-content .modal-content, #uglySweaterVerification #uglySweaterYoung .modal-content {
  background-color: #000;
  color: #FFF;
  text-align: center; }
#uglySweaterVerification .modal-content .modal-close-link img, #uglySweaterVerification #uglySweaterYoung .modal-close-link img {
  width: 25px; }
#uglySweaterVerification .modal-content p, #uglySweaterVerification #uglySweaterYoung p {
  font-family: "Montserrat Regular";
  line-height: 1.25;
  font-size: 20px;
  padding: 20px 0; }
#uglySweaterVerification .modal-body {
  padding: 40px 20px; }
#uglySweaterVerification p {
  font-family: "Montserrat Regular";
  line-height: 1.25;
  font-size: 20px;
  margin: auto;
  max-width: 410px; }
#uglySweaterVerification h2 {
  font-family: "Calibre Black";
  font-size: 60px;
  margin: 20px auto; }
#uglySweaterVerification h3 {
  font-family: "Calibre Black";
  font-size: 30px;
  margin: 20px auto; }
#uglySweaterVerification .btn {
  border-color: #FFF;
  border-radius: 0;
  font-family: "Calibre Black";
  font-size: 24px;
  padding: 3px 60px;
  border-width: 5px;
  width: 180px; }
#uglySweaterVerification .btn-primary {
  color: #000;
  background-color: #FFF;
  margin-bottom: 5px; }
#uglySweaterVerification .btn-danger {
  color: #FFF;
  background-color: #000;
  margin-top: 5px; }
@media (min-width: 768px) {
  #uglySweaterVerification .modal-dialog {
    width: 700px; }
  #uglySweaterVerification .btn-primary {
    margin-right: 5px;
    margin-bottom: 0; }
  #uglySweaterVerification .btn-danger {
    margin-left: 5px;
    margin-top: 0; } }

#subscription-popup .modal-body {
  padding: 30px 20px; }
#subscription-popup .modal-title {
  line-height: 1;
  text-transform: uppercase;
  color: #E4002B;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 28px; }
#subscription-popup .add-subscribe {
  background: #E4002B;
  margin-bottom: 20px;
  padding: 5px 25px;
  border: 1px solid #E4002B;
  font-size: 22px; }
#subscription-popup .add-subscribe:hover {
  color: #E4002B;
  background: #fff; }
#subscription-popup .add-getonce:hover {
  text-decoration: none; }
#subscription-popup .add-getonce {
  display: block; }
#subscription-popup .add-getonce span {
  font-size: 16px;
  color: #333;
  padding-bottom: 3px;
  border-bottom: 1px solid #333; }
#subscription-popup .ajaxified-cart-feedback,
#subscription-popup #conjured_subscribe_button {
  display: none !important; }
#subscription-popup .modal-close-link {
  position: absolute;
  top: 15px;
  right: 7px;
  font-size: 40px;
  color: #E4002B;
  width: 20px;
  height: 20px;
  line-height: 0px; }

/* #List Collections
================================================== */
/* #Collections
================================================== */
.searchspring-no_results .email a {
  background-color: #E4002B !important; }

.collection--dollar-sign {
  display: none;
  visibility: hidden; }

.searchspring-sidebar.ss-targeted {
  display: block; }

#searchspring-merch_banner {
  padding-top: 10px;
  padding-bottom: 10px; }

.toolbar-top .paginate-custom {
  display: none; }

.collection-info-container {
  display: block; }

@media only screen and (min-width: 768px) {
  .z-0-sm {
    z-index: 0; }

  .searchspring-sidebar.ss-targeted.stick {
    max-width: 250px;
    max-height: 99vh;
    overflow-y: auto;
    width: inherit;
    max-height: calc(100vh - 100px); }

  .coll-bx-container .searchspring-sidebar.ss-targeted.stick {
    top: 105px; }

  .searchspring-facets .sidenav.sidenav--palette ul li {
    width: 25%; } }
.nav--lg {
  color: #e6e7e8; }

.nav--mg {
  color: #6D705C; }

.nav--dg {
  color: #414042; }

.bottom {
  bottom: 0; }

#mobile-sticky {
  background-color: white;
  padding: 10px 15px; }

#mobile-sticky .btn-filter {
  width: 150px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #414042;
  background-color: #fff;
  border-color: #bcbeb0;
  padding: 4px;
  border-radius: 0;
  margin: 0 5px 5px; }

#mobile-sticky .btn-sort {
  width: 150px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #414042;
  background-color: #fff;
  border-color: #bcbeb0;
  padding: 4px;
  border-radius: 0;
  margin: 0 5px 5px; }

.searchspring-facets.stick {
  position: fixed;
  top: 60px;
  width: 25%; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 40px;
  right: 0;
  color: #414042;
  background-color: #e6e7e8;
  overflow-x: hidden;
  transition: 0.5s; }

.sidenav a {
  padding: 4px 8px 8px 16px;
  text-decoration: none;
  color: #414042;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #414042; }

.sidenav_main ul li:not(:last-child) {
  border-bottom: 1px solid #e6e7e8; }

.sidenav_main ul li.active a {
  color: #124c8e;
  font-weight: bold; }

/*NOTE:
Use li.active a::before so link before content can be functional*/
/*.sidenav_main ul li::before{ float:left;content:"\25A2";}*/
.sidenav_main ul li.active::before {
  float: left;
  content: "\2713";
  padding: 8px 0;
  font-weight: bold;
  color: #124c8e; }

/*.searchspring-summary .sidenav .sidenav_main ul li::before{content:none;}*/
.sidenav a.clear_all {
  color: #414042; }

.sidenav a.clear_all:disabled, .sidenav a.clear_all[disabled] {
  color: #e6e7e8; }

.collection-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  -webkit-transform: all .5s easy-in-out;
  transition: all .5s ease-in-out;
  visibility: hidden;
  z-index: 998; }

.collection-curtain.visible {
  cursor: pointer;
  opacity: .6;
  visibility: visible; }

@media screen and (min-width: 768px) {
  .sidenav--filter, .sidenav--sort {
    display: none; }

  .sidenav {
    width: 100% !important;
    position: relative;
    z-index: 1; }

  .sidenav .sidenav_header {
    padding: 10px 15px 10px 20px;
    border-top: 1px solid #e6e7e8; }

  .sidenav_header .desktop_header {
    font-size: 13px; }

  .sidenav_main {
    display: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }

  .sidenav_main ul {
    margin-bottom: 0; }

  .sidenav_main ul li:not(:last-child) {
    border-bottom: none; }

  .sidenav_main ul li a {
    padding: 0 8px 0 16px; }

  .sidenav_main ul li.active::before {
    padding: 0; } }
.searchspring-results .toolbar .paginate-custom .paginate-custom__parts .paginate-custom__part__link-current {
  padding: 0 5px !important; }

.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

body .searchspring-recommendations {
  height: 100%; }

body .searchspring-recommendations .ss-recs-title {
  font-size: 26px;
  margin-top: 20px; }

body .intellisuggest .searchspring-recommendations .tns-outer {
  height: calc(100% - 50px); }

.intellisuggest .ss-targeted.ng-scope {
  width: 100%; }

.searchspring-recommendations .tns-ovh, .searchspring-recommendations .tns-inner {
  height: 100%; }

.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item {
  padding: 0;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center; }

.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item .ss-recs-item-inner {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center; }

.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item .ss-recs-item-details .ss-recs-item-name a {
  font-size: 14px;
  color: #404040; }

.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item .ss-recs-item-details .ss-recs-item-name-and-price p {
  margin: 0 0 5px 0;
  line-height: 1;
  font-size: 16px;
  height: 32px;
  overflow: hidden; }

.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item .ss-recs-item-image {
  max-height: none;
  align-self: flex-start;
  margin: auto 0; }

.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item .ss-recs-item-details {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: center; }

@media only screen and (max-width: 1023px) {
  .searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item .ss-recs-item-image .ss-image-wrapper {
    padding: 0 15px; } }
.searchspring-recommendations.ss-recs-standard.ss-recs-horizontal .ss-recs-item-container .ss-recs-item .ss-recs-item-image .ss-image-wrapper img {
  width: 100%;
  max-width: 400px; }

.menu-toggle-icon {
  z-index: 0; }

.collection-info-container {
  height: 25vh;
  min-height: 150px; }

.collection-image-background {
  z-index: -1;
  margin-top: 50px;
  transform: translate3d(0px, -50px, 0px);
  width: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  min-height: 150px; }

.collection-image-boxers {
  z-index: -1;
  margin-top: 50px;
  transform: translate3d(0px, -50px, 0px);
  width: 100%;
  height: 25vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  min-height: 150px; }

.collection-description-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  height: 25vh;
  width: 50%;
  max-width: 767px;
  left: 0;
  position: absolute;
  z-index: -1;
  min-height: 200px; }
  .collection-description-container .collection-title-container {
    margin-top: 0px; }

.collection-title-container {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px; }
  .collection-title-container h1 {
    font-size: 22px; }

.collection-title a {
  font-family: "Calibre Bold";
  color: #3a3a3c; }
  .collection-title a:hover {
    color: #3a3a3c;
    text-decoration: none; }

.collection-desc-container {
  text-align: center;
  display: block;
  font-size: 13px;
  max-width: 600px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25em; }
  .collection-desc-container img {
    display: none; }
  .collection-desc-container h2 {
    font-size: 16px; }

.collection-desc-mobile-container {
  text-align: center;
  font-size: 11px;
  line-height: 1.75em;
  padding: 15px;
  background-color: #ffffff;
  border-bottom: 2px solid #eeefef; }
  .collection-desc-mobile-container img {
    display: none; }
  .collection-desc-mobile-container .collection-desc-container {
    height: 50px; }

.collection-desc-mobile-container > img {
  display: none; }

@media only screen and (max-width: 767px) {
  .collection-description-container {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    margin: 4% auto;
    height: 80%;
    width: 80%;
    max-width: 767px;
    overflow: hidden;
    padding: 10px;
    min-height: auto;
    z-index: 1; }
    .collection-description-container .row-centered {
      display: none;
      height: 11vh;
      overflow: hidden; }

  .collection-desc-container {
    height: 11vh;
    overflow-y: hidden; } }
#collection-product-loading {
  padding-top: 35px; }

.collection-products-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none; }

.sidenav_header {
  padding: 10px 15px 10px 40px;
  font-size: 20px;
  background-color: #fff; }

.sidenav .sidenav_close {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 50px;
  padding: 0 8px;
  margin-top: -10px; }

.sidenav .sidenav_close:hover, .sidenav .sidenav_prev:hover {
  cursor: pointer; }

.sidenav .sidenav_prev {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding: 8px; }

.sidenav_main {
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  margin-top: 10px; }

.sidenav_main ul {
  list-style: none;
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .sidenav_main {
    display: block !important; }

  .searchspring-sidebar.ss-targeted .sidenav {
    background-color: white; }

  .searchspring-sidebar.stick {
    z-index: 999; } }
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.content-layout-container .searchspring-sidebar.ss-targeted .sidenav {
  background-color: white; }

div.searchspring-facets .sidenav .sidenav_main {
  margin-bottom: 10px; }

h2.results-title {
  display: none;
  font-size: 15px;
  margin: 0 0 15px 0;
  color: #787878; }
  @media only screen and (max-width: 767px) {
    h2.results-title {
      margin-bottom: 10px; } }

div.searchspring-results .toolbar {
  margin: 15px -15px; }
  @media only screen and (max-width: 767px) {
    div.searchspring-results .toolbar {
      margin: 10px -15px; } }

div.searchspring-results .toolbar.toolbar-top {
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    div.searchspring-results .toolbar.toolbar-top {
      margin-bottom: 0; } }

div.searchspring-sidebar.ss-targeted {
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    div.searchspring-sidebar.ss-targeted {
      border-bottom: 1px solid #e6e7e8; } }

div.searchspring-results .toolbar.toolbar.no-pagination {
  margin: 0; }

@media only screen and (min-width: 768px) {
  .paginate-custom:last-of-type {
    float: left; } }
div.collection-products-container.ss-targeted {
  margin-top: 10px; }

div.searchspring-results .toolbar .sort-custom {
  padding: 0 8px;
  margin-left: 15px; }

.suits-txt-container {
  height: 70px;
  opacity: 0.5;
  background-color: #000; }

.boxers-txt-container {
  display: block;
  height: 65px;
  opacity: 1;
  background-color: #1B75BB; }
  .boxers-txt-container .boxers-big-txt {
    height: 65px; }

.boxers-txt-container.stick {
  position: fixed;
  z-index: 1;
  top: 40px; }

.suits-txt {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center; }

.boxers-txt {
  height: 65px;
  display: table;
  align-items: center;
  justify-content: center; }

.suits-big-txt {
  font-size: 20px;
  line-height: 1em;
  padding: 0; }

.suits-sm-txt {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0; }

.suits-sm-txt p, .boxers-sm-txt p {
  line-height: 1em; }

.boxers-big-txt {
  font-size: 22px;
  line-height: 1em; }

.boxers-big-txt a {
  font-size: 26px;
  line-height: 1em; }
  .boxers-big-txt a:hover {
    color: white;
    text-decoration: none; }

.boxers-sm-txt {
  padding: 0; }

.boxers-triple-img {
  border-left: 1px solid;
  border-right: 1px solid;
  height: 80px; }
  .boxers-triple-img img {
    max-width: 100%;
    height: 100%; }

.product-banner .boxers-triple-line-img img {
  width: 100%;
  max-width: 200px;
  margin: auto; }
.product-banner .boxers-big-txt {
  margin-bottom: 5px; }
.product-banner .boxers-sm-txt {
  margin-bottom: 5px; }

#pagination {
  clear: both;
  text-align: center;
  margin-top: 10px; }

.paginate-custom {
  font-size: 20px;
  text-align: center;
  color: #787878;
  padding-top: 20px;
  display: block; }
  .paginate-custom a, .paginate-custom span, .paginate-custom p {
    line-height: 1.25em; }
    .paginate-custom a:hover, .paginate-custom a:focus, .paginate-custom span:hover, .paginate-custom span:focus, .paginate-custom p:hover, .paginate-custom p:focus {
      text-decoration: none; }
  .paginate-custom .fa-chevron-left, .paginate-custom .fa-chevron-right {
    font-size: 15px;
    color: #E4002B; }
  .paginate-custom .paginate-custom__parts {
    display: inline-block;
    font-size: 16px; }
  .paginate-custom .paginate-custom__part__link, .paginate-custom .paginate-custom__part__link-prev,
  .paginate-custom .paginate-custom__part__link-next {
    display: block;
    float: left;
    margin: 0 5px;
    padding: 0 2px; }
    .paginate-custom .paginate-custom__part__link a, .paginate-custom .paginate-custom__part__link-prev a,
    .paginate-custom .paginate-custom__part__link-next a {
      color: #737373; }
  .paginate-custom .paginate-custom__part__link-current {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    line-height: 25px;
    margin: -3px 0 0;
    padding: 0 5px;
    color: #E4002B;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid;
    padding: 0 8px;
    margin: -4px 10px 0; }
  .paginate-custom .paginate-custom__part__link-none {
    display: block;
    float: left;
    color: #737373;
    letter-spacing: 3px; }
  @media only screen and (min-width: 678px) {
    .paginate-custom {
      margin-bottom: 0; }
      .paginate-custom .fa-chevron-left, .paginate-custom .fa-chevron-right {
        font-size: 15px; }
      .paginate-custom .paginate-custom__part__link, .paginate-custom .paginate-custom__part__link-prev,
      .paginate-custom .paginate-custom__part__link-next, .paginate-custom .paginate-custom__part__link-current {
        padding: 0 8px; }
      .paginate-custom .paginate-custom__part__link-none {
        margin: 0 5px;
        padding: 0 0; } }

.thumbnail {
  padding: 8px;
  border: none;
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  .thumbnail.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    clear: both; }
  .thumbnail a.thumbnail-img-link {
    padding-bottom: 0.5em;
    color: #404040;
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 312px; }
    .thumbnail a.thumbnail-img-link:hover {
      color: #E4002B;
      text-decoration: none; }
    .thumbnail a.thumbnail-img-link > img {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-top: auto;
      margin-bottom: auto; }
  .thumbnail .info {
    padding-top: 0.5em;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 0; }
  .thumbnail .info .title {
    margin: 5px 0; }
  .thumbnail .price {
    font-family: "Calibre Regular";
    padding-top: 5px;
    font-size: 16px; }
  .thumbnail .sale {
    color: #467C2D;
    font-weight: 600; }
  .thumbnail .title {
    height: 55px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
    .thumbnail .title span {
      font-size: 15px; }
    .thumbnail .title span.calibre-semi, .thumbnail .title #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details span.item-name, #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details .thumbnail .title span.item-name, .thumbnail .title body .searchspring-recommendations span.ss-recs-title, body .searchspring-recommendations .thumbnail .title span.ss-recs-title, .thumbnail .title .shopify-section span.btn, .shopify-section .thumbnail .title span.btn {
      font-size: 18px; }
  .thumbnail .size {
    height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 14px; }
  .thumbnail .yotpo .standalone-bottomline .star-clickable {
    min-height: 35px;
    justify-content: center;
    align-items: center; }

#star-rating--product.yotpo .standalone-bottomline .star-clickable {
  justify-content: center;
  align-items: center; }

span.yotpo-filter-stars.rating-stars-container.mL0 {
  float: none; }

span.reviews-qa-labels-container.mL0 {
  float: none;
  display: inline-block;
  text-align: center;
  padding-top: 0px; }

.yotpo .main-widget .bottom-line-items {
  margin-bottom: 0;
  text-align: center; }

.main-widget span.reviews-qa-labels-container.mL0 {
  position: static; }

.main-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
  float: left;
  text-align: left;
  width: auto; }

@media only screen and (min-width: 961px) {
  .main-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
    font-size: 24px; } }
.was-price {
  color: #404040;
  font-style: italic;
  text-shadow: none;
  font-weight: normal; }

.line-through {
  text-decoration: line-through;
  color: #737373; }

.light-line-through {
  text-decoration: line-through;
  font-family: "Calibre Light"; }

#sold-out {
  float: right;
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 0; }
  #sold-out img {
    width: auto;
    max-height: 20px;
    margin: 5px 5px 0 0; }

#sold-out.long-leg-banner {
  top: 18px;
  bottom: auto;
  width: 30px; }
  #sold-out.long-leg-banner img {
    max-height: none;
    max-width: 30px; }

#sold-out.boxer-fly-banner img, #sold-out.fathers-day-banner img {
  max-height: 80px; }

#sold-out.weekly-banner, #sold-out.recycled-banner {
  top: 5px;
  right: -10px; }

#sold-out.weekly-banner img, #sold-out.recycled-banner img {
  margin: 5px 0 0 0;
  max-height: 45px; }

#sold-out.black-label-banner img {
  max-height: 25px; }

#sold-out.sub-exclusive-banner, #sold-out.twenty-off-banner, #sold-out.thirty-off-banner, #sold-out.fifty-off-banner {
  width: 100px; }
  #sold-out.sub-exclusive-banner img, #sold-out.twenty-off-banner img, #sold-out.thirty-off-banner img, #sold-out.fifty-off-banner img {
    width: 100%;
    max-height: none; }

@media only screen and (max-width: 550px) {
  #sold-out.sub-exclusive-banner, #sold-out.twenty-off-banner, #sold-out.thirty-off-banner, #sold-out.fifty-off-banner {
    bottom: 150px;
    width: 75px; }

  #sold-out.long-leg-banner {
    top: 40px;
    bottom: auto;
    right: 0; }
    #sold-out.long-leg-banner img {
      max-height: none;
      max-width: 20px; } }
#sold-out.thong-banner, #sold-out.cheeky-banner {
  width: auto;
  bottom: auto;
  top: 10px; }
  #sold-out.thong-banner img, #sold-out.cheeky-banner img {
    bottom: auto;
    top: 10px;
    max-height: 60px;
    margin: 5px 0 0; }

#sold-out.donate-banner {
  top: auto;
  bottom: 150px;
  left: 50%;
  transform: translate(-50%); }
  #sold-out.donate-banner img {
    max-height: 30px; }

#sold-out.boys-underwear img {
  max-height: 35px; }

@media only screen and (max-width: 900px) and (min-width: 481px) {
  #sold-out.weekly-banner, #sold-out.recycled-banner {
    top: auto;
    right: 70px; }

  #sold-out.donate-banner {
    width: 90px; }
    #sold-out.donate-banner img {
      max-height: 25px; } }
@media only screen and (max-width: 480px) and (min-width: 1px) {
  #sold-out.boxer-fly-banner img, #sold-out.fathers-day-banner img {
    max-height: 60px; }

  #sold-out.weekly-banner, #sold-out.recycled-banner {
    top: auto;
    right: 70px; }

  #sold-out.boxer-fly-banner, #sold-out.fathers-day-banner {
    top: 10px;
    bottom: auto; }

  #sold-out.donate-banner {
    width: 90px; }
    #sold-out.donate-banner img {
      max-height: 25px; }

  #sold-out.thong-banner img, #sold-out.cheeky-banner img {
    max-height: 40px; }

  #sold-out.long-leg-banner {
    top: 70px; }

  .thumbnail a.thumbnail-img-link {
    min-height: 210px; }

  .thumbnail a.thumbnail-img-link > img {
    margin-bottom: 0; }

  .thumbnail.product {
    margin-bottom: 15px; }

  .thumbnail .yotpo .standalone-bottomline .star-clickable {
    justify-content: left; } }
@media only screen and (min-width: 1450px) {
  #sold-out {
    right: 30px; } }
.item #sold-out {
  float: right;
  position: absolute;
  top: 18px;
  right: 15%;
  max-width: 90px;
  max-height: 105px; }
  .item #sold-out img {
    width: 100% !important;
    max-height: none;
    margin: 5px 5px 0 0; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 12px;
  left: 12px;
  color: #ffffff;
  z-index: 4; }

.glyphicon-back-to-top {
  width: 43px;
  cursor: pointer; }

/* Sticky Filters*/
a.sidenav_prev.sidenav_close--filter:before {
  content: '\f053';
  font-family: FontAwesome; }

#sticky.stick {
  position: fixed;
  top: 105px;
  z-index: 2;
  margin-top: 10px; }

#mobile-sticky.stick {
  position: fixed;
  top: 0px;
  z-index: 2;
  width: 100%; }

.sticky-menu-sort-li {
  line-height: 11px;
  padding: 5px; }

.filter-fucker-bar {
  height: 75px;
  font-size: 15px;
  background-color: #ffffff;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.filter-fucker-icon {
  height: 100%;
  width: 75px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }

.sub-filter-fucker-bar {
  background-color: #646467;
  text-align: center; }
  .sub-filter-fucker-bar li {
    display: inline-block;
    text-align: center;
    padding: 0 15px; }
    .sub-filter-fucker-bar li.active {
      background-color: #3a3a3c; }
      .sub-filter-fucker-bar li.active a {
        text-decoration: none; }
    .sub-filter-fucker-bar li a {
      color: #ffffff;
      display: block;
      font-size: 14px; }
      .sub-filter-fucker-bar li a:hover {
        text-decoration: none; }

.mobile-filter {
  display: inline-block;
  text-align: center;
  width: 110px;
  background-color: #e7e8e9;
  position: absolute;
  right: 0;
  padding-bottom: 1px; }
  .mobile-filter a.dropdown-toggle {
    color: #000;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none; }
  .mobile-filter .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 0;
    font-size: 14px; }

.left-shadow {
  -webkit-box-shadow: -13px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -13px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -13px 0px 10px 0px rgba(0, 0, 0, 0.5); }

#mobile-sticky .sub-filter-fucker-bar {
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  overflow-y: scroll;
  margin-bottom: 0px; }
  #mobile-sticky .sub-filter-fucker-bar li {
    width: auto;
    padding: 0 15px; }
    #mobile-sticky .sub-filter-fucker-bar li:last-child {
      width: 110px; }

.icon-up-arrow {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: none; }

.filter-fucker-icon-selected {
  display: block; }

.shadow-container {
  overflow: hidden;
  position: relative; }

.sortby-dropdown-toggle {
  font-size: 11px;
  text-transform: uppercase;
  color: #333; }
  .sortby-dropdown-toggle .caret {
    margin-left: 15px; }

.sortby-dropdown-toggle:hover, .sortby-dropdown-toggle:active,
.sortby-dropdown-toggle:focus, .sortby-dropdown-toggle:visited {
  text-decoration: none;
  color: #333; }

.sticky-sortby {
  border-top: 2px solid #eeefef; }
  .sticky-sortby .dropdown-connector {
    background: #ffffff;
    width: 100px;
    height: 6px;
    position: absolute;
    top: -6px;
    right: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: none; }
  .sticky-sortby .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px 0px 3px 3px;
    font-size: 11px;
    right: -1px;
    padding: 10px 10px 10px 20px; }
    .sticky-sortby .dropdown-menu ul {
      width: 110px;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
      color: #666;
      text-align: left;
      padding: 0 10px;
      list-style: none; }
      .sticky-sortby .dropdown-menu ul.float li {
        float: left;
        margin-right: 15px;
        height: 30px; }
      .sticky-sortby .dropdown-menu ul li {
        padding: 0 5px;
        margin-left: -5px; }
        .sticky-sortby .dropdown-menu ul li:first-child {
          text-decoration: underline;
          color: #333; }
        .sticky-sortby .dropdown-menu ul li.active {
          border: 1px solid rgba(0, 0, 0, 0.15);
          background: rgba(0, 0, 0, 0.1);
          border-radius: 3px; }
          .sticky-sortby .dropdown-menu ul li.active a {
            color: #333; }
        .sticky-sortby .dropdown-menu ul li a {
          text-decoration: none;
          color: #666;
          font-size: 15px;
          white-space: nowrap; }
  .sticky-sortby .open .dropdown-connector {
    display: block; }
  .sticky-sortby .open .caret {
    border-top-width: 0;
    border-bottom: 4px solid #000000; }
  .sticky-sortby .dropdown {
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin: 0 2.5px;
    z-index: 1; }
    .sticky-sortby .dropdown.open {
      border-radius: 3px 3px 0px 0px;
      border-bottom: none; }
  .sticky-sortby .collection-products-container {
    border-top: 0px;
    padding-top: 10px;
    padding-right: 25px; }

.collection-related {
  margin-bottom: 10px;
  display: block; }
  .collection-related h5 {
    font-size: 20px;
    margin: 15px 0px; }
  .collection-related ul {
    list-style: none; }
    .collection-related ul li {
      display: inline-block;
      margin-left: 5px;
      margin-bottom: 10px; }
      .collection-related ul li a {
        letter-spacing: .125em;
        text-transform: uppercase;
        font-weight: bold;
        border: 1px solid #E4002B;
        color: #E4002B;
        display: block;
        font-size: 14px;
        height: 32px;
        padding: 5px 10px;
        text-align: center;
        line-height: 20px;
        background-color: #FFFFFF; }

.collection-description-bottom h2 {
  font-family: "Calibre Bold";
  font-size: 24px; }
.collection-description-bottom h3 {
  font-family: "Calibre Light";
  font-size: 24px; }
.collection-description-bottom p {
  line-height: 1.25em;
  font-size: 16px; }

.coll-img-text {
  line-height: 1em;
  color: #4d4d4d;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: left;
  margin: 4px;
  padding: 4px 0px;
  background-color: white;
  overflow: hidden;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  height: 30px; }

.coll-banner-text {
  line-height: 1.25em;
  left: 0;
  position: absolute;
  top: 30px;
  width: 100%; }

.retro-col-menu-img-container {
  padding: 4px;
  position: relative; }

.retro-col-menu-img-container img, .retro-collection-banner img {
  width: 100%; }

.retro-coll-banner-left {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

.retro-coll-banner-right {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

.swim-col-menu-img-container, .swim-col-neon-menu-img-container {
  padding: 4px;
  position: relative; }

.swim-col-menu-img-container img, .swim-col-neon-menu-img-container img {
  width: 100%; }

.suit-col-menu-img-container {
  padding: 4px;
  position: relative; }

.suit-col-menu-img-container img {
  width: 100%; }

.sunglasses-col-menu-img-container {
  padding: 4px;
  position: relative; }

.sunglasses-col-menu-img-container img {
  width: 100%; }

.derby-col-menu-img-container {
  padding: 4px;
  position: relative; }

.derby-col-menu-img-container img {
  width: 100%; }

.st-patrick-col-menu-img-container {
  padding: 4px;
  position: relative; }

.st-patrick-col-menu-img-container img {
  width: 100%; }

.mardi-gras-col-menu-img-container {
  padding: 4px;
  position: relative; }

.mardi-gras-col-menu-img-container img {
  width: 100%; }

.ski-col-menu-img-container {
  padding: 4px;
  position: relative; }

.ski-col-menu-img-container img {
  width: 100%; }

.usa-col-menu-img-container {
  padding: 4px;
  position: relative; }

.usa-col-menu-img-container img, .usa-collection-banner img {
  width: 100%; }

.usa-coll-banner-left {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

.usa-coll-banner-right {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

.halloween-col-menu-img-container {
  padding: 4px;
  position: relative; }

.halloween-col-menu-img-container img, .halloween-collection-banner img {
  width: 100%; }

.halloween-coll-banner-left {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

.halloween-coll-banner-right {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

.christmas-col-menu-img-container {
  padding: 4px;
  position: relative; }

.christmas-col-menu-img-container img, .christmas-collection-banner img {
  width: 100%; }

.christmas-coll-banner-left {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

.christmas-coll-banner-right {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100px; }

@media only screen and (max-width: 550px) {
  .christmas-col-menu-img-container.col-xxs-6 img {
    position: relative;
    bottom: 70%; }

  .christmas-col-menu-img-container {
    height: 80px;
    overflow: hidden;
    margin-bottom: 4px; }

  .coll-img-text {
    margin: 0 4px; }

  .halloween-col-menu-img-container {
    height: 80px;
    overflow: hidden;
    margin-bottom: 4px; }

  .col-xxs-6 .usa-col-menu-img-container img, .usa-collection-banner img {
    margin-top: -50px; }

  .usa-col-menu-img-container {
    height: 100px;
    overflow: hidden;
    margin-bottom: 4px; }

  .sunglasses-col-menu-img-container {
    height: 80px;
    overflow: hidden;
    margin-bottom: 4px; }

  .sunglasses-col-menu-img-container img {
    position: relative;
    top: -20%; }

  .suit-col-menu-img-container {
    height: 80px;
    overflow: hidden;
    margin-bottom: 4px; }

  .suit-col-menu-img-container img {
    position: relative;
    top: -80%; }

  .col-xxs-6 .retro-col-menu-img-container img, .retro-collection-banner img {
    margin-top: -50px; }

  .retro-col-menu-img-container {
    height: 100px;
    overflow: hidden;
    margin-bottom: 4px; }

  .col-xxs-6 .derby-col-menu-img-container img, .derby-collection-banner img {
    margin-top: -50px; }

  .derby-col-menu-img-container {
    height: 100px;
    overflow: hidden;
    margin-bottom: 4px; }

  .col-xxs-6 .st-patrick-col-menu-img-container img, .st-patrick-collection-banner img {
    margin-top: -50px; }

  .st-patrick-col-menu-img-container {
    height: 100px;
    overflow: hidden;
    margin-bottom: 4px; }

  .col-xxs-6 .mardi-gras-col-menu-img-container img, .mardi-gras-collection-banner img {
    margin-top: -50px; }

  .mardi-gras-col-menu-img-container {
    height: 100px;
    overflow: hidden;
    margin-bottom: 4px; }

  .col-xxs-6 .ski-col-menu-img-container img, .ski-collection-banner img {
    margin-top: -50px; }

  .ski-col-menu-img-container {
    height: 100px;
    overflow: hidden;
    margin-bottom: 4px; }

  .swim-col-menu-img-container, .swim-col-neon-menu-img-container {
    height: 80px;
    overflow: hidden;
    margin-bottom: 4px; }

  .swim-col-menu-img-container img {
    position: relative;
    top: -20%; }

  .swim-col-neon-menu-img-container img {
    position: relative;
    top: -125%; } }
@media only screen and (max-width: 375px) {
  .swim-col-neon-menu-img-container img {
    position: relative;
    top: -70%; } }
@media only screen and (min-width: 768px) {
  .collection-info-container, .collection-image-boxers, .collection-image-container {
    min-height: 200px; }

  .collection-description-container {
    z-index: 0; }

  .collection-description-boxers {
    background-color: #124c8e;
    color: white;
    max-width: none; }
    .collection-description-boxers #col-ml {
      background-color: #124c8e;
      color: white; }
    .collection-description-boxers .see-more span, .collection-description-boxers .see-less span {
      color: white;
      border-color: white; }
    .collection-description-boxers a {
      color: #e4002b; }
      .collection-description-boxers a:hover {
        color: #e4002b; }

  .collection-desc-container {
    height: 10vh;
    overflow-y: auto;
    position: relative; }

  .sticky-sortby .dropdown-menu {
    left: -1px; }

  .sticky-sortby .dropdown-connector {
    left: -1px; } }
.collections-listing {
  margin-top: 20px; }

#collections-listing .page a {
  color: #347AB7; }
#collections-listing .next a {
  color: #347AB7; }
#collections-listing .prev a {
  color: #347AB7; }
#collections-listing .page.current {
  color: #737373; }
#collections-listing .deco {
  color: #737373; }

.list-collection-container {
  .text-align: center; }
  .list-collection-container img {
    max-width: 100%; }
  .list-collection-container .list-item-container {
    margin-bottom: 5px;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px; }
    .list-collection-container .list-item-container .lic-backup {
      background-image: url("//cdn.shopify.com/s/files/1/0234/5963/products/IMG_7680_medium.jpg"); }
  .list-collection-container .list-collection-title {
    overflow: hidden;
    height: 30px;
    line-height: 14px;
    font-size: 14px; }

#scrolling {
  height: 135px;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 660px;
  margin: auto; }
  #scrolling.scroll-6 {
    max-width: 660px; }
    #scrolling.scroll-6 ul {
      min-width: 675px; }
  #scrolling.scroll-4 {
    max-width: 440px; }
    #scrolling.scroll-4 ul {
      min-width: 450px; }
  #scrolling.scroll-3 {
    max-width: 330px; }
    #scrolling.scroll-3 ul {
      min-width: 338px; }
  #scrolling.scroll-2 {
    max-width: 220px; }
    #scrolling.scroll-2 ul {
      min-width: 225px; }
  #scrolling ul {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  #scrolling li {
    font-size: 8vmin;
    float: left;
    width: 110px;
    height: 100%;
    color: #000;
    font-weight: 300;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    cursor: pointer;
    background: #FFF; }
  #scrolling img {
    border-radius: 50%;
    width: 100px;
    vertical-align: top; }
  #scrolling .coll-img-text-slide {
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100px;
    text-align: center;
    font-size: 14px;
    -webkit-align-items: start;
    align-items: start;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 1em;
    color: #404040;
    margin-left: 5px;
    letter-spacing: 1.1px; }

.thumbnail .show-modal {
  width: calc(100% - 16px);
  margin: auto;
  max-width: 320px;
  background: white;
  display: inline-block;
  bottom: 120px;
  left: 0;
  right: 0;
  height: auto;
  min-height: unset;
  opacity: .85;
  display: none;
  border-bottom: 4px solid #E4002B;
  border-radius: 0px;
  padding: 10px;
  position: absolute;
  cursor: pointer; }
  @media only screen and (max-width: 550px) {
    .thumbnail .show-modal {
      bottom: 155px; } }
  @media only screen and (max-width: 480px) {
    .thumbnail .show-modal {
      bottom: 140px; } }
  @media only screen and (max-width: 460px) {
    .thumbnail .show-modal {
      bottom: 155px; } }

.super_collection_container .thumbnail .info .title {
  height: 50px; }

.super_collection_container p.seeall {
  font-size: 30px; }
  @media only screen and (max-width: 550px) {
    .super_collection_container p.seeall {
      font-size: 20px; } }

.super_collection_container .thumbnail .show-modal {
  bottom: 110px; }
  @media only screen and (max-width: 550px) {
    .super_collection_container .thumbnail .show-modal {
      bottom: 145px; } }
  @media only screen and (max-width: 480px) {
    .super_collection_container .thumbnail .show-modal {
      bottom: 145px; } }
  @media only screen and (max-width: 460px) {
    .super_collection_container .thumbnail .show-modal {
      bottom: 147px; } }
  @media only screen and (max-width: 410px) {
    .super_collection_container .thumbnail .show-modal {
      bottom: 150px; } }

.modal-product-info .is-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ececec;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600; }

.modal-product-info p {
  margin-bottom: 0; }

.modal-product-info .is-info p {
  font-size: 14px;
  font-weight: 600; }

.qv-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

.qv-error {
  display: none;
  text-align: center;
  color: red;
  font-size: 14px;
  margin: 10px 0; }

.qv-error .fa {
  margin-right: 5px; }

.comp-price {
  font-family: 'Montserrat Regular';
  font-style: italic;
  text-decoration: line-through;
  color: #bdbdbd; }

.qv-featured-img {
  position: relative;
  overflow: hidden; }

.qv-featured-img .slick-track {
  align-items: center;
  display: flex; }

.qv-featured-img img {
  width: 100%;
  align-self: center; }

.qv-images {
  padding: 10px 15px;
  height: 100%;
  width: 430px; }

.qv-featured-img > div {
  width: 400px;
  margin: auto; }

.qv-slick-img-wrapper.slick-slide,
#quick-view .slick-track {
  display: flex !important;
  align-items: center; }

.variant-option {
  padding: 10px;
  background: #ececec;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  cursor: pointer; }

.variant-option.is-selected {
  background: #E4002B;
  color: #fff; }

.qv-featured-img .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  padding: 5px;
  background: transparent;
  border: 1px solid #63746E;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px; }

.qv-featured-img .slick-dots li.slick-active button {
  background: #e4002b;
  border-color: #e4002b; }

.qv-featured-img .slick-dots {
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
  justify-content: center;
  margin-top: 15px; }

.qv-featured-img .slick-prev.slick-arrow,
.qv-featured-img .slick-next.slick-arrow {
  width: 35px;
  padding: 5px;
  background: transparent;
  position: absolute;
  top: 40%;
  z-index: 1; }

.qv-featured-img .slick-next.slick-arrow {
  right: 0px; }

.qv-featured-img .slick-prev.slick-arrow {
  left: 0px; }

.qv-featured-img .slick-prev.slick-arrow i,
.qv-featured-img .slick-next.slick-arrow i {
  color: #E4002B;
  font-size: 32px; }

.fancy-qv .qv-featured-img .slick-dots li.slick-active button {
  background: #E4002B; }

.modal-variants {
  display: flex; }

.modal-sizes {
  display: flex;
  align-items: center;
  margin: 5px 0; }

.modal-variants {
  margin-right: 30px; }

.modal-variants input[type="radio"],
.modal-variants-opt input[type="radio"] {
  display: none; }

.option-items {
  display: flex;
  flex-wrap: wrap; }

.option-items label {
  display: none;
  padding: 10px 0;
  background: #ececec;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  width: 45px; }

.option-items label.w-none {
  width: auto;
  padding: 10px !important;
  margin-bottom: 5px !important; }

.option-items label.is-single {
  display: block !important; }

.modal-variants label {
  display: block;
  padding: 10px 0;
  background: #ececec;
  color: #000;
  border-radius: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer; }

.option-items label.grayed.option-item {
  background: #ececec;
  color: #989898;
  text-decoration: line-through;
  cursor: default; }

.modal-variants label.is-selected,
.modal-variants-opt label.is-selected,
.joined-div .option-item.is-selected {
  background: #E4002B;
  color: #fff; }

.qv-content {
  position: relative;
  display: flex; }

.qv-content .product-description {
  margin-top: 20px; }

.qv-content .is-description,
.qv-content .is-details {
  font-size: 13px;
  margin-bottom: 5px; }

.qv-content .is-description,
.is-details ul {
  max-height: 10000px;
  height: 0;
  overflow: hidden;
  transition: 0.3s all ease-in-out; }

.qv-content .show .is-description {
  height: auto;
  transition: 0.3s all ease-in-out; }

.modal-product-info .show .is-details ul {
  height: auto;
  transition: 0.3s all ease-in-out; }

.is-description > p {
  padding-left: 5px;
  max-height: 10000px;
  height: 0;
  overflow: hidden;
  transition: 0.3s all ease-in-out; }

.is-description > p,
.is-details ul {
  margin-top: 5px; }

.modal-product-info .show .is-description > p {
  height: auto;
  transition: 0.3s all ease-in-out; }

.is-details ul {
  padding-left: 25px; }

.qv-product-content {
  padding-left: 25px;
  max-height: 700px;
  overflow-y: auto;
  width: 100%; }

.qv-product-content input[type="submit"] {
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  border-radius: 0px;
  background: #E4002B;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Calibre Bold";
  border: 2px solid; }
  .qv-product-content input[type="submit"]:hover {
    background-color: white;
    color: #E4002B; }

.qv-product-content .btn-red-invert {
  width: 100%;
  margin-bottom: 15px; }

.qv-product-content .modal_price {
  padding: 0;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px; }

.qv-product-content .yotpo {
  padding: 0; }

.modal-product-info {
  margin-top: 30px; }

.option-items label.show {
  display: block !important; }

.qv-product-content.Blazers .modal-variants-opt label.option-item {
  width: 40px; }

.qv-product-content.boxers .modal-variants-opt label.option-item {
  width: 15%;
  min-width: 45px; }

.modal-variants-more-opt {
  margin: 5px 0; }

.modal-variants-more-opt.boxer {
  margin-top: 15px;
  display: flex; }

.modal-variants-more-opt.boxer .variant-option {
  width: 48%;
  display: block; }

.modal-variants-more-opt select,
.modal-variants-more-opt2 select {
  width: 245px; }

.qv-prod-name {
  width: calc(100% - 30px);
  margin-top: 20px; }

.qv-prod-name.is-mobile {
  display: none; }

.qv-prod-name a {
  text-decoration: none;
  color: inherit; }

.qv-prod-name p {
  margin-bottom: 5px; }

.quickviewModal .modal-body {
  padding: 25px 20px 20px; }

.quickviewModal .close {
  font-size: 32px;
  color: #e4002b;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: 100; }

.quickviewModal .close:hover {
  background: unset; }

.qv-loading {
  font-size: 30px; }

.qv-loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: qv-ellipsis steps(4, end) 900ms infinite;
  animation: qv-ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px; }

@keyframes qv-ellipsis {
  to {
    width: 1.25em; } }

@-webkit-keyframes qv-ellipsis {
  to {
    width: 1.25em; } }

.ball-cream-upsell,
.mascot-sock-upsell {
  text-align: center;
  position: absolute;
  bottom: 140px;
  width: 100%;
  transition: all 0.3s ease-in-out; }

.ball-cream-upsell.show {
  display: block !important; }

.ball-cream-upsell > div,
.mascot-sock-upsell > div {
  padding: 5px; }

.ball-cream-upsell-container,
.mascot-sock-upsell-container {
  border: 1px solid darkgrey;
  background: #F7F7F7;
  padding: 10px 5px;
  border-radius: 5px;
  display: inline-block;
  width: 100%; }

.second-upsell-title {
  color: #333333;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: pre-wrap;
  padding: 0; }

.second-upsell-price input[type="button"] {
  width: 100%;
  padding: 5px;
  background-color: #E4002B; }

.second-upsell-price input[name="variantID"] {
  background: #f9f9f9 url(//cdn.shopify.com/s/files/1/0234/5963/t/56/assets/select.png?v=1119772…) no-repeat right center;
  cursor: pointer;
  -webkit-padding-end: 30px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 9px; }

.joined-div {
  display: flex;
  flex-wrap: wrap; }

.joined-div .option-item {
  width: 30%;
  padding: 8px 5px;
  background: #ececec;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-weight: 500;
  font-family: "Montserrat Regular";
  cursor: pointer; }

.joined-div .option-item.opt2 {
  width: auto; }

.joined-div .option-item.grayed {
  cursor: context-menu; }

.joined-div .option-item.grayed {
  background: #ececec;
  color: #989898;
  text-decoration: line-through;
  cursor: default; }

.opt-title {
  font-weight: 500;
  font-family: "Montserrat Regular"; }

.qv-data {
  margin-bottom: 15px; }

@media only screen and (max-width: 991px) {
  .fancy-qv {
    top: 50px !important;
    margin-bottom: 15px; }

  .qv-featured-img > div {
    width: 240px; }

  .quickviewModal .modal-dialog {
    width: 650px;
    margin: 10px auto; }

  .qv-product-content .modal_price {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  .quickviewModal .modal-dialog {
    width: calc(100% - 20px);
    margin: 10px auto; }

  .qv-product-content {
    max-height: none; } }
@media only screen and (max-width: 600px) {
  .qv-featured-img .slick-prev.slick-arrow, .qv-featured-img .slick-next.slick-arrow {
    top: 35%; }

  .qv-featured-img .slick-next.slick-arrow {
    right: -20px;
    z-index: 999; }

  .qv-featured-img .slick-prev.slick-arrow {
    left: -20px;
    z-index: 999; }

  .modal-variants-opt {
    justify-content: center; }

  .qv-featured-img > div {
    width: 100%; }

  .qv-content {
    flex-wrap: wrap; }

  .qv-product-content {
    padding: 0;
    margin: 0 auto; }

  .modal-variants-more-opt select,
  .modal-variants-more-opt1 select,
  .modal-variants-more-opt2 select {
    width: 100%; }

  .qv-images {
    padding: 10px;
    height: 100%;
    width: 100%;
    padding-bottom: 0; }

  .qv-featured-img {
    width: 100%;
    margin: 0 auto; }

  .option-items label.w-none {
    width: 48% !important;
    flex: 0 0 48%; }

  .option-items.wide-text {
    justify-content: space-between !important; }

  .quickviewModal .modal-body {
    padding-top: 30px; }

  .quickviewModal .close {
    font-size: 40px;
    right: 0px;
    top: 10px; }

  .qv-prod-name {
    display: none; }

  .qv-prod-name.is-mobile {
    display: block;
    width: 100%;
    text-align: center; }

  .qv-yotopo .standalone-bottomline {
    display: flex;
    justify-content: center; }

  .qv-product-content .modal_price {
    text-align: center; }

  .qv-product-content input[type="submit"] {
    margin-top: 10px; } }
@media only screen and (max-width: 550px) {
  .show-modal {
    right: 5%;
    bottom: 155px; } }
@media only screen and (max-width: 400px) {
  .show-modal {
    right: 8%; } }
/* #Search / #404
================================================== */
.thumbnail.is_search .show-modal {
  bottom: 105px; }
  @media only screen and (max-width: 550px) {
    .thumbnail.is_search .show-modal {
      bottom: 125px; } }

/* #Pages
================================================== */
.page-content-container {
  display: block; }

#storyboxModule {
  max-width: none; }
  #storyboxModule * {
    max-width: none; }

.covid-19-container .max-w-550, .covid-19-container .max-w-600, .covid-19-container .max-w-800, .covid-19-container .max-w-900 {
  padding: 0 15px; }
.covid-19-container .section-1 {
  background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/Covid-leader-image-Mike2.jpg?v=1586284534");
  background-size: auto;
  background-position-y: top;
  background-position-x: 40%;
  padding: 100px 0 50px;
  position: relative; }
  .covid-19-container .section-1 h2 {
    font-size: 24px;
    color: #414042; }
  .covid-19-container .section-1 p {
    font-size: 14px;
    color: #414042; }
  @media only screen and (min-width: 1200px) {
    .covid-19-container .section-1 {
      background-position-x: 35%; } }
  @media only screen and (max-width: 767px) {
    .covid-19-container .section-1 {
      background-size: cover;
      background-position-x: center;
      padding: 75px 0; }
      .covid-19-container .section-1 h2 {
        text-align: center;
        color: white;
        font-size: 32px; }
      .covid-19-container .section-1 p {
        text-align: center;
        color: white;
        font-size: 14px; }
      .covid-19-container .section-1 .layer {
        background-color: rgba(107, 193, 187, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
.covid-19-container .section-2 {
  background-color: #CADBE5;
  padding: 50px 0;
  color: #414042; }
  @media only screen and (max-width: 767px) {
    .covid-19-container .section-2 {
      padding-top: 0px; }
      .covid-19-container .section-2 .max-w-900 {
        max-width: 550px;
        padding-top: 50px; }
      .covid-19-container .section-2 .bg-image {
        background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/thank_frontline_workers.png?v=1586287512");
        background-size: cover;
        background-position-y: top;
        height: 400px;
        position: relative; } }
  @media only screen and (max-width: 500px) {
    .covid-19-container .section-2 .bg-image {
      height: 300px; } }
  .covid-19-container .section-2 h3 {
    font-size: 20px; }
  .covid-19-container .section-2 .cKwCHi.cKwCHi.cKwCHi.cKwCHi.cKwCHi.cKwCHi {
    align-self: flex-start; }
  .covid-19-container .section-2 .fRQfvI.fRQfvI {
    color: #414042 !important; }
.covid-19-container .section-3 {
  padding: 50px 0; }
  .covid-19-container .section-3 h3, .covid-19-container .section-3 p {
    color: #414042; }
  .covid-19-container .section-3 a {
    color: #2F548E; }
  @media only screen and (max-width: 767px) {
    .covid-19-container .section-3 {
      padding-top: 0px; }
      .covid-19-container .section-3 h3, .covid-19-container .section-3 p {
        text-align: center; }
      .covid-19-container .section-3 .max-w-800 {
        max-width: 450px;
        padding-top: 50px; }
      .covid-19-container .section-3 .bg-image {
        background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/Quarantine_Yourself.png?v=1586289649");
        background-size: cover;
        background-position-y: top;
        height: 400px;
        position: relative; } }
  @media only screen and (max-width: 500px) {
    .covid-19-container .section-3 .bg-image {
      height: 300px; } }
.covid-19-container .section-4 {
  padding: 50px 0;
  background-color: #CADBE5; }
  .covid-19-container .section-4 img {
    max-width: 250px; }
  .covid-19-container .section-4 h3 {
    padding-bottom: 25px; }
  .covid-19-container .section-4 h5 {
    font-size: 20px; }
  .covid-19-container .section-4 p {
    font-size: 14px; }
  .covid-19-container .section-4 a {
    color: #414042; }
.covid-19-container .section-5 {
  padding: 50px 0; }
  .covid-19-container .section-5 h3, .covid-19-container .section-5 p {
    color: #414042; }
.covid-19-container .section-6 {
  padding: 50px 0;
  background-color: #CADBE5;
  color: #414042; }
  .covid-19-container .section-6 a {
    color: #2F548E; }
  .covid-19-container .section-6 .btn-primary {
    min-width: 300px;
    background-color: #2F548E;
    border-color: #2F548E;
    color: white; }
  @media only screen and (max-width: 767px) {
    .covid-19-container .section-6 {
      padding-top: 0px; }
      .covid-19-container .section-6 .max-w-800 {
        max-width: 450px;
        padding-top: 30px;
        text-align: center; }
      .covid-19-container .section-6 .bg-image {
        background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/Make_dollars_go_further.png?v=1586288222");
        background-size: cover;
        background-position-y: bottom;
        height: 400px;
        position: relative; } }
  @media only screen and (max-width: 500px) {
    .covid-19-container .section-6 .bg-image {
      height: 300px; } }

#CoronaResponse a {
  color: #E4002B; }

@media only screen and (max-width: 767px) {
  .page-content-container .promotional-terms h1 {
    font-size: 24px; }
  .page-content-container .promotional-terms h3 {
    font-size: 20px; } }
/* #Collection Filters
================================================== */
.collection-top-container {
  display: block; }

/* #Images
================================================== */
img[data-sizes="auto"] {
  display: block;
  width: 100%; }

/* #Products
================================================== */
.product_name {
  font-size: 22px;
  font-family: "Calibre Bold";
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1.1px; }

@media only screen and (min-width: 768px) {
  .product_name {
    text-align: left; } }
.product_info_container .product_name.v_105_b {
  text-align: left;
  font-size: 24px; }

.product_info_container .product_name.tung-semi.v_105_b {
  font-size: 22px; }

.product_name-title {
  letter-spacing: 1.1px; }

.prod-style-review {
  width: 100%;
  border: 1px solid #0F76BB;
  border-radius: 5px;
  display: inline-block;
  color: #0F76BB;
  padding: 8px 20px; }

.shop-by-print-container-slide {
  height: 50px;
  overflow: hidden;
  max-width: 350px;
  margin: auto; }

.shop-by-print-container {
  display: inline-block;
  position: relative;
  padding-right: 20px; }

.shop-by-print img {
  flex: 0 0 45px;
  text-align: left;
  color: transparent;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: inline-block;
  line-height: 45px;
  cursor: pointer;
  text-align: center;
  border: 3px solid transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  margin: 0px 4px 4px;
  position: relative;
  float: left; }
  .shop-by-print img.selected {
    border: 3px solid #E4002B;
    padding: 3px; }

.shop-by-print:hover {
  text-decoration: none; }

.boxer_subscription_container_v2 .row-1, .boxer_subscription_container_v2 .row-2,
.boxer_subscription_container_v2 .row-3, .boxer_subscription_container_v2 .row-4,
.boxer_subscription_container_v2 .row-5, .boxer_subscription_container_v2 .row-6 {
  display: block; }

.boxer_subscription_container_v2 .row-1 .bg-image {
  background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/Webp.net-resizeimage_78bcab55-06a7-43ad-979e-069b044cce3e.png?22521");
  background-size: cover;
  background-position: left center;
  display: inline-block;
  width: 100%; }
.boxer_subscription_container_v2 .row-1 p {
  font-size: 16px; }
.boxer_subscription_container_v2 .row-2 p {
  max-width: 250px;
  margin: 0 auto 10px; }
.boxer_subscription_container_v2 .row-2 p.calibre-bold, .boxer_subscription_container_v2 .row-2 .product-banner p.boxers-big-txt, .product-banner .boxer_subscription_container_v2 .row-2 p.boxers-big-txt {
  font-size: 16px; }
.boxer_subscription_container_v2 .row-2 img {
  max-height: 85px;
  margin-bottom: 15px; }
.boxer_subscription_container_v2 .transparent-text-red {
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
  font-size: 25px;
  color: #EE1C25;
  letter-spacing: 4px;
  line-height: 1.1em;
  padding: 0 15px; }
.boxer_subscription_container_v2 .row-4 .features-img-text {
  position: absolute;
  top: 5%;
  left: 2%;
  right: 0;
  text-align: left;
  padding: 0 15px;
  max-width: 350px; }
.boxer_subscription_container_v2 .row-4 .features-img-text p {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 5px; }
.boxer_subscription_container_v2 .row-5 .bg-red {
  max-width: 350px;
  margin: auto;
  float: none;
  color: #EE1C25;
  background-color: white; }
.boxer_subscription_container_v2 .row-5 p {
  font-size: 26px;
  font-style: italic; }
.boxer_subscription_container_v2 .bg-image-footer {
  background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/TigerBIG.png?24345");
  background-size: cover;
  background-position: left center;
  display: inline-block;
  width: 100%;
  padding: 150px 0; }
  @media only screen and (min-width: 768px) {
    .boxer_subscription_container_v2 .bg-image-footer {
      padding: 250px 0; } }
.boxer_subscription_container_v2 .row-6 .red-number {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #ee1c25;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  margin-left: 7px; }
.boxer_subscription_container_v2 .row-6 .text-left {
  padding-left: 75px; }
.boxer_subscription_container_v2 .row-6 p.calibre-black, .boxer_subscription_container_v2 .row-6 #FreeGiftModal p.skip-cm-upsell, #FreeGiftModal .boxer_subscription_container_v2 .row-6 p.skip-cm-upsell {
  font-size: 22px;
  line-height: 1em; }
@media only screen and (min-width: 551px) {
  .boxer_subscription_container_v2 .row-1 .bg-image {
    background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/Subs-10.png?22521");
    background-position: center center; }
  .boxer_subscription_container_v2 .row-1 p {
    font-size: 20px; }
  .boxer_subscription_container_v2 .transparent-text-red {
    font-size: 40px;
    max-width: 630px;
    margin: auto; }
  .boxer_subscription_container_v2 .row-4 .features-img-text p {
    font-size: 14px; }
  .boxer_subscription_container_v2 .row-5 .bg-red {
    max-width: 550px; }
  .boxer_subscription_container_v2 .row-5 p {
    font-size: 42px; } }
@media only screen and (min-width: 992px) {
  .boxer_subscription_container_v2 .row-1 p {
    font-size: 20px; }
  .boxer_subscription_container_v2 .row-1 h1 {
    font-size: 45px; }
  .boxer_subscription_container_v2 .btn-modal-red {
    font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boxer_subscription_container_v2 .row-4 .features-img-text p {
    font-size: 20px; } }

.intellisuggest {
  max-width: 1000px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.intellisuggest-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Calibre Bold";
  padding: 0 5px 20px; }

.intellisuggest-item {
  padding: 0 5px 10px;
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.intellisuggest-item-image {
  margin-top: auto; }

.intellisuggest-item-image img {
  width: 100%; }

.intellisuggest-item-name {
  margin-top: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 1.1;
  text-align: center;
  padding: 10px 0 5px;
  height: 55px;
  overflow-y: hidden; }

.intellisuggest-item-name a {
  color: #404040;
  font-size: 14px; }

.intellisuggest-item-price {
  line-height: 1.1;
  text-align: center;
  padding-top: 5px;
  color: #404040;
  font-size: 14px;
  font-family: "Calibre Light"; }

@media only screen and (min-width: 550px) {
  .intellisuggest-item {
    width: 25%; }

  .intellisuggest-title {
    font-size: 20px; } }
@media only screen and (max-width: 400px) {
  .col-xs-4 a.underline.f-size-14.lh-37 {
    font-size: 14px; } }
.product-nojs-bar {
  background-color: #0f76bb;
  color: #fff;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  line-height: 1.5em; }

#select_smaller_1 {
  height: auto; }
  #select_smaller_1 label {
    display: none; }

#select_smaller_1-footer {
  height: auto; }
  #select_smaller_1-footer label {
    display: none; }
  #select_smaller_1-footer select {
    margin-bottom: 5px; }

input[disabled] {
  pointer-events: none; }

.product_container {
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  float: initial;
  clear: both; }

.product_image_container {
  margin-bottom: 10px; }

.item {
  margin: auto; }

.item img {
  max-height: 800px;
  margin-left: auto;
  margin-right: auto; }

#new_prod_desc_width {
  /*max-width:530px;*/ }

.product_info_container {
  padding-top: 40px;
  max-width: 400px; }
  .product_info_container .returnsModalLink div {
    font-size: 14px;
    line-height: 1em;
    padding: 10px 0 15px; }
  .product_info_container .product_name {
    display: block; }

.add-to-cart-form {
  max-width: 400px;
  margin: auto;
  width: 100%;
  display: inline-block; }

.add-to-cart-form select {
  font-size: 16px; }

#select_smaller_2 {
  margin: 0 auto 10px;
  height: 40px; }
  @media only screen and (max-width: 400px) {
    #select_smaller_2 {
      padding: 0; } }

.modal_price {
  line-height: 1em;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 15px; }

.product--dollar-sign {
  font-family: "Calibre Regular";
  display: none;
  visibility: hidden; }

.est_size {
  font-size: 14px;
  line-height: 20px; }

.product_form_container {
  text-align: center; }

.product_shipping_container {
  text-align: center;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 15px; }

.free_shipping_side_cart {
  position: relative;
  height: 42px !important; }

#vintageImg {
  position: absolute;
  height: 65px;
  bottom: 0;
  right: 0;
  z-index: 1; }

.product_description {
  margin: 5px 0 10px;
  height: 55px;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: auto;
  line-height: 18px;
  font-size: 15px;
  font-family: "Calibre Bold"; }
  .product_description strong {
    font-family: "Calibre Bold"; }

.product-description-wrapper {
  max-width: 1000px;
  margin: auto;
  display: flex; }
  .product-description-wrapper .product-description-sub-wrapper-1 {
    flex-direction: column;
    justify-content: center; }
  .product-description-wrapper .see-more, .product-description-wrapper .see-less {
    background-color: #f3f3f4;
    margin-top: 5px; }

.see-more, .see-less {
  display: none;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-style: italic;
  margin: 15px 0 5px;
  font-size: 11px; }
  .see-more span, .see-less span {
    text-decoration: underline;
    margin: 2px 5px;
    padding: 5px 20px;
    color: #404040;
    cursor: pointer;
    font-weight: bold; }

.product-info-collapsed {
  padding: 0 10px;
  max-width: 400px;
  margin: 0 auto 15px; }
  .product-info-collapsed .toggle-prod {
    display: none;
    border-bottom: 1px solid #ccc; }
  .product-info-collapsed #deets-btn {
    border-top: none; }

.prod-deets-container {
  line-height: 1.25em;
  font-size: 13px;
  padding: 10px 0; }

.product-info-partial .prod-desc-container, .product-info-partial .prod-deets-container {
  height: 55px;
  overflow: hidden;
  position: relative;
  cursor: auto; }
.product-info-partial .see-more, .product-info-partial .see-less {
  display: block;
  margin: 15px 0; }
  .product-info-partial .see-more span, .product-info-partial .see-less span {
    border-color: #ccc; }

.boxer-details--desktop-container h5 {
  font-size: 20px; }

.boxer-details--desktop-container p {
  font-size: 14px;
  line-height: 1; }

.size_chart_modal_container {
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-style: italic;
  margin: 20px 0; }
  .size_chart_modal_container a:hover {
    text-decoration: none; }

.opposuits_fit, .size_chart_show_modal {
  font-size: 14px;
  text-transform: uppercase;
  border: solid 1px lightcoral;
  margin: 2px 0px;
  padding: 5px 5px;
  color: lightcoral;
  cursor: pointer; }

.size_chart_text {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 15px; }

.form_styles {
  margin-top: 15px; }

.product_button_styles .ajaxified-cart-feedback.success {
  text-align: center;
  margin-bottom: -10px; }
.product_button_styles .ajaxified-cart-feedback.error {
  text-align: center;
  line-height: 1.1em;
  margin-top: 10px; }
@media only screen and (max-width: 400px) {
  .product_button_styles {
    padding: 0; } }

.free-boxer-banner {
  max-width: 400px;
  margin: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 400px) {
    .free-boxer-banner {
      padding: 0; } }

.flasher-banner {
  display: none;
  max-width: 400px;
  margin: auto;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 400px) {
    .flasher-banner {
      padding: 0; } }

.select_footer_styles {
  font-size: 11px;
  margin-bottom: 0px; }

.button_footer_styles {
  height: 50px;
  padding-right: 0px; }
  .button_footer_styles .add-to-cart {
    padding: 5px 0 !important; }

.product_size_container {
  clear: both;
  border: solid 1px #bababa;
  text-align: center;
  padding: 8px;
  margin-bottom: 15px; }

.addon--dollar-sign {
  display: none;
  visibility: hidden; }

.add-to-cart-b-wrapper {
  margin-bottom: 15px; }

#addon-products {
  display: block; }

.addon-wrapper {
  clear: both;
  max-width: 400px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  font-family: "Calibre Light";
  font-weight: bold; }
  .addon-wrapper .addon-title-container h4 {
    font-family: "Montserrat Regular";
    text-align: center; }
  .addon-wrapper .addon-product-fields {
    font-size: 14px;
    text-align: center;
    font-weight: normal; }
    .addon-wrapper .addon-product-fields img {
      width: 100%; }
  .addon-wrapper .addon-success {
    display: none;
    line-height: 1em;
    color: #3D9970;
    font-size: 13px; }
  .addon-wrapper .addon-error {
    display: none;
    line-height: 1em;
    color: #FF4136;
    font-size: 13px; }
  .addon-wrapper .addon-product-price {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 14px; }
  .addon-wrapper .addon-title-contianer h4 {
    font-size: 22px; }

@media only screen and (max-width: 400px) {
  .joined-addon-product-fields {
    padding: 0; } }

.add-to-cart, .same-type-pack-add-to-cart, .mixed-type-multipack-add-to-cart {
  width: 100%; }

.action_button.add-to-cart.add-to-cart_footer {
  font-family: "Calibre Light"; }

.product_social_container {
  width: 140px;
  margin: 0 auto;
  float: right; }

.product_social_icon {
  float: left;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
  .product_social_icon img {
    width: 25px; }

.product_hr_last {
  max-width: 1075px;
  margin-bottom: 0; }

.product_extra_info_container {
  height: 100px;
  background-color: #f3f3f4;
  text-align: center; }

.product_extra_info_modal_container {
  height: 75px;
  text-align: center; }
  .product_extra_info_modal_container a:hover {
    text-decoration: none; }

#productReturnsModal .close, #productDetailsModal .close, #productFreeShippingModal .close {
  width: 30px;
  opacity: .5;
  height: 30px;
  position: absolute;
  right: 0;
  font-size: 30px;
  border-radius: 6px; }

#productReturnsModal .close:hover, #productDetailsModal .close:hover, #productFreeShippingModal .close:hover {
  color: white;
  background-color: #000; }

#productReturnsModal .modal-content,
#productDetailsModal .modal-content,
#productFreeShippingModal .modal-content {
  background: url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/product_free_shipping_modal_bg_image.png?v=7420070448924101050) center repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

#productDetailsModal {
  font-size: 28px; }

.extra_info_modal .modal-header {
  border: none; }
.extra_info_modal .modal-body {
  background-color: #FFFFFF;
  margin: 50px;
  padding: 30px; }
  .extra_info_modal .modal-body h4 {
    font-size: 24px; }

.product_extra_info_icon {
  height: 100%;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.description_dropdown {
  width: 100%;
  height: auto;
  overflow: hidden; }

#size-chart {
  padding-top: 25px;
  padding-bottom: 25px;
  display: none; }
  #size-chart img {
    width: 100%;
    max-width: 700px;
    margin: 10px 0; }
  #size-chart strong {
    font-family: "Calibre Bold"; }
  #size-chart p {
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
    max-width: 700px;
    margin: auto; }
  #size-chart .prod_dropdown {
    max-width: 1000px;
    margin: 0 auto; }
  #size-chart .prod_dropdown_icon {
    width: 40%; }
  #size-chart .prod_dropdown_table {
    width: 59%; }

#returns {
  display: none;
  height: 290px;
  padding: 0px 0px;
  background: url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/product_returns_bg_image.jpg?v=3124273006771386293) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center; }
  #returns #returns_title {
    font-size: 4vw;
    line-height: 1em;
    margin-bottom: 10px; }
  #returns #returns_policy {
    font-size: 2.5vw;
    line-height: 1em;
    margin-bottom: 10px; }
  #returns #returns_international {
    font-size: 2vw;
    line-height: 1em;
    margin: auto;
    max-width: 80vw; }

#details {
  display: none;
  height: 290px;
  padding: 0px 0px;
  background: url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/product_details_bg_image.jpg?v=1464841481483224160) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  align-items: center;
  justify-content: center; }

#deets-btn {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.deets-btn {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

#desc-btn {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.desc-btn {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.product-dirty-deets h1 {
  font-size: 18px;
  font-family: "Calibre Bold";
  font-style: normal;
  line-height: 27px;
  margin-bottom: 5px; }
.product-dirty-deets ul {
  list-style: inherit;
  display: inline-block; }
  .product-dirty-deets ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    min-height: 1px;
    line-height: 1em;
    font-family: "Montserrat Regular"; }
    .product-dirty-deets ul li * {
      font-family: "Montserrat Regular"; }
.product-dirty-deets ul:first-of-type {
  margin-bottom: 10px; }
.product-dirty-deets ul.dirty-meta-deets {
  overflow-x: hidden;
  list-style: none; }
  .product-dirty-deets ul.dirty-meta-deets li {
    margin-bottom: 5px; }

ul.dirty-meta-deets li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "; }
ul.dirty-meta-deets span:first-child {
  background: white; }
ul.dirty-meta-deets span + span {
  float: right;
  padding-left: 0.33em;
  background: white; }

#contact {
  display: none;
  height: 290px;
  padding: 0px 0px;
  background-color: #0f76bb;
  background-size: cover;
  align-items: center;
  justify-content: center;
  color: white; }
  #contact #contact_product_title {
    font-size: 4vw;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: "Calibre Bold";
    text-transform: uppercase; }
  #contact #contact_product_number, #contact #contact_product_email {
    font-size: 2.5vw;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: "Calibre Bold"; }
    #contact #contact_product_number a, #contact #contact_product_email a {
      color: white;
      font-family: "Calibre Bold"; }
      #contact #contact_product_number a:hover, #contact #contact_product_email a:hover {
        text-decoration: none; }
  #contact .contact_text {
    display: inline-block;
    height: 23px;
    margin-top: 2px;
    margin-bottom: 40px; }
  #contact .text_word, #contact .mail_word {
    font-size: 15px;
    margin: auto 4px auto 0;
    font-family: "Calibre Bold"; }
  #contact .text_number {
    margin-right: 10px;
    font-size: 18px; }
  #contact .mail_address {
    font-size: 16px; }
    #contact .mail_address a {
      color: #404040;
      font-family: "Calibre Light"; }

.description_dropdown_body {
  text-align: center; }

.description_dropdown_body table {
  position: relative;
  top: 2px;
  margin-bottom: 5px; }

.size_guide a:hover {
  text-decoration: none; }

.we_here {
  margin-top: 5px;
  height: 48px;
  width: 100%;
  max-width: 300px; }

.related_product_container {
  height: 500px;
  text-align: center;
  padding-top: 50px; }
  .related_product_container .temp_related_product {
    border: 1px solid black;
    margin-top: 20px;
    height: 300px; }

#product_footer {
  height: 120px; }

.product_footer {
  height: 120px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  border: 1px solid #efefef;
  background: #e5e5e5;
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, white, #e5e5e5);
  /* Standard syntax */
  background: -webkit-linear-gradient(left, white, #e5e5e5);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, white, #e5e5e5);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, white, #e5e5e5);
  /* For Firefox 3.6 to 15 */
  -webkit-box-shadow: 0px 0px 20px 5px #dddddd;
  -moz-box-shadow: 0px 0px 20px 5px #dddddd;
  box-shadow: 0px 0px 20px 5px #dddddd; }
  .product_footer .ajaxified-cart-feedback.success {
    position: relative;
    top: 30px;
    width: 200px; }
  .product_footer .ajaxified-cart-feedback.error {
    position: relative;
    line-height: 1em;
    top: 45px;
    width: 500px;
    text-align: right;
    float: right; }

.product_name_footer {
  font-size: 15px;
  font-family: "Calibre Bold";
  padding: 0;
  margin-top: 5px; }

.product_vintage_footer {
  text-transform: uppercase;
  font-size: 14px; }

.modal_price_footer {
  text-align: left;
  font-size: 15px; }

.product-lifestyle-img-container img {
  width: 100%; }

.nav.prod-tabs {
  font-size: 13px;
  border-bottom: 0;
  text-align: center;
  display: table;
  width: 100%; }

.nav.prod-tabs > li {
  vertical-align: middle; }
  .nav.prod-tabs > li a {
    line-height: 1em; }

.nav.prod-tabs > li {
  float: none;
  display: table-cell;
  width: 33%; }

.nav.prod-tabs > li > a {
  color: #404040;
  padding: 10px 0; }

.nav.prod-tabs > li.active {
  border-bottom: 2px solid #404040; }

.nav.prod-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0; }

.slide-container {
  display: block; }
  .slide-container span, .slide-container p, .slide-container li {
    font-size: 16px;
    font-family: 'Calibre Regular'; }
  .slide-container .calibre-semi, .slide-container #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details .item-name, #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details .slide-container .item-name, .slide-container body .searchspring-recommendations .ss-recs-title, body .searchspring-recommendations .slide-container .ss-recs-title, .slide-container .add-to-cart-form select, .add-to-cart-form .slide-container select, .slide-container .shopify-section .btn, .shopify-section .slide-container .btn {
    font-size: 18px;
    font-family: 'Calibre Semi'; }

.slide-desc {
  font-size: 13px;
  line-height: 1.25em; }

.prod-desc-container {
  line-height: 1.25em;
  font-size: 13px;
  padding: 10px 0; }
  .prod-desc-container p {
    margin-bottom: 10px;
    font-family: 'Calibre Regular'; }
  .prod-desc-container ul li {
    line-height: 1.25em !important; }
  .prod-desc-container ul li span {
    line-height: 1.25em !important; }

.toggle-prod {
  position: relative;
  overflow: hidden; }

.htc_container form input[type="submit"].countMeIn, .htc_container .countMeIn {
  -moz-box-shadow: 5px 5px 0px 0px #404040;
  -webkit-box-shadow: 5px 5px 0px 0px #404040;
  box-shadow: 5px 5px 0px 0px #404040;
  background-color: #ffffff;
  border: 2px solid #404040;
  display: inline-block;
  cursor: pointer;
  color: #404040;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  width: 230px;
  margin-top: 10px; }
.htc_container form input[type="submit"].countMeIn:hover, .htc_container .countMeIn:hover {
  -moz-box-shadow: 5px 5px 0px 0px #fff;
  -webkit-box-shadow: 5px 5px 0px 0px #fff;
  box-shadow: 5px 5px 0px 0px #fff;
  background-color: #404040;
  color: #ffffff; }
.htc_container form input[type="submit"].countMeIn:active, .htc_container .countMeIn:active {
  position: relative;
  top: 1px; }
.htc_container h2 {
  font-family: "Calibre Semi";
  font-size: 20px;
  margin-bottom: 10px; }
.htc_container h3 {
  font-family: "Calibre Light";
  font-size: 24px;
  margin-bottom: 10px; }
.htc_container p {
  line-height: 1em;
  font-size: 14px;
  font-family: "Montserrat Regular"; }
.htc_container .htc-intro {
  text-align: center;
  padding: 30px 15px 160px; }
.htc_container .htc-email {
  padding: 30px 25px; }
.htc_container .htc-email .sub-label {
  background-color: white;
  color: #404040;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px; }
.htc_container .htc-email h3 {
  font-size: 18px;
  font-family: "Calibre Bold";
  margin-top: 20px; }
.htc_container .htc-email ul {
  line-height: 1.25em;
  text-align: left;
  list-style: none;
  font-size: 14px; }
.htc_container .htc-email li {
  font-family: "Calibre Semi"; }
.htc_container .htc-email ul li:before {
  content: "\2665";
  padding-right: 10px; }
.htc_container .htc-hiw {
  color: #404040;
  padding: 20px 15px; }
.htc_container .htc-discount {
  padding: 0px 15px 30px; }
.htc_container .htc-shipping {
  padding: 40px 15px; }
.htc_container .htc-shipping button, .htc_container .htc-access button, .htc_container .htc-parties button {
  font-family: "Calibre Semi";
  font-size: 14px;
  line-height: 1.25em; }
.htc_container .htc-cs {
  background-image: url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/HTC-CS-BG.png?v=1125714599813992823);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 20px;
  padding: 50px 15px 70px; }
.htc_container .htc-access {
  padding: 40px 15px; }
.htc_container .htc-products {
  padding: 10px 15px 20px;
  margin-top: 20px;
  margin-bottom: 50px; }
.htc_container .htc-parties {
  padding: 40px 15px 60px;
  margin-top: 20px; }
.htc_container .htc-panel {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px; }
.htc_container .htc-panel-first {
  margin-top: -130px; }
.htc_container .sm-max-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 430px) {
  .htc_container .htc-panel.sm-max-400 {
    margin-left: 25px;
    margin-right: 25px; } }
@media only screen and (min-width: 400px) {
  .htc_container .htc_container h3 {
    font-size: 28px; } }
@media only screen and (min-width: 768px) {
  .htc_container .sm-max-400 {
    margin-left: 15px; }
  .htc_container .htc-intro {
    padding: 120px 15px; }
  .htc_container .htc-email {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 200px;
    right: 3%;
    padding-top: 70px;
    padding-bottom: 70px; } }
@media only screen and (min-width: 850px) {
  .htc_container .sm-max-400 {
    margin-left: 10%; } }
@media only screen and (min-width: 950px) {
  .htc_container .sm-max-400 {
    margin-left: 20%; } }
@media only screen and (min-width: 1100px) {
  .htc_container .sm-max-400 {
    margin-left: auto; } }
@media only screen and (min-width: 1500px) {
  .htc_container .sm-max-400 {
    max-width: 500px; }
  .htc_container p {
    font-size: 125%; }
  .htc_container h2 {
    font-size: 32px; }
  .htc_container h3 {
    font-size: 28px; } }

.product-extra-links-container {
  display: block; }

@media only screen and (min-width: 768px) {
  .product-extra-links-container {
    padding: 0 30px; } }
.mz-figure {
  z-index: 0 !important; }

.product_name-preorder {
  color: #0F76BB; }

.product_name-preorder.red {
  color: #E4002B; }

.nfl_product_container {
  display: inline-block;
  background: #414042;
  background: -moz-linear-gradient(top, #414042 0%, black 60%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #414042), color-stop(60%, black), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #414042 0%, black 60%, black 100%);
  background: -o-linear-gradient(top, #414042 0%, black 60%, black 100%);
  background: -ms-linear-gradient(top, #414042 0%, black 60%, black 100%);
  background: linear-gradient(to bottom, #414042 0%, black 60%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414042', endColorstr='#000000', GradientType=0 ); }
  .nfl_product_container .owl-nav .owl-prev i, .nfl_product_container .owl-nav .owl-next i {
    color: var(--color-primary); }
  .nfl_product_container .product_name {
    color: white;
    font-size: 24px; }
    .nfl_product_container .product_name.tung-semi {
      font-size: 40px; }
  @media only screen and (min-width: 551px) {
    .nfl_product_container .product_name-title, .nfl_product_container .product_name-preorder {
      font-size: 40px; } }
  .nfl_product_container .product_name-preorder {
    color: var(--color-primary); }
  .nfl_product_container .product_name-delivery {
    font-size: 15px; }
  .nfl_product_container .nfl-modal_price {
    font-size: 30px;
    text-align: center; }
    .nfl_product_container .nfl-modal_price .sold-out {
      font-family: "Tungsten SemiBold";
      color: #FFF;
      text-transform: uppercase; }
    .nfl_product_container .nfl-modal_price .was-price {
      font-family: "Tungsten SemiBold";
      font-style: normal;
      font-size: 30px;
      color: var(--color-body-text); }
    .nfl_product_container .nfl-modal_price .current_price {
      font-family: "Tungsten SemiBold";
      font-size: 30px;
      color: var(--color-primary); }
    .nfl_product_container .nfl-modal_price span {
      display: block; }
  .nfl_product_container .nfl-select_smaller {
    padding: 0 25px; }
  .nfl_product_container .nfl-select_smaller select {
    background: var(--color-primary) url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/select-black.png?v=5475652691171813833) no-repeat right center;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 0px;
    font-family: "Tungsten SemiBold";
    font-size: 20px;
    padding: 8px 10px 5px;
    letter-spacing: 1px; }
    .nfl_product_container .nfl-select_smaller select option {
      font-size: 22px; }
    .nfl_product_container .nfl-select_smaller select option[data-instock="false"] {
      color: pink; }
  .nfl_product_container .joined-addon-product-fields {
    padding: 0 25px; }
    @media only screen and (max-width: 400px) {
      .nfl_product_container .joined-addon-product-fields {
        padding: 0; } }
  .nfl_product_container .joined-add-on-select {
    background: var(--color-primary) url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/select-black.png?v=5475652691171813833) no-repeat right center;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 0px;
    font-family: "Tungsten SemiBold";
    font-size: 20px;
    padding: 8px 10px 5px;
    letter-spacing: 1px; }
    .nfl_product_container .joined-add-on-select option {
      font-size: 22px; }
    .nfl_product_container .joined-add-on-select option[data-instock="false"] {
      color: pink; }
  .nfl_product_container #select_smaller_2 {
    height: auto;
    margin-bottom: 0; }
  .nfl_product_container .product_button_styles {
    padding: 0 25px; }
  .nfl_product_container .action_button.add-to-cart {
    color: var(--color-primary);
    background-color: transparent;
    border: 2px solid var(--color-primary);
    text-transform: uppercase;
    font-family: "Tungsten SemiBold";
    font-size: 20px;
    letter-spacing: 1px; }
  .nfl_product_container .add-to-cart-b-wrapper:hover .action_button.add-to-cart {
    background-color: var(--color-primary);
    color: #000; }
  .nfl_product_container #BIS_trigger {
    color: var(--color-primary);
    background-color: transparent;
    border: 2px solid var(--color-primary);
    text-transform: uppercase;
    font-family: "Tungsten SemiBold";
    font-size: 20px;
    letter-spacing: 1px; }
  .nfl_product_container .nfl-description-container .title {
    color: var(--color-primary); }
  .nfl_product_container .nfl-description-container .prod-desc-container {
    color: var(--color-body-text); }
  .nfl_product_container .nfl-description-container .prod-desc-container ul li {
    color: var(--color-body-text); }
  .nfl_product_container .nfl-description-container .prod-desc-container ul {
    margin: 0;
    padding-left: 0px;
    list-style-type: none; }
    .nfl_product_container .nfl-description-container .prod-desc-container ul > li {
      text-indent: 0px; }
      .nfl_product_container .nfl-description-container .prod-desc-container ul > li:before {
        content: "-";
        text-indent: -5px;
        margin-left: -3px; }
  .nfl_product_container .prod-nfl-logo {
    width: 200px; }
  .nfl_product_container #addon-products {
    display: none; }
    .nfl_product_container #addon-products .addon-product-price {
      color: var(--color-body-text); }
    .nfl_product_container #addon-products .add-addon-to-cart {
      background-color: var(--color-primary);
      color: #000; }
  .nfl_product_container .addon-product-fields p.calibre-reg, .nfl_product_container .addon-product-fields .paginate-custom p, .paginate-custom .nfl_product_container .addon-product-fields p {
    color: #FFF; }
  .nfl_product_container .addon-title-contianer {
    color: white; }
  .nfl_product_container .at-style-responsive .at-share-btn {
    background-color: var(--color-primary) !important; }
  .nfl_product_container .intellisuggest-title {
    color: white; }
  .nfl_product_container .intellisuggest-item-name a {
    color: white; }
  .nfl_product_container .intellisuggest-item-price {
    color: white; }

.email-footer.nfl-email {
  background-color: #000; }
  .email-footer.nfl-email .email-footer {
    background-color: #000; }
  .email-footer.nfl-email .email-extra-text {
    color: #FFF; }
  .email-footer.nfl-email .email-extra-text span {
    color: #FFF; }

.email-footer .klaviyo-form button {
  font-family: 'Calibre Bold' !important; }

.email-footer .klaviyo-form input[type="email"] {
  font-family: 'Calibre Regular' !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important; }

.nfl-footer {
  background-color: #000;
  background-image: url(//cdn.shopify.com/s/files/1/0234/5963/t/24/assets/nfl-footer-bg.jpg?v=11652713485479154008);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .nfl-footer .footer-link {
    color: white; }

.nfl-prod-page-logo {
  position: absolute;
  width: 75px;
  top: 20px;
  left: 20px;
  z-index: 2; }
  @media only screen and (min-width: 1000px) {
    .nfl-prod-page-logo {
      width: 150px; } }

.nfl-yard-line-container {
  border-left: 2px solid #666;
  border-right: 2px solid #666; }

.nfl-yard-line-container .col-sm-1 {
  height: 30px;
  padding: 0;
  border-left: 2px solid #666;
  border-right: 2px solid #666; }

.nfl-yard-line-container .col-xs-1 {
  height: 30px;
  padding: 0;
  border-left: 2px solid #666;
  border-right: 2px solid #666; }

#shipping_interval_frequency_83778502671 {
  margin-bottom: 0 !important; }

.boxers-standard-subscription-container-v2 label {
  text-align: left;
  padding: 2px 0px;
  height: 35px;
  width: 100%;
  margin: 8px 0; }
  .boxers-standard-subscription-container-v2 label.selected span {
    font-weight: bold;
    color: black; }
  .boxers-standard-subscription-container-v2 label.selected .boxers-standard-subscription-input {
    position: relative;
    display: inline-block;
    overflow: hidden; }
    .boxers-standard-subscription-container-v2 label.selected .boxers-standard-subscription-input::before, .boxers-standard-subscription-container-v2 label.selected .boxers-standard-subscription-input::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 38px;
      top: 50%;
      left: -6px;
      margin-top: 0px;
      background: #000; }
    .boxers-standard-subscription-container-v2 label.selected .boxers-standard-subscription-input::before {
      transform: rotate(45deg); }
    .boxers-standard-subscription-container-v2 label.selected .boxers-standard-subscription-input::after {
      transform: rotate(-45deg); }
  .boxers-standard-subscription-container-v2 label .boxers-standard-subscription-input {
    width: 29px;
    height: 29px;
    float: left;
    border: 1px solid lightslategrey;
    margin: 0 10px 0 0; }
  .boxers-standard-subscription-container-v2 label input {
    display: none; }
  .boxers-standard-subscription-container-v2 label span {
    font-size: 16px;
    color: #8E8E8E;
    line-height: 30px; }
.boxers-standard-subscription-container-v2 .boxers-standard-subscription-modal-open span {
  font-size: 14px; }
  .boxers-standard-subscription-container-v2 .boxers-standard-subscription-modal-open span a {
    color: #15847D; }

.boxers-standard-subscription-container label {
  text-align: left;
  border-radius: 25px;
  padding: 5px 15px; }
  .boxers-standard-subscription-container label.selected {
    background-color: #F0F3F4; }
    .boxers-standard-subscription-container label.selected .boxers-standard-subscription-input {
      background-color: #19A69C; }
  .boxers-standard-subscription-container label .boxers-standard-subscription-input {
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid lightslategrey;
    border-radius: 25px;
    margin: 0 10px 0 0; }
  .boxers-standard-subscription-container label input {
    display: none; }
  .boxers-standard-subscription-container label span {
    font-size: 13px; }
.boxers-standard-subscription-container .boxers-standard-subscription-modal-open span {
  font-size: 14px; }
  .boxers-standard-subscription-container .boxers-standard-subscription-modal-open span a {
    color: #19A69C; }

.thongs-standard-subscription-container label {
  text-align: left;
  border-radius: 25px;
  padding: 5px 15px; }
  .thongs-standard-subscription-container label.selected {
    background-color: #F0F3F4; }
    .thongs-standard-subscription-container label.selected .thongs-standard-subscription-input {
      background-color: #19A69C; }
  .thongs-standard-subscription-container label .thongs-standard-subscription-input {
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid lightslategrey;
    border-radius: 25px;
    margin: 0 10px 0 0; }
  .thongs-standard-subscription-container label input {
    display: none; }
  .thongs-standard-subscription-container label span {
    font-size: 13px; }
.thongs-standard-subscription-container .thongs-standard-subscription-modal-open span {
  font-size: 14px; }
  .thongs-standard-subscription-container .thongs-standard-subscription-modal-open span a {
    color: #19A69C; }

.cheeky-standard-subscription-container label {
  text-align: left;
  border-radius: 25px;
  padding: 5px 15px; }
  .cheeky-standard-subscription-container label.selected {
    background-color: #F0F3F4; }
    .cheeky-standard-subscription-container label.selected .cheeky-standard-subscription-input {
      background-color: #19A69C; }
  .cheeky-standard-subscription-container label .cheeky-standard-subscription-input {
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid lightslategrey;
    border-radius: 25px;
    margin: 0 10px 0 0; }
  .cheeky-standard-subscription-container label input {
    display: none; }
  .cheeky-standard-subscription-container label span {
    font-size: 13px; }
.cheeky-standard-subscription-container .cheeky-standard-subscription-modal-open span {
  font-size: 14px; }
  .cheeky-standard-subscription-container .cheeky-standard-subscription-modal-open span a {
    color: #19A69C; }

#subInfo h3 {
  margin-bottom: 20px;
  font-size: 40px; }
#subInfo p {
  font-size: 16px; }
#subInfo .modal-dialog {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
#subInfo .modal-body {
  padding: 0;
  color: #FFF; }
#subInfo .diag-row {
  padding: 15px;
  clear: both; }
#subInfo .diag-row.row-1 {
  background-image: -webkit-linear-gradient(97deg, #00a79d 24%, #27aae1 24%);
  background-color: #27AAE1;
  padding-bottom: 1px;
  padding-top: 20px; }
#subInfo .diag-row.row-2 {
  background-color: #00A79D; }
#subInfo .diag-row.row-3 {
  background-image: -webkit-linear-gradient(83deg, #2bb673 73%, #00a79d 73%);
  background-color: #2BB673;
  padding-top: 20px;
  padding-bottom: 50px; }
@media only screen and (max-width: 550px) {
  #subInfo h3 {
    font-size: 28px; }
  #subInfo .diag-row.row-1, #subInfo .diag-row.row-2, #subInfo .diag-row.row-3 {
    background-color: #27AAE1;
    background-image: none; } }

.arrow-down {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.boxer-icon-container {
  margin-top: 100px; }

.thong-icon-container {
  margin-top: 20px; }

.subscription-cust-info-container {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.25em; }
  .subscription-cust-info-container h2 {
    font-size: 36px;
    padding-bottom: 30px; }

.subscription-benefit-info-container {
  display: block;
  padding-top: 50px;
  padding-bottom: 30px; }

.subscription-faq-container {
  display: block;
  padding: 30px;
  color: black;
  background-color: white;
  text-align: left;
  font-size: 14px;
  line-height: 1.25em; }
  .subscription-faq-container .btn-primary {
    display: block; }
  .subscription-faq-container h2 {
    font-size: 30px;
    color: #1B75BC;
    padding-bottom: 20px;
    text-align: center; }
  .subscription-faq-container h4 {
    font-family: "Calibre Bold";
    padding-bottom: 5px; }
  .subscription-faq-container p {
    padding-bottom: 20px; }

.boxer-form-container {
  padding: 30px;
  background-color: #1B75BC; }
  .boxer-form-container h2 {
    font-size: 40px;
    padding-bottom: 30px; }
  .boxer-form-container h3 {
    font-size: 30px;
    padding-bottom: 10px; }
  .boxer-form-container input.action_button[type="submit"].add-to-cart {
    background: #E4002B; }
  .boxer-form-container input.action_button[type="submit"].add-to-cart:hover {
    background: #3d4247; }

.thong-form-container {
  padding: 30px;
  background-color: #1B75BC; }
  .thong-form-container h2 {
    font-size: 40px;
    padding-bottom: 30px; }
  .thong-form-container h3 {
    font-size: 30px;
    padding-bottom: 10px; }
  .thong-form-container input.action_button[type="submit"].add-to-cart {
    background: #E4002B; }
  .thong-form-container input.action_button[type="submit"].add-to-cart:hover {
    background: #3d4247; }

@media only screen and (min-width: 768px) {
  .boxer-icon-container {
    margin-top: 100px; } }
.boxer-sub-info-container {
  display: block; }
  .boxer-sub-info-container #mobile_sticky {
    background-color: #E4002B;
    border-color: #E4002B;
    border-radius: 0px;
    padding: 6px 35px;
    width: 250px;
    z-index: 10; }
  .boxer-sub-info-container h1, .boxer-sub-info-container .subscription-benefit-info-container h1 {
    font-size: 36px; }
  .boxer-sub-info-container h2, .boxer-sub-info-container .subscription-benefit-info-container h2 {
    font-size: 25px;
    padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .boxer-sub-info-container h1.font-xs-30 {
      font-size: 30px; }
    .boxer-sub-info-container h2.font-xs-20 {
      font-size: 20px; } }

.boxer-sub-discount-warning {
  padding: 10px 15px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1em; }

.thong-sub-info-container {
  display: block; }
  .thong-sub-info-container #mobile_sticky {
    background-color: #5955de;
    border-color: #5955de;
    border-radius: 0px;
    padding: 6px 35px;
    width: 250px;
    z-index: 10; }
  .thong-sub-info-container h1, .thong-sub-info-container .subscription-benefit-info-container h1 {
    font-size: 36px; }
  .thong-sub-info-container h2, .thong-sub-info-container .subscription-benefit-info-container h2 {
    font-size: 25px;
    padding-bottom: 30px; }

.thong_subscription_container .thong-top-img {
  width: 100%;
  margin-top: -50px; }
  @media only screen and (max-width: 550px) {
    .thong_subscription_container .thong-top-img {
      margin-top: -30px; } }
.thong_subscription_container .thong-sub-bg-pic {
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat; }
.thong_subscription_container .subscription-benefit-info-container {
  padding-top: 0px; }
.thong_subscription_container .subscription-cust-info-container {
  padding-top: 0px; }

.boxer-thong-sub-info-container {
  display: block; }
  .boxer-thong-sub-info-container .boxer-thong-icon-container {
    margin-top: 35px; }
  .boxer-thong-sub-info-container .subscription-benefit-info-container {
    padding-top: 30px; }
  .boxer-thong-sub-info-container h1, .boxer-thong-sub-info-container .subscription-benefit-info-container h1 {
    font-size: 36px; }
  .boxer-thong-sub-info-container h2, .boxer-thong-sub-info-container .subscription-benefit-info-container h2 {
    font-size: 25px;
    padding-bottom: 30px; }
  @media only screen and (max-width: 550px) {
    .boxer-thong-sub-info-container h1, .boxer-thong-sub-info-container .subscription-benefit-info-container h1 {
      font-size: 28px;
      line-height: 28px; }
    .boxer-thong-sub-info-container h2, .boxer-thong-sub-info-container .subscription-benefit-info-container h2 {
      font-size: 20px;
      padding-bottom: 30px; } }

.boxer_thong_subscription_container_v2 {
  display: block; }
  .boxer_thong_subscription_container_v2 .btn-red {
    color: white;
    background-color: #E4002B;
    border-color: #E4002B;
    border-radius: 0;
    padding: 8px 20px;
    width: 250px;
    font-size: 16px; }
  .boxer_thong_subscription_container_v2 .btn-clear {
    color: #404040;
    background-color: transparent;
    border-color: black;
    border-radius: 0;
    padding: 3px 20px;
    font-size: 16px; }
  .boxer_thong_subscription_container_v2 .btn-small {
    width: auto;
    padding: 4px 20px;
    font-size: 14px; }
  .boxer_thong_subscription_container_v2 .row-1.bg-image {
    background-image: url("//cdn.shopify.com/s/files/1/0234/5963/files/20190310_M_KimonosSwimUnderwearPonchos_SpringShoot_HouseboatPool_MLR_CA5A5010.jpg?204539");
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%; }
  .boxer_thong_subscription_container_v2 .row-1 .col-xxs-12 {
    padding: 140px 50px 200px 0; }
  .boxer_thong_subscription_container_v2 .row-1 p {
    font-size: 20px; }
  .boxer_thong_subscription_container_v2 .row-2 {
    background-color: #ebebeb;
    padding: 50px 70px; }
    .boxer_thong_subscription_container_v2 .row-2 h2 {
      font-size: 24px; }
    .boxer_thong_subscription_container_v2 .row-2 p.calibre-bold, .boxer_thong_subscription_container_v2 .row-2 .product-banner p.boxers-big-txt, .product-banner .boxer_thong_subscription_container_v2 .row-2 p.boxers-big-txt {
      font-size: 18px; }
    .boxer_thong_subscription_container_v2 .row-2 p.calibre-light {
      font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .boxer_thong_subscription_container_v2 .row-2 {
        padding: 50px 30px; }
        .boxer_thong_subscription_container_v2 .row-2 .col-xs-12.text-right, .boxer_thong_subscription_container_v2 .row-2 .col-xs-12.text-left {
          text-align: center; } }
  .boxer_thong_subscription_container_v2 .row-3 {
    padding: 50px 70px; }
    .boxer_thong_subscription_container_v2 .row-3 h2 {
      font-size: 24px; }
    .boxer_thong_subscription_container_v2 .row-3 p.calibre-bold, .boxer_thong_subscription_container_v2 .row-3 .product-banner p.boxers-big-txt, .product-banner .boxer_thong_subscription_container_v2 .row-3 p.boxers-big-txt, .boxer_thong_subscription_container_v2 .row-3 p.calibre-semi, .boxer_thong_subscription_container_v2 .row-3 #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details p.item-name, #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details .boxer_thong_subscription_container_v2 .row-3 p.item-name, .boxer_thong_subscription_container_v2 .row-3 body .searchspring-recommendations p.ss-recs-title, body .searchspring-recommendations .boxer_thong_subscription_container_v2 .row-3 p.ss-recs-title, .boxer_thong_subscription_container_v2 .row-3 .shopify-section p.btn, .shopify-section .boxer_thong_subscription_container_v2 .row-3 p.btn {
      font-size: 16px; }
    .boxer_thong_subscription_container_v2 .row-3 p.calibre-light {
      font-size: 16px;
      margin-bottom: 15px; }
    .boxer_thong_subscription_container_v2 .row-3 img {
      max-width: 250px;
      margin: auto; }
    @media only screen and (max-width: 550px) {
      .boxer_thong_subscription_container_v2 .row-3 {
        padding: 25px; } }
    .boxer_thong_subscription_container_v2 .row-3 .sub-step-number {
      position: absolute;
      height: 90px;
      bottom: 70px;
      left: 0; }
      @media only screen and (max-width: 550px) {
        .boxer_thong_subscription_container_v2 .row-3 .sub-step-number {
          height: 80px;
          top: 0; } }
    .boxer_thong_subscription_container_v2 .row-3 .sub-step-number.step-1 {
      left: 25px;
      bottom: 65px; }
    .boxer_thong_subscription_container_v2 .row-3 .sub-step-number.step-2 {
      bottom: 35px; }
    .boxer_thong_subscription_container_v2 .row-3 .sub-step-number.step-3 {
      bottom: 65px; }
    .boxer_thong_subscription_container_v2 .row-3 .col-sm-4 {
      padding: 0 30px; }
    .boxer_thong_subscription_container_v2 .row-3 .col-sm-8 {
      padding-left: 60px; }
      @media only screen and (max-width: 550px) {
        .boxer_thong_subscription_container_v2 .row-3 .col-sm-8 {
          padding-left: 20px; } }
    .boxer_thong_subscription_container_v2 .row-3 p.calibre-bold, .boxer_thong_subscription_container_v2 .row-3 .product-banner p.boxers-big-txt, .product-banner .boxer_thong_subscription_container_v2 .row-3 p.boxers-big-txt {
      font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .boxer_thong_subscription_container_v2 .row-3 .text-left, .boxer_thong_subscription_container_v2 .row-3 .text-right {
        text-align: center; } }
  .boxer_thong_subscription_container_v2 .row-4 {
    background-color: #ebebeb;
    padding: 30px 15px 80px; }
    .boxer_thong_subscription_container_v2 .row-4 h2 {
      font-size: 24px; }
    .boxer_thong_subscription_container_v2 .row-4 .size_guide_link a {
      color: #124c8e;
      text-decoration: underline; }
    .boxer_thong_subscription_container_v2 .row-4 .sizes {
      padding-bottom: 10px; }
      .boxer_thong_subscription_container_v2 .row-4 .sizes div {
        display: inline-block; }
      .boxer_thong_subscription_container_v2 .row-4 .sizes a {
        background-color: #FFF;
        color: #000;
        padding: 15px 0;
        margin: 5px;
        width: 50px;
        height: 50px;
        display: inherit; }
    .boxer_thong_subscription_container_v2 .row-4 .womens-styles {
      padding-bottom: 10px; }
      .boxer_thong_subscription_container_v2 .row-4 .womens-styles div {
        display: inline-block; }
      .boxer_thong_subscription_container_v2 .row-4 .womens-styles a {
        background-color: #FFF;
        color: #000;
        padding: 15px;
        margin: 5px;
        width: auto;
        height: 50px;
        display: inherit; }
    .boxer_thong_subscription_container_v2 .row-4 .frequencies {
      padding-bottom: 10px; }
      .boxer_thong_subscription_container_v2 .row-4 .frequencies div {
        display: inline-block; }
      .boxer_thong_subscription_container_v2 .row-4 .frequencies a {
        background-color: #FFF;
        color: #000;
        padding: 15px 20px;
        margin: 5px;
        height: 50px;
        display: inherit; }
    .boxer_thong_subscription_container_v2 .row-4 .boxer-size.selected, .boxer_thong_subscription_container_v2 .row-4 .thong-size.selected, .boxer_thong_subscription_container_v2 .row-4 .frequency.selected, .boxer_thong_subscription_container_v2 .row-4 .womens-style.selected {
      color: #FFF;
      background-color: #EE1C25; }
    .boxer_thong_subscription_container_v2 .row-4 .add-to-cart {
      font-size: 18px;
      padding: 4px 20px;
      background-color: #EE1C25;
      border-color: #EE1C25;
      border-radius: 0;
      width: 250px; }
  .boxer_thong_subscription_container_v2 .size_chart_title-red {
    text-align: center;
    text-transform: uppercase;
    color: #ee1c25;
    font-size: 25px;
    font-family: "Calibre Bold"; }
  .boxer_thong_subscription_container_v2 .close {
    padding: 5px 10px; }

@media only screen and (max-width: 550px) {
  .boxer_thong_subscription_container_v2 .row-1 h1 {
    font-size: 27px;
    line-height: 1em; }
  .boxer_thong_subscription_container_v2 .row-2 h2 {
    font-size: 26px;
    line-height: 1em; }
  .boxer_thong_subscription_container_v2 .row-3 h2 {
    font-size: 26px;
    line-height: 1em; }
  .boxer_thong_subscription_container_v2 .row-4 h2 {
    font-size: 26px;
    line-height: 1em; }
  .boxer_thong_subscription_container_v2 .row-4 p {
    font-size: 14px; }
  .boxer_thong_subscription_container_v2 .row-4 p.mont-reg {
    font-size: 13px; }
  .boxer_thong_subscription_container_v2 .row-4 .size a {
    padding: 10px 0;
    width: 40px;
    height: 40px; } }
.product-carousel .slick-dots, #upsell-carousel-10 .slick-dots, #upsell-carousel-30 .slick-dots {
  bottom: 0px;
  padding: 10px 10px 0 10px;
  text-align: center; }
  .product-carousel .slick-dots li, #upsell-carousel-10 .slick-dots li, #upsell-carousel-30 .slick-dots li {
    cursor: pointer;
    cursor: hand;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    zoom: 1; }
    .product-carousel .slick-dots li button, #upsell-carousel-10 .slick-dots li button, #upsell-carousel-30 .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      padding: 5px;
      color: #63746E;
      background: transparent;
      border: 1px solid #63746E;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .product-carousel .slick-dots li.slick-active button, #upsell-carousel-10 .slick-dots li.slick-active button, #upsell-carousel-30 .slick-dots li.slick-active button {
      background: #63746E;
      color: #FFFFFF; }
.product-carousel .slick-arrow, #upsell-carousel-10 .slick-arrow, #upsell-carousel-30 .slick-arrow {
  font-size: 28px;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  z-index: 1; }
  .product-carousel .slick-arrow.slick-prev, #upsell-carousel-10 .slick-arrow.slick-prev, #upsell-carousel-30 .slick-arrow.slick-prev {
    left: 10px; }
  .product-carousel .slick-arrow.slick-next, #upsell-carousel-10 .slick-arrow.slick-next, #upsell-carousel-30 .slick-arrow.slick-next {
    right: 10px; }
  .product-carousel .slick-arrow i, #upsell-carousel-10 .slick-arrow i, #upsell-carousel-30 .slick-arrow i {
    cursor: pointer; }
.product-carousel.slick-initialized .slick-slide, #upsell-carousel-10.slick-initialized .slick-slide, #upsell-carousel-30.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 5px; }
.product-carousel .slick-slide, #upsell-carousel-10 .slick-slide, #upsell-carousel-30 .slick-slide {
  text-align: center; }
  .product-carousel .slick-slide img, #upsell-carousel-10 .slick-slide img, #upsell-carousel-30 .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
@media only screen and (max-width: 480px) and (min-width: 401px) {
  .product-carousel .slick-slide img, #upsell-carousel-10 .slick-slide img, #upsell-carousel-30 .slick-slide img {
    width: auto !important;
    max-height: 450px;
    max-width: 300px; } }
@media only screen and (max-width: 400px) {
  .product-carousel .slick-slide img, #upsell-carousel-10 .slick-slide img, #upsell-carousel-30 .slick-slide img {
    width: auto !important;
    max-height: 400px;
    max-width: 300px; } }
@media only screen and (min-width: 992px) {
  .product-carousel .slick-slide img, #upsell-carousel-10 .slick-slide img, #upsell-carousel-30 .slick-slide img {
    width: auto;
    max-width: 100%; } }

#upsell-carousel-10 .slick-dots li button, #upsell-carousel-30 .slick-dots li button {
  color: #213C53;
  border-color: #213C53; }

#upsell-carousel-10 .slick-dots li.slick-active button, #upsell-carousel-30 .slick-dots li.slick-active button {
  background: #213C53; }

#upsell-carousel-10 .slick-list, #upsell-carousel-30 .slick-list {
  overflow-x: hidden; }

#upsell-carousel-10 .slick-arrow i, #upsell-carousel-30 .slick-arrow i {
  color: #E4002B;
  -webkit-text-stroke: 3px #CDF2E0;
  text-stroke: 3px #CDF2E0; }

#upsell-carousel-10 .slick-arrow.slick-next, #upsell-carousel-30 .slick-arrow.slick-next {
  right: -20px;
  bottom: 65%; }

#upsell-carousel-10 .slick-arrow.slick-prev, #upsell-carousel-30 .slick-arrow.slick-prev {
  left: -20px;
  bottom: 65%; }

#upsell-carousel-10.slick-initialized .slick-slide, #upsell-carousel-30.slick-initialized .slick-slide {
  vertical-align: bottom !important;
  height: 100% !important; }

#upsell-carousel-10.slick-initialized .slick-slide img, #upsell-carousel-30.slick-initialized .slick-slide img {
  width: 100% !important; }

/* Owl Carousel - Animate Plugin */
@media only screen and (max-width: 350px) {
  .product_image_container .owl-item .item img {
    width: auto !important;
    max-height: 350px; } }
@media only screen and (min-width: 351px) and (max-width: 400px) {
  .product_image_container .owl-item .item img {
    width: auto !important;
    max-height: 400px; } }
@media only screen and (min-width: 401px) and (max-width: 480px) {
  .product_image_container .owl-item .item img {
    width: auto !important;
    max-height: 450px; } }
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  -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 {
  display: none;
  touch-action: manipulation;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 0; }

.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.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-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-nav {
  display: block;
  position: absolute;
  bottom: 50%;
  width: 108%;
  left: -4%;
  padding: 0 15px; }

.owl-nav [class*=owl-] {
  font-size: 28px;
  display: inline-block; }

.owl-nav .owl-next {
  float: right; }
  .owl-nav .owl-next span {
    padding: 10px 8px 10px 10px;
    color: white;
    background-color: grey;
    border-radius: 30px; }

.owl-dots {
  bottom: 0px;
  padding: 10px 10px 0 10px;
  text-align: center; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-dots .owl-dot.active span {
  background: #869791; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  width: 100%;
  position: relative;
  display: flex;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.product-banner {
  max-width: 1200px;
  float: none;
  margin: auto; }

.product-banner .videoWrapper {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden; }

.product-banner .videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.boxers-text-container {
  padding: 20px 15px; }

@media only screen and (max-width: 767px) {
  .owl-carousel #sold-out.recycled-banner {
    max-width: 200px;
    width: 175px;
    height: 40px;
    bottom: 20px;
    left: -25%; } }
@media only screen and (min-width: 1px) and (max-width: 480px) {
  .owl-carousel #sold-out {
    width: 75px;
    height: 20px; }

  .owl-carousel #sold-out.weekly-banner {
    width: 115px;
    height: 20px;
    bottom: 20px;
    left: 15%; }

  .owl-carousel #sold-out.black-label-banner {
    width: 75px;
    height: 20px;
    bottom: 20px;
    left: 20%; }

  .owl-carousel #sold-out.recycled-banner {
    max-width: 200px;
    width: 175px;
    height: 40px;
    bottom: 20px;
    left: 10%; } }
.product-first-image-container #sold-out.weekly-banner {
  right: 25px;
  top: 10px;
  bottom: auto;
  width: auto; }

.product-first-image-container #sold-out.black-label-banner {
  right: 25px;
  top: 10px;
  bottom: auto;
  width: auto; }

.product-first-image-container #sold-out.recycled-banner {
  right: 25px;
  top: 10px;
  bottom: auto;
  width: auto; }

.product-first-image-container #sold-out.glow-banner {
  right: 25px;
  top: 10px;
  bottom: auto;
  width: auto; }

@media only screen and (max-width: 767px) {
  .owl-nav {
    width: 100%;
    left: 0%; }

  .product_image_container, #new_prod_desc_width, .product_info_container {
    max-width: none;
    padding: 0px;
    padding-top: 0 !important;
    margin-bottom: 0px; } }
@media only screen and (min-width: 768px) {
  .product-banner .videoWrapper {
    padding-bottom: 25%; }

  .boxers-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute; } }
.ajaxified-cart-feedback {
  display: block;
  line-height: 36px;
  font-size: 90%;
  vertical-align: middle; }

.ajaxified-cart-feedback.success {
  color: #3D9970; }

.ajaxified-cart-feedback.error {
  color: #FF4136; }

.ajaxified-cart-feedback a {
  border-bottom: 1px solid; }

#SizeChartModal.size_chart_modal--fullscreen .numberCircle,
#SizeChartModalWomen.size_chart_modal--fullscreen .numberCircle {
  background: #EE1C25;
  color: white;
  text-align: center;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  line-height: 1.6em;
  text-align: center;
  width: 1.6em;
  margin-right: 5px; }
#SizeChartModal.size_chart_modal--fullscreen .bg-grey,
#SizeChartModalWomen.size_chart_modal--fullscreen .bg-grey {
  background-color: #F8F8F8; }
#SizeChartModal.size_chart_modal--fullscreen .bg-darkgrey,
#SizeChartModalWomen.size_chart_modal--fullscreen .bg-darkgrey {
  background-color: #BCBCBC; }
#SizeChartModal.size_chart_modal--fullscreen .bg-title-tile,
#SizeChartModalWomen.size_chart_modal--fullscreen .bg-title-tile {
  background-color: #E1E1DF; }
#SizeChartModal.size_chart_modal--fullscreen .bg-size-tile,
#SizeChartModalWomen.size_chart_modal--fullscreen .bg-size-tile {
  backgound-color: #F5F5F5; }
#SizeChartModal.size_chart_modal--fullscreen .tab-text,
#SizeChartModalWomen.size_chart_modal--fullscreen .tab-text {
  color: #6e6b6c; }
#SizeChartModal.size_chart_modal--fullscreen .nav-tabs,
#SizeChartModalWomen.size_chart_modal--fullscreen .nav-tabs {
  border: none; }
#SizeChartModal.size_chart_modal--fullscreen .nav-tabs li,
#SizeChartModalWomen.size_chart_modal--fullscreen .nav-tabs li {
  background-color: #c8cecd; }
#SizeChartModal.size_chart_modal--fullscreen .nav-tabs li a,
#SizeChartModalWomen.size_chart_modal--fullscreen .nav-tabs li a {
  color: #6D6E71;
  margin-right: 0px;
  border-radius: 0;
  border: none;
  padding: 20px 15px; }
#SizeChartModal.size_chart_modal--fullscreen .nav-tabs li a:hover,
#SizeChartModalWomen.size_chart_modal--fullscreen .nav-tabs li a:hover {
  background-color: #a9aaac; }
#SizeChartModal.size_chart_modal--fullscreen .nav-tabs li.active,
#SizeChartModalWomen.size_chart_modal--fullscreen .nav-tabs li.active {
  background-color: #BCBCBC; }
#SizeChartModal.size_chart_modal--fullscreen .tab-content,
#SizeChartModalWomen.size_chart_modal--fullscreen .tab-content {
  padding-top: 10px; }
#SizeChartModal.size_chart_modal--fullscreen .nav-tabs li.active a,
#SizeChartModalWomen.size_chart_modal--fullscreen .nav-tabs li.active a {
  border: none;
  background-color: #FFFFFF; }
#SizeChartModal.size_chart_modal--fullscreen .modal-body,
#SizeChartModalWomen.size_chart_modal--fullscreen .modal-body {
  padding: 0px; }
#SizeChartModal.size_chart_modal--fullscreen .modal-dialog,
#SizeChartModalWomen.size_chart_modal--fullscreen .modal-dialog {
  width: 100%;
  margin: 30px auto; }
#SizeChartModal.size_chart_modal--fullscreen .modal-body img,
#SizeChartModalWomen.size_chart_modal--fullscreen .modal-body img {
  max-width: 600px; }
#SizeChartModal.size_chart_modal--fullscreen .modal-body .measuring-guide--image img,
#SizeChartModalWomen.size_chart_modal--fullscreen .modal-body .measuring-guide--image img {
  width: auto;
  max-width: 100%; }
#SizeChartModal.size_chart_modal--fullscreen .description_dropdown_body,
#SizeChartModalWomen.size_chart_modal--fullscreen .description_dropdown_body {
  font-size: 18px;
  line-height: 1; }
@media only screen and (min-width: 768px) {
  #SizeChartModal.size_chart_modal--fullscreen .modal-dialog,
  #SizeChartModalWomen.size_chart_modal--fullscreen .modal-dialog {
    width: 700px; } }
@media only screen and (min-width: 900px) {
  #SizeChartModal.size_chart_modal--fullscreen .modal-dialog,
  #SizeChartModalWomen.size_chart_modal--fullscreen .modal-dialog {
    width: 800px; } }
#SizeChartModal.size_chart_modal--fullscreen .measuring-guide--header,
#SizeChartModalWomen.size_chart_modal--fullscreen .measuring-guide--header {
  margin-bottom: 5px;
  font-size: 18px; }
#SizeChartModal.size_chart_modal--fullscreen .measuring-guide--text p,
#SizeChartModalWomen.size_chart_modal--fullscreen .measuring-guide--text p {
  font-size: 16px;
  line-height: 1; }
@media only screen and (min-width: 551px) {
  #SizeChartModal.size_chart_modal--fullscreen .measuring-guide--text p,
  #SizeChartModalWomen.size_chart_modal--fullscreen .measuring-guide--text p {
    font-size: 18px; } }
#SizeChartModal.size_chart_modal--fullscreen .sizeChartClose,
#SizeChartModalWomen.size_chart_modal--fullscreen .sizeChartClose {
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: red;
  z-index: 99999;
  opacity: 1;
  font-size: 50px;
  width: 50px; }

.soldout-component {
  max-width: 400px;
  margin: auto; }

/* #Customers
================================================== */
#login_form {
  display: block; }

.password-match {
  display: none;
  color: #e4002b; }

#order_details {
  font-size: 14px; }
  #order_details td {
    line-height: 1em;
    padding-bottom: 5px; }
  #order_details tbody .money.center {
    width: 20%; }

.order-details-container.odd {
  border-top: 1px solid #e5e5e5; }

.order-details-container.even {
  border-top: 1px solid #ffffff; }

.order-details p {
  line-height: 1.25em; }

.order-details .shipping-address, .order-details .shipping-method {
  margin-bottom: 15px; }

#customer small {
  font-size: 75%; }
#customer label {
  font-size: 14px;
  color: #000000;
  line-height: 1.5em;
  font-family: 'Calibre Light';
  color: #555; }
  #customer label.large {
    width: 100%;
    margin-bottom: 5px; }
#customer table tbody tr.even {
  background-color: #F3F3F4;
  height: 35px; }
#customer table tbody tr.odd {
  background-color: #FFFFFF;
  height: 35px; }
#customer table .order_number {
  padding-left: 10px; }
#customer input {
  border-radius: 5px; }
#customer input[type="submit"].guest-button, #customer input[type="submit"].guest-button:hover {
  font-size: 22px;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px 0px 0px 0px;
  height: 30px; }
#customer input.action_button[type="submit"] {
  background: #124c8e; }
#customer .register_show {
  background-color: #555;
  border-radius: 5px;
  max-width: 370px; }
#customer .recover_hide {
  background-color: #555;
  border-radius: 5px;
  max-width: 370px; }
#customer .signin_show {
  background-color: #555;
  border-radius: 5px;
  max-width: 370px; }
#customer #order_shipping {
  margin: 15px 0; }
#customer #order_payment p, #customer #order_shipping p {
  font-size: 14px;
  line-height: 1.5em; }
#customer #reset_password_wrapper, #customer #customer_addresses_wrapper {
  max-width: 400px;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    #customer #reset_password_wrapper, #customer #customer_addresses_wrapper {
      max-width: none; } }
@media only screen and (min-width: 992px) {
  #customer #customer_recover_password.col-md-6 form {
    max-width: 350px;
    margin: auto; } }
#customer .forgot_pass_link {
  line-height: 1em; }
#customer #login_form {
  margin-bottom: 50px;
  margin-top: 50px; }
@media only screen and (min-width: 992px) {
  #customer #login_form #customer_login_wrapper.col-md-6 form {
    max-width: 350px;
    margin: 0 auto; } }
@media only screen and (min-width: 992px) {
  #customer #login_form #customer_create_wrapper.col-md-6 {
    display: block; }
    #customer #login_form #customer_create_wrapper.col-md-6 form {
      max-width: 350px;
      margin: 0 auto; } }
#customer #customer_title {
  margin-bottom: 20px; }
#customer #customer_title h1 {
  color: #0F76BB;
  font-family: "Calibre Semi";
  font-size: 32px; }
#customer #address_tables .address_table {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 15px 30px; }
#customer #address_tables .action_button {
  width: 100%;
  padding: 10px 50px;
  font-family: "Calibre Light"; }
#customer #customer_detail {
  color: #000000; }
  #customer #customer_detail p {
    font-size: 14px;
    line-height: 1.5em; }
#customer #first_name, #customer #last_name {
  padding-left: 0px;
  padding-right: 0px; }
#customer #first_name input, #customer #last_name input {
  padding: 9px; }
#customer #add_address {
  display: none;
  border: 1px solid #ccc;
  margin: 5px 0;
  padding: 15px 30px; }
  #customer #add_address .action_button {
    margin-top: 14px; }
#customer #add_address_title {
  color: #0F76BB;
  text-align: center; }
#customer #customer_order_title h1 {
  color: #0F76BB;
  font-family: "Calibre Semi";
  font-size: 22px; }
#customer .customer-hidden-md {
  display: none; }
@media only screen and (min-width: 992px) {
  #customer .customer-hidden-md {
    display: block; } }
#customer .create_customer_title p {
  font-family: "Montserrat Regular";
  font-size: 14px;
  line-height: 1.25em; }
#customer .action_button {
  width: 100%;
  margin-top: 10px;
  padding: 10px 50px;
  font-family: "Calibre Light"; }
#customer .errors ul li {
  color: #EE1C25;
  font-size: 14px;
  line-height: 1.5em; }
#customer .action_bottom p {
  font-size: 16px; }
#customer .action_add .action_button {
  margin-top: 0px;
  padding: 20px 50px;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #ccc;
  font-family: "Calibre Semi"; }
#customer .action_add .action_button:hover, #customer .action_add .action_button:focus,
#customer .action_top a:hover, #customer .action_bottom a:hover, #customer .address_actions .action_edit a:hover,
#customer .address_actions .action_delete a:hover {
  text-decoration: none; }
#customer .view_address {
  color: #000000; }
  #customer .view_address p {
    font-size: 14px;
    line-height: 1.3em; }
#customer .address_title {
  line-height: 1em;
  margin-bottom: 15px; }
#customer .customer_address_table #edit_default, #customer .customer_address_table #new_default {
  font-size: 14px;
  color: #000; }
#customer .customer_address_table #edit_default input, #customer .customer_address_table #new_default input {
  width: initial; }
#customer .customer_address_table input, #customer .customer_address_table select {
  width: 100%;
  margin-bottom: 8px;
  background-color: #F3F3F4; }

.account-navbar .nav {
  width: 100%;
  display: block; }
.account-navbar .nav > li {
  width: calc(100%/2);
  text-align: center;
  float: left; }
.account-navbar .nav > li.li4 {
  width: calc(100%/4); }
.account-navbar .nav > li > a {
  padding: 40px 5px;
  border-bottom: 4px solid transparent;
  font-size: 13px; }
  .account-navbar .nav > li > a div {
    font-size: 20px; }
.account-navbar .nav > li > a.active {
  background-color: white;
  border-bottom: 4px solid #00799c;
  color: #232323; }

#customer_order {
  padding: 0 30px;
  color: #000000; }

@media only screen and (max-width: 768px) {
  #order_shipping {
    margin-top: 10px; } }
@media only screen and (min-width: 550px) {
  .account-navbar .nav > li > a {
    padding: 20px 5px; } }
@media only screen and (min-width: 768px) {
  #customer #first_name {
    padding-right: 5px; }
  #customer #last_name {
    padding-left: 5px; }
  #customer #edit_first_name, #customer #new_first_name {
    padding-right: 5px; }
  #customer #edit_last_name, #customer #new_last_name {
    padding-left: 5px; }
  #customer #order_shipping {
    margin-top: 0px; }
  #customer .sm-right {
    float: right; }
  #customer .sm-text-right {
    text-align: right; }

  .account-navbar .nav > li > a {
    padding: 10px 5px; }

  .account-navbar .nav > li {
    width: calc(100%/5); } }
@media only screen and (max-width: 550px) {
  #customer .customer_orders_table_wrapper {
    padding: 0; }

  #customer_order {
    padding: 0 15px; } }
/* #Cart
================================================== */
/* #MiniCart
================================================== */
.cart--dollar-sign {
  display: none;
  visibility: hidden; }

.site-desktop-header__cart-bubble {
  position: absolute;
  top: 7px;
  z-index: 10;
  right: 10px;
  width: 10px;
  height: 10px;
  background-color: #124c8e;
  border-radius: 50%; }

.site-mobile-header__cart-bubble {
  position: absolute;
  top: 7px;
  z-index: 10;
  right: 25px;
  width: 10px;
  height: 10px;
  background-color: #124c8e;
  border-radius: 50%; }

.quantity_plus, .quantity_minus {
  font-size: 14px;
  text-align: center; }
  .quantity_plus a, .quantity_minus a {
    color: #404040; }

.quantity_count {
  text-align: center; }

.price_total, .checkout_table_header {
  display: none; }

.note_container {
  margin-left: auto;
  margin-right: auto; }

#note {
  background-color: #e7e8e9;
  color: #58585b;
  max-width: 700px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-family: "Montserrat Regular";
  padding: 5px; }

.mini-cart-header {
  color: #fff;
  width: 100%;
  height: 60px;
  display: table;
  border-bottom: 1px solid lightgrey; }

.mini-cart-header h2, .mini-cart-header h3 {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 14px 0;
  color: #fff; }

.mini-cart-close-btn {
  padding: 10px 20px 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  cursor: pointer; }

.divider {
  height: 1px;
  margin-bottom: 2px;
  border-top: solid black 1px; }

.mini-cart-free {
  float: left;
  margin-right: 65px; }

.mini-cart-free-new-size {
  float: right;
  text-align: right;
  font-size: 14px; }

.mini-cart-line-items {
  min-height: 80px;
  padding: 15px 5px 0 10px;
  height: auto;
  height: calc(100% - 370px);
  overflow: auto;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1; }
  .mini-cart-line-items.cm-sale {
    height: calc(100% - 330px); }
  .mini-cart-line-items.hide-upsell {
    height: calc(100% - 230px); }
  .mini-cart-line-items.has-upsell {
    height: calc(100% - 205px); }
  .mini-cart-line-items.no-upsell {
    height: calc(100% - 200px); }
  .mini-cart-line-items.has-subscription {
    height: calc(100% - 320px); }
  .mini-cart-line-items.has-upsell.has-subscription {
    height: calc(100% - 150px); }
  .mini-cart-line-items.no-upsell.has-subscription {
    height: calc(100% - 150px); }
  .mini-cart-line-items.has-upsell-carousel {
    height: calc(100% - 387px); }
  .mini-cart-line-items.has-upsell-carousel.has-subscription {
    height: calc(100% - 337px); }

.mini-cart-line-items.short-footer {
  height: calc(100% - 130px); }

.mini-cart-upsell {
  text-align: center;
  position: absolute;
  bottom: 140px;
  width: 100%; }
  .mini-cart-upsell.no-upsell {
    display: none !important; }
  .mini-cart-upsell .no-black {
    display: none !important; }
  .mini-cart-upsell .no-mascot {
    display: none !important; }
  .mini-cart-upsell.has-subscription {
    bottom: 90px; }
  .mini-cart-upsell .mini-cart-upsell-title {
    color: #333333;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: pre-wrap;
    padding: 0;
    letter-spacing: 1.1px; }
  .mini-cart-upsell .mini-cart-upsell-price {
    padding: 0; }
  .mini-cart-upsell .mini-cart-sale-container .minicart-add-to-cart {
    width: 100%;
    padding: 5px;
    background-color: #E4002B; }

.mini-cart-upsell-item {
  text-align: center;
  position: absolute;
  bottom: 140px;
  width: 100%; }
  .mini-cart-upsell-item.no-upsell {
    display: none !important; }
  .mini-cart-upsell-item .no-black {
    display: none !important; }
  .mini-cart-upsell-item .no-mascot {
    display: none !important; }
  .mini-cart-upsell-item.has-subscription {
    bottom: 90px; }
  .mini-cart-upsell-item .mini-cart-upsell-title {
    color: #333333;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: pre-wrap;
    padding: 0;
    letter-spacing: 1.1px; }
  .mini-cart-upsell-item select {
    font-size: 16px;
    font-family: 'Calibre Semi'; }
  .mini-cart-upsell-item .mini-cart-upsell-price {
    padding: 0; }
  .mini-cart-upsell-item .mini-cart-sale-container .minicart-add-to-cart {
    width: 100%;
    padding: 5px;
    background-color: #E4002B; }

.mini-cart-sale-container {
  border: 1px solid darkgrey;
  background: #F7F7F7;
  padding: 10px 5px;
  border-radius: 5px;
  display: inline-block; }

.mini-cart-item {
  width: 100%;
  position: relative;
  padding: 0 5px 15px 5px;
  display: table; }
  .mini-cart-item .mini-cart-item-sub {
    display: flex;
    align-items: center;
    justify-content: center; }
  .mini-cart-item .mini-cart-remove-btn a {
    color: #E4002B;
    padding: 0 8px; }

.mini-cart-image {
  float: left;
  width: 95px;
  clear: none;
  text-align: inherit;
  padding: 0;
  margin-right: 7px; }

.mini-cart-item-info {
  float: left;
  display: inline;
  text-align: inherit;
  clear: none;
  width: 175px;
  color: #333;
  margin: 0;
  padding: 0; }

.mini-cart-title {
  width: 170px;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  white-space: pre-wrap;
  color: lightslategrey; }

.mini-cart-quantity {
  float: left;
  text-align: center;
  padding: 5px 0 0; }
  .mini-cart-quantity .mini-cart-plus, .mini-cart-quantity .mini-cart-minus, .mini-cart-quantity span {
    font-size: 16px; }

.mini-cart-price {
  float: right;
  padding: 5px 0 0;
  text-align: right;
  color: #666;
  font-size: 16px; }

.mini-cart-remove-btn {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  font-size: x-large; }

.mini-cart-minus {
  color: #404040;
  padding-right: 10px; }

.mini-cart-plus {
  color: #404040;
  padding-left: 10px; }

.mini-cart-sub-first-pair {
  width: 170px;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  color: lightslategrey;
  float: left;
  padding-top: 5px; }

#mini-cart-almost-free-shipping {
  display: none;
  text-align: center;
  margin-top: 20px; }
  #mini-cart-almost-free-shipping h2 {
    font-size: 13px; }

.mini-cart-footer {
  display: inline;
  width: 100%;
  background-color: #e5e5e5;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0px;
  padding-top: 3px; }
  .mini-cart-footer .mini-sub-text {
    float: left;
    padding-left: 15px;
    margin: 2px 0px 3px;
    font-family: 'Calibre Semi';
    letter-spacing: 1.1px; }
  .mini-cart-footer .additional-checkout-button {
    min-width: none !important; }
  .mini-cart-footer .mini-cart-checkout-btn, .mini-cart-footer .additional-checkout-button.additional-checkout-button--apple-pay,
  .mini-cart-footer .additional-checkout-button.additional-checkout-button--amazon, .mini-cart-footer .additional-checkout-button--paypal {
    margin: 0 4px 5px !important;
    float: left;
    width: 140px;
    min-width: unset !important;
    margin-bottom: 5px; }
  .mini-cart-footer .paypal-button, .mini-cart-footer .zoid-outlet {
    min-width: unset !important; }
  .mini-cart-footer .mini-cart-checkout-btn#checkout {
    margin: 0;
    height: 44px;
    padding: 5px 0;
    background-color: #E4002B; }
    .mini-cart-footer .mini-cart-checkout-btn#checkout:hover {
      background-color: #3d4247; }
  .mini-cart-footer .paypal-button-size-responsive {
    border-radius: 5px !important; }
  .mini-cart-footer .additional-checkout-button.additional-checkout-button--amazon {
    padding: 0px 16px !important;
    width: 140px;
    height: 44px; }

.mini-cart-subtotal {
  margin: 2px 0 3px;
  text-align: right;
  padding-right: 15px;
  font-family: 'Calibre Semi';
  letter-spacing: 1.1px; }

#mini-cart-shipping {
  display: none; }

#mini-cart-show-free-shipping {
  display: none; }

.mini-shipping {
  float: left;
  padding-left: 10px; }

.mini-free-shipping {
  font-size: 13px; }

.mini-cart-checkout-wrapper {
  padding-left: 0px;
  padding-right: 0px; }
  .mini-cart-checkout-wrapper a {
    margin: 0; }

.mini-cart-checkout-btn {
  position: relative;
  margin: 0 25%;
  padding: 10px 27px;
  font-family: "Calibre Light";
  font-size: 20px;
  color: #fff;
  border: 0;
  text-align: center;
  border-radius: 5px; }

.mini-cart-checkout-btn:hover {
  text-decoration: none;
  color: #fff; }

.additional_checkout_buttons_cont {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }

#answerdash .answerdash-selection-bubble {
  z-index: 5 !important; }

#mini-cart-next-tier-cost.money-back-cart-upsell .mb-tier {
  font-size: 14px;
  color: #454545; }
  #mini-cart-next-tier-cost.money-back-cart-upsell .mb-tier:before {
    content: ""; }
#mini-cart-next-tier-cost.money-back-cart-upsell .mb-tier.white {
  color: #CDF2E0; }
#mini-cart-next-tier-cost.money-back-cart-upsell .mb-tier.active {
  color: #FABC3C; }
  #mini-cart-next-tier-cost.money-back-cart-upsell .mb-tier.active:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #FABC3C; }

/* #Blog/Articles
================================================== */
/* #Cookies
================================================== */
#SmoochesGiftBonanzaModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none; }

#SoLongSmooches {
  float: right;
  font-size: 30px;
  line-height: 1em;
  padding: 0px 6px; }

#CyberMondayModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none; }

#CyberMondayClose {
  float: right;
  font-size: 30px;
  line-height: 1em;
  padding: 0px 6px; }

#MoneyBackClose {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #FABC3C;
  border: #FABC3C;
  color: white;
  font-size: 30px;
  line-height: 1;
  padding: 2px 10px; }

#Stacking2Close, #CMClose {
  right: 15px;
  top: 15px;
  background: #e4002b;
  border: #e4002b;
  font-size: 30px;
  line-height: 1;
  padding: 2px 10px; }
  @media only screen and (max-width: 650px) {
    #Stacking2Close, #CMClose {
      position: inherit;
      float: right; } }

/* #Apps
================================================== */
#gorgias-web-messenger-container {
  left: 0;
  z-index: 10001; }

#gorgias-chat-container #chat-button {
  z-index: 10001; }

#messenger-button {
  right: 0; }

#messenger-button.messenger-button-shown {
  left: 0; }

.tabarnapp__upsell_in_theme {
  margin-top: 15px;
  margin-bottom: 15px; }

.tabarnapp__section.tabarnapp__group {
  margin-bottom: 10px; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__span_1_of_3 {
    width: 33.3333%;
    max-width: 33.3333%; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__product_title_container {
    max-height: 45px;
    min-height: 45px;
    margin-bottom: 10px;
    margin-bottom: 5px; }
    .tabarnapp__section.tabarnapp__group .tabarnapp__product_title_container a.tabarnapp__product_title {
      font-size: 14px;
      display: block;
      white-space: initial;
      font-weight: 500;
      color: #404040; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__title {
    color: #404040; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__price_container, .tabarnapp__section.tabarnapp__group .tabarnapp__variant_container {
    justify-content: center;
    font-size: 14px;
    padding: 5px;
    min-height: 39px;
    max-height: 39px;
    display: flex;
    flex-direction: column; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__reset_select {
    padding: 5px 30px 5px 5px; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__price_container {
    width: 60%;
    float: right;
    height: 46px !important; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__checkbox_container {
    width: 40%;
    float: left;
    height: 46px;
    justify-content: center;
    flex-direction: column;
    display: flex; }
  .tabarnapp__section.tabarnapp__group .tabarnapp__mimic_checkbox {
    margin: 1px auto; }

/* #Tables
================================================== */
.th_title {
  text-align: center;
  font-size: 18px;
  color: #0f76bb;
  font-family: "Calibre Bold"; }

table.table {
  text-align: left; }
  table.table thead {
    text-align: center; }
  table.table tbody .td_question {
    border: none;
    padding: 0px;
    font-size: 14px;
    width: 105px; }
  table.table tbody .td_answer {
    text-align: right;
    border: none;
    padding: 0px;
    font-size: 14px; }
  table.table tbody .blank_tr {
    height: 32px; }
  table.table tr td {
    font-size: 13px; }

/* #Misc
================================================== */
#FreeGiftModal .free-gift-panel {
  margin-bottom: 20px; }

#FreeGiftModal .free-gift-panel .select {
  margin-bottom: 10px; }

#FreeGiftModal .free-gift-panel button {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0;
  background-color: #213C53;
  border-color: #213C53; }

#FreeGiftModal.gift-header--container h4 {
  font-size: 22px; }

#FreeGiftModal.free-gift-panel h4 {
  font-size: 16px; }

.gift-header--container, .upsell-header--container {
  color: #E4002B;
  padding: 20px 0 0; }
  .gift-header--container h4, .upsell-header--container h4 {
    font-size: 24px;
    padding-bottom: 10px; }
  .gift-header--container p, .upsell-header--container p {
    font-size: 18px;
    color: #213C53; }

@media only screen and (max-width: 767px) {
  .gift-header--container h4, .upsell-header--container h4 {
    font-size: 18px; }

  .gift-header--container p, .upsell-header--container p {
    font-size: 16px; } }
#FreeGiftModal .modal-content {
  background: #CDF2E0; }

#FreeGiftModal .upsell-product-fields input {
  background: #213C53; }

#FreeGiftModal .upsell-product-fields input.action_button:focus {
  background-color: #213C53; }

#FreeGiftModal .skip-cm-upsell {
  float: none;
  min-width: 140px !important;
  margin: 8px auto !important;
  padding: 10px 20px;
  background: #EE1C25;
  font-size: 18px; }

#FreeGiftModal .close-cm-upsell {
  color: #EE1C25;
  font-size: 20px; }

#FreeGiftModal .modal-footer {
  border-top: none; }

.modal-gift-upsell--container .slick-next {
  right: -10px; }

.modal-gift-upsell--container .slick-prev {
  left: -10px; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10003;
  opacity: .5;
  background-color: #000; }

.pre-con-icon, .pre-con-pack-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10003;
  opacity: 1;
  background: url("https://cdn.shopify.com/s/files/1/0234/5963/files/loading.gif?218307") center no-repeat transparent;
  background-size: 100px; }
  .pre-con-icon p, .pre-con-pack-icon p {
    color: white;
    font-weight: bold;
    position: fixed;
    left: 50%;
    top: 55%;
    transform: translate(-50%, 0%); }

@media only screen and (max-width: 550px) {
  #FreeGiftModal .upsell-product-fields input {
    font-size: 14px; }

  #FreeGiftModal .skip-cm-upsell {
    font-size: 14px; }

  #FreeGiftModal .close-cm-upsell {
    font-size: 14px; } }
/* #Footer
================================================== */
.footer {
  display: block; }

.View__FormView-sc-1ou3cq2-0.ijFXvP.ResetElements__Div-sc-8e6zl9-0.needsclick.View__FormView-sc-1ou3cq2-0.ijFXvP.QRoF {
  width: 100%;
  max-width: 350px;
  padding: 0 10px; }

input.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ResetElements__Input-sc-8e6zl9-6.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ckpUNQ {
  text-align: center;
  font-family: "Montserrat Regular"; }

input.TextInput__FormStyledTextInput-sc-1o6de9f-0.dodLKg.ResetElements__Input-sc-8e6zl9-6.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.dodLKg.ckpUNQ {
  text-align: center; }

input.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ResetElements__Input-sc-8e6zl9-6.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ckpUNQ::-webkit-input-placeholder {
  font-family: "Montserrat Regular"; }

input.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ResetElements__Input-sc-8e6zl9-6.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ckpUNQ:-ms-input-placeholder {
  font-family: "Montserrat Regular"; }

input.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ResetElements__Input-sc-8e6zl9-6.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ckpUNQ:-moz-placeholder {
  font-family: "Montserrat Regular"; }

input.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ResetElements__Input-sc-8e6zl9-6.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.hvCupJ.ckpUNQ::-moz-placeholder {
  font-family: "Montserrat Regular"; }

.ValidationMessage__Container-sc-1agouhi-0.kTTjgd.ResetElements__Div-sc-8e6zl9-0.needsclick.ValidationMessage__Container-sc-1agouhi-0.kTTjgd.QRoF {
  display: none;
  text-align: center; }

.ftqUBw.ftqUBw.ftqUBw.ftqUBw.ftqUBw.ftqUBw .ql-editor p {
  color: white !important; }

@media only screen and (min-width: 768px) {
  .ftqUBw.ftqUBw.ftqUBw.ftqUBw.ftqUBw.ftqUBw .ql-editor p {
    color: dimgrey !important; } }
button.Button__FormStyledButton-p2mbjt-0.jllkXk.ResetElements__Button-sc-8e6zl9-1.needsclick.Button__FormStyledButton-p2mbjt-0.jllkXk.gXNJyc {
  font-family: "Calibre Bold"; }

.footer-container {
  background-color: #333;
  padding: 50px 0;
  margin-top: 20px; }

.footer {
  background-color: #333;
  color: dimgrey;
  font-family: "Montserrat Regular"; }

.footer-links-container {
  max-width: 400px;
  display: flex;
  margin: 10px auto 10px;
  float: none; }
  @media only screen and (max-width: 767px) {
    .footer-links-container {
      margin: 25px auto 10px; } }

.footer-links-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.klaviyo-form-KjiUi8 .laZYXq.laZYXq.laZYXq.laZYXq.laZYXq.laZYXq {
  border: 1px solid #FFF;
  border-radius: 0;
  background: #262626;
  color: #FFF;
  text-align: center; }
  .klaviyo-form-KjiUi8 .laZYXq.laZYXq.laZYXq.laZYXq.laZYXq.laZYXq:focus, .klaviyo-form-KjiUi8 .laZYXq.laZYXq.laZYXq.laZYXq.laZYXq.laZYXq:hover {
    border-color: #FFF;
    color: #FFF; }
.klaviyo-form-KjiUi8 .tpNbE.tpNbE.tpNbE.tpNbE.tpNbE.tpNbE {
  border: 1px solid #FFF;
  border-radius: 0;
  background: #262626;
  color: #FFF;
  text-align: center; }
  .klaviyo-form-KjiUi8 .tpNbE.tpNbE.tpNbE.tpNbE.tpNbE.tpNbE:focus, .klaviyo-form-KjiUi8 .tpNbE.tpNbE.tpNbE.tpNbE.tpNbE.tpNbE:hover {
    border-color: #FFF;
    color: #FFF; }
.klaviyo-form-KjiUi8 .goHhFW.goHhFW.goHhFW.goHhFW.goHhFW.goHhFW,
.klaviyo-form-KjiUi8 .ccinqD.ccinqD.ccinqD.ccinqD.ccinqD.ccinqD, .klaviyo-form-KjiUi8 .cPKeKo.cPKeKo.cPKeKo.cPKeKo.cPKeKo.cPKeKo {
  font-family: "Calibre Bold";
  letter-spacing: 1px; }

.footer.column:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 0px;
  width: 80%;
  border-top: 1px solid #595959;
  transform: translate(-50%); }
@media only screen and (min-width: 550px) {
  .footer.column:before {
    width: 70%; } }
@media only screen and (min-width: 768px) {
  .footer.column {
    border-left: 1px solid #595959;
    padding: 30px 0; }
    .footer.column:before {
      border-top: none; } }

.footer-link {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 16px;
  color: #FFF; }

.footer-link:hover {
  color: #ee1c25;
  text-decoration: none; }

.email-footer {
  background-color: #333;
  line-height: 1.7em;
  color: #FFF;
  padding: 20px 0 40px;
  display: block; }

.email-text-container {
  text-align: center; }

.email-text-1, .email-text-2 {
  color: white;
  font-size: 33px;
  font-family: 'Calibre Bold';
  line-height: 30px; }

.email-text-2 {
  margin-bottom: 15px; }

.email-extra-text {
  padding-top: 15px;
  font-size: 14px; }
  .email-extra-text p {
    line-height: 1em; }

#sign-up {
  height: 40px;
  position: relative;
  top: 5px;
  background-color: #ee1c25;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 20px;
  width: 300px;
  font-weight: bold;
  font-family: 'Calibre Bold';
  font-size: 18px !important;
  cursor: pointer; }
  #sign-up:hover {
    background-color: #404040; }

#contact-email {
  height: 40px;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  padding: 0 0;
  background-color: whitesmoke; }

#contact-email::-webkit-input-placeholder {
  color: dimgray;
  font-weight: bold; }

#contact-email:-moz-placeholder {
  color: dimgray;
  font-weight: bold; }

#contact-email::-moz-placeholder {
  color: dimgray;
  font-weight: bold; }

#contact-email:-ms-input-placeholder {
  color: dimgray;
  font-weight: bold; }

.footer {
  background-color: #333; }

.social-container {
  text-align: left; }
  .social-container .social-icon {
    float: none;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 15px; }
    .social-container .social-icon img {
      width: 25px; }
    .social-container .social-icon div {
      width: 25px;
      height: 40px;
      background-size: cover; }
  @media only screen and (max-width: 767px) {
    .social-container {
      margin: auto; }
      .social-container .social-icon {
        margin: 0 10px; } }

.footer-menu {
  text-align: center;
  font-size: 14px; }
  .footer-menu div a:hover {
    color: #f60c0c;
    text-decoration: none; }

.footer-menu-text-container {
  margin: 10px 7px;
  text-align: center;
  float: left; }
  .footer-menu-text-container a {
    color: #404040; }

#email-signup {
  max-width: none; }

.klaviyo_styling label.small {
  font-size: 14px; }
.klaviyo_styling input.snaptr_email {
  margin-bottom: 10px; }
.klaviyo_styling .error_message {
  text-align: center;
  font-size: 14px; }

.klaviyo-styling {
  margin-bottom: 0; }

.klaviyo-styling.klaviyo-standard-embed-rkNAxk,
.klaviyo-condensed-styling.klaviyo-standard-embed-rkNAxk {
  font-family: inherit; }

.klaviyo-styling.klaviyo-standard-embed-rkNAxk input[type=text],
.klaviyo-styling.klaviyo-standard-embed-rkNAxk input[type=email],
.klaviyo-condensed-styling.klaviyo-standard-embed-rkNAxk input[type=text],
.klaviyo-condensed-styling.klaviyo-standard-embed-rkNAxk input[type=email] {
  border-radius: undefined; }

.klaviyo-styling .klaviyo_form_actions.submit-wrapper {
  text-align: center; }

.klaviyo-styling.klaviyo-standard-embed-rkNAxk .klaviyo-submit-button,
.klaviyo-condensed-styling.klaviyo-standard-embed-rkNAxk .klaviyo-submit-button {
  background-color: #ee1c25;
  border-radius: undefined; }

.klaviyo-styling.klaviyo-standard-embed-rkNAxk .klaviyo-submit-button:hover,
.klaviyo-condensed-styling.klaviyo-standard-embed-rkNAxk .klaviyo-submit-button:hover {
  background-color: #404040; }

#success-message {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  color: white;
  display: none; }

#error-message {
  text-align: center;
  font-size: 16px;
  color: #ee1c25;
  font-weight: bold;
  display: none;
  line-height: 1.25em; }
  #error-message a {
    color: white;
    text-decoration: underline; }

.cc-container {
  margin: 25px 0 0; }

/* #Font-Face
================================================== */
@font-face {
  font-family: 'Montserrat Regular';
  src: url("montserrat-regular-webfont.eot");
  src: local("montserrat-regular-webfont"), url("montserrat-regular-webfont.woff") format("woff"), url("montserrat-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat Light';
  src: url("montserrat-light-webfont.eot");
  src: local("montserrat-light-webfont"), url("montserrat-light-webfont.woff") format("woff"), url("montserrat-light-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat Bold';
  src: url("montserrat-bold-webfont.eot");
  src: local("montserrat-bold-webfont"), url("montserrat-bold-webfont.woff") format("woff"), url("montserrat-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("montserrat-semibold-webfont.otf"); }

@font-face {
  font-family: 'Montserrat Black';
  src: url("montserrat-black-webfont.eot");
  src: local("montserrat-black-webfont"), url("montserrat-black-webfont.woff") format("woff"), url("montserrat-black-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'BebasNeue Bold';
  src: url("BebasNeue Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Tungsten SemiBold';
  src: url("Tungsten-Semibold.otf"); }

@font-face {
  font-family: 'Calibre Light';
  src: url("calibre-web-light.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Light Italic';
  src: url("calibre-web-light-italic.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Regular';
  src: url("calibre-web-regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Regular Italic';
  src: url("calibre-web-regular-italic.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Medium';
  src: url("calibre-web-medium.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Medium Italic';
  src: url("calibre-web-medium-italic.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Semi';
  src: url("calibre-web-semibold.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Bold';
  src: url("calibre-web-bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Calibre Black';
  src: url("calibre-web-black.woff2") format("woff2"); }

.mont-reg {
  font-family: 'Calibre Regular'; }

.mont-bold {
  font-family: 'Montserrat Bold'; }

.mont-semi {
  font-family: 'Calibre Semi'; }

.mont-light {
  font-family: 'Montserrat Light'; }

.mont-black {
  font-family: 'Montserrat Black'; }

.regular-font {
  font-family: "Calibre Regular"; }

.bebas-bold {
  font-family: "BebasNeue Bold"; }

.tung-semi {
  font-family: "Tungsten SemiBold"; }

.calibre-light, .klaviyo_styling label {
  font-family: "Calibre Light"; }

.calibre-light-it {
  font-family: "Calibre Light Italic"; }

.calibre-reg, .paginate-custom a, .paginate-custom span, .paginate-custom p, .nav.prod-tabs > li > a {
  font-family: "Calibre Regular"; }

.calibre-reg-it {
  font-family: "Calibre Regular Italic"; }

.calibre-med {
  font-family: "Calibre Medium"; }

.calibre-med-it {
  font-family: "Calibre Medium Italic"; }

.calibre-semi, #desktop-nav-white:not(.hidden) [ss-autocomplete] #ss-ac-results .item-results li a .item-details .item-name, body .searchspring-recommendations .ss-recs-title, .add-to-cart-form select, .shopify-section .btn {
  font-family: "Calibre Semi"; }

.calibre-bold, .product-banner .boxers-big-txt {
  font-family: "Calibre Bold"; }

.calibre-black, .nav.prod-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, #FreeGiftModal .skip-cm-upsell {
  font-family: "Calibre Black"; }

/* #Layouts & Media Queries
================================================== */
@media only screen and (min-width: 1px) {
  .member_card {
    width: 150px;
    height: 150px; }

  .modal-dialog {
    margin-top: 30px; } }
@media only screen and (min-width: 1px) and (max-width: 480px) {
  .panorama_crop {
    height: 83px; }

  .rectangle_crop {
    height: 103px; }

  .film_crop {
    height: 138px; }

  .tall-crop {
    height: 187px; }

  .main_crop {
    height: auto; }

  .text_crop {
    height: 150px; }

  .search-page .search-page-search .search-box {
    font-size: 14px; }

  #sold-out {
    width: 75px;
    bottom: 135px;
    top: auto; }

  .item #sold-out {
    width: 75px;
    bottom: 10px;
    top: auto; }

  #size-chart .oppo-icon, .modal-body .oppo-icon {
    width: 29%; }

  #SizeChartModal .modal-body img.oppo-table,
  #SizeChartModalWomen .modal-body img.oppo-table {
    width: 100%; }

  .mission-mobile-container .mission-title-container {
    top: 20%; }
    .mission-mobile-container .mission-title-container h1 {
      font-size: 20px !important;
      width: 330px !important; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .collection-info-container {
    height: 30%; }

  .collection-image-background {
    height: 30%;
    min-height: 200px;
    text-align: center; }

  .collection-image-boxers {
    height: 30%;
    min-height: 200px; } }
/*Max*/
@media only screen and (max-width: 400px) {
  #productDetailsModal .modal-body, #productReturnsModal .modal-body {
    margin: 20px; }

  .sticky-sortby .dropdown-menu ul li a {
    font-size: 13px; }

  .account-navbar .nav > li.li4 {
    width: calc(100%/2); } }
@media only screen and (max-width: 450px) {
  .col-supersmall-12 {
    width: 100%; }

  .product_extra_info_modal_container {
    height: 64px; }

  .product_extra_info_icon {
    width: 55px;
    height: 60px;
    margin-right: initial; } }
@media only screen and (max-width: 500px) {
  #returns #returns_title {
    font-size: 22px; }

  #returns #returns_policy {
    font-size: 14px; }

  #returns #returns_international {
    font-size: 14px; } }
@media only screen and (max-width: 549px) {
  .p-v-img-row {
    padding-left: 10px;
    padding-right: 10px; }

  .p-v-l-img-row-img-row {
    padding-left: 10px;
    padding-right: 5px; }

  .p-v-r-img-row {
    padding-left: 5px;
    padding-right: 10px; }

  .sm-p-bottom-10 {
    padding-bottom: 10px; } }
@media only screen and (max-width: 600px) {
  #contact #contact_product_title {
    font-size: 25px; }

  #contact #contact_product_number, #contact_product_email {
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .add-to-cart-form {
    margin-top: 5px; }

  .text-xs-center {
    text-align: center; }

  #NFLPantsModal .modal-dialog {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

  #BlazerPantsModal .modal-dialog {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

  .product-model-wrapper {
    display: block; }

  .th_title {
    margin-top: 15px; }

  #size-chart .prod_dropdown_table {
    width: 100%; }

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

  .mobile-stacked-container {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    .mobile-stacked-container .mobile-stacked-image.first {
      margin-bottom: 10px; }

  .cart_item_title, .cart_item_variant, .cart_item_count,
  .cart_item_count_edit, .cart_item_total {
    margin-top: 0; }

  .cart_item_count_edit {
    margin-bottom: 10px; }

  .cart_item_count {
    margin-bottom: 10px; }

  .quantity_plus {
    font-size: 14px;
    float: right; }

  .quantity_count {
    float: right; }

  .quantity_minus {
    font-size: 14px;
    float: left; }

  .see-more, .see-less {
    display: block; }

  .product_extra_info_container {
    height: 70px; }

  .bis-button {
    padding: 0.3em 1em !important;
    font-size: 14px !important; }

  .oppo-size-chart-text {
    font-size: 13px;
    line-height: 1em; }

  #snapengage-button {
    display: none !important; }

  .contact-t-container {
    display: block; }

  .contact-info-container {
    padding-top: 50px;
    padding-bottom: 50px; }

  .returns-footer .videoWrapper {
    padding-bottom: 75% !important; }

  .jobs-page .col-centered {
    margin-right: 0px;
    margin-left: 0px; }

  .friend_second_row {
    display: block;
    background-color: white; }

  .friend_second_row_img {
    width: 100%;
    overflow-y: hidden;
    max-height: 400px; }

  .friend_second_row_txt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
    .friend_second_row_txt h3 {
      color: #404040; }

  .article-content {
    border: none; }

  .email-extra-text {
    color: #ffffff; }

  .xs-float-center {
    float: none; } }
@media only screen and (max-width: 991px) {
  .hidden-sm-down {
    display: none !important; } }
@media only screen and (max-width: 375px) {
  .mobile-navbar-cart-container .desktop-search-form {
    margin-right: 8px; } }
/*End*/
@media only screen and (min-width: 400px) {
  .member_card {
    width: 190px;
    height: 190px;
    margin: 0; }

  h1.member_name {
    font-size: 30px; }

  .member_bio {
    font-size: 16px;
    line-height: 25px; } }
@media only screen and (min-width: 481px) {
  .panorama_crop {
    height: 96px; }

  .rectangle_crop {
    height: 120px; }

  .film_crop {
    height: 160px; }

  .tall-crop {
    height: 213px; }

  .text_crop {
    height: 180px; }

  #contact-email, #sign-up {
    width: 350px; }

  #size-chart .oppo-icon, .modal-body .oppo-icon {
    width: 29%; }

  #size-chart .oppo-table, .modal-body .oppo-table {
    width: 100%; } }
@media only screen and (min-width: 481px) and (max-width: 900px) {
  #sold-out {
    width: 75px;
    bottom: 135px;
    top: auto; }

  #sold-out.boxer-fly-banner, #sold-out.fathers-day-banner {
    top: 10px;
    bottom: auto; }

  .item #sold-out {
    width: 75px;
    bottom: 18px;
    top: auto; } }
@media only screen and (max-width: 550px) {
  .kill_h_padding-xxs {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .addon-product-fields {
    padding: 0 5px; }

  .product_name {
    font-size: 14px; }

  .suits-big-txt, .boxers-big-txt {
    font-size: 18px; }

  .suits-sm-txt, .boxers-sm-txt {
    font-size: 14px; }

  .suits-sm-box-text {
    font-size: 11px; }

  .product-dirty-deets {
    padding: 0; }
    .product-dirty-deets ul li {
      font-size: 14px; }

  .dirty-meta-deets-container {
    padding: 0; }

  .col-xxs-0 {
    display: none; }

  .col-xxs-12 {
    width: 100%; }

  .col-xxs-push-0 {
    left: 0%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-6 {
    width: 50%; }

  .flex-xs {
    display: flex; }

  .xxs-font-small {
    font-size: 90%; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; }

  #productReturnsModal h4 {
    font-size: 17px; }

  #productReturnsModal p {
    font-size: 15px;
    line-height: 1.3em; }

  #SizeChartModal .size_chart_title-red,
  #SizeChartModalWomen .size_chart_title-red {
    font-size: 20px; }

  #SizeChartModal .modal-body img.size-chart-icon,
  #SizeChartModalWomen .modal-body img.size-chart-icon {
    max-width: 170px; } }
@media only screen and (min-width: 550px) {
  .seo-h1 {
    font-size: 14px; }

  .seo-paragraph {
    font-size: 14px; }

  .lg-padding {
    padding-bottom: 10px; } }
@media only screen and (min-width: 551px) {
  .returns-panel-container .panel-heading {
    padding-left: 10px;
    padding-right: 10px; }

  .flex-center-xs-up {
    display: flex;
    align-items: center;
    justify-content: center; } }
@media only screen and (min-width: 600px) {
  #size-chart .oppo-icon, .modal-body .oppo-icon {
    width: 29%; }

  #size-chart .oppo-table, .modal-body .oppo-table {
    width: 70%; }

  #NFLPantsModal .modal-extra-links {
    padding: 0px;
    position: absolute;
    right: 10px;
    bottom: 5px; }

  #BlazerPantsModal .modal-extra-links {
    padding: 0px;
    position: absolute;
    right: 10px;
    bottom: 5px; } }
@media only screen and (min-width: 700px) {
  .seo-h1 {
    font-size: 16px; }

  .seo-paragraph {
    font-size: 14px; } }
@media only screen and (min-width: 992px) {
  .visible-lg-up {
    display: inherit !important; }

  .flex-md {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
@media only screen and (min-width: 768px) {
  .flex-center-sm-up {
    display: flex;
    align-items: center;
    justify-content: center; }

  .flex-start-sm-up {
    display: flex;
    align-items: start;
    justify-content: center; }

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

  .visible-sm-up {
    display: inherit !important; }

  .flex-sm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .nfl_product_container .stick_bottom-sm {
    bottom: 15%; }

  .stick_bottom-sm {
    position: fixed;
    bottom: 0; }

  .absolute_bottom-sm {
    position: absolute;
    bottom: 0; }

  .modal_price {
    text-align: left; }

  .collection-image-boxers {
    width: 50%; }

  #NFLPantsModal .modal-dialog {
    width: 760px; }

  #BlazerPantsModal .modal-dialog {
    width: 760px; }

  .product-model-wrapper {
    display: -webkit-box; }

  .email-footer {
    background-color: #333333;
    margin-bottom: 0px;
    margin-left: 0; }

  .email-text-1 {
    padding-right: 5px;
    text-align: center;
    color: white;
    margin-bottom: 10px; }

  .email-text-2 {
    padding-left: 5px;
    text-align: left;
    color: white; }

  #NFLPantsModal #NFLPantsImg {
    border-right: 1px solid lightgrey; }
  #NFLPantsModal .NFL-form-container {
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 15px; }
  #NFLPantsModal .NFL-price {
    margin-bottom: 25px;
    text-align: left; }
  #NFLPantsModal .modal-body {
    padding: 20px; }
  #NFLPantsModal #NFLPantsSelect {
    max-width: 280px; }
  #NFLPantsModal .modal-questions-link {
    bottom: 20px; }

  #BlazerPantsModal #BlazerPantsImg {
    border-right: 1px solid lightgrey; }
  #BlazerPantsModal .Blazer-form-container {
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 15px; }
  #BlazerPantsModal .Blazer-price {
    margin-bottom: 25px;
    text-align: left; }
  #BlazerPantsModal .modal-body {
    padding: 20px; }
  #BlazerPantsModal #BlazerPantsSelect {
    max-width: 280px; }
  #BlazerPantsModal .modal-questions-link {
    bottom: 20px; }

  .item_free {
    margin-top: 60px; }

  .footer {
    background-color: #333333; }

  .footer-link {
    color: white; }

  .footer-links-column h3 a {
    color: white;
    font-family: "Montserrat SemiBold"; }

  .footer-links-column h3 a:hover {
    color: #ee1c25;
    text-decoration: none; }

  .footer-links-container {
    max-width: 375px; }

  .footer-links-column h3 {
    color: white;
    font-family: "Montserrat SemiBold";
    margin-bottom: 15px;
    font-size: 18px; }

  #success-message {
    color: dimgrey; }

  #error-message a {
    color: #0f76bb; } }
@media only screen and (min-width: 786px) {
  .returns-header-banner {
    height: 180px;
    font-size: 24px; }
    .returns-header-banner h1 {
      font-size: 30px; }

  .return-page-container .full-return-policy-container .panel {
    margin-top: -125px; } }
@media only screen and (min-width: 900px) {
  .seo-h1 {
    font-size: 18px; }

  .seo-paragraph {
    font-size: 16px; } }
@media only screen and (min-width: 992px) {
  #panel4path, #panel5path {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 10px;
    height: 10px; }

  .returns-page-image {
    margin-top: -150px; } }
@media only screen and (min-width: 1000px) {
  .seo-h1 {
    font-size: 20px; }

  .seo-paragraph {
    font-size: 18px; } }
@media only screen and (min-width: 1100px) {
  #returns #returns_title {
    font-size: 40px; }

  #returns #returns_policy {
    font-size: 27px; }

  #returns #returns_international {
    font-size: 22px; }

  #contact #contact_product_title {
    font-size: 40px; }

  #contact #contact_product_policy, #contact_product_email {
    font-size: 27px; }

  .return-page-container .full-return-policy-container .panel {
    margin-top: -20%; } }
/* #Plugins */
/* Rocket Code: Perfect Promo Banner */
.rc-promo-notification {
  background: #9498a1;
  color: #fff;
  height: 56px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: height .5s ease;
  width: 100%;
  z-index: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rc-promo-notification .single-notification {
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50px);
  transition: .5s all ease-out;
  z-index: 0; }

.rc-promo-notification .single-notification[data-link] {
  cursor: pointer; }

.rc-promo-notification .single-notification.show {
  opacity: 1;
  transform: translateX(0);
  z-index: 100; }

.rc-promo-notification p {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

.rc-promo-notification .notification-paginate {
  display: block;
  position: absolute;
  right: 200px;
  top: 10px;
  z-index: 5000; }

.rc-promo-notification .notification-paginate a {
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  height: 20px;
  line-height: 1.25;
  margin: 2px 8px;
  opacity: .5;
  width: 20px; }

.rc-promo-notification .notification-paginate a.rc-paginate-active, .rc-promo-notification .notification-paginate a:hover {
  opacity: 1; }

@media (max-width: 1024px) {
  .rc-promo-notification .single-notification {
    padding-bottom: 0; }

  .rc-promo-notification .notification-paginate {
    bottom: 0;
    height: 28px;
    display: block;
    line-height: 1;
    left: 0;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%; }

  .rc-promo-notification .notification-paginate a {
    background: #fff;
    height: 10px;
    margin: 2px 4px;
    overflow: hidden;
    width: 10px; }

  .rc-promo-notification .notification-paginate a span {
    visibility: hidden; } }
/******************************************************************
-- Product Card Grid -- primarily used on
  index collection section with owl carousel
******************************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .index-product-carousel {
    display: none !important; } }
.index--dollar-sign {
  display: none;
  visibility: hidden; }

.index-product-carousel .owl-nav {
  width: 100%;
  left: 0;
  padding: 0; }
.index-product-carousel .index-carousel-container h2 {
  margin-top: 0; }
  @media only screen and (max-width: 550px) {
    .index-product-carousel .index-carousel-container h2 {
      font-size: 22px; } }
.index-product-carousel .index-carousel.slick-slider {
  max-width: 1800px;
  margin: auto;
  min-height: 370px; }
  .index-product-carousel .index-carousel.slick-slider .slick-list {
    min-height: 370px; }
  .index-product-carousel .index-carousel.slick-slider .slick-track {
    min-height: 370px; }
.index-product-carousel .index-carousel .item a:hover {
  text-decoration: none; }
.index-product-carousel .index-carousel .item a:hover .card__name {
  color: #124C8E; }
.index-product-carousel .card__name, .index-product-carousel .card__price {
  font-size: 14px;
  color: #404040;
  text-align: left;
  max-height: 30px;
  overflow: hidden; }
.index-product-carousel .fa {
  background-color: white;
  border-radius: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px; }
  @media only screen and (max-width: 550px) {
    .index-product-carousel .fa {
      margin: 0 5px; } }
  .index-product-carousel .fa:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px; }
.index-product-carousel .item {
  height: 100%; }
  .index-product-carousel .item .index-product-carousel-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: center; }
    .index-product-carousel .item .index-product-carousel-link .card__image-wrapper {
      padding-top: 5px;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: auto 0; }
    .index-product-carousel .item .index-product-carousel-link .card__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-item-align: end;
      align-self: flex-end; }

/******************************************************************
-- Home Landing Section & Banner Filter Section
******************************************************************/
.shopify-section {
  min-height: 0px; }

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

@media only screen and (max-width: 768px) {
  .visible-xs--flex {
    display: flex !important; } }
.landing-section,
.banner-filter-section {
  position: relative; }
  .landing-section .landing-section-inner,
  .banner-filter-section .landing-section-inner {
    position: relative; }
    .landing-section .landing-section-inner .landing-img-wrapper img,
    .banner-filter-section .landing-section-inner .landing-img-wrapper img {
      width: 100%; }
    .landing-section .landing-section-inner .landing-img-wrapper img.landing-img-small,
    .banner-filter-section .landing-section-inner .landing-img-wrapper img.landing-img-small {
      display: none; }
    @media only screen and (max-width: 768px) {
      .landing-section .landing-section-inner .landing-img-wrapper img.landing-img-large,
      .banner-filter-section .landing-section-inner .landing-img-wrapper img.landing-img-large {
        display: none; }
      .landing-section .landing-section-inner .landing-img-wrapper img.landing-img-small,
      .banner-filter-section .landing-section-inner .landing-img-wrapper img.landing-img-small {
        display: block; } }
    .landing-section .landing-section-inner .banner-content-wrapper,
    .banner-filter-section .landing-section-inner .banner-content-wrapper {
      position: absolute;
      top: 5px;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column; }
    .landing-section .landing-section-inner .landing-content-wrapper,
    .banner-filter-section .landing-section-inner .landing-content-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column; }
      .landing-section .landing-section-inner .landing-content-wrapper .landing-content-inner,
      .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-content-inner {
        width: 100%; }
      .landing-section .landing-section-inner .landing-content-wrapper .landing-title,
      .landing-section .landing-section-inner .landing-content-wrapper .landing-subtitle,
      .landing-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper,
      .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-title,
      .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-subtitle,
      .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper {
        width: 100%;
        text-align: inherit;
        color: inherit; }
      .landing-section .landing-section-inner .landing-content-wrapper .landing-title,
      .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-title {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 1.5em;
        margin: 0; }
        @media only screen and (max-width: 500px) {
          .landing-section .landing-section-inner .landing-content-wrapper .landing-title,
          .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-title {
            font-size: 1em; } }
        @media only screen and (min-width: 1000px) {
          .landing-section .landing-section-inner .landing-content-wrapper .landing-title,
          .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-title {
            font-size: 2.5em; } }
      .landing-section .landing-section-inner .landing-content-wrapper .landing-subtitle,
      .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-subtitle {
        margin: 0;
        font-size: 1em;
        font-weight: 600;
        letter-spacing: 1px; }
        @media only screen and (max-width: 500px) {
          .landing-section .landing-section-inner .landing-content-wrapper .landing-subtitle,
          .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-subtitle {
            font-size: .75em; } }
        @media only screen and (min-width: 1000px) {
          .landing-section .landing-section-inner .landing-content-wrapper .landing-subtitle,
          .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-subtitle {
            font-size: 2em; } }
      .landing-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper,
      .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper {
        margin-top: 10px; }
        .landing-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper button,
        .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper button {
          transition: all 0.2s ease;
          padding: 10px 45px;
          border-radius: 3px;
          text-transform: uppercase;
          font-weight: 800;
          font-size: 18px;
          text-shadow: none; }
          @media only screen and (max-width: 768px) {
            .landing-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper button,
            .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper button {
              font-size: 14px;
              letter-spacing: 3px; } }
          @media only screen and (max-width: 500px) {
            .landing-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper button,
            .banner-filter-section .landing-section-inner .landing-content-wrapper .landing-button-wrapper button {
              font-size: 14px;
              letter-spacing: 2px;
              padding: 10px 30px; } }

.banner-filter-section .banner-button-wrapper {
  border-radius: 1px;
  overflow: hidden;
  font-size: 0;
  position: fixed;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0); }
  .banner-filter-section .banner-button-wrapper button {
    width: 120px;
    transition: all 0.2s ease;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    margin: 0;
    border-radius: 0;
    text-shadow: none;
    outline: none; }
    @media only screen and (max-width: 500px) {
      .banner-filter-section .banner-button-wrapper button {
        font-size: 14px; } }

/* ============================================================ Styles by Volosevich ============================================================= */
.slider {
  display: flex;
  justify-content: start;
  height: 100%;
  margin-top: 10px; }

.gallery-thumbs .swiper-wrapper {
  max-height: 100px !important;
  outline: none !important; }

.gallery-top {
  width: 80%; }

.gallery-thumbs {
  width: 18%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff; }

.gallery-top .swiper-slide {
  width: 100% !important; }

.swiper-container-fade .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-carousel.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 5px; }

.swiper-slide-thumb-active:after {
  content: "";
  background: #E4002B;
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 3px;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100px; }

.swiper-container {
  margin: 0 !important; }

.gallery-thumbs {
  margin-right: 10px !important; }

.gallery-thumbs .swiper-slide {
  overflow: hidden !important; }

.gallery-thumbs .swiper-slide img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.gallery-top .swiper-slide {
  overflow: hidden !important; }

.gallery-top .swiper-slide img {
  max-width: 100% !important; }

.swiper-button-prev {
  width: 100% !important;
  top: 2.5% !important;
  transform: rotate(90deg);
  left: 0 !important; }

.swiper-button-next {
  width: 100% !important;
  top: 97% !important;
  transform: rotate(90deg);
  left: 0 !important; }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important; }

.slider-button-prev {
  position: absolute;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), white);
  height: 50px;
  z-index: 1000;
  top: -0.3%;
  cursor: pointer;
  outline: none !important;
  border: none; }

.slider-button-next {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), white);
  height: 50px;
  z-index: 1000;
  top: 93.8%;
  cursor: pointer;
  outline: none !important;
  border: none; }

.slider-button-prev .right-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  transform: rotate(-90deg);
  position: absolute;
  left: 47%;
  top: 23%; }

.slider-button-next .left-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  transform: rotate(-90deg);
  position: absolute;
  left: 47%;
  top: 40%; }

.slider-button-next.swiper-button-disabled, .slider-button-prev.swiper-button-disabled {
  display: none; }

@media (max-width: 991px) {
  .slider-button-prev {
    height: 34px;
    top: 0%; }

  .slider-button-next {
    height: 34px;
    top: 93.8%; }

  .slider-button-prev .right-icon {
    font-size: 18px;
    left: 44%;
    top: 26%; }

  .slider-button-next .left-icon {
    font-size: 18px;
    left: 44%;
    top: 33%; } }
@media (max-width: 860px) {
  .slider-button-next {
    height: 34px;
    top: 92.6%; } }
@media (max-width: 767px) {
  .slider {
    margin-top: 0;
    padding: 0 10px; }

  .slider-button-next {
    height: 34px;
    top: 95.8%; }

  .gallery-top {
    max-width: 533px; } }
@media (max-width: 620px) {
  .slider-button-next {
    height: 34px;
    top: 95.4%; } }
@media (max-width: 500px) {
  .slider-button-next {
    height: 34px;
    top: 94.1%; } }
@media (max-width: 420px) {
  .slider-button-next {
    height: 34px;
    top: 93.1%; } }
@media (max-width: 376px) {
  .slider-button-next {
    height: 34px;
    top: 92%; } }
@media (max-width: 330px) {
  .slider-button-next {
    height: 34px;
    top: 91%; } }
.no-transform {
  transform: translate3d(0px, 0px, 0px) !important; }

.slick-slide {
  outline: none !important; }

.no-dots .slick-dots {
  display: none !important; }

.product-carousel-thumbs {
  max-width: 538px;
  margin: 0 auto; }

.product-carousel-bottom .slick-list, .product-carousel-vertical .slick-list {
  height: auto !important; }

.product-carousel-bottom .item.slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 5px; }

.product-carousel-thumbs-bottom {
  margin-top: 5px; }

.product-carousel-thumbs .item:focus, .product-carousel .item:focus {
  outline: none; }

.product-carousel-thumbs .item {
  height: 100px;
  margin: 0 3px;
  overflow: hidden;
  position: relative; }

.product-carousel-bottom .item img {
  max-width: 100%; }

.product-carousel-thumbs .item img {
  max-width: 100%;
  padding: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.product-carousel-thumbs .slick-current {
  border-bottom: 3px solid #E4002B; }

.product-carousel-thumbs .slick-arrow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0%;
  z-index: 100;
  cursor: pointer;
  color: #333333;
  font-size: 20px;
  width: 40px;
  height: 100%; }

.product-carousel-vertical .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 100;
  cursor: pointer;
  color: #E4002B;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 400px;
  border: 1px solid #333333;
  width: 28px;
  height: 28px; }

.product-carousel-thumbs-bottom .slick-prev {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), white); }

.product-carousel-thumbs-bottom .slick-next {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), white); }

.product-carousel-thumbs-bottom .slick-prev, .product-carousel-vertical .slick-prev {
  left: -0.3%;
  text-align: left; }

.product-carousel-thumbs-bottom .slick-next, .product-carousel-vertical .slick-next {
  right: 0;
  text-align: right; }

@media (max-width: 900px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 90px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 800px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 80px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 770px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 80px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 767px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 101px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 537px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 95px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 500px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 90px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 480px) {
  .product-carousel-thumbs-bottom {
    max-width: 100%; }

  .product-carousel-thumbs-bottom .item {
    max-height: 97px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 425px) {
  .product-carousel-bottom {
    max-width: 90%;
    margin: 0 auto; }

  .product-carousel-thumbs-bottom {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto; }

  .product-carousel-thumbs-bottom .item {
    max-height: 87px; } }
@media (max-width: 400px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 84px; }

  .product-carousel-thumbs-bottom .item img {
    max-width: 100%; } }
@media (max-width: 360px) {
  .product-carousel-thumbs-bottom .item {
    max-height: 77px; } }
.wrapper-for-slider {
  display: flex;
  justify-content: start;
  align-items: flex-start; }

.product-carousel-thumbs-left {
  width: 130px;
  margin: 0;
  margin-top: 4px; }

.product-carousel-thumbs .slick-current {
  border-bottom: 3px solid #E4002B !important; }

.product-carousel-thumbs-left .item {
  max-height: 130px; }

.product-carousel-thumbs-left .item img {
  max-width: 130px; }

.product-carousel-thumbs-left .item {
  margin-bottom: 3px; }

.product-carousel-thumbs-left .slick-arrow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  color: #333333;
  font-size: 20px;
  width: 40px;
  height: 129px;
  left: 35%; }

.product-carousel-thumbs-left .slick-prev {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), white);
  top: -6%;
  text-align: left;
  padding-left: 4px; }

.product-carousel-thumbs-left .slick-next {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), white);
  top: 89.5%;
  text-align: right;
  padding-right: 4px; }

.product-carousel-thumbs-left .slick-prev, .product-carousel-thumbs-left .slick-next {
  transform: rotate(90deg); }

.product-carousel-vertical .slick-slide img {
  max-width: 100%; }

.product-carousel-vertical {
  width: 80%; }

@media (max-width: 1220px) {
  .wrapper-for-slider {
    align-items: center; }

  .product-carousel-thumbs-left .slick-prev {
    top: -7%; }

  .product-carousel-thumbs-left .slick-next {
    top: 87.5%; } }
@media (max-width: 1023px) {
  .product-carousel-thumbs-left {
    width: 110px; }

  .product-carousel-thumbs-left .item {
    max-height: 110px; }

  .product-carousel-thumbs-left .item img {
    max-width: 110px; }

  .product-carousel-thumbs-left .slick-arrow {
    height: 110px;
    left: 32%; }

  .product-carousel-thumbs-left .slick-prev {
    top: -6.3%; }

  .product-carousel-thumbs-left .slick-next {
    top: 87%; } }
@media (max-width: 991px) {
  .product-carousel-thumbs-left .slick-arrow {
    left: 32%; }

  .product-carousel-thumbs-left .slick-prev {
    top: -8.4%; }

  .product-carousel-thumbs-left .slick-next {
    top: 84.1%; } }
@media (max-width: 830px) {
  .product-carousel-thumbs-left {
    width: 70px; }

  .product-carousel-thumbs-left .item {
    max-height: 70px; }

  .product-carousel-thumbs-left .item img {
    max-width: 70px; }

  .product-carousel-thumbs-left .slick-arrow {
    height: 70px;
    left: 23%; }

  .product-carousel-thumbs-left .slick-prev {
    top: -4.5%; }

  .product-carousel-thumbs-left .slick-next {
    top: 88.1%; } }
@media (max-width: 800px) {
  .product-carousel-thumbs-left {
    width: 66px; }

  .product-carousel-thumbs-left .item {
    max-height: 66px; }

  .product-carousel-thumbs-left .item img {
    max-width: 66px; }

  .product-carousel-thumbs-left .slick-arrow {
    height: 65px;
    left: 20%; }

  .product-carousel-thumbs-left .slick-prev {
    top: -5%; }

  .product-carousel-thumbs-left .slick-next {
    top: 88.1%; } }
@media (max-width: 767px) {
  .wrapper-for-slider {
    padding: 0 25px; }

  .product-carousel-vertical {
    width: 83%; }

  .product-carousel-thumbs-left {
    width: 120px; }

  .product-carousel-thumbs-left .item {
    max-height: 120px; }

  .product-carousel-thumbs-left .item img {
    max-width: 120px; }

  .product-carousel-thumbs-left .slick-arrow {
    height: 120px;
    left: 33%; }

  .product-carousel-thumbs-left .slick-prev {
    top: -6.4%; }

  .product-carousel-thumbs-left .slick-next {
    top: 89.7%; } }
@media (max-width: 658px) {
  .product-carousel-vertical {
    width: 82%; }

  .product-carousel-thumbs-left {
    width: 100px; }

  .product-carousel-thumbs-left .item {
    max-height: 100px; }

  .product-carousel-thumbs-left .item img {
    max-width: 100px; }

  .product-carousel-thumbs-left .slick-arrow {
    height: 100px;
    left: 30%; }

  .product-carousel-thumbs-left .slick-prev {
    top: -5.4%; }

  .product-carousel-thumbs-left .slick-next {
    top: 88.7%; } }
@media (max-width: 557px) {
  .wrapper-for-slider {
    padding: 0 25px; }

  .product-carousel-vertical {
    width: 82%; }

  .product-carousel-thumbs-left {
    width: 85px; }

  .product-carousel-thumbs-left .item {
    max-height: 85px; }

  .product-carousel-thumbs-left .item img {
    max-width: 85px; }

  .product-carousel-thumbs-left .slick-arrow {
    height: 83px;
    left: 27%; } }
@media (max-width: 485px) {
  .product-carousel-vertical {
    width: 77%; }

  .product-carousel-thumbs-left .slick-next {
    top: 86.2%; } }
@media (max-width: 426px) {
  .product-carousel-thumbs-left .slick-prev {
    top: -7.8%; }

  .product-carousel-thumbs-left .slick-next {
    top: 83.3%; } }
@media (max-width: 400px) {
  .product-carousel-vertical {
    width: 76%; } }
@media (max-width: 375px) {
  .wrapper-for-slider {
    padding: 0 15px; }

  .product-carousel-vertical {
    width: 73.5%; }

  .product-carousel-thumbs-left .slick-prev {
    top: -7.6%; }

  .product-carousel-thumbs-left .slick-next {
    top: 83.3%; } }
@media (max-width: 356px) {
  .product-carousel-thumbs-left {
    width: 80px; }

  .product-carousel-thumbs-left .item {
    max-height: 80px; }

  .product-carousel-thumbs-left .slick-prev {
    top: -6.3%; }

  .product-carousel-thumbs-left .slick-arrow {
    height: 72px;
    left: 25%; } }
@media (max-width: 336px) {
  .product-carousel-vertical {
    width: 72%; }

  .product-carousel-thumbs-left .slick-next {
    top: 85%; } }
.thumbnail a > img {
  opacity: 1 !important; }
