@charset "utf-8";
/* Slick Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../slick-1.6.0/slick/fonts/slick.eot");
  src: url("../slick-1.6.0/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick-1.6.0/slick/fonts/slick.woff") format("woff"), url("../slick-1.6.0/slick/fonts/slick.ttf") format("truetype"), url("../slick-1.6.0/slick/fonts/slick.svg#slick") format("svg");
}
/* slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}
.slick-track:before, .slick-track:after {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
/* slick-theme.css */
.slick-loading .slick-list {
  background: #fff url('../slick-1.6.0/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #565c5d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
body, html {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 10px
}
body {
  margin: 0;
  min-width: 320px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
a {
  background-color: transparent;
  color: #339aa8;
  text-decoration: none
}
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;
  vertical-align: middle
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}
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[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  margin: 0;
  border: 0;
  min-width: 0
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: 700
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, legend, td, th {
  padding: 0
}
*, :after, :before, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
a:focus, a:hover {
  color: #339aa8;
  text-decoration: underline
}
a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.img-rounded {
  border-radius: 6px
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-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%
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
[role=button] {
  cursor: pointer
}
.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-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left
}
.col-xs-12 {
  width: 100%
}
.col-xs-11 {
  width: 91.66666667%
}
.col-xs-10 {
  width: 83.33333333%
}
.col-xs-9 {
  width: 75%
}
.col-xs-8 {
  width: 66.66666667%
}
.col-xs-7 {
  width: 58.33333333%
}
.col-xs-6 {
  width: 50%
}
.col-xs-5 {
  width: 41.66666667%
}
.col-xs-4 {
  width: 33.33333333%
}
.col-xs-3 {
  width: 25%
}
.col-xs-2 {
  width: 16.66666667%
}
.col-xs-1 {
  width: 8.33333333%
}
.col-xs-pull-12 {
  right: 100%
}
.col-xs-pull-11 {
  right: 91.66666667%
}
.col-xs-pull-10 {
  right: 83.33333333%
}
.col-xs-pull-9 {
  right: 75%
}
.col-xs-pull-8 {
  right: 66.66666667%
}
.col-xs-pull-7 {
  right: 58.33333333%
}
.col-xs-pull-6 {
  right: 50%
}
.col-xs-pull-5 {
  right: 41.66666667%
}
.col-xs-pull-4 {
  right: 33.33333333%
}
.col-xs-pull-3 {
  right: 25%
}
.col-xs-pull-2 {
  right: 16.66666667%
}
.col-xs-pull-1 {
  right: 8.33333333%
}
.col-xs-pull-0 {
  right: auto
}
.col-xs-push-12 {
  left: 100%
}
.col-xs-push-11 {
  left: 91.66666667%
}
.col-xs-push-10 {
  left: 83.33333333%
}
.col-xs-push-9 {
  left: 75%
}
.col-xs-push-8 {
  left: 66.66666667%
}
.col-xs-push-7 {
  left: 58.33333333%
}
.col-xs-push-6 {
  left: 50%
}
.col-xs-push-5 {
  left: 41.66666667%
}
.col-xs-push-4 {
  left: 33.33333333%
}
.col-xs-push-3 {
  left: 25%
}
.col-xs-push-2 {
  left: 16.66666667%
}
.col-xs-push-1 {
  left: 8.33333333%
}
.col-xs-push-0 {
  left: auto
}
.col-xs-offset-12 {
  margin-left: 100%
}
.col-xs-offset-11 {
  margin-left: 91.66666667%
}
.col-xs-offset-10 {
  margin-left: 83.33333333%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-8 {
  margin-left: 66.66666667%
}
.col-xs-offset-7 {
  margin-left: 58.33333333%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-5 {
  margin-left: 41.66666667%
}
.col-xs-offset-4 {
  margin-left: 33.33333333%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-2 {
  margin-left: 16.66666667%
}
.col-xs-offset-1 {
  margin-left: 8.33333333%
}
.col-xs-offset-0 {
  margin-left: 0
}
@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-11 {
    width: 91.66666667%
  }
  .col-sm-10 {
    width: 83.33333333%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-8 {
    width: 66.66666667%
  }
  .col-sm-7 {
    width: 58.33333333%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-5 {
    width: 41.66666667%
  }
  .col-sm-4 {
    width: 33.33333333%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-2 {
    width: 16.66666667%
  }
  .col-sm-1 {
    width: 8.33333333%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-pull-11 {
    right: 91.66666667%
  }
  .col-sm-pull-10 {
    right: 83.33333333%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-8 {
    right: 66.66666667%
  }
  .col-sm-pull-7 {
    right: 58.33333333%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-5 {
    right: 41.66666667%
  }
  .col-sm-pull-4 {
    right: 33.33333333%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-2 {
    right: 16.66666667%
  }
  .col-sm-pull-1 {
    right: 8.33333333%
  }
  .col-sm-pull-0 {
    right: auto
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-push-11 {
    left: 91.66666667%
  }
  .col-sm-push-10 {
    left: 83.33333333%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-8 {
    left: 66.66666667%
  }
  .col-sm-push-7 {
    left: 58.33333333%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-5 {
    left: 41.66666667%
  }
  .col-sm-push-4 {
    left: 33.33333333%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-2 {
    left: 16.66666667%
  }
  .col-sm-push-1 {
    left: 8.33333333%
  }
  .col-sm-push-0 {
    left: auto
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
}
@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.66666667%
  }
  .col-md-10 {
    width: 83.33333333%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.66666667%
  }
  .col-md-7 {
    width: 58.33333333%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.66666667%
  }
  .col-md-4 {
    width: 33.33333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.66666667%
  }
  .col-md-1 {
    width: 8.33333333%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-pull-11 {
    right: 91.66666667%
  }
  .col-md-pull-10 {
    right: 83.33333333%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-8 {
    right: 66.66666667%
  }
  .col-md-pull-7 {
    right: 58.33333333%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-5 {
    right: 41.66666667%
  }
  .col-md-pull-4 {
    right: 33.33333333%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-2 {
    right: 16.66666667%
  }
  .col-md-pull-1 {
    right: 8.33333333%
  }
  .col-md-pull-0 {
    right: auto
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-push-11 {
    left: 91.66666667%
  }
  .col-md-push-10 {
    left: 83.33333333%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-8 {
    left: 66.66666667%
  }
  .col-md-push-7 {
    left: 58.33333333%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-5 {
    left: 41.66666667%
  }
  .col-md-push-4 {
    left: 33.33333333%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-2 {
    left: 16.66666667%
  }
  .col-md-push-1 {
    left: 8.33333333%
  }
  .col-md-push-0 {
    left: auto
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
}
@media (min-width:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-11 {
    width: 91.66666667%
  }
  .col-lg-10 {
    width: 83.33333333%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-8 {
    width: 66.66666667%
  }
  .col-lg-7 {
    width: 58.33333333%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-5 {
    width: 41.66666667%
  }
  .col-lg-4 {
    width: 33.33333333%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-2 {
    width: 16.66666667%
  }
  .col-lg-1 {
    width: 8.33333333%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-pull-11 {
    right: 91.66666667%
  }
  .col-lg-pull-10 {
    right: 83.33333333%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-8 {
    right: 66.66666667%
  }
  .col-lg-pull-7 {
    right: 58.33333333%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-5 {
    right: 41.66666667%
  }
  .col-lg-pull-4 {
    right: 33.33333333%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-2 {
    right: 16.66666667%
  }
  .col-lg-pull-1 {
    right: 8.33333333%
  }
  .col-lg-pull-0 {
    right: auto
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-push-11 {
    left: 91.66666667%
  }
  .col-lg-push-10 {
    left: 83.33333333%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-8 {
    left: 66.66666667%
  }
  .col-lg-push-7 {
    left: 58.33333333%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-5 {
    left: 41.66666667%
  }
  .col-lg-push-4 {
    left: 33.33333333%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-2 {
    left: 16.66666667%
  }
  .col-lg-push-1 {
    left: 8.33333333%
  }
  .col-lg-push-0 {
    left: auto
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}
input[type=file] {
  display: block
}
input[type=range] {
  display: block;
  width: 100%
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control, select[multiple], select[multiple].input-sm, select[size], textarea.form-control, textarea.input-sm {
  height: auto
}
.form-control, output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}
output {
  padding-top: 7px
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-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, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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::-ms-expand {
  border: 0;
  background-color: transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed
}
input[type=search] {
  -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px
  }
  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px
  }
  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px
  }
}
.form-group {
  margin-bottom: 15px
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}
.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}
.checkbox label, .radio label {
  min-height: 20px
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9
}
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px
}
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}
.form-group-sm .form-control, .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.form-group-sm select.form-control, select.input-sm {
  height: 30px;
  line-height: 30px
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}
.form-group-lg .form-control, .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control, select[multiple].input-lg, textarea.input-lg {
  height: auto
}
.form-group-lg select.form-control, select.input-lg {
  height: 46px;
  line-height: 46px
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}
.has-feedback {
  position: relative
}
.has-feedback .form-control {
  padding-right: 42.5px
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}
.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}
.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(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 .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(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 .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}
.has-error .form-control-feedback {
  color: #a94442
}
.has-feedback label ~ .form-control-feedback {
  top: 25px
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}
@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-static {
    display: inline-block
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto
  }
  .form-inline .input-group > .form-control {
    width: 100%
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}
.fade.in {
  opacity: 1
}
.collapse {
  display: none
}
.collapse.in {
  display: block
}
tr.collapse.in {
  display: table-row
}
tbody.collapse.in {
  display: table-row-group
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.dropdown, .dropup {
  position: relative
}
.dropdown-toggle:focus {
  outline: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-background-clip: padding-box;
  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:focus, .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777
}
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}
.open > .dropdown-menu {
  display: block
}
.open > a {
  outline: 0
}
.dropdown-menu-right {
  left: auto;
  right: 0
}
.dropdown-menu-left {
  left: 0;
  right: auto
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}
.nav > li, .nav > li > a {
  position: relative;
  display: block
}
.nav > li > a {
  padding: 10px 15px
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee
}
.nav > li.disabled > a {
  color: #777
}
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7
}
.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:focus, .nav-tabs > li.active > a:hover {
  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-justified > .dropdown .dropdown-menu, .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:focus, .nav-tabs.nav-justified > .active > a:hover {
  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:focus, .nav-tabs.nav-justified > .active > a:hover {
    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:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7
}
.nav-justified > li, .nav-stacked > li {
  float: none
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}
.nav-justified {
  width: 100%
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px
}
@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:focus, .nav-tabs-justified > .active > a:hover {
  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:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff
  }
}
.tab-content > .tab-pane {
  display: none
}
.navbar-brand > img, .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
  }
  .navbar-header {
    float: left
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
  overflow-y: auto
}
@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px
}
@media (min-width:768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    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-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}
@media (min-width:768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    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:focus, .navbar-brand:hover {
  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;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    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-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 8px -15px
}
@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 .form-control-static {
    display: inline-block
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto
  }
  .navbar-form .input-group > .form-control {
    width: 100%
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}
@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}
@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-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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-left {
    float: left !important
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
  color: #777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent
}
.navbar-default .navbar-toggle {
  border-color: #ddd
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  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:focus, .navbar-default .navbar-nav > .open > a:hover {
  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:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
  }
}
.navbar-default .btn-link, .navbar-default .navbar-link {
  color: #777
}
.navbar-default .navbar-link:hover {
  color: #333
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
  color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent
}
.navbar-inverse .navbar-toggle {
  border-color: #333
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  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: #9d9d9d
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent
  }
}
.navbar-inverse .btn-link, .navbar-inverse .navbar-link {
  color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
  color: #fff
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
  content: " ";
  display: table
}
.clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
  clear: both
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.pull-right {
  float: right !important
}
.pull-left {
  float: left !important
}
.hide {
  display: none !important
}
.show {
  display: block !important
}
.invisible {
  visibility: hidden
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.hidden {
  display: none !important
}
.affix {
  position: fixed
}
img {
  width: auto;
  height: auto;
}
body, html {
  font-size: 15px;
  line-height: normal
}
.header-top .value-prop-bar, nav ul, nav ul li {
  list-style: none;
  margin: 0;
  padding: 0
}
.header-top {
  background: #eee
}
.header-top .value-prop-bar {
  float: left;
  width: 100%;
  text-align: center
}
@media (min-width:768px) {
  .header-top .value-prop-bar {
    height: 45px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    letter-spacing: .1em;
  }
  .header-top .value-prop-bar {
    float: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
  font-weight: 600;
  color: #565c5d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: .16em;
  white-space: nowrap;
  display: block
}
.header-mid .talk-to-us .talk-number > a, .header-top .value-prop-bar > li > a:hover, .navbar-nav > li > a {
  text-decoration: none;
  color: #64c2cf
}
.header-mid {
  background: #f9f9f9
}
.header-mid .navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 0;
  clear: both;
}
.header-logo {
  max-width: 275px
}
.header-logo > a {
  display: block
}
.header-logo img {
  max-width: 100%;
  padding: 5px 0
}
.navbar-nav > li > a {
  color: #565c5d;
  font-weight: 600;
  padding: 0 0 0 30px;
  font-size: 16px
}
.nav > li > a:focus, .nav > li > a:hover {
  color: #64c2cf;
  background-color: transparent
}
.header-bottom .main-menu-button:before, .navbar-nav > li > a:before {
  content: "\f0da";
  color: #64c2cf;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 8px
}
.header-mid .talk-to-us {
  padding: 15px 0 20px
}
.header-mid .talk-to-us .talk-message {
  color: #a7aaab;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  float: right;
  text-align: right;
  letter-spacing: .05em;
  line-height: 20px;
  padding: 2px 12px 0 0
}
.header-mid .talk-to-us .talk-message > strong {
  color: #eb685e;
  font-weight: 700;
  font-size: 1.1em
}
.header-mid .talk-to-us .talk-number {
  color: #64c2cf;
  font-size: 2.1em;
  letter-spacing: .1em;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  display: block;
  float: right;
  line-height: 40px
}
.header-bottom {
  background: #565c5d
}
.header-bottom .main-menu-button {
  line-height: 61px;
  font-size: 1.15em;
  font-weight: 600;
  color: #e8e9e9;
  text-align: center;
  display: block;
  border-left: 1px solid #65696a;
  border-right: 1px solid #65696a;
  cursor: pointer
}
.header-bottom .main-menu-button:before {
  content: "\f0c9";
  font-size: 1.15em;
  color: #eb685e;
  transition: color ease .3s
}
.header-bottom .main-menu-wrap.menu-open, .header-bottom .main-menu-wrap:hover {
  background-color: #373b3c
}
.header-bottom .main-menu-wrap ul li:hover, .header-bottom .main-menu-wrap.menu-open .main-menu-button, .header-bottom .main-menu-wrap.menu-open .main-menu-button:before, .header-bottom .main-menu-wrap:hover .main-menu-button, .header-bottom .main-menu-wrap:hover .main-menu-button:before {
  color: #fff
}
.header-bottom .main-menu-wrap {
  position: relative;
  color: #fff;
  z-index: 10;
  max-width: 262px;
  transition: background-color ease .3s
}
.header-bottom .main-menu-wrap ul {
  list-style: none;
  margin: 0
}
.header-bottom .main-menu-wrap ul li {
  color: rgba(255, 255, 255, .8)
}
.header-bottom .main-menu-wrap .menu-level-1 {
  min-height: 150px;
  width: 260px;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 61px;
  background: #373b3c;
  padding: 0;
  opacity: 0;
  transition: opacity ease .3s;
  visibility: hidden
}
@media (min-width:768px) {
  .header-bottom .main-menu-wrap.menu-open .menu-level-1, .header-bottom .main-menu-wrap:hover .menu-level-1 {
    opacity: 1;
    visibility: visible
  }
}
.header-bottom .main-menu-wrap .menu-level-1 > li {
  cursor: pointer;
  color: #fff;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-weight: 400
}
.header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
  display: block;
  padding-left: 30px;
  font-size: 15px;
  line-height: 50px;
  white-space: nowrap;
  position: relative
}
.header-bottom .main-menu-wrap .menu-level-1 > li .menu-title:after {
  content: "\f0da";
  font-weight: 400;
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 1px;
  line-height: 50px
}
.header-bottom .menu-level-1 > li.menu-open, .header-bottom .menu-level-1 > li:hover {
  color: #fff;
  background: #53595a
}
.header-bottom .menu-level-1 > li.menu-open .menu-title:after, .header-bottom .menu-level-1 > li:hover .menu-title:after {
  color: #64c2cf
}
.header-bottom .main-menu-wrap .menu-level-2 {
  border-left: 1px solid #65696a;
  border-top: 1px solid #65696a;
  position: absolute;
  left: 260px;
  top: 0;
  background: #53595a;
  background: rgba(83, 89, 90, .93);
  padding: 10px 10px 15px;
  transition: opacity ease .3s;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  cursor: auto;
  display: block
}
@media (min-width:768px) {
  .header-bottom .menu-level-1 > li.menu-open > .menu-level-2, .header-bottom .menu-level-1 > li:hover > .menu-level-2 {
    opacity: 1;
    visibility: visible
  }
}
.header-bottom .main-menu-wrap .menu-level-2 > li {
  display: inline-block
}
.header-bottom .main-menu-wrap .menu-level-2 > li > a {
  padding: 5px 15px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  width: 275px;
  color: #fff;
  color: rgba(255, 255, 255, .8);
  text-transform: none
}
.header-bottom .main-menu-wrap .menu-level-2 > li > a:hover {
  color: #fff;
  text-decoration: underline
}
.header-bottom .main-menu-wrap .ShopBrand .menu-level-2 {
  width: 725px
}
.header-bottom .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
  width: 230px
}
.header-bottom .search-wrap {
  padding: 10px 0;
  height: 61px;
  position: relative
}
.header-bottom .search-box {
  border: 0;
  border-radius: 4px;
  line-height: 41px;
  height: 41px;
  width: 100%;
  background: #f9f9f9;
  font-size: 1.25em;
  padding: 0 55px 0 15px
}
.header-bottom .search-box:focus {
  outline: 0;
  background: #fff
}
.header-bottom .search-button {
  width: 50px;
  height: 37px;
  line-height: 37px;
  background: 0 0;
  border: 0;
  font-size: 1.3em;
  color: #64c2cf;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 12px;
  display: block
}
.header-bottom .search-button:focus, .header-bottom .search-button:hover {
  outline: 0;
  color: #565c5d
}
.header-bottom .shopping-cart-button {
  line-height: 61px;
  font-size: 1.15em;
  font-weight: 600;
  color: #e8e9e9;
  text-decoration: none;
  text-align: center;
  display: block;
  border-left: 1px solid #65696a;
  border-right: 1px solid #65696a
}
.btn, .category-content .pagination li a:hover, .footer-lower .copyright a, .header-bottom .shopping-cart-button:hover, a.btn {
  text-decoration: none
}
.header-bottom .shopping-cart-button:before {
  content: "\f07a";
  font-size: 1.15em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 8px;
  transition: color ease .3s
}
.header-bottom .cart-wrap {
  position: relative;
  z-index: 9;
  transition: color ease .3s, background-color ease .3s
}
.header-bottom .cart-wrap .cart-item-total {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  background: #64c2cf;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  margin-left: 5px
}
.header-bottom .cart-wrap .cart-details {
  position: absolute;
  left: 1px;
  right: 1px;
  background: #373b3c;
  padding: 5px 15px 15px;
  opacity: 0;
  transition: opacity ease .3s;
  visibility: hidden;
  text-align: center
}
.header-bottom .cart-wrap:hover {
  background-color: #373b3c
}
.header-bottom .cart-wrap:hover .cart-details {
  opacity: 1;
  visibility: visible
}
.header-bottom .cart-wrap:hover .shopping-cart-button, .header-bottom .cart-wrap:hover .shopping-cart-button:before, .product-details-page .pdp-product-description-col #prodBoxes > li > a.active span.fa, .product-details-page .pdp-product-description-col #prodBoxes > li > a:hover span.fa {
  color: #fff
}
.header-bottom .cart-wrap .cart-details > span {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  display: inline-block;
  padding: 5px
}
.header-bottom .cart-wrap .cart-details > span > strong {
  font-weight: 600;
  color: #64c2cf
}
.header-bottom .cart-wrap .cart-details .btn.cart-hover-checkout-button {
  display: block;
  margin-top: 15px;
  height: 40px;
  line-height: 38px
}
.btn.primary1 {
  background-color: #64c2cf;
  color: #fff
}
.btn.primary2 {
  background-color: #eb685e;
  color: #fff
}
.btn.primary3, .product-details-page .pdp-product-description-col #prodBoxes > li > a.active, .product-details-page .pdp-product-description-col #prodBoxes > li > a:hover {
  background-color: #565c5d;
  color: #fff
}
.btn, a.btn {
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  line-height: 48px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  transition: background-color ease .3s, color ease .3s;
  border: 0;
  border-radius: 3px;
  letter-spacing: 1px
}
.home-categories .category-item .item-title, .home-hero .hero-text-wrap .hero-title {
  font-family: Oswald, sans-serif;
  letter-spacing: .075em;
  text-transform: uppercase
}
.btn:active, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
  outline: 0
}
.form-control:focus {
  border-color: #64c2cf;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 194, 207, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 194, 207, .6)
}
.of2goForm .form-horizontal .control-label {
  padding-right: 0;
  font-size: .9rem;
  font-weight: 400;
  text-align: left
}
.of2goForm .form-group {
  margin-bottom: 12px
}
.of2goForm.contact-form {
  padding: 15px 0;
  max-width: 600px;
  line-height: normal
}
textarea.form-control {
  max-width: 100%;
  min-height: 150px;
  max-height: 300px
}
.of2goForm .form-button {
  text-align: right;
  padding: 15px 0
}
.of2goForm .form-button .btn {
  min-width: 275px
}
.section-title {
  text-align: center
}
.section-title .title {
  font-size: 3em;
  font-weight: 400;
  color: #565c5d;
  margin: 30px 0
}
.section-content {
  line-height: 1.5
}
.section-content p {
  margin: 15px 0
}
.category-header-block .category-header.search strong, .page-body.order-thank-you-page section.order-status p strong, .page-body.static-content-page .page-content strong, .section-content p strong {
  font-weight: 600
}
.home-hero {
  position: relative;
  overflow: hidden
}
.home-hero .hero-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 448px;
  position: relative
}
.home-hero .hero-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .32);
  transition: background-color ease .5s
}
.home-hero:hover .hero-image:before {
  background-color: rgba(0, 0, 0, .12)
}
.home-hero .hero-text-wrap {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px
}
.home-hero .hero-text-wrap .hero-title {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
  font-size: 3.25em
}
.home-hero .hero-text-wrap .hero-sub-text {
  max-width: 750px;
  margin: auto
}
.home-hero .hero-text-wrap .hero-sub-text p {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
  margin: 15px 0
}
.home-hero .hero-text-wrap .hero-buttons .btn {
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  margin: 15px;
  height: 46px;
  font-size: 1.2em;
  line-height: 43px;
  border: 1px solid #565c5d
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary1 {
  background-color: rgba(100, 194, 207, .8)
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary2 {
  background-color: rgba(235, 104, 94, .8)
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary1:hover {
  background-color: #64c2cf
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary2:hover {
  background-color: #eb685e
}
.home-categories {
  background: #f9f9f9;
  padding-bottom: 30px
}
.home-categories .category-item {
  border: 2px solid #eee;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  transition: border-color .3s ease
}
.home-categories .category-item:hover {
  border-color: #ccc
}
.home-categories .category-item img {
  min-width: 100%;
  width: 100%;
  display: block;
  padding: 15px 5px
}
.home-categories .category-item .item-title {
  font-size: 1.65em;
  font-weight: 400;
  color: #64c2cf;
  margin: 15px 0
}
.home-about {
  padding-bottom: 30px;
  background: #eee
}
.footer-upper {
  background: #565c5d
}
.footer-upper .newsletter-wrap {
  float: left;
  width: 100%;
  padding: 10px 15px 10px 0
}
.newsletter-wrap .newsletter-box, .newsletter-wrap .subscribe-button {
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  float: left;
  font-size: 1.1em
}
.footer-upper .newsletter-wrap .newsletter-mobile-title {
  display: none
}
.newsletter-wrap .newsletter-box {
  border: 0;
  border-radius: 4px 0 0 4px;
  width: 70%;
  background: #f9f9f9;
  display: block
}
.newsletter-wrap .newsletter-box:focus {
  outline: 0;
  background: #fff
}
.newsletter-wrap .subscribe-button {
  border: 0;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  width: 30%;
  margin-left: -1px
}
.newsletter-wrap .subscribe-button:focus, .newsletter-wrap .subscribe-button:hover {
  outline: 0
}
.footer-upper .catalog-wrap {
  text-align: left;
  padding-left: 15px
}
.footer-upper .catalog-wrap .catalog-button {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  line-height: 61px;
  height: 61px;
  display: block;
  text-decoration: none
}
.footer-lower .copyright a:hover, .footer-upper .catalog-wrap .catalog-button:hover {
  text-decoration: underline
}
.footer-upper .catalog-wrap .catalog-button:before {
  content: "\f14b";
  font-size: 2.5em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom
}
.footer-lower {
  background: #fff;
  padding: 40px 0;
  text-align: center
}
.footer-lower .footer-badges ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: auto
}
.footer-lower .footer-badges ul > li {
  padding: 0 12px;
  display: table-cell;
  vertical-align: middle
}
.footer-lower .copyright {
  margin: 40px 0;
  font-size: 15px
}
#navFilterPanel {
  position: relative;
  padding: 1px;
  margin-bottom: 30px
}
#navFilterPanel .filter-header-wrap {
  height: 50px;
  line-height: 50px;
  margin-top: 20px
}
#navFilterPanel .panel-header {
  color: #565c5d;
  font-weight: 600;
  font-size: 16px
}
#navFilterPanel #clearFilters {
  float: right
}
#navFilterPanel #clearFilters > a {
  white-space: nowrap;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  background: #eb685e;
  border-radius: 3px;
  border: 0;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  margin-top: 12px
}
#navFilterPanel #clearFilters > a:hover {
  background: #aaa
}
#navFilterPanel .filtersPanel {
  border-top: 1px solid #565c5d;
  clear: both
}
#navFilterPanel .filter-block {
  border-bottom: 1px solid #565c5d
}
#navFilterPanel .filter-block .title {
  display: block;
  position: relative;
  margin-left: 25px;
  cursor: pointer;
  line-height: 50px;
  height: 50px
}
#navFilterPanel .filter-block .title:before, #navFilterPanel .filter > ul > li a:before {
  display: inline-block;
  position: absolute;
  left: -25px;
  content: "\f138";
  font-size: 16px;
  color: #565c5d;
  font-family: FontAwesome
}
#navFilterPanel .filter-block .title.filter-menu-open:before {
  content: "\f13a"
}
#navFilterPanel .filter-block .toggleControl {
  display: block;
  color: #565c5d;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none
}
#navFilterPanel .filter-block .title.filter-menu-open .toggleControl, #navFilterPanel .filter-block .title.filter-menu-open:before, #navFilterPanel .filter-block .title:hover:before, #navFilterPanel .filter-block .toggleControl:hover {
  color: #222;
  text-decoration: none
}
#navFilterPanel .filtersGroupPanel {
  position: relative;
  overflow: hidden;
  display: none
}
#navFilterPanel .filter {
  padding-bottom: 20px
}
#navFilterPanel .filter > ul > li a {
  cursor: pointer;
  display: block;
  color: #565c5d;
  font-size: 14px;
  position: relative;
  line-height: 1.5;
  padding: 2px 0 2px 30px
}
#navFilterPanel .filter > ul > li a:before {
  left: 0;
  content: "\f10c";
  color: #000;
  opacity: .35;
  line-height: 22px
}
#navFilterPanel .filter > ul > li a.active:before {
  content: "\f058"
}
.page-body.category-page .product-grid {
  margin-top: 30px;
  margin-bottom: 20px
}
.product-grid .item-box {
  height: auto;
  padding-bottom: 40px
}
.product-grid .item-box .product-item .picture {
  padding-bottom: 10px
}
.product-grid .item-box .product-item .picture img, .related-products .product-grid .item-box .picture img {
  width: auto;
  max-width: 100%
}
.category-description h2, .item-box .details .product-options {
  color: #999;
  font-weight: 400;
  font-size: 14px
}
.item-box .details .product-brand, .item-box .details .product-title {
  margin: 0
}
.item-box .details .product-title > a {
  color: #222;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  font-size: 15px;
  margin: 5px 0
}
.item-box .details .product-title > a > span {
  display: block;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.item-box .details .product-price .price {
  color: #eb685e;
  font-weight: 600;
  font-size: 1em
}
.item-box .details .product-price .free-ship {
  margin-left: 5px;
  font-weight: 400;
  color: #64c2cf
}
.item-box .details .product-brand > a, .item-box .details .product-number > a {
  color: #999;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  font-size: 15px;
  margin: 5px 0
}
.item-box .details .product-number > a {
  font-size: 11px
}
.category-content {
  padding-bottom: 30px
}
.category-header-block .category-header {
  font-weight: 400;
  font-size: 1.5em;
  text-transform: capitalize;
  color: #565c5d;
  display: block;
  height: auto;
  min-height: 52px;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #565c5d
}
.category-header-block .category-header.search {
  text-transform: none
}
.category-header-block .category-header.search .search-term {
  color: #64c2cf;
  font-weight: 600
}
.category-description {
  border-top: 1px solid #999;
  margin-top: 30px
}
.category-description h2 {
  font-size: 1.2em;
  margin: 15px 0
}
.category-description, .category-description p, .category-description span {
  font-size: .92em;
  color: #999;
  line-height: 1.5
}
.category-description p {
  margin: 15px 0
}
.category-content .sort-options label {
  color: #565c5d;
  font-weight: 400;
  font-size: 1em;
  margin-right: 5px
}
.pagination a:active, .pagination a:focus {
  text-decoration: none
}
.category-content .pagination {
  float: right;
  display: block;
  font-size: .95em
}
.category-content .pagination li {
  float: left;
  display: block
}
.category-content .pagination li a, .category-content .pagination li span {
  display: block;
  padding: 0;
  line-height: 24px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #565c5d;
  border: 2px solid transparent;
  border-radius: 4px;
  margin: 0;
  box-sizing: content-box;
  font-weight: 600
}
.category-content .pagination li.prev a {
  width: auto;
  padding: 0 8px 0 0
}
.category-content .pagination li.next a {
  width: auto;
  padding: 0 0 0 8px
}
.category-content .pagination li:hover a {
  color: #222
}
.category-content .pagination li.active a {
  border-color: #565c5d;
  color: #222
}
.category-content .pagination li span {
  color: #999
}
.page-title {
  margin: 30px 0 20px
}
.page-title h1.title {
  font-size: 2rem;
  font-weight: 400;
  color: #565c5d;
  display: block;
  margin: 0;
  line-height: 1;
  text-transform: uppercase
}
.cart-summary .cart-table {
  width: 100%
}
.cart-summary .cart-table th {
  background-color: #565c5d;
  font-size: .85rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  padding: 0 10px
}
.cart-summary .cart-table td {
  padding: 15px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #565c5d;
  border-bottom: 1px solid #ddd;
  text-align: center;
  vertical-align: top
}
.cart-summary .cart-table tr td:last-child, .cart-summary .cart-table tr th:last-child {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px
}
.cart-summary .cart-table td.cart-total-title {
  text-align: right;
  white-space: nowrap
}
.cart-summary .cart-table td.cart-total-value {
  text-align: left
}
.cart-summary .cart-table td.cart-total-title > span, .cart-summary .cart-table td.cart-total-value > span {
  display: block;
  line-height: 1.6;
  white-space: nowrap
}
.cart-summary .cart-table td.cart-total-title > span.total-title, .cart-summary .cart-table td.cart-total-value > span.total-value {
  color: #64c2cf;
  font-weight: 700
}
.cart-summary .cart-table td.item-savings {
  color: #eb685e
}
.cart-summary .cart-table td img.item-picture {
  display: block;
  float: left;
  border: 1px solid #eee
}
.cart-summary .cart-table td .item-details {
  margin-left: 95px;
  display: block;
  text-align: left;
  color: #565c5d;
  font-size: 1rem
}
.cart-summary .cart-table td .item-details > span {
  display: block
}
.cart-summary .cart-table td .item-details.ship-est {
  font-weight: 700;
  color: #64c2cf;
  padding-top: 5px
}
.cart-summary .cart-table td .item-qty {
  max-width: 85px;
  width: 85px;
  margin: auto auto 8px;
  text-align: center;
  font-size: 1.15rem
}
.cart-summary .cart-table td .remove-item, .cart-summary .cart-table td .update-qty {
  line-height: 19px;
  height: 21px;
  font-size: 10px;
  padding: 0;
  width: 85px;
  letter-spacing: normal;
  margin: auto auto 6px;
  background-color: #aaa;
  display: block
}
.cart-summary .cart-buttons > div > .btn, .opc-step .btn.continue-checkout, .product-details-page .gallery .picture img {
  width: 100%
}
.cart-summary .cart-table td .remove-item:hover, .cart-summary .cart-table td .update-qty:hover {
  background-color: #777
}
.cart-summary .cart-buttons {
  padding: 30px 0 0
}
.cart-buttons .checkout-now-button {
  text-align: right
}
.cart-buttons .continue-shopping-button {
  padding-bottom: 10px;
  text-align: left
}
.cart-buttons .no-money-down {
  padding-bottom: 20px;
  text-align: center
}
.cart-buttons .no-money-down img, .product-details-page .picture-thumbs > div {
  display: inline-block
}
.page-body .right-aside {
  padding-bottom: 30px
}
.page-body .right-aside h2.title {
  font-size: 2rem;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: 400;
  color: #565c5d;
  display: block
}
.page-body .right-aside .cart-call-info {
  margin: 0 0 30px
}
.page-body .right-aside .cart-call-info h3 {
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 1.6rem;
  display: block;
  font-weight: 400
}
.page-body .right-aside .cart-call-info h4 {
  line-height: 1.3;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #eb685e;
  margin: -10px 0 10px
}
.page-body .right-aside .cart-call-info h3 strong {
  display: block;
  color: #64c2cf
}
.page-body .right-aside .cart-call-info h3 strong a {
  color: #64c2cf;
  text-decoration: none
}
.page-body .right-aside .cart-call-info p {
  font-size: .9rem;
  font-weight: 400;
  margin: 0 0 2px
}
.cart-value-prop, .page-body .right-aside .cart-call-info {
  padding: 20px 15px;
  background: #f5f5f5;
  color: #565c5d;
  border-radius: 8px;
}
.cart-value-prop h3 {
  margin: 0 0 15px;
  color: #565c5d;
  font-size: 1.2rem;
  display: block
}
.cart-value-prop ul, .cart-value-prop ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 15px
}
.cart-value-prop ul li {
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin: 0 0 5px;
  color: #eb685e
}
.cart-value-prop p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 2px
}
.cart-value-prop h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #64c2cf
}
.opc-step .form-horizontal .control-label {
  padding-right: 0;
  font-size: .9rem;
  font-weight: 400;
  text-align: left
}
.blue-badge, .opc-step-title > h2, .product-details-page .picture-thumbs, .red-badge, .slide-menu > h3:after {
  text-align: center
}
.opc-step .form-group {
  margin-bottom: 12px
}
.opc-step-title {
  background: #f5f5f5;
  text-transform: uppercase;
  color: #333;
  height: auto;
  line-height: 55px;
  position: relative;
  padding: 0 15px;
  transition: .2s background linear;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.opc-step-title > h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}
.opc-step-title.active-step {
  background: #565c5d;
  color: #fff
}
/*
 .opc-step-title:hover {
   background: #ddd;
   cursor: pointer
 }
 .opc-step-title.active-step:hover {
   background: #565c5d;
   cursor: auto
 }
*/
.opc-step-content .opc-inner {
  padding-top: 25px;
  padding-bottom: 25px
}
.opc-step-content h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #565c5d
}
.payment-details .fa {
  margin-left: 6px;
  color: #999;
  font-size: 1.7rem;
  line-height: 24px;
  vertical-align: middle
}
.payment-details .delivery-instructions label {
  font-weight: 400;
  font-size: .9em;
  margin-bottom: 12px
}
.opc-step.confirm-order .confirm-order-info p {
  color: #565c5d;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600
}
.opc-step .continue-checkout-button {
  clear: both;
  padding-top: 15px;
  padding-bottom: 5px
}
.opc-step .submit-order-button {
  clear: both;
  /* padding-top: 35px */
}
.opc-step .submit-order-button > p {
  margin: 18px 0 0;
  font-size: 13px;
  color: #999
}
.opc-step .btn.submit-order {
  font-size: 20px;
  line-height: 60px;
  height: 62px;
  width: 100%
}
.page-body.order-thank-you-page section {
  border-top: 5px solid #eee;
  padding: 30px 0
}
.page-body.order-thank-you-page section.order-status {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}
.page-body.order-thank-you-page section.order-details {
  margin-bottom: 60px
}
.page-body.order-thank-you-page section p {
  font-size: 1rem;
  color: #565c5d
}
.page-body.order-thank-you-page section p:last-child {
  margin-bottom: 0
}
.page-body.order-thank-you-page section h2 {
  font-size: 1.2rem;
  color: #565c5d;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400
}
.page-body.order-thank-you-page section.order-status .btn {
  min-width: 260px;
  margin-bottom: 15px
}
.page-body.order-thank-you-page section.order-status p {
  font-size: 1.2rem
}
.breadcrumb ul, .page-body.order-thank-you-page section.order-personal-info .info-box {
  list-style: none;
  margin: 0;
  padding: 0 0 30px
}
.page-body.order-thank-you-page section.order-personal-info .info-box.payment {
  padding-bottom: 0
}
.page-body.order-thank-you-page section.order-personal-info .info-box li {
  list-style: none;
  line-height: 1.5;
  padding-bottom: 5px;
  font-weight: 600
}
.page-body.static-content-page {
  padding-bottom: 30px
}
.page-body.static-content-page .page-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #565c5d
}
.page-body.static-content-page .page-content {
  color: #565c5d;
  font-size: 1rem;
  line-height: 1.7
}
.page-body.static-content-page .page-content li, .page-body.static-content-page .page-content ol, .page-body.static-content-page .page-content p, .page-body.static-content-page .page-content span, .page-body.static-content-page .page-content ul {
  font-size: 1rem;
  font-weight: 400
}
.page-body.static-content-page .page-content ul {
  padding-left: 30px;
  margin: 12px 0;
  list-style: disc
}
.page-body.static-content-page .page-content ul li {
  padding-bottom: 5px;
  padding-left: 10px
}
.page-body.static-content-page .page-content p {
  margin: 0 0 12px
}
.page-body.static-content-page .page-content h2, .page-body.static-content-page .page-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 12px;
  padding-top: 10px;
  line-height: 1.2
}
.page-body.static-content-page .page-content h3 {
  font-size: 1rem
}
.static-content-nav-col h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 5px;
  color: #565c5d;
  line-height: 81px;
  height: 81px;
  border-bottom: 1px solid #565c5d
}
.static-content-nav-col h2:before {
  display: inline;
  margin-right: 6px;
  content: "\f059";
  font-family: FontAwesome
}
.static-content-nav-col nav ul li a {
  cursor: pointer;
  display: block;
  color: #565c5d;
  font-weight: 400;
  font-size: 1.1rem;
  position: relative;
  line-height: 1.5;
  padding-bottom: 10px
}
.slide-menu {
  margin: 20px 0
}
.page-body.static-content-page .page-content .slide-menu > h3 {
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  background: #f1f1f1;
  padding: 15px 60px 15px 15px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5
}
.slide-menu > h3:after {
  display: block;
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 54px;
  cursor: pointer;
  height: 54px;
  width: 54px;
  top: 0;
  color: #cacaca
}
.slide-menu > h3.active-menu:after {
  content: "\f077"
}
.menu-content {
  display: none
}
.menu-content .inner {
  padding: 0 15px 15px;
  background: #f1f1f1
}
.breadcrumb {
  padding: 15px 0
}
.breadcrumb ul {
  padding: 0
}
.breadcrumb ul li {
  display: inline
}
.breadcrumb ul li, .breadcrumb ul li a {
  font-size: 1rem;
  color: #888
}
.breadcrumb .delimiter {
  margin-left: 3px;
  margin-right: 3px
}
.blue-badge, .red-badge {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 5px 15px;
  display: block;
  border-radius: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}
.blue-badge {
  background-color: #64c2cf
}
.red-badge {
  background-color: #eb685e
}
.product-details-page .gallery .picture {
  text-align: center;
  padding: 0 0 30px;
  cursor: pointer
}
.product-details-page .picture-thumbs a {
  display: inline-block;
  padding: 6px
}
.product-details-page .picture-thumbs a img {
  width: 100%;
  display: block;
  max-width: 100px
}
.product-details-page .picture-thumbs a.cloudzoom-gallery-active {
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50)
}
.product-details-page .overview .product-name h1 {
  display: block;
  padding: 0;
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 400;
  color: #555;
  line-height: 1.25
}
.product-details-page .pdp-product-buy-col .product-price {
  font-size: 3.2rem;
  color: #eb685e;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px
}
.product-details-page .pdp-product-buy-col {
  color: #565c5d
}
.product-details-page .pdp-product-buy-col .free-ship {
  color: #64c2cf;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px
}
.product-details-page .pdp-product-buy-col .compare-price {
  color: #aaa;
  font-size: 1.2rem;
  padding-bottom: 5px
}
.product-details-page .pdp-product-buy-col .savings {
  color: #eb685e;
  font-size: 1.2rem
}
.product-details-page .pdp-product-buy-col .sku {
  font-size: 1.2rem;
  padding: 15px 0 5px
}
.product-details-page .pdp-product-buy-col .sku .value, .product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox strong {
  font-weight: 600
}
.product-details-page .pdp-product-buy-col .phone {
  color: #64c2cf;
  font-size: 1rem;
  font-weight: 600
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box {
  padding: 25px 0 10px
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box .attribute-label {
  line-height: 40px;
  margin: 0 10px 0 0;
  display: block;
  float: left
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-qty-box input.qty {
  float: left;
  max-width: 70px;
  font-size: 1.25rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box {
  padding: 10px 0 0
}
.product-details-page .pdp-product-buy-col .add-to-cart .pdp-option-box .option-dropdown {
  font-size: 1.1rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px
}
.product-details-page .pdp-product-buy-col .add-to-cart .attribute-label {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase
}
.product-details-page .pdp-product-buy-col .buttons {
  padding: 15px 0;
  margin-bottom: 15px
}
.product-details-page .pdp-product-buy-col .buttons .add-to-cart-button {
  width: 100%;
  max-width: none;
  font-size: 1.2rem
}
.product-details-page .pdp-product-buy-col .buttons .low-price {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 1.05rem;
  height: auto;
  min-height: 50px;
  border: 2px solid #999;
  color: #555;
  margin-top: 40px;
  letter-spacing: normal;
  padding: 0
}
.product-details-page .pdp-product-description-col #prodBoxes {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 15px
}
.product-details-page .pdp-product-description-col #prodBoxes > li {
  border-bottom: 1px solid #fff
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a {
  color: #565c5d;
  font-size: 14px;
  text-align: left;
  display: block;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  background: #eee;
  -moz-transition: background-color .25s linear;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
  border-radius: 3px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a span.fa {
  color: #aaa;
  font-size: 14px;
  padding-bottom: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  width: 16px;
  top: 50%;
  margin-top: -8px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > a.active span.fa.fa-minus {
  visibility: hidden
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox {
  display: none;
  padding: 0
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox .toggleWrap {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  background: #f9f9f9
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox h2 {
  margin: 0 0 2px;
  padding-top: 5px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox p {
  margin: 0 0 8px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 3px 20px
}
.product-details-page .pdp-product-description-col #prodBoxes > li > .pdpToggleBox ul li {
  padding-bottom: 5px
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list {
  margin: 0 -5px
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list .color-item img {
  width: 100%;
  max-width: 150px
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list .color-item label {
  font-size: .85rem;
  font-weight: 400;
  color: #888;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  display: block;
  text-overflow: ellipsis
}
.product-details-page .pdp-product-description-col #prodBoxes .color-swatch-list .color-item {
  padding: 0 5px 10px;
  text-align: center
}
.product-details-page .product-share-button {
  text-align: center;
  padding: 30px 0;
  height: 86px;
  overflow: hidden;
}
.product-share-button .share-title, .product-share-button span {
  color: #565c5d;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding-right: 10px;
  padding-top: 4px;
  text-transform: uppercase;
  vertical-align: middle
}
.product-share-button .share-title {
  font-weight: 600;
  padding-top: 0;
  line-height: 26px
}
.product-share-button a {
  background: #565c5d;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin: 0 2px;
  text-decoration: none
}
.product-share-button a:hover {
  color: #fff;
  background: #eb685e;
  text-decoration: none
}
.product-share-button a .fa {
  display: block;
  line-height: 26px
}
.product-details-page .product-essential {
  margin-bottom: 30px
}
.related-products .page-title {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 20px 0;
  margin: 10px 0 30px
}
.related-products {
  margin-bottom: 60px
}
.related-products .page-title h2 {
  font-size: 26px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 26px;
  color: #565c5d;
  margin: 0;
  letter-spacing: 1px
}
.related-products .page-title h2 small {
  display: block;
  text-transform: none;
  opacity: .6;
  font-weight: 400;
  margin-top: 8px;
  letter-spacing: normal
}
.related-products .product-grid .item-box .picture {
  padding-bottom: 10px;
  padding-top: 0
}
.RelatedItemsResponsive .product-item {
  margin: 10px;
  padding: 2%;
  position: relative
}
.RelatedItemsResponsive.product-grid .item-box {
  max-width: none !important;
  padding-bottom: 0
}
.RelatedItemsResponsive {
  margin-left: 25px;
  margin-right: 25px
}
.slick-slider *, .slick-slider a {
  outline: 0 !important
}
.pdp-product-info + div.row {
  margin: 0;
  clear: both
}
@media (min-width:992px) {
  .header-bottom#navMod .main-menu-wrap .ShopBrand .menu-level-2 {
    width: 750px
  }
  .header-bottom#navMod .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
    width: 230px
  }
}
@media (min-width:768px) {
  .header-bottom#navMod .main-menu-wrap .main-menu-button {
    display: none !important
  }
  .header-bottom#navMod .main-menu-wrap {
    height: 61px;
    float: left;
    width: 100%;
    display: block;
    border-left: none;
    border-right: none;
    cursor: pointer;
    max-width: none
  }
  .header-bottom#navMod .main-menu-wrap.menu-open, .header-bottom#navMod .main-menu-wrap:hover {
    background: 0 0
  }
  .header-bottom#navMod .main-menu-wrap ul {
    list-style: none;
    margin: 0
  }
  .header-bottom#navMod .main-menu-wrap ul li {
    color: rgba(255, 255, 255, .8)
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open .menu-title:before, .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:hover .menu-title:before, .header-bottom#navMod .main-menu-wrap ul li:hover {
    color: #fff
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 {
    position: static;
    opacity: 1;
    visibility: visible;
    float: left;
    width: 100%;
    min-height: 0;
    background: 0 0
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li {
    cursor: pointer;
    color: #e8e9e9;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    width: 50%;
    border-left: 1px solid #65696a;
    border-right: 1px solid #65696a;
    position: relative;
    height: 61px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:nth-child(3) {
    border-left: none
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title {
    line-height: 61px;
    height: 61px;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    padding-left: 0;
    text-align: center;
    transition: all ease .3s
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open, .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:hover {
    color: #fff;
    background: #373b3c
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:after {
    display: none
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:before {
    content: "\f078";
    font-weight: 400;
    font-family: FontAwesome;
    display: inline-block;
    line-height: 61px;
    height: 61px;
    margin-right: 6px;
    margin-left: -3px;
    color: #eb685e;
    transition: all ease .3s
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 {
    border-left: 0 solid #65696a;
    border-top: 1px solid rgba(101, 105, 106, .7);
    position: absolute;
    left: 0;
    top: 61px;
    background: #373b3c;
    background: rgba(55, 59, 60, .95);
    padding: 15px 10px;
    transition: all ease .3s;
    width: 600px;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
    display: block
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open > .menu-level-2, .header-bottom#navMod .main-menu-wrap .menu-level-1 > li:hover > .menu-level-2 {
    opacity: 1;
    visibility: visible
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 > li {
    display: inline-block
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 > li > a {
    font-size: 15px !important;
    padding: 5px 0 5px 15px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    width: 275px;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    text-transform: none
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 > li > a:hover {
    color: #fff;
    text-decoration: underline
  }
  .header-bottom#navMod .search-wrap {
    padding: 10px 0;
    height: 61px;
    position: relative
  }
  .header-bottom#navMod .search-box {
    border: 0;
    border-radius: 4px;
    line-height: 41px;
    height: 41px;
    width: 100%;
    background: #f9f9f9;
    font-size: 17px;
    padding: 0 55px 0 15px
  }
  .header-bottom#navMod .shopping-cart-button {
    font-size: 16px
  }
  .header-bottom#navMod .cart-wrap .cart-details > span {
    font-size: 14px
  }
  .hide-lg {
    display: none !important
  }
  .cart-buttons .checkout-now-button {
    float: right;
    width: 50%;
    max-width: 300px;
    padding-left: 15px
  }
  .cart-buttons .no-money-down {
    clear: both;
    padding-left: 15px;
    padding-top: 15px
  }
  .cart-buttons .continue-shopping-button {
    float: left;
    width: 50%;
    max-width: 300px;
    paddin-right: 15px
  }
  .cart-buttons .cart-value-prop {
    float: left;
    width: 33%
  }
  .op-checkout-steps {
    padding-bottom: 60px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title, .header-bottom#navMod .shopping-cart-button {
    font-size: 14px;
    font-weight: 300
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:before {
    font-size: 12px;
    margin-right: 5px;
    margin-left: 0
  }
}
@media (min-width:992px) {
  .page-body.shopping-cart .cart-buttons {
    padding: 30px 0 60px
  }
}
@media (max-width:1199px) {
  .header-bottom .main-menu-wrap {
    max-width: 212px
  }
  .header-bottom .main-menu-wrap .menu-level-1 {
    width: 210px
  }
  .header-bottom .main-menu-wrap .menu-level-2 {
    left: 210px
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
    padding-left: 20px
  }
  .category-header-block .category-header {
    border: 0;
    line-height: normal;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-top .value-prop-bar > li {
    padding: 0px
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    letter-spacing: .08em
  }
}
@media (max-width:1199px) and (min-width:768px) {
  #navFilterPanel .filter-header-wrap {
    height: auto;
    line-height: normal
  }
  #navFilterPanel #clearFilters {
    display: block;
    float: none;
    max-width: 100px
  }
  #navFilterPanel #clearFilters > a {
    margin-top: 5px;
    margin-bottom: 10px
  }
  .static-content-nav-col h2 {
    line-height: 1.3;
    height: auto;
    padding: 20px 0
  }
  .page-body.static-content-page .page-title {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 0
  }
}
@media (max-width:991px) {
  .navbar-nav > li > a {
    padding-left: 18px;
    font-size: 13px
  }
  .header-mid .talk-to-us {
    padding-bottom: 10px
  }
  .header-bottom .search-box::-webkit-input-placeholder, .newsletter-wrap .newsletter-box::-webkit-input-placeholder {
    color: transparent
  }
  .header-bottom .search-box:-moz-placeholder, .header-bottom .search-box::-moz-placeholder, .newsletter-wrap .newsletter-box:-moz-placeholder, .newsletter-wrap .newsletter-box::-moz-placeholder {
    color: transparent
  }
  .header-bottom .search-box:-ms-input-placeholder, .newsletter-wrap .newsletter-box:-ms-input-placeholder {
    color: transparent
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    font-size: 14px;
    letter-spacing: .05em
  }
  .header-top .value-prop-bar > li:nth-child(4) {
    display: none
  }
  .header-top .value-prop-bar > li {
    padding: 0 10px
  }
  .header-bottom .main-menu-wrap {
    max-width: 220px
  }
  .header-bottom .main-menu-wrap .menu-level-1 {
    width: 218px
  }
  .header-bottom .main-menu-wrap .menu-level-2 {
    left: 218px;
    width: 500px
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
    padding-left: 20px
  }
  .header-bottom .main-menu-wrap .menu-level-2 > li > a {
    font-size: 13px;
    width: 225px;
    padding: 4px 12px
  }
  .header-bottom .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
    width: 225px
  }
  .header-bottom .main-menu-wrap .ShopBrand .menu-level-2 {
    width: 500px
  }
  .home-categories .category-item .item-title {
    font-size: 1.35em
  }
  .section-title .title {
    font-size: 1.6em !important;
    margin: 20px 0
  }
  .section-content h1 {
    font-size: 1.3em !important;
  }
  .footer-upper .newsletter-wrap {
    padding-right: 0
  }
  .footer-upper .newsletter-wrap .newsletter-mobile-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    padding: 5px 0 10px;
    text-align: center;
    display: block;
    line-height: normal
  }
  .footer-upper .catalog-wrap {
    text-align: center;
    padding-left: 0
  }
  .footer-lower .copyright {
    font-size: 12px;
    margin: 20px 0
  }
  .category-content .pagination {
    float: left;
    margin-top: 15px
  }
  #navFilterPanel .filter-block .title {
    line-height: 40px;
    height: 40px
  }
  #navFilterPanel .filter-block .toggleControl {
    font-size: 14px
  }
  .product-grid .item-box {
    max-width: 580px;
    margin: auto
  }
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important
  }
}
@media (max-width:767px) {
  .cart-summary .cart-table {
    border-top: 3px solid #eee
  }
  .cart-summary .cart-table th, .cart-summary .cart-table thead {
    display: none
  }
  .cart-summary .cart-table, .cart-summary .cart-table tbody, .cart-summary .cart-table td, .cart-summary .cart-table tr, .cart-summary .cart-table tfoot {
    display: block;
    float: left;
    width: 100%
  }
  .cart-summary .cart-table td {
    padding: 4px 0;
    border: 0;
    text-align: left
  }
  .cart-summary .cart-table tr > td:first-child {
    padding-top: 20px
  }
  .cart-summary .cart-table tr > td:last-child {
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0
  }
  .cart-summary .cart-table td .item-qty {
    float: left;
    margin-bottom: 0
  }
  .cart-summary .cart-table td .mobile-title {
    font-size: .85rem;
    text-transform: uppercase
  }
  .cart-summary .cart-table td .remove-item, .cart-summary .cart-table td .update-qty {
    float: left;
    margin-left: 5px;
    height: 34px;
    line-height: 32px;
    margin-bottom: 0
  }
  .cart-summary .cart-table td.cart-total-title, .cart-summary .cart-table td.cart-total-value {
    float: left;
    width: auto;
    padding-top: 20px;
    text-align: left
  }
  .cart-summary .cart-table td.cart-total-value {
    border-bottom: none !important;
    padding-left: 30px !important
  }
  .cart-summary .cart-table td img.item-picture {
    float: none;
    margin-bottom: 5px
  }
  .cart-summary .cart-table td .item-details {
    margin-left: 0
  }
  .btn, a.btn {
    width: 100%;
    display: block;
    margin-bottom: 15px
  }
  .header-bottom .main-menu-button:before, .header-bottom .shopping-cart-button:before {
    margin: 0
  }
  .home-hero .hero-text-wrap .hero-title {
    font-size: 2.5em
  }
  .home-hero .hero-text-wrap .hero-buttons .btn {
    padding: 12px 10px;
    display: block;
    margin: 15px 0;
    height: auto;
    font-size: 1em;
    line-height: normal
  }
  .header-bottom .cart-wrap .cart-details {
    left: auto;
    right: 0;
    width: 320px
  }
  .hide-sm {
    display: none !important
  }
  .header-top .value-prop-bar {
    height: 35px;
    overflow: hidden;
  }
  .header-top .value-prop-bar > li {
    height: 35px;
    line-height: normal
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    font-size: 11px;
    line-height: 35px;
    display: block;
    letter-spacing: normal
  }
  .header-mid .talk-to-us {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 18px
  }
  .header-mid .talk-to-us .talk-number {
    float: none;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
  }
  .header-mid .talk-to-us .talk-message {
    padding-right: 0;
    text-align: center;
    float: none
  }
  .header-bottom .main-menu-button, .header-bottom .shopping-cart-button {
    line-height: 46px;
    border: 0
  }
  .header-bottom .search-wrap {
    height: 46px;
    padding: 8px 0
  }
  .header-bottom .search-box {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding-right: 35px
  }
  .header-bottom .search-button {
    line-height: 20px;
    height: 20px;
    width: 30px
  }
  .header-bottom .container .row > div.col-xs-2, .header-bottom .container .row > div.col-xs-8 {
    padding: 0 !important
  }
  .header-bottom .cart-wrap:hover, .header-bottom .main-menu-wrap.menu-open, .header-bottom .main-menu-wrap:hover {
    background-color: transparent
  }
  body.menu-open {
    overflow: hidden
  }
  .header-bottom .main-menu-wrap .menu-level-1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    padding-left: 0;
    background: rgba(0, 0, 0, .9);
    display: none
  }
  .header-bottom .main-menu-wrap.menu-open .menu-level-1 {
    display: block;
    opacity: 1;
    visibility: visible
  }
  .header-bottom .main-menu-wrap .menu-level-2 {
    position: static;
    display: none;
    width: auto
  }
  .header-bottom .menu-level-1 > li.menu-open > .menu-level-2 {
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 15px 20px
  }
  .header-bottom .main-menu-wrap .menu-level-2 > li {
    display: block
  }
  .header-bottom .main-menu-wrap .menu-level-2 > li > a {
    font-size: 14px;
    width: auto;
    padding: 5px 0
  }
  .header-bottom .main-menu-wrap .ShopBrand .menu-level-2, .header-bottom .main-menu-wrap .ShopBrand .menu-level-2 > li > a {
    width: auto
  }
  .footer-lower .footer-badges ul > li {
    padding: 0 5px
  }
  .footer-lower .footer-badges ul > li img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li {
    border-bottom: 1px solid #53595a
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li.mobile-menu-header {
    background: #000;
    padding: 20px;
    position: relative;
    cursor: auto
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title {
    font-weight: 600;
    font-size: 16px
  }
  .header-bottom .main-menu-wrap ul li.mobile-menu-header:hover {
    background: inherit
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li.mobile-menu-header .mobile-title {
    font-size: 1.85em;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, .65)
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .mobile-close {
    position: absolute;
    cursor: pointer;
    right: 20px;
    font-size: 26px;
    height: 26px;
    width: 26px;
    top: 50%;
    margin-top: -13px;
    color: #eb685e
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li .menu-title:after {
    right: 30px;
    content: "\f0d7";
    font-size: 1.25em
  }
  .header-bottom .main-menu-wrap .menu-level-1 > li.menu-open .menu-title:after {
    right: 30px;
    content: "\f0d8";
    font-size: 1.25em
  }
  .category-content .pagination {
    float: left
  }
  .item-box .details {
    text-align: center
  }
  #navFilterPanel {
    margin-bottom: 0
  }
  .product-grid .item-box {
    max-width: 580px;
    margin: auto;
    height: auto
  }
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important
  }
  #navFilterPanel .filter-header-wrap {
    margin-top: 5px
  }
  .product-details-page .gallery .picture {
    padding-bottom: 20px
  }
  .product-details-page .product-share-button {
    text-align: left;
    padding: 20px 0
  }
  .product-details-page .picture-thumbs {
    text-align: left
  }
}
@media (max-width:480px) {
  .header-top .value-prop-bar > li:nth-child(1), .header-top .value-prop-bar > li:nth-child(3), .header-top .value-prop-bar > li:nth-child(4) {
    display: none
  }
  .header-top .value-prop-bar > li {
    line-height: normal;
    height: 25px
  }
  .header-top .value-prop-bar > li > a, .header-top .value-prop-bar > li > span {
    font-size: 12px;
    line-height: 25px;
    display: block;
    letter-spacing: 1px
  }
  .header-mid .talk-to-us {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 18px
  }
  .header-mid .talk-to-us .talk-number {
    font-size: 17px;
    font-weight: 400;
    float: none;
    line-height: 16px;
    text-align: center
  }
  .header-mid .talk-to-us .talk-message {
    font-size: 10px;
    line-height: normal;
    float: none;
    padding-right: 0;
    text-align: center;
    letter-spacing: normal
  }
  .newsletter-wrap .newsletter-box {
    width: 60%
  }
  .newsletter-wrap .subscribe-button {
    width: 40%
  }
}
@media (min-width:1200px) {
  .page-body.category-page .product-grid .item-box {
    height: 370px;
    padding-bottom: 0
  }
  .container {
    max-width: 1405px;
    width: auto
  }
}
@media (max-width:1199px) {
  .page-body.category-page .product-grid .item-box {
    height: 320px;
    padding-bottom: 0
  }
}
@media (max-width:991px) {
  .page-body.category-page .product-grid .item-box {
    height: 340px;
    padding-bottom: 0
  }
}
@media (max-width:767px) {
  .page-body.category-page .product-grid .item-box {
    height: auto;
    padding-bottom: 40px
  }
}
#navFilterPanel .mobile-panel-header:before {
  content: "\f0b0";
  display: inline;
  color: #eb685e;
  font-family: FontAwesome;
  margin-right: 5px
}
#navFilterPanel .mobile-panel-header {
  display: none;
  cursor: pointer;
  white-space: nowrap;
  color: #565c5d;
  padding: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  border: 1px solid #565c5d;
  border-radius: 3px;
  height: 34px;
  line-height: 34px;
  margin-top: 12px;
  letter-spacing: 1px
}
#navFilterPanel .mobile-panel-header.active {
  background: #565c5d;
  color: #e8e9e9
}
@media (max-width:767px) {
  #navFilterPanel .panel-header {
    display: none
  }
  #navFilterPanel .mobile-panel-header {
    display: inline-block
  }
  #navFilterPanel .filtersPanel {
    display: none;
    border-top: none
  }
  #navFilterPanel #clearFilters > a {
    height: 34px;
    line-height: 34px;
    font-size: 14px
  }
  .sort-options .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .product-details-page .overview .product-name h1 {
    margin-bottom: 15px;
    font-size: 30px
  }
}
@media (min-width:1405px) {
  .header-top .value-prop-bar > li {
    padding: 0;
  }
}
.product-details-page #prodBoxes .full-description p:empty {
  display: none
}
@media (min-width:992px) {
  .header-mid .talk-to-us {
    padding: 25px 0;
    height: 92px;
    overflow: hidden;
  }
  .header-mid .navbar > ul.nav {
    height: 21px;
    overflow: hidden;
  }
}
@media (min-width:768px) {
  .product-details-page .pdp-product-description-col {
    padding-top: 10px
  }
}
.item-box .product-item .blue-badge, .item-box .product-item .red-badge {
  font-size: 13px;
  padding: 3px 12px
}
.category-title-block {
  position: relative
}
@media (max-width:767px) {
  .category-title-block .addthis_toolbox {
    height: 26px;
    margin: -5px 0 10px
  }
}
@media (min-width:768px) {
  .category-header-block .category-header {
    padding-right: 155px
  }
  .category-title-block .addthis_toolbox {
    position: absolute;
    top: 50%;
    height: 26px;
    margin-top: -10px;
    right: 0
  }
}
.product-details-page .picture-thumbs a span {
  font-size: .8rem;
  font-weight: 400;
  color: #888;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  display: block;
  text-decoration: none;
  max-width: 100px;
  text-overflow: ellipsis;
  text-align: center
}
.product-details-page .picture-thumbs a:focus, .product-details-page .picture-thumbs a:hover {
  text-decoration: none
}
.footer-connect {
  background: #FFF;
  border-bottom: 0 solid #AAA
}
.footer-connect .social-wrap {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc
}
.footer-connect .social-wrap .social-heading {
  font-size: 1.1em;
  font-weight: 600;
  color: #222;
  text-align: center;
  display: block;
  line-height: normal
}
.footer-connect .social-wrap a {
  font-size: 3em;
  display: inline-block;
  padding: 8px 8px 0;
  color: #565c5d
}
.footer-connect .social-wrap a:hover {
  color: #eb685e
}
#selectedCaption {
  font-size: .9rem;
  font-weight: 600;
  display: block;
  padding-top: 5px;
  line-height: normal;
  min-height: 23px;
}
.tooltip {
  position: relative;
  display: flex;
  font-size: .85rem;
  padding: 4px 0;
  align-items: center;
}
.tooltip .fa {
  margin-right: 5px;
  margin-left: 0;
  font-size: 1.1rem;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 18px 12px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 8px;
  margin-left: -100px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.phonehint {
  font-size: .65rem;
  margin-top: 6px;
}
.btn.btn-outline {
  background-color: #FFF;
  color: #565c5d;
  border: 2px solid #CCC;
}
.cart-summary .email-cart-button {
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width:767px) {
  .cart-summary .email-cart-button {
    position: static;
  }
}
.email-cart-button .btn.btn-outline {
  line-height: 1;
  padding: 12px 15px;
  height: auto;
}
.btn.btn-outline::before {
  content: "\f0e0";
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
  color: #64c2cf;
  transition: all ease .3s;
}
.modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  z-index: 99991;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.modal-bg.active-bg {
  visibility: visible;
  opacity: .7;
}
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.modal.active-modal {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-container {
  max-width: 600px;
  margin: 1.75rem auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: auto;
  pointer-events: none;
  min-height: calc(100% - (1.75rem * 2));
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
.active-modal .modal-container {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  background: #FFF;
}
.modal-content .container {
  width: 100%;
}
.modal-content .modal-close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  color: #FFF;
  padding: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  outline: none;
}
.modal-content .modal-header {
  width: 100%;
  background-color: #565c5d;
}
.modal-content .modal-header .modal-title {
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
  padding-right: 40px;
  font-size: 22px;
}
@media (max-width:767px) {
  .modal-content .modal-header .modal-title {
    letter-spacing: 1px;
  }
}
.modal-content .modal-header .fa {
  color: #64c2cf;
  margin-right: 6px;
}
.container-fluid {
  width: 100%;
}
.submit-form-button {
  padding: 0;
}
.submit-form-button .btn {
  width: 100%;
}
.submit-form-button .btn .fa {
  margin-right: 5px;
}
.email-cart-form {
  padding: 15px;
  padding-bottom: 30px;
  padding-top: 0;
}
.email-cart-form h3 {
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.email-cart-form textarea {
  width: 100%;
  min-width: 100%;
  height: 260px;
  max-height: 260px;
  min-height: 260px;
}
.low-price-wrap {
  background-color: #f9f9f9;
  display: flex;
  flex-flow: row nowrap;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 30px;
}
.low-price-wrap .low-price-img {}
.low-price-wrap .low-price-inner {
  padding: 10px 10px 15px 10px;
}
.low-price-wrap .low-price-title {
  text-transform: uppercase;
  color: #64c2cf;
  font-weight: 700;
  font-size: 1.35rem;
  margin: 0 0 5px 0;
}
.low-price-wrap .low-price-copy {
  font-size: 14px;
  margin: 0;
}
.low-price-wrap .low-price-copy a {
  color: inherit;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width:991px) {
  .low-price-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .low-price-wrap .low-price-copy {
    font-size: 13px;
  }
}
.extra-header-message {
  font-family: Oswald, sans-serif;
  position: absolute;
  top: 45%;
  left: 0;
  color: #eb685e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.extra-header-message .fa {
  margin-right: 6px;
}
@media (max-width:1199px) {
  .extra-header-message {
    font-size: .85rem;
    right: 20px;
    top: 8px;
    text-align: right;
  }
}
@media (max-width:991px) {
  .extra-header-message {
    right: 15px;
    top: auto;
    bottom: -10px;
    text-align: right;
    position: static;
    clear: both;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .extra-header-message {
    text-align: center;
    position: static;
    clear: both;
    padding: 5px;
    max-width: 177px;
    float: right;
    font-size: .9rem;
  }
}
@media (max-width: 480px) {
  .extra-header-message {
    max-width: 125px;
    font-size: .8rem;
  }
}
.footer-upper .footer-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer-upper .footer-buttons .footer-button-wrap {
  flex-grow: 1;
  text-align: center;
}
@media (max-width:991px) {
  .footer-upper .footer-buttons .footer-button-wrap {
    font-size: 14px;
  }
}
.footer-upper .footer-buttons .footer-button-wrap .catalog-button {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  line-height: 61px;
  height: 61px;
  display: block;
  text-decoration: none;
}
.footer-upper .footer-buttons .footer-button-wrap .newsletter-button {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  line-height: 61px;
  height: 61px;
  display: block;
  text-decoration: none;
}
.footer-upper .footer-buttons .footer-button-wrap .newsletter-button::before {
  content: "\f0e0";
  font-size: 2.5em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
.footer-upper .footer-buttons .footer-button-wrap .catalog-button::before {
  content: "\f14b";
  font-size: 2.5em;
  color: #eb685e;
  font-weight: 400;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
.form-inline.cart-note {
  text-align: left;
  padding-top: 10px;
}
.form-inline.cart-note .form-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline.cart-note label {
  font-size: 13px;
  margin-right: 5px;
  flex-grow: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
/*
 input.form-control {
   font-size: 13px;
   padding: 4px 6px;
   height: auto;
   flex-grow: 1;
 } */
@media (min-width: 768px) {
  .form-inline.cart-note {
    padding-left: 95px;
  }
}
.cart-summary .cart-table td .save-note {
  line-height: 19px;
  height: 21px;
  font-size: 10px;
  padding: 0;
  width: 85px;
  letter-spacing: normal;
  margin: 0px 5px;
  background-color: #aaa;
  display: block
}
.product-details-page .pdp-product-image-col #moreImages {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product-details-page .pdp-product-image-col #moreImages {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .product-details-page .picture-thumbs {
    text-align: center;
  }
}
/* 2025 add sticky scroll to product image column */
@media (min-width: 992px) {
  .product-essential.row .pdp-product-image-col {
    position: sticky;
    top: 15px;
  }
}
.product-details-page .pdp-product-image-col #moreImages > li {
  border-bottom: 1px solid #fff;
}
.product-details-page .pdp-product-image-col #moreImages > li > a {
  color: #565c5d;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background: #eee;
  -moz-transition: background-color .25s linear;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
  border-radius: 3px;
}
.product-details-page .pdp-product-image-col #moreImages > li > a.active, .product-details-page .pdp-product-image-col #moreImages > li > a:hover {
  background-color: #565c5d;
  color: #fff;
}
.product-details-page .pdp-product-image-col #moreImages > li > a span.fa {
  color: #aaa;
  font-size: 14px;
  padding-bottom: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  width: 16px;
  top: 50%;
  margin-top: -8px;
}
.product-details-page .pdp-product-image-col #moreImages > li > a.active span.fa.fa-minus {
  visibility: visible;
}
.product-details-page .pdp-product-image-col #moreImages > li > a:not(.active) span.fa.fa-minus {
  visibility: hidden;
}
.product-details-page .pdp-product-image-col #moreImages > li > a.active span.fa.fa-plus {
  visibility: hidden;
}
.product-details-page .pdp-product-image-col #moreImages > li > a:not(.active) span.fa.fa-plus {
  visibility: visible;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox {
  display: none;
  padding: 0;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox .toggleWrap {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  background: #f9f9f9;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox h2 {
  margin: 0 0 2px;
  padding-top: 5px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox p {
  margin: 0 0 8px;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 3px 20px;
}
.product-details-page .pdp-product-image-col #moreImages > li > .pdpToggleBox ul li {
  padding-bottom: 5px;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list {
  margin: 0 -5px;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list .color-item img {
  width: 100%;
  max-width: 150px;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list .color-item label {
  font-size: .85rem;
  font-weight: 400;
  color: #888;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  display: block;
  text-overflow: ellipsis;
}
.product-details-page .pdp-product-image-col #moreImages .color-swatch-list .color-item {
  padding: 0 5px 10px;
  text-align: center;
}
.newsletter-wrap .klaviyo-form input[type="email"] {
  border: 0 !important;
  border-radius: 4px 0 0 4px !important;
  width: 100% !important;
  background: #f9f9f9 !important;
  display: block;
  padding: 0 15px !important;
}
.newsletter-wrap .klaviyo-form button[type="button"] {
  border: 0 !important;
  border-radius: 0 4px 4px 0 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 0 25px !important;
  letter-spacing: 1px !important;
}
.newsletter-wrap .klaviyo-form p {
  color: #FFF !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}
.newsletter-wrap .klaviyo-form input[type="email"], .newsletter-wrap .klaviyo-form button[type="button"] {
  height: 41px !important;
  line-height: 41px;
  float: none;
  font-size: 1.1em !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 100%;
  border: 0 !important;
}
.newsletter-wrap .klaviyo-form, .newsletter-wrap .klaviyo-form div {
  background-color: transparent !important;
  font-size: 15px !important;
}
.newsletter-wrap .klaviyo-form input::-webkit-input-placeholder {
  color: #333 !important;
}
.newsletter-wrap .klaviyo-form input::-webkit-input-placeholder {
  color: #333 !important;
}
.newsletter-wrap .klaviyo-form input::-moz-placeholder {
  color: #333 !important;
}
.newsletter-wrap .klaviyo-form input:-ms-input-placeholder {
  color: #333 !important;
}
.klaviyo-catalog-form {
  max-width: 700px;
  margin: auto;
  padding: 25px 0 80px 0;
}
.klaviyo-catalog-form .klaviyo-form p, .klaviyo-catalog-form .klaviyo-form p span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.klaviyo-catalog-form .klaviyo-form button[type="button"] {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
}
.cart-summary .cart-table td.cart-message {
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #f1f1f1;
  padding: 15px !important;
}
.product-grid .item-box .product-item .picture {
  position: relative;
  text-align: center;
}
.product-grid .item-box .product-item .position-bottom-left {
  left: 0;
  top: auto;
  right: auto;
  bottom: 10px;
}
.home-sub-feature {
  padding-top: 40px;
  padding-bottom: 10px;
  background: #f9f9f9
}
.home-sub-feature .row, .panel-systems-page > .container > .row {
  display: flex;
  flex-flow: row wrap
}
.home-sub-feature .row > div[class^=col] {
  display: flex;
  align-items: center
}
.panel-systems-page .sub-feature-image, .sub-feature-image {
  width: 100%;
  border: 2px solid #eee;
  align-items: center
}
.panel-systems-page .panel-system-photos .figure img, .panel-systems-page .sub-feature-image > img, .sub-feature-image > img {
  width: 100%
}
.sub-feature-cta {
  padding: 1rem
}
.panel-systems-page .sub-feature-cta h2, .sub-feature-cta h2 {
  margin-top: 0;
  color: #64c2cf;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1
}
.panel-systems-page .sub-feature-cta .sub-feature-label, .sub-feature-cta .sub-feature-label {
  color: #eb685e;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: Oswald, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase
}
.sub-feature-cta p {
  font-size: 26px;
  margin-top: 0
}
.panel-systems-page .sub-feature-cta .btn, .sub-feature-cta .btn {
  width: 100%;
  max-width: 300px;
  font-size: 20px
}
.panel-systems-page {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #f9f9f9
}
.panel-systems-page .sub-feature-cta {
  padding: 0
}
.panel-systems-page .sub-feature-cta h3 {
  font-size: 26px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 15px
}
.panel-systems-page .sub-feature-cta ul.star-list {
  margin: 25px 0;
  list-style: none;
  padding-left: 30px
}
.panel-systems-page .sub-feature-cta ul.star-list li {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 30px
}
.panel-systems-page .form-horizontal .form-group, .panel-systems-page .sub-feature-cta ul.star-list li:last-child {
  margin-bottom: 0
}
.panel-systems-page .sub-feature-cta ul.star-list li .fa {
  color: #eb685e;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px
}
.panel-systems-page .sub-feature-cta p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px
}
.panel-systems-page .panel-system-photos {
  background-color: #e8e9e9;
  padding: 30px;
  height: 100%
}
.panel-systems-page .panel-system-photos h3 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0
}
.panel-systems-page .panel-system-photos .figure {
  margin-bottom: 40px
}
.panel-systems-page .panel-system-photos .figure .figure-caption {
  padding-top: 10px
}
.panel-systems-page .form-horizontal {
  background-color: #e8e9e9;
  padding: 30px;
  margin: 25px 0
}
.panel-systems-page > .container > .row > div[class^=col] {
  display: flex;
  flex-flow: column wrap
}
.panel-systems-page .form-horizontal input.form-control {
  font-size: 16px;
  padding: 8px 6px
}
.panel-systems-page .form-horizontal .control-label {
  visibility: hidden;
  position: absolute;
  height: 0;
  padding: 0 !important
}
.panel-systems-page .form-horizontal .form-group div[class^=col] {
  padding-bottom: 15px
}
/* 2026 checkout updates */
.continue-checkout-note {
  padding: 20px 0 20px 0;
  font-size: 1rem;
}
.delivery-instructions {
  padding-top: 15px;
}
.delivery-instructions label {
  font-weight: 400;
}
.page-body.op-checkout aside.col-xs-12.col-md-3.right-aside {
  position: sticky;
  top: 0;
}
.mini-cart .row.opc-inner {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .mini-cart .cart-summary {
    max-height: 720px;
    overflow-y: auto;
  }
  .mini-cart .cart-summary .cart-table thead {
    inset-block-start: 0;
    position: sticky;
  }
  .mini-cart .cart-summary .cart-table tfoot {
    inset-block-end: 0;
    position: sticky;
    background-color: #FFF;
    /* box-shadow: 0px 0px 40px rgba(0, 0, 0, .1); */
  }
}
@media (max-width: 767px) {
  .mini-cart .cart-summary .cart-table {
    border-top: 0;
  }
}
.accordion-header {
  background-color: #f5f5f5;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color .3s linear;
}
.accordion-header:hover {
  background-color: transparent;
}
.accordion-header input[type="radio"] {
  margin-right: 10px;
  cursor: pointer;
}
.accordion-header label {
  flex: 1;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 15px;
  min-height: 72px;
}
.accordion-header input[type=radio] {
  margin-top: 0;
  line-height: normal;
}
.accordion-content {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
  border-radius: 0 0 8px 8px;
  margin-top: -12px;
  margin-bottom: 12px;
}
.accordion-header.selected-checkout-option {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  opacity: 1;
}
.billing-container .accordion-header.selected-checkout-option:first-child {
  border-radius: 8px;
}
.accordion-content .payment-method-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-content .payment-method-info p {
  margin: 0;
}
.accordion-content .payment-method-info .pm-icon {
  max-width: 60px;
  padding-right: 15px;
}
.opc-step .form-group .address-type-question {
  display: none;
}
.opc-step .form-group .address-type .radio label input[type="checkbox"]:checked ~ .address-type-question {
  display: block; /* Shown when #first is checked */
}
.payment-container span.payment-logo-credit {
  display: flex;
  margin-left: auto;
}
.payment-container span.payment-logo-credit img {
  width: 100%;
  max-width: 40px;
  margin-left: 5px;
  height: auto;
  object-fit: contain;
}
.payment-container span.payment-logo-alt {
  display: flex;
  margin-left: auto;
}
.payment-container span.payment-logo-alt img {
  width: 100px;
  height: 40px;
}
.submit-order-button .order-total {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form-horizontal .control-label.col-xs-1, .form-horizontal .control-label.col-xs-2 {
    padding-top: 7px;
  }
}
.text-center {
  text-align: center !important;
}
/* end of2go.all */
/* home.css */
.home-about {
  text-align: center;
  background: 0 0
}
.home-about .section-title .title {
  margin-top: 15px
}
.home-hero.main-hero .hero-image {
  height: 600px
}
.home-bottom-feature .home-hero.main-hero .hero-image {
  height: 500px
}
.home-hero .hero-image:before {
  display: none
}
.home-hero.sub-hero .hero-image {
  height: 300px
}
.home-hero, .home-hero.sub-hero {
  margin-bottom: 30px
}
.home-hero.sub-hero .hero-text-wrap .hero-buttons .btn {
  margin-top: 0
}
.home-hero.main-hero .hero-text-wrap .hero-buttons .btn {
  margin-top: 0
}
.home-hero .hero-text-wrap .hero-buttons .btn {
  border-radius: 8px;
  border: 0
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary2 {
  background-color: rgba(235, 104, 94, 1)
}
.home-hero .hero-text-wrap .hero-buttons .btn.primary1 {
  background-color: rgba(100, 194, 207, 1)
}
.home-hero.main-hero .hero-text-wrap {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 40%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  background-color: rgba(0, 0, 0, .48)
}
.home-hero.main-hero .hero-text-wrap.display-left {
  left: 0;
  right: auto
}
.home-hero.main-hero .hero-text-wrap.display-right {
  right: 0;
  left: auto
}
.home-hero.main-hero .hero-text-wrap .hero-sub-text {
  max-width: none;
  margin: 0
}
.home-hero.main-hero .hero-text-wrap .hero-sub-text p {
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: none;
  margin: 0 0 25px
}
.home-hero.main-hero .hero-text-wrap .hero-title h1 {
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  margin: 0 0 25px
}
.home-hero.main-hero .hero-text-wrap .hero-title h1 a {
  color: #fff
}
.home-hero.main-hero .hero-text-wrap .hero-title h2 {
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 3.25rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  margin: 0 0 25px
}
.home-hero.main-hero .hero-text-wrap .hero-title h2 a {
  color: #fff
}
.home-hero.main-hero .hero-text-wrap .hero-collection-name h2 {
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 1.75rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 25px
}
.home-hero.main-hero .hero-text-wrap .hero-collection-name h3 {
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 1.75rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 25px
}
.home-hero.sub-hero .hero-text-wrap {
  position: static;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}
.home-hero.sub-hero .hero-text-wrap .hero-title h2 {
  color: #222;
  text-shadow: none;
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 25px 0 15px 0
}
.home-hero.sub-hero .hero-text-wrap .hero-title h2 a {
  color: #222
}
.home-hero.sub-hero .hero-text-wrap .hero-collection-name h3 {
  color: #222;
  text-shadow: none;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 15px 0
}
.home-hero.sub-hero .hero-text-wrap .hero-sub-text p {
  font-weight: 500;
  font-size: 1.1rem;
  color: #222;
  text-shadow: none;
  margin: 0 0 25px 0
}
.home-hero.sub-hero .hero-image a.hero-image-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block
}
.home-featured-items {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px
}
.home-featured-items > .container {
  overflow: hidden
}
.HomeItemsResponsive {
  margin-left: 25px;
  margin-right: 25px
}
.HomeItemsResponsive .product-item {
  margin: auto;
  margin: 10px;
  padding: 2%;
  position: relative
}
.HomeItemsResponsive.product-grid .item-box {
  max-width: none !important;
  padding-bottom: 0
}
.HomeItemsResponsive {
  margin-left: 25px;
  margin-right: 25px
}
#HomeTabContent3 .item-box .details .product-title {
  text-align: center
}
#homeHeroSlick {
  margin-bottom: 64px;
  margin-top: 30px
}
.slick-slider .home-hero {
  margin-bottom: 20px
}
.slick-slider *, .slick-slider a {
  outline: 0 !important
}
.slick-dots li button {
  background-color: #fff;
  border-radius: 100%;
  border: 4px solid #64c2cf
}
.slick-dots li.slick-active button {
  background-color: #64c2cf;
  border-radius: 100%;
  color: #fff
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: transparent
}
ul.home-tab-nav {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #64c2cf;
  padding: 0
}
ul.home-tab-nav > li {
  padding: 15px 0;
  margin: 0 25px;
  font-weight: 600;
  font-size: 1.5rem;
  opacity: .65;
  cursor: pointer;
  border-bottom: 4px solid transparent
}
ul.home-tab-nav > li:hover {
  opacity: 1
}
ul.home-tab-nav > li.active-tab-nav {
  color: #64c2cf;
  opacity: 1;
  border-bottom-color: #64c2cf
}
.home-tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 1px
}
.home-tab-content.active-tab-content {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: auto
}
@media (min-width:1200px) {
  .home-hero.sub-hero .hero-text-wrap .hero-buttons .btn {
    padding-left: 50px;
    padding-right: 50px;
    height: 55px;
    font-size: 1.5rem;
    line-height: 55px;
    margin-top: 0
  }
  .home-hero.main-hero .hero-text-wrap .hero-buttons .btn {
    padding-left: 50px;
    padding-right: 50px;
    height: 60px;
    font-size: 1.75rem;
    line-height: 58px;
    margin-top: 0
  }
}
@media (max-width:1199px) {
  .home-hero.main-hero .hero-text-wrap {
    width: 50%
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h1 {
    font-size: 2.5rem;
    margin-bottom: 15px
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h2 {
    font-size: 2.25rem;
    margin-bottom: 15px
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h2 {
    font-size: 1.5rem;
    margin-bottom: 15px
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h3 {
    font-size: 1.5rem;
    margin-bottom: 15px
  }
}
@media (max-width:991px) {
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important
  }
}
@media (max-width:767px) {
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important
  }
  ul.home-tab-nav > li {
    font-size: 1rem;
    text-align: center
  }
  .home-hero.main-hero .hero-text-wrap {
    position: static;
    width: 100%;
    padding: 25px 20px;
    background-color: transparent;
    color: #222
  }
  .home-hero.main-hero .hero-image {
    height: 300px
  }
  .home-bottom-feature .home-hero.main-hero .hero-image {
    height: 300px
  }
  .home-hero .hero-text-wrap .hero-buttons {
    width: 100%;
    margin: auto
  }
  .home-hero.main-hero .hero-text-wrap .hero-buttons .btn {
    margin-top: 0;
    width: 100%;
    margin: 0
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h1 {
    font-size: 2rem;
    color: #222
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h1 a {
    color: #222
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h2 {
    font-size: 2rem;
    color: #222
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h2 a {
    color: #222
  }
  .home-hero.main-hero .hero-text-wrap .hero-sub-text p {
    color: #222
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h2 {
    color: #222
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h3 {
    color: #222
  }
}
/* category-update.css */
#navFilterPanel .filter > ul > li a:before {
  display: none
}
#navFilterPanel .filter > ul > li a {
  padding-left: 0
}
#navFilterPanel .filter ul.navlevel-1 {
  padding-left: 0
}
#navFilterPanel .filter ul.navlevel-2 {
  padding-left: 10px
}
#navFilterPanel .filter ul.navlevel-3 {
  padding-left: 10px
}
#navFilterPanel .filter ul li.nav-selected > a {
  font-weight: 700
}
/* header.css */
.header-logo img {
  padding: 0 0;
  aspect-ratio: 510/178;
  object-fit: contain;
  object-position: left;
  width: 100%
}
.header-logo {
  max-width: 255px;
  padding: 10px 0
}
.header-mid .value-prop-bar {
  list-style: none;
  float: right;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1;
  padding-bottom: 10px
}
.header-mid .value-prop-bar > li {
  display: inline-block
}
.header-mid .value-prop-bar > li a {
  color: #565c5d;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px
}
.header-mid .value-prop-bar > li:last-child a {
  margin-right: 0
}
.header-bottom .shopping-cart-button {
  border-left: none;
  border-right: none
}
.header-bottom .header-info-links {
  display: flex;
  justify-content: flex-end;
  align-items: center
}
.header-bottom .header-info-links > ul {
  line-height: 1
}
.header-bottom .header-info-links > ul > li {
  display: inline-block
}
.header-bottom .header-info-links > ul > li > a {
  font-size: 11px;
  color: #e8e9e9;
  padding: 0;
  display: block;
  height: 51px;
  line-height: 51px;
  padding-right: 10px
}
.header-bottom .header-info-links > ul > li:last-child > a {
  padding-right: 0
}
.header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a:focus, .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a:hover {
  text-decoration: none
}
@media (min-width:768px) {
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open.TopCategory {
    background: 0 0
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open.TopCategory:hover {
    color: #fff;
    background: #373b3c
  }
  .header-bottom .search-button {
    height: 27px;
    line-height: 27px;
    width: 40px;
    right: 1px;
    top: 11px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a {
    line-height: 51px;
    height: 51px;
    font-weight: 600;
    font-size: 14px;
    color: #e8e9e9;
    text-transform: none;
    padding: 0 5px;
    display: block
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:before {
    margin-right: 4px;
    margin-left: -2px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory:hover > a {
    color: #fff
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title {
    line-height: 51px;
    height: 51px;
    font-size: 14px;
    padding: 0 5px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li {
    border-left: 0 solid #65696a;
    border-right: 0 solid #65696a;
    height: 51px;
    text-transform: none;
    width: auto;
    position: static
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title:before {
    line-height: 51px;
    height: 51px
  }
  .header-bottom#navMod .search-wrap {
    padding: 10px 0;
    height: 51px;
    position: relative
  }
  .header-bottom#navMod .search-box {
    line-height: 31px;
    height: 31px;
    font-size: 16px
  }
  .header-bottom#navMod .main-menu-wrap {
    height: 51px
  }
  .header-bottom .cart-wrap {
    position: absolute;
    top: -98px;
    right: 15px;
    width: 88px
  }
  .header-bottom .shopping-cart-button:before {
    font-size: 2.5em
  }
  .header-bottom .cart-wrap .cart-item-total {
    margin-left: 5px;
    position: absolute;
    top: 5px;
    right: 12px
  }
  .header-bottom .cart-wrap .cart-details {
    width: 300px;
    right: 0;
    left: auto;
    padding-top: 15px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-2 {
    left: 0;
    top: 51px
  }
  .header-mid .talk-to-us .talk-number {
    font-size: 2.1rem;
    letter-spacing: .1rem
  }
  .header-mid .talk-to-us {
    margin-right: 100px;
    padding-top: 20px;
    height: 71px;
    padding-bottom: 0
  }
  .header-bottom .row .col-xs-2:nth-child(1) {
    padding-right: 0 !important
  }
  .header-bottom .row .col-xs-2:nth-child(3) {
    padding-left: 0 !important
  }
}
@media (min-width:992px) {
  .header-mid .value-prop-bar > li a {
    font-size: 12px;
    margin-right: 10px
  }
  .header-mid .talk-to-us {
    height: 79px
  }
}
@media (min-width:1200px) {
  .header-mid .value-prop-bar > li a {
    font-size: 14px;
    margin-right: 12px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a {
    font-size: 13px;
    padding: 0 7px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title {
    font-size: 13px;
    padding: 0 7px
  }
  .header-bottom .header-info-links > ul > li > a {
    font-size: 14px;
    color: #e8e9e9;
    padding: 0;
    display: block;
    height: 51px;
    line-height: 51px;
    padding-right: 12px
  }
}
@media (min-width:1285px) {
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a {
    font-size: 14px;
    padding: 0 8px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title {
    font-size: 14px;
    padding: 0 8px
  }
}
@media (min-width:1350px) {
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a {
    font-size: 15px;
    padding: 0 8px
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title {
    font-size: 15px;
    padding: 0 8px
  }
}
@media (max-width:1199px) {
  .header-bottom .search-box::-webkit-input-placeholder, .newsletter-wrap .newsletter-box::-webkit-input-placeholder {
    color: transparent
  }
  .header-bottom .search-box:-moz-placeholder, .header-bottom .search-box::-moz-placeholder, .newsletter-wrap .newsletter-box:-moz-placeholder, .newsletter-wrap .newsletter-box::-moz-placeholder {
    color: transparent
  }
  .header-bottom .search-box:-ms-input-placeholder, .newsletter-wrap .newsletter-box:-ms-input-placeholder {
    color: transparent
  }
}
@media (max-width:991px) {
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a {
    padding: 0 10px
  }
  .header-bottom .header-info-links {
    position: absolute;
    right: 15px;
    top: 1px;
    height: 30px;
    padding-right: 15px;
    background-color: #eee;
    padding-left: 15px;
    border-radius: 0 0 6px 6px
  }
  .header-bottom .header-info-links > ul > li > a {
    color: #565c5d;
    font-size: 12px
  }
}
@media (max-width:767px) {
  .header-mid .talk-to-us {
    width: 185px;
    margin-top: 10px
  }
  .header-mid .value-prop-bar {
    width: 185px;
    display: block;
    text-align: center;
    margin-top: 5px
  }
  .header-mid .value-prop-bar > li a {
    font-size: 14px
  }
  .header-mid .talk-to-us .talk-number {
    font-weight: 300
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.TopCategory > a {
    color: #fff;
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-left: 20px;
    line-height: 50px;
    white-space: nowrap;
    position: relative
  }
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li.menu-open.TopCategory {
    background: 0 0
  }
}
@media (max-width:480px) {
  .header-mid .talk-to-us {
    width: 126px;
    margin-top: 15px
  }
  .header-mid .value-prop-bar {
    width: 126px;
    padding-bottom: 5px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .header-bottom#navMod .main-menu-wrap .menu-level-1 > li .menu-title, .header-bottom#navMod .shopping-cart-button {
    font-size: 14px;
    font-weight: 600
  }
  .header-mid .talk-to-us {
    margin-right: 76px
  }
  .header-bottom .shopping-cart-button:before {
    font-size: 2em
  }
  .header-bottom .cart-wrap {
    position: absolute;
    top: -137px;
    right: 15px;
    width: 70px
  }
  header .header-wrap-all {
    padding-bottom: 40px
  }
}
/* footer fix */
.footer-upper .catalog-wrap {
  text-align: center;
  padding: 0;
}
.footer-upper .col-xs-12.col-sm-12.col-md-6 {
  width: 100%;
}
.footer-upper .newsletter-wrap {
  float: none;
  padding: 0;
}
/* bfmc home hero 5-8-26 */
/* HERO WRAPPER */
.bf-hero-section {
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a;
  min-height: 464px;
  display: flex;
  align-items: center;
}
.bf-hero-section > .container {
  width: 100%;
}
/* Background office image (right portion of hero) */
.bf-hero-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Gradient fade from dark left to transparent right */
.bf-hero-bg-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26, 26, 26, 0.90) 0%, rgba(26, 26, 26, 0.65) 40%, rgba(26, 26, 26, 0.0) 60%, rgba(26, 26, 26, 0.0) 100%);
}
/* Content sits on top of the pseudo-element gradient */
.bf-hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 15px 40px 15px;
}
/* Stars row */
.bf-hero-stars {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 5px;
}
.bf-hero-stars img {
  height: 16px;
}
.bf-hero-stars span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.bf-hero-stars strong {
  color: #fff;
}
/* Main heading */
.bf-hero-heading {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  margin: 0 0 18px;
  font-family: Oswald, sans-serif;
}
/* Sub-copy */
.bf-hero-subtext {
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  max-width: 460px;
  margin-bottom: 30px;
}
/* CTA buttons */
.bf-hero-ctas {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
}
a.btn.primary-white {
  color: #333;
  background: #fff;
}
/* TRUST BAR */
.trust-bar {
  background-color: #f4f4f4;
  border-top: 1px solid #e0e0e0;
  padding: 18px 0;
  margin-bottom: 60px;
}
.trust-bar .container .row .col-xs-6 {
  border-right: 1px solid #ccc;
}
.trust-bar .container .row {
  display: flex;
}
.trust-bar .container .row .col-xs-6:last-child {
  border-right: none;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  padding: 4px 12px;
  border-right: 1px solid #ddd;
}
.trust-item:last-child {
  border-right: none;
}
.trust-icon {
  font-size: 22px;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
  color: #333;
  display: flex;
}
.trust-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px
}
.trust-text span {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}
/* SVG icon */
.trust-icon img {
  width: 24px;
  height: 24px;
}
/* MOBILE OVERRIDES */
@media (max-width: 767px) {
  .bf-hero-section {
    min-height: auto;
    display: flex;
    flex-flow: column wrap;
  }
  /* On mobile the background image becomes a bottom block */
  .bf-hero-bg-image {
    position: relative;
    width: 100%;
    height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    order: 2;
  }
  .bf-hero-bg-image::before {
    background: linear-gradient(to top, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.10) 60%, rgba(26, 26, 26, 1) 100%);
  }
  .bf-hero-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .bf-hero-content {
    padding: 32px 10px 28px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .bf-hero-heading {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .bf-hero-subtext {
    max-width: 100%;
    font-size: 14px;
  }
  /* Stack buttons full-width */
  .bf-hero-ctas {
    flex-flow: column wrap;
    width: 100%;
  }
  .bf-hero-ctas .btn {
    width: 100%;
    margin: 0;
  }
  /* Trust bar: 2-column grid on mobile */
  .trust-item {
    padding: 12px 14px;
  }
  .trust-text strong {
    font-size: .9rem;
  }
  .trust-text span {
    display: none;
  }
  .trust-bar .container .row {
    display: block;
  }
  .trust-bar .container .row .col-xs-6 {
    border-right: none;
  }
}
/* BFMC catalog page header - May 2026 */
section.cat-header-container {
  margin-bottom: 15px;
}
/*  Breadcrumb  */
.cat-breadcrumb {
  font-size: 14px;
  color: #333;
}
.cat-breadcrumb a {
  color: #333;
  text-decoration: none;
}
.cat-breadcrumb a:hover {
  text-decoration: underline;
}
.cat-breadcrumb .sep {
  margin: 0 6px;
}
.cat-breadcrumb .cat-breadcrumb-current {
  font-weight: 600;
}
/*  Hero wrapper  */
.cat-hero-section {
  background: #f5f5f5;
  overflow: hidden;
}
/* Desktop: text left, image right flush */
.cat-hero-inner {
  display: flex;
  align-items: stretch;
  min-height: 370px;
}
.cat-hero-text {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 28px 40px 36px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.cat-stars {
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 5px;
}
.cat-stars img {
  height: 16px;
}
.cat-stars .review-text {
  font-size: 14px;
  font-weight: 500;
}
.cat-hero-title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0;
}
.cat-hero-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}
.cat-hero-image {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}
.cat-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 1.89;
}
/*  Trust Bar  */
.cat-trust-bar {
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.cat-trust-bar .container-fluid, .cat-trust-bar .container {
  padding: 0;
}
.cat-trust-items {
  display: flex;
  align-items: stretch;
}
.cat-trust-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 25px 20px;
  border-right: 0px solid #e8e8e8;
}
.cat-trust-item:last-child {
  border-right: none;
}
.cat-trust-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.cat-trust-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.cat-trust-copy strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #111;
  line-height: 1.3;
}
.cat-trust-copy span {
  font-size: 13px;
}
/*  Category Slider  */
.cat-slider-section {
  background: #f5f5f5;
  padding: 24px 0 32px;
}
.cat-slider-wrap {
  position: relative;
}
.cat-slide-item {
  padding: 0 6px;
  outline: none;
}
.cat-slide-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  border-radius: 2px;
}
.cat-slide-card:hover {
  border-color: #aaa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.cat-slide-card.active {
  border: 2px solid #111;
}
.cat-slide-card img {
  width: 100%;
  max-width: 130px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}
.cat-slide-label {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.3;
}
/*  Equal-height carousel cards via flexbox  */
.cat-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.cat-slider .slick-slide {
  display: flex !important;
  height: auto;
}
.cat-slide-item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.cat-slide-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cat-slide-card img {
  flex-shrink: 0;
}
/* Slick arrow overrides */
.cat-slider-wrap .slick-prev, .cat-slider-wrap .slick-next {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.cat-slider-wrap .slick-prev {
  left: -15px;
}
.cat-slider-wrap .slick-next {
  right: -15px;
}
.cat-slider-wrap .slick-prev:before, .cat-slider-wrap .slick-next:before {
  color: #333;
  line-height: 36px;
}
.cat-slider-wrap .slick-prev:not(.slick-disabled):hover::before, .cat-slider-wrap .slick-next:not(.slick-disabled):hover::before {
  color: #64c2cf;
}
/*  MOBILE OVERRIDES  */
@media (max-width: 767px) {
  .cat-slide-card {
    padding: 10px;
  }
  .cat-breadcrumb {
    display: none;
  }
  .cat-hero-inner {
    flex-direction: column;
    min-height: auto;
  }
  .cat-hero-text {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 24px 20px 20px;
    text-align: center;
    align-items: center;
    gap: 20px;
  }
  .cat-hero-title {
    font-size: 32px;
  }
  /* Mobile desc */
  .cat-hero-desc .desktop-only {
    display: none;
  }
  .cat-hero-image {
    flex: none;
    max-width: none;
    height: 220px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  /* Trust bar 
      .cat-trust-bar {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      } */
  .cat-trust-items {
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .cat-trust-item {
    flex: 0 0 50%;
    padding: 10px 15px;
    gap: 8px;
  }
  .cat-trust-copy strong {
    font-size: 11px;
    letter-spacing: normal;
  }
  .cat-trust-copy span {
    display: none;
  }
  /* Slider on mobile */
  .cat-slider-section {
    padding: 16px 0 24px;
  }
  .cat-slider-wrap .slick-prev {
    display: none !important;
  }
  .cat-slider-wrap .slick-next {
    display: none !important;
  }
  .cat-slide-card img {
    height: 62px;
  }
  .cat-slide-label {
    font-size: 11px;
  }
}

/* call an expert on product catalog pages */
.call-an-expert-grid-top {
	display: grid;
    grid-template-columns: 64px auto auto;
    gap: 16px;
	grid-row-gap: 10px;
	border:1px solid #EEE;
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 30px;
	align-items: center;
	background-image: url("../images/expert-bg-image.png");
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color:#f9f9f9;
}
.call-an-expert-grid-top .expert-photo img { max-width: 64px; }
.call-an-expert-grid-top .expert-copy { }
.call-an-expert-grid-top .expert-copy .expert-heading { font-size: 17px; font-weight: 600; margin-bottom: 5px; }
.call-an-expert-grid-top .expert-copy .expert-subheading { font-size: 14px; }
		

@media (min-width: 1200px) { 
		.call-an-expert-grid-top .expert-button {		
		    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
		}
}
.call-an-expert-grid-top .expert-button .btn { border-radius: 8px; letter-spacing: normal; font-size: 17px; height: auto; line-height: normal; padding: 12px 24px; margin: 0; }
.call-an-expert-grid-top .expert-button .btn .fa { margin-right: 10px; font-size: 18px; }

@media (max-width: 1199px) { 
.call-an-expert-grid-top {
	grid-template-columns: 64px auto;
	background-image:none;
	background-color:#f9f9f9;
  }

.call-an-expert-grid-top .expert-button {
	grid-column-start: 2;
  }
	.call-an-expert-grid-top .expert-button .btn { width: auto; display: inline-block; }
}

.product-grid .call-an-expert-grid-top {
    background-image: none;
	grid-row-gap:20px;
	margin-bottom: 0;
}
@media (min-width: 768px) { 
.product-grid .call-an-expert-grid-top {
	display: flex;
    flex-flow: column wrap;
    text-align: center;
}
}

/* talk to expert - mobile CTA */
/* Hidden entirely on tablet/desktop */
.expert-cta-bar {
  display: none;
}

@media (max-width: 767px) {
  .expert-cta-bar {
    display: flex;
    align-items: center;
    gap: 12px;
	justify-content: center;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1040;

    padding: 10px 16px;
    border-radius: 10px;
    background-color:#64c2cf;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);

    color: #fff;
    text-decoration: none;

    /* Off-screen until scroll reveals it */
    transform: translateY(calc(100% + 20px));
    opacity: 0;
    visibility: hidden;
    transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
  }

  .expert-cta-bar:hover,
  .expert-cta-bar:focus,
  .expert-cta-bar:active {
    color: #fff;
    text-decoration: none;
  }

  .expert-cta-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .expert-cta-avatar {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
  }

  .expert-cta-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .expert-cta-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
	  gap:4px;
  }

  .expert-cta-eyebrow {
    font-size: 15px;
    font-weight: 400;
  }

  .expert-cta-action {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .expert-cta-bar {
    transition: none;
  }
}

