/** Shopify CDN: Minification failed

Line 25:3 Unexpected "zoom"

**/
@font-face {
  font-family: 'Poster Gothic ATF';
  src: url("PosterGothicATF-Bold.eot");
  src: url("PosterGothicATF-Bold.eot?#iefix") format("embedded-opentype"), url("PosterGothicATF-Bold.woff2") format("woff2"), url("PosterGothicATF-Bold.woff") format("woff"), url("PosterGothicATF-Bold.ttf") format("truetype"), url("PosterGothicATF-Bold.svg#PosterGothicATF-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

a:link {
  outline: 0; }

a:visited {
  outline: 0; }

a:active {
  outline: 0; }

a:focus {
  outline: 0; }

:focus {
  outline: 0; }

.waypoint.up {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 60px; }
  .waypoint.up.visible {
    opacity: 1;
    visibility: visible;
    top: 0; }
  @media (max-width: 767px) {
    .waypoint.up {
      top: 15px; } }

.waypoint.up2 {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 100px; }
  .waypoint.up2.visible {
    opacity: 1;
    visibility: visible;
    top: 0; }
  @media (max-width: 767px) {
    .waypoint.up2 {
      top: 30px; } }

.waypoint.fade-in {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden; }
  .waypoint.fade-in.visible {
    opacity: 1;
    visibility: visible; }

.waypoint.slide-in {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden;
  left: -60px; }
  .waypoint.slide-in.visible {
    left: 0;
    opacity: 1;
    visibility: visible; }

.waypoint.blur-in {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden; }
  .waypoint.blur-in.visible {
    opacity: 1;
    visibility: visible;
    filter: blur(0px); }

.header-drawer .waypoint.fade-in {
  opacity: 1 !important;
  visibility: visible !important; }

.shadow {
  text-shadow: 0px 0px 20px #000; }

body {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  display: block;
  background: #eee;
  font-size: 12px; }

body.drawer-visible {
  overflow-y: hidden; }

p {
  margin: 0 0 15px 0; }

a {
  color: #0381a2; }

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

.dark-overlay::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); }

.light-overlay::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(225, 225, 225, 0.7); }

.bg-fill {
  display: block;
  width: 80%;
  margin: 0 auto;
  z-index: 1; }

.replay-btn {
  font-size: 14px;
  text-transform: uppercase;
  background: #12a1c9;
  border-radius: 5px;
  padding: 0 30px;
  color: white;
  display: inline-block;
  line-height: 47px;
  height: 45px;
  font-weight: 600; }
  .replay-btn:hover {
    cursor: pointer; }

.banner-top-ad {
  background: #12a1c9;
  width: 100%;
  position: relative;
  display: block;
  height: 35px;
  line-height: 35px;
  z-index: 99999;
  text-align: center;
  color: white !important;
  font-size: 14px; }
  .banner-top-ad a {
    color: white !important; }

.overlay-site {
  background: white;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  position: fixed; }

.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #6ed8ce;
  position: fixed;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

#preview-bar-iframe {
  display: none !important; }

.mobile-prods-nav .mcs-new-products-dropdown {
  display: block; }
.mobile-prods-nav .mcs-new-products-dropdown .new-col {
  padding: 0;
  border: 0 !important; }
.mobile-prods-nav .mcs-new-products-dropdown .new-col-wide {
  padding: 0;
  border: 0 !important; }
.mobile-prods-nav .mcs-new-products-dropdown .new-col h2, .mobile-prods-nav .mcs-new-products-dropdown .new-col-wide h2 {
  font-size: 16px;
  padding: 30px 0 15px  !important; }
.mobile-prods-nav .mcs-new-products-dropdown .new-col h3, .mobile-prods-nav .mcs-new-products-dropdown .new-col-wide h3 {
  font-size: 12px !important; }
.mobile-prods-nav .mcs-new-products-dropdown .new-col a, .mobile-prods-nav .mcs-new-products-dropdown .new-col-wide a {
  width: 45%;
  padding: 5px; }

.header {
  position: fixed;
  background: white;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 0; }
  .header.banner-ad-active {
    padding-top: 35px; }

body.scrolled .header {
  padding-top: 0px; }

.main-header-wrapper {
  padding: 0 15px;
  border: 0;
  padding-bottom: 10px; }

.main-header {
  border-bottom: 0;
  padding-bottom: 15px;
  max-width: 1280px;
  margin: 0 auto;
  display: block; }

.header-tools .navigation {
  height: 60px;
  line-height: 60px; }

.branding-logo-image, .branding-logo-link {
  max-width: 220px;
  max-height: none; }
  @media (max-width: 767px) {
    .branding-logo-image, .branding-logo-link {
      max-width: 220px;
      max-height: none; } }

.header-actions:before {
  height: 15px;
  top: 4px;
  position: relative; }

.header-navigation-link {
  font-family: 'Campton' , Helvetica;
  font-weight: 600;
  color: black;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: lowercase; }
  .header-navigation-link:hover {
    color: #6ed8ce; }
  .header-navigation-link::before {
    display: none; }
  .header-navigation-link.active {
    color: #6ed8ce !important; }
  @media (min-width: 768px) {
    .header-navigation-link.secondary-link {
      height: 45px;
      line-height: 45px; } }

li.products-btn {
  margin-right: 15px; }

li.products-btn::after {
  display: inline-block !important;
  content: '+';
  color: #6ed8ce !important;
  font-size: 12px;
  margin-left: -5px;
  background: transparent; }
  @media (max-width: 767px) {
    li.products-btn::after {
      display: none !important; } }

li.products-btn.active::after {
  display: inline-block !important;
  content: '-';
  color: #6ed8ce !important;
  font-size: 12px;
  margin-left: -5px;
  background: transparent; }
  @media (max-width: 767px) {
    li.products-btn.active::after {
      display: none !important; } }

.header-navigation-link:focus, .header-navigation-link:hover {
  color: #6ed8ce; }

.header-navigation-link.header-navigation-current {
  color: #6ed8ce; }

.header-cart-link {
  font-size: 22px;
  right: 20px;
  top: 5px; }
  @media (max-width: 767px) {
    .header-cart-link {
      top: 0;
      margin-top: -2px; } }

.header-navigation-link.header-navigation-current:after {
  bottom: 1px;
  background-color: #6ed8ce; }

.header-navigation-link:hover:after {
  bottom: 1px;
  background-color: #6ed8ce; }

.header-navigation-link.primary-link:hover:after {
  bottom: 1px;
  background-color: #6ed8ce; }

.secondary-list {
  padding: 5px 0;
  margin-top: -2px;
  border-radius: 0; }

.secondary-list-item {
  padding: 0 15px; }

.scrolled .main-header:after, .scrolled .main-header:before {
  display: none; }

.slide-color-light .primary-link:focus:after, .slide-color-light .primary-link:hover:after, .slide-color-dark .primary-link:focus:after, .slide-color-dark .primary-link:hover:after {
  display: none !important; }

.drawer-toggle {
  padding: 2px; }

.mobile-logo-black, .mobile-logo-white {
  width: 100px;
  margin: 14px auto 0; }

.mobile-logo-black {
  display: block; }

.mobile-logo-white {
  display: none; }

body.drawer-visible .mobile-logo-black {
  display: none; }
body.drawer-visible .mobile-logo-white {
  display: block; }

.header-drawer .header-navigation-list {
  padding: 10px 0 30px;
  width: 100%;
  text-align: center; }

.header-drawer .header-navigation-list-item {
  width: 100%;
  padding: 0;
  left: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.header-drawer .header-navigation-list-item:nth-child(0) {
  left: 110%; }

.header-drawer .header-navigation-list-item:nth-child(0) {
  left: 120%; }

.header-drawer .header-navigation-list-item:nth-child(0) {
  left: 130%; }

body.drawer-visible .header-drawer .header-navigation-list-item {
  left: 0;
  opacity: 1; }

.header-drawer .header-navigation-link {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 12px 0;
  display: block;
  font-size: 18px; }

.drawer-social-icons a:before {
  font-size: 16px; }

.header-drawer .secondary-list {
  display: block !important;
  padding: 0; }

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

.tabs-nav li:first-child a {
  border-right: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px; }

.tabs-nav .tab-active a {
  background: white;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #8dc63f;
  cursor: default; }

.tabs-nav a {
  background: #f4f6f4;
  border: 1px solid #c6c9cd;
  color: #8b9098;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  width: 140px; }

.tabs-nav li {
  float: left; }

.tabs-stage {
  border: 1px solid #c6c9cd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  margin-bottom: 20px;
  position: relative;
  top: -1px;
  width: 281px; }

.tabs-stage p {
  margin: 0;
  padding: 20px;
  color: #545454; }

.secondary-list {
  display: none !important; }

.header-nav-desc {
  display: none; }

.header-products-wrap {
  max-width: 1400px;
  margin: 0 auto; }

.header-products {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  @media (max-width: 767px) {
    .header-products {
      background: white; } }
  .header-products.active {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    max-height: 90%;
    border-top: 1px solid #eee; }
    @media (max-width: 767px) {
      .header-products.active {
        max-height: 2200px;
        padding-bottom: 30px;
        border: 0; } }
  .header-products .sale-badge {
    display: none; }
  .header-products .list-container {
    padding: 0; }
  .header-products .list-item {
    -webkit-transition: all 0.01s ease-in-out;
    -moz-transition: all 0.01s ease-in-out;
    -o-transition: all 0.01s ease-in-out;
    transition: all 0.01s ease-in-out;
    width: 9%;
    padding: 0;
    margin-bottom: 0 !important; }
    .header-products .list-item:hover {
      background: #f6f6f6; }
      .header-products .list-item:hover img {
        opacity: 1; }
    @media (max-width: 767px) {
      .header-products .list-item {
        width: 32%; } }
  .header-products .list-image-wrapper {
    min-height: auto;
    padding: 10px; }
  .header-products h3 {
    font-size: 11px !important;
    margin-top: 4px !important; }
    @media (max-width: 767px) {
      .header-products h3 {
        font-size: 12px !important; } }
  .header-products .header-nav-desc {
    padding: 5px 0 0;
    display: block !important;
    margin-bottom: 5px;
    font-size: 9px;
    color: #666 !important; }
    @media (max-width: 767px) {
      .header-products .header-nav-desc {
        font-size: 8px !important; } }

.mcs-new-products-dropdown {
  position: relative;
  width: 100%;
  display: flex; }
  .mcs-new-products-dropdown h2 {
    padding-top: 30px;
    font-size: 24px;
    color: black; }
  .mcs-new-products-dropdown h3 {
    margin-top: 15px !important;
    font-size: 14px !important;
    margin-bottom: 0 !important; }
  .mcs-new-products-dropdown .short-desc {
    font-size: 10px !important;
    display: block !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important; }
  .mcs-new-products-dropdown img {
    display: block;
    width: 80%;
    max-width: 80px;
    margin: 0 auto; }
  .mcs-new-products-dropdown .new-col {
    flex: 1;
    text-align: center;
    padding: 0 15px; }
    .mcs-new-products-dropdown .new-col a {
      display: inline-block;
      vertical-align: top;
      width: 90%;
      padding: 10px;
      margin: 0; }
      .mcs-new-products-dropdown .new-col a:hover {
        opacity: .9; }
  .mcs-new-products-dropdown .new-col-wide {
    flex: 2;
    text-align: center;
    padding: 0 15px; }
    .mcs-new-products-dropdown .new-col-wide a {
      display: inline-block;
      vertical-align: top;
      width: 45%;
      padding: 10px 3px 3px 3px;
      margin: 0; }
      .mcs-new-products-dropdown .new-col-wide a:hover {
        opacity: .9; }
  .mcs-new-products-dropdown .new-col-wide-1 {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }
    .mcs-new-products-dropdown .new-col-wide-1 a {
      width: 33%; }
  .mcs-new-products-dropdown .new-col-wide-2 {
    border-right: 1px solid #eee; }
    .mcs-new-products-dropdown .new-col-wide-2 a {
      width: 33%; }

.mtabs-nav {
  display: flex;
  background: #191919;
  margin: -1px -20px; }

.mtabs-nav a {
  font-size: 14px;
  flex: 1;
  text-align: center;
  padding: 10px 0;
  background: #191919;
  color: white; }
  .mtabs-nav a.active {
    color: #73d8ce; }

.mtabs-stage h2 {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  color: black; }
.mtabs-stage a {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-bottom: 10px;
  padding: 0 15px; }
  .mtabs-stage a p.short-desc {
    margin-top: 5px; }
  .mtabs-stage a img {
    max-width: 100px;
    margin: 0 auto; }

.flash-sale-banner {
  position: relative;
  height: 100vh; }
  @media (max-width: 767px) {
    .flash-sale-banner {
      height: 75vh; } }
  .flash-sale-banner .vertical {
    margin-top: -5%;
    width: 100%;
    text-align: center;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .flash-sale-banner .vertical {
        padding: 0 15px; } }
  .flash-sale-banner h1 {
    font-family: 'Campton' , Helvetica;
    font-size: 48px;
    color: white;
    font-weight: 600; }
  .flash-sale-banner h6 {
    font-family: 'Campton' , Helvetica;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0; }
  .flash-sale-banner h2 {
    font-family: 'Campton' , Helvetica;
    font-size: 24px;
    color: white; }

.elab-new-slider {
  height: auto;
  min-height: 500px; }
  @media (max-width: 767px) {
    .elab-new-slider {
      padding-bottom: 15px;
      min-height: auto; } }
  .elab-new-slider .slide-text {
    text-align: left; }
    @media (max-width: 767px) {
      .elab-new-slider .slide-text {
        text-align: center;
        padding: 15px; } }
  .elab-new-slider .slide-text h4 {
    font-size: 14px; }
    @media (max-width: 767px) {
      .elab-new-slider .slide-text h4 {
        color: #ccc;
        font-size: 12px;
        margin-bottom: 5px; } }
  .elab-new-slider .slide-text h3 {
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .elab-new-slider .slide-text h3 {
        font-size: 13px;
        line-height: 20px;
        padding: 0px; } }
  .elab-new-slider .slide-text h2 {
    margin-left: -5px;
    top: 5px; }
    @media (max-width: 767px) {
      .elab-new-slider .slide-text h2 {
        margin-left: -1px;
        top: 0; } }
  .elab-new-slider .slide-1-text {
    color: black;
    text-align: left; }
    @media (max-width: 767px) {
      .elab-new-slider .slide-1-text {
        color: black;
        text-align: center;
        padding: 15px; } }
  .elab-new-slider .carousel-cell {
    width: 100%;
    display: block; }
  .elab-new-slider .flickity-prev-next-button {
    background: transparent; }
    @media (max-width: 767px) {
      .elab-new-slider .flickity-prev-next-button {
        display: none; } }
    .elab-new-slider .flickity-prev-next-button:hover {
      background: transparent; }
  .elab-new-slider .flickity-page-dots {
    display: none;
    bottom: 20px; }
    .elab-new-slider .flickity-page-dots li {
      background: #666;
      opacity: 1; }
      .elab-new-slider .flickity-page-dots li.is-selected {
        opacity: 1;
        background: #eee; }
  .elab-new-slider .cta {
    display: inline-block;
    background: white;
    padding: 0 30px;
    margin: 0;
    color: #222;
    margin-top: 22px;
    height: 45px;
    line-height: 45px;
    font-weight: 600; }
    .elab-new-slider .cta.dark {
      background: #333;
      color: white; }
      .elab-new-slider .cta.dark:hover {
        background: #111; }
    .elab-new-slider .cta span {
      margin-left: 8px; }
    .elab-new-slider .cta:hover {
      background: #eee; }

.homepage-banner-img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0; }

body.ready .homepage-banner-img {
  visibility: visible;
  opacity: 1; }

.homepage-video-wrapper {
  height: calc(100vh - 60px); }
  @media (max-width: 767px) {
    .homepage-video-wrapper {
      height: auto; } }

.homepage-video {
  width: 100%;
  margin-left: 0%;
  margin-bottom: -5px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .homepage-video {
      position: absolute;
      bottom: 0; } }

.home-slideshow-loader {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: visible;
  opacity: 1; }

body.ready .home-slideshow-loader {
  visibility: hidden;
  opacity: 0; }

.slide-text {
  padding: 0 60px;
  top: 176px;
  z-index: 3; }
  @media (max-width: 767px) {
    .slide-text {
      top: 0px;
      padding: 30px 15px 35px;
      position: relative;
      transform: none;
      left: 0;
      right: 0; } }

.slide-text h3 {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  @media (max-width: 767px) {
    .slide-text h3 {
      margin-top: 6px; } }

.home-callout-btn {
  position: absolute;
  bottom: 180px;
  border: 3px solid black;
  color: black;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  height: 55px;
  line-height: 51px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 9999;
  display: none; }
  @media (max-width: 767px) {
    .home-callout-btn {
      bottom: auto;
      top: 125px; } }
  .home-callout-btn:hover {
    color: black;
    opacity: .8; }

.learn-more-home {
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 2px;
  margin-top: 80px;
  padding: 15px 60px;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

body.ready2 .learn-more-home {
  opacity: 1;
  margin-top: 30px;
  visibility: visible; }
  body.ready2 .learn-more-home:hover {
    opacity: .8; }

.nightpad-banner-wrap {
  padding-top: 70%; }
  @media (max-width: 767px) {
    .nightpad-banner-wrap {
      padding-top: 0;
      height: auto; } }

.toggle-light {
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 2px;
  margin-top: 80px;
  padding: 15px 60px;
  background: red;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 30px;
  color: white !important; }
  .toggle-light:hover {
    cursor: pointer; }
  .toggle-light .on {
    display: none; }
  .toggle-light.active .on {
    display: inline-block; }
  .toggle-light .off {
    display: inline-block; }
  .toggle-light.active .off {
    display: none; }
  @media (max-width: 767px) {
    .toggle-light {
      margin-top: 15px; } }

.nightpad-banner1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
  visibility: visible; }
  .nightpad-banner1.active {
    opacity: 0;
    visibility: hidden; }

.nightpad-banner2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.nightpad-slider-text {
  color: black; }
  .nightpad-slider-text a {
    color: black; }
  .nightpad-slider-text h4 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px; }
  .nightpad-slider-text h2 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .nightpad-slider-text h3 {
    font-weight: 400;
    font-size: 22px; }
  .nightpad-slider-text.active {
    color: white; }
    .nightpad-slider-text.active a {
      color: white; }

.zzz {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  animation-name: zzz;
  animation-duration: 2.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: forwards;
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  transform: translateY(100%);
  font-family: Roboto,sans-serif;
  font-weight: 600; }
  .zzz.active {
    display: block;
    visibility: visible;
    opacity: 1; }

.zzz-z {
  animation-delay: 0.4s;
  right: 43%;
  top: 40%; }

.zzz-zz {
  animation-delay: 0.8s;
  right: 41%;
  top: 43%; }

.zzz-zzz {
  animation-delay: 1.2s;
  right: 45%;
  top: 46%; }

/* *** All Animations *** */
/*Darker Sky*/
@-webkit-keyframes zzz {
  0% {
    color: black;
    font-size: 12px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

  100% {
    color: #333;
    font-size: 22px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes zzz {
  0% {
    color: black;
    font-size: 12px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

  100% {
    color: #333;
    font-size: 22px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.mcs-outlet-bar {
  padding: 60px 0;
  position: relative;
  display: block;
  text-align: center; }
  .mcs-outlet-bar h1 {
    font-size: 3em;
    font-weight: 100; }
  .mcs-outlet-bar p {
    font-size: 16px; }
  .mcs-outlet-bar .btn {
    display: inline-block;
    background: #393939;
    border-radius: 0;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 10px 30px; }

.column-5 .list-item {
  width: 20%; }
  @media (max-width: 767px) {
    .column-5 .list-item {
      width: 100%; } }

.column-5 .list-container {
  padding: 0 15px; }

.home-marketing-blocks {
  display: none; }

.home-mblock-wrap {
  float: left;
  width: 50%;
  padding-top: 50%;
  position: relative; }
  @media (max-width: 767px) {
    .home-mblock-wrap {
      width: 100%;
      padding-top: 100%; } }

.home-mblock-wrap-full {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative; }

.home-mblock1-wrap {
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, white);
  /* Standard syntax */ }

.home-mblock2-wrap {
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, white);
  /* Standard syntax */ }

.home-mblock3-wrap {
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, white);
  /* Standard syntax */ }

.home-mblock {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .home-mblock h1 {
    font-size: 42px;
    font-weight: 700; }
  .home-mblock p {
    font-size: 18px;
    padding: 10px 90px; }

.home-mblock-txt {
  width: 100%;
  text-align: center;
  margin-top: 70px;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .home-mblock-txt {
      margin-top: 22px; }
      .home-mblock-txt h1 {
        font-size: 26px; }
      .home-mblock-txt p {
        font-size: 14px;
        padding: 15px 60px; } }

.home-about {
  position: relative;
  display: block; }
  .home-about .home-about-content {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    color: white;
    padding: 30px 30px 15px 30px;
    width: 50%;
    left: 25%; }
    @media (max-width: 767px) {
      .home-about .home-about-content {
        height: 100%;
        width: 100%;
        left: 0; }
        .home-about .home-about-content p {
          font-size: 12px; } }

.magic-grips-marketing {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 550px; }

.introducing {
  position: absolute;
  width: 100%;
  top: 40px;
  text-align: center;
  color: #6ed8ce;
  margin: 0;
  font-size: 16px; }

.magic-info {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 280px; }
  .magic-info p {
    opacity: .4;
    font-size: 14px;
    margin: 0;
    font-size: 14px; }
  .magic-info a {
    color: #6ed8ce;
    font-size: 16px; }
    .magic-info a:hover .chev-right {
      margin-left: 5px; }
  .magic-info .chev-right {
    opacity: .3;
    position: relative;
    top: 6px;
    width: 15px;
    margin-left: 3px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg); }

.magic-bgs {
  position: relative;
  display: block;
  top: 200px;
  max-width: 800px;
  height: auto;
  margin: 0 auto; }
  .magic-bgs .magic-mouse-bg {
    z-index: 1;
    position: absolute; }
  .magic-bgs .magic-mouse-nobg {
    z-index: 3;
    position: absolute;
    left: 53%;
    margin-left: -200px;
    width: 390px;
    top: 60px; }
  .magic-bgs .magic-mouse-left {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 100px;
    top: 72px;
    width: 180px;
    z-index: 2; }
  .magic-bgs .magic-mouse-right {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 85px;
    top: 87px;
    width: 180px;
    z-index: 4; }

body.ready .magic-mouse-left {
  opacity: 1; }
body.ready .magic-mouse-right {
  opacity: 1; }

body.ready3 .magic-mouse-left {
  left: 160px;
  opacity: 1; }
body.ready3 .magic-mouse-right {
  right: 145px;
  opacity: 1; }

.magic-bgs.visible .magic-mouse-left {
  left: 200px;
  opacity: 1; }
.magic-bgs.visible .magic-mouse-right {
  right: 185px;
  opacity: 1; }

.anchor-btn {
  display: inline-block;
  padding: 15px 60px;
  background: blue;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 30px;
  color: white !important; }

.home-block {
  position: relative;
  display: block; }
  .home-block.home-block-desktop {
    display: block; }
    @media (max-width: 767px) {
      .home-block.home-block-desktop {
        display: none; } }
  .home-block.home-block-mobile {
    display: none; }
    @media (max-width: 767px) {
      .home-block.home-block-mobile {
        display: block; }
        .home-block.home-block-mobile .home-content {
          color: black !important; } }
  .home-block .bg-img {
    position: relative;
    width: 100%;
    display: block; }
  .home-block .home-block-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 60%;
    height: 100%; }
  .home-block .home-block-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 10%;
    height: 100%; }
  .home-block .home-content {
    padding: 30px 30px 60px 30px;
    text-align: left; }
    .home-block .home-content h1 {
      font-weight: 400;
      font-size: 42px;
      padding: 5px 0 15px 0; }
      .home-block .home-content h1 span {
        font-weight: 100; }
    .home-block .home-content h6 {
      font-size: 14px;
      padding-right: 30px;
      line-height: 1.6em; }
    .home-block .home-content h5 {
      font-size: 13px;
      padding-right: 30px;
      font-weight: 600;
      margin-top: 15px; }
  .home-block .compat {
    margin-top: 15px; }
    .home-block .compat div {
      display: inline-block;
      vertical-align: top;
      max-width: 30px;
      margin-right: 6px;
      border-radius: 100px;
      border: 1px solid #aaa;
      background: rgba(255, 255, 255, 0.2); }

.home-block-desktop-block0 {
  position: relative;
  height: auto; }

.homepage-video {
  position: relative; }
  .homepage-video video {
    display: block;
    width: 100%; }

.bg-wraps {
  position: relative;
  display: block; }
  .bg-wraps .bg-img-overlay {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 3;
    animation-name: multiple-image-crossfade;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
  .bg-wraps .bg-img-base {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1; }

@keyframes multiple-image-crossfade {
  0% {
    opacity: 1; }

  20% {
    opacity: 1; }

  45% {
    opacity: 1; }

  50% {
    opacity: 0; }

  80% {
    opacity: 0; }

  95% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.home-block-desktop-block1 {
  background: white;
  height: calc(100vh - 60px );
  position: relative; }
  .home-block-desktop-block1 .vertical {
    top: 40%; }

.scroll-indicate {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

body.scrolled .scroll-indicate {
  opacity: 0;
  visibility: hidden;
  bottom: 120px; }

.home-link-btn {
  margin-top: 15px;
  font-family: 'Campton' , Helvetica;
  padding: 0 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: black;
  font-weight: 600;
  z-index: 6; }
  .home-link-btn.clear {
    background: #eee;
    color: black; }
  .home-link-btn.white {
    background: white;
    border: 0;
    color: black; }
    .home-link-btn.white:hover {
      border: 0;
      opacity: .9; }
  .home-link-btn.blue {
    background: #0381a2;
    color: white;
    opacity: .8; }
    .home-link-btn.blue:hover {
      cursor: pointer;
      opacity: .7; }

.bottom-full-bg {
  position: relative;
  display: block; }
  .bottom-full-bg .bottom-full-bg-content {
    padding: 30px 30px 60px 30px;
    text-align: left; }
    .bottom-full-bg .bottom-full-bg-content h1 {
      font-weight: 400;
      font-size: 42px;
      padding: 15px 0; }
      .bottom-full-bg .bottom-full-bg-content h1 span {
        font-weight: 100; }
    .bottom-full-bg .bottom-full-bg-content h6 {
      font-size: 14px;
      padding-right: 30px;
      line-height: 1.6em; }
    .bottom-full-bg .bottom-full-bg-content h5 {
      font-size: 12px;
      padding-right: 30px;
      font-weight: 400;
      margin-top: 10px; }

@media (max-width: 767px) {
  .site-gutter {
    padding: 0; } }

.site-gutter.product-tagvault-ghost {
  background: black; }

.main-content {
  position: relative;
  display: block;
  max-width: 1280px;
  margin: 60px auto 0;
  background: white;
  z-index: 2; }

.collection {
  padding: 60px 0; }

.sale-badge {
  right: 0; }

.new-field {
  font-size: 14px;
  color: #bf4800;
  padding: 5px 0 0; }

.number-input-field input[type="number"] {
  border-left: 1px solid #eee; }

.module-product {
  padding: 30px 0 0; }
  @media (max-width: 767px) {
    .module-product {
      padding: 15px 0 0; } }

.single-product-top {
  margin-bottom: 30px; }

.product-form {
  margin: 0; }
  @media (max-width: 767px) {
    .product-form {
      margin-top: 0; } }

.product-quantity {
  clear: both; }
  @media (max-width: 767px) {
    .product-quantity {
      display: none; } }

.product-tabs-body-item ul {
  padding-left: 20px;
  margin-bottom: 0; }
  .product-tabs-body-item ul li {
    margin: 0;
    line-height: 1.6em;
    font-size: 16px;
    color: #222;
    list-style-position: outside;
    margin-bottom: 8px; }

.testimonials-box h6 {
  display: block;
  font-size: 16px;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 4px; }

.product-testimonial-1, .product-testimonial-2 {
  margin-bottom: 10px; }
  .product-testimonial-1 .prod-desc div, .product-testimonial-2 .prod-desc div {
    opacity: .5;
    font-weight: 400;
    margin-top: 15px;
    font-style: italic; }

.prod-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  clear: both;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .prod-desc {
      font-size: 14px; } }

.product-inspiration {
  text-align: center;
  padding: 30px 15px 0; }
  @media (max-width: 767px) {
    .product-inspiration {
      padding: 0 15px; } }
  .product-inspiration strong {
    font-weight: 600; }
  .product-inspiration p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: black; }
    @media (max-width: 767px) {
      .product-inspiration p {
        font-size: 16px; } }

.product-form-submit-wrap {
  width: 100%; }

.product-slideshow-pagination-item {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 80px;
  height: 80px;
  margin: 0 3px; }
  @media (max-width: 767px) {
    .product-slideshow-pagination-item {
      width: 60px;
      height: 60px;
      margin: 0; } }
  .product-slideshow-pagination-item:focus {
    outline: 0; }

#prod-thumbs {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  #prod-thumbs.ready {
    opacity: 1;
    visibility: visible; }

.product-thumbs-elevationhub a:last-child {
  display: none !important; }

.swatch-element.active-swatch {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15); }

.swatch-element.white label {
  background-color: #d1d1d1 !important; }

.swatch-element.sport-green label {
  background-color: #94b857 !important; }

.swatch-element.matte-black label {
  background-color: #2c2c2c !important; }

.swatch-element.cerulean-blue label {
  background-color: #2b6893 !important; }

.swatch-element.bright-red label {
  background-color: #b32539 !important; }

.swatch-element.sport-blue label {
  background-color: #579ac1 !important; }

.swatch-element.sport-pink label {
  background-color: #d2545f !important; }

.swatch-element.hand-polished-red label {
  background-color: #be0615 !important; }

.swatch-element.glass-bead-blasted label {
  background-color: #e9e9e9 !important; }

.swatch-element.factory-raw label {
  background-color: #969190 !important; }

#variant-selectors-price {
  width: 100%;
  display: block;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px; }

.variant-selectors {
  display: block;
  position: relative;
  margin-bottom: 15px; }

.variant-selector {
  display: inline-block; }
  @media (max-width: 767px) {
    .variant-selector {
      width: 100%;
      margin-top: 15px; } }

.variant-label {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 12px 22px;
  text-align: center;
  border: 1.5px solid #eee;
  color: black;
  font-weight: 400;
  margin-right: 12px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .variant-label {
      width: 100%; } }
  .variant-label:hover {
    border: 1.5px solid #ccc; }
  .variant-label.active {
    border: 1.5px solid #6ed8ce; }

.variant-no-click {
  opacity: .5;
  text-decoration: line-through; }

.variant-no-click:hover {
  pointer-events: none;
  cursor: not-allowed; }

.product-embed-area {
  margin: 0 0 90px 0; }
  @media (max-width: 767px) {
    .product-embed-area {
      margin: 0 0 90px 0; } }

.replacement-template {
  position: relative;
  display: block;
  margin: 60px auto 120px;
  max-width: 70%; }
  .replacement-template .product-title h1 {
    text-align: center;
    font-size: 28px;
    padding: 60px 0 0; }
  .replacement-template p {
    font-size: 14px;
    color: #888;
    text-align: center; }
  .replacement-template .replacement-item {
    display: block;
    margin-bottom: 30px; }
  .replacement-template .r-img {
    float: left;
    width: 35%;
    padding-top: 35%;
    border: 1px solid #eee;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 767px) {
      .replacement-template .r-img {
        width: 90%;
        margin: 0 auto; } }
  .replacement-template .r-info {
    float: left;
    width: 60%;
    margin-left: 5%; }
    .replacement-template .r-info h1 {
      font-size: 18px;
      color: black;
      padding: 30px 0 15px; }
    .replacement-template .r-info h4 {
      font-size: 16px; }
    .replacement-template .r-info p {
      font-size: 14px;
      color: #888;
      text-align: center; }
    @media (max-width: 767px) {
      .replacement-template .r-info {
        width: 90%;
        margin: 0 auto; } }
  .replacement-template .replacement-btn {
    margin-top: 15px;
    font-family: 'Campton' , Helvetica;
    padding: 0 40px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    background: #0381a2;
    color: white;
    font-weight: 600;
    border-radius: 0;
    border: 0; }

.cbb-frequently-bought-container {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee; }

.cbb-frequently-bought-products {
  padding-bottom: 60px !important; }

.cbb-frequently-bought-selector-list {
  display: none !important; }

.eblog-wrap {
  padding: 60px 0;
  display: block;
  position: relative; }

.elab-blog-post {
  text-align: left;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .elab-blog-post {
      padding-bottom: 30px; } }
  .elab-blog-post a.elab-blog-post-link {
    border: 1px solid #eee;
    display: block;
    position: relative; }
    .elab-blog-post a.elab-blog-post-link .eblog-overlay {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      background: linear-gradient(270deg, #6ed8ce, #0381a2, #4d7099);
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      opacity: .5; }
    .elab-blog-post a.elab-blog-post-link:hover .eblog-overlay {
      opacity: .1; }
    .elab-blog-post a.elab-blog-post-link::after {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      content: 'READ MORE +';
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      text-align: center;
      padding-top: 31%;
      color: white;
      font-size: 12px;
      font-weight: 600;
      visibility: hidden;
      opacity: 0; }
    .elab-blog-post a.elab-blog-post-link:hover::after {
      visibility: visible;
      opacity: 1; }
  .elab-blog-post .post-image {
    margin: 0; }
  .elab-blog-post .post-bg-img {
    width: 100%;
    padding-top: 66%;
    display: block;
    position: relative;
    margin: 0; }
  .elab-blog-post .post-meta {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .elab-blog-post .post-meta {
        padding: 0px 0 0 0; } }
  .elab-blog-post .post-excerpt {
    height: auto;
    font-size: 12px;
    line-height: 24px;
    margin-top: 0px;
    color: #888; }
    .elab-blog-post .post-excerpt span {
      font-size: 12px;
      line-height: 24px;
      color: #888; }
    @media (max-width: 767px) {
      .elab-blog-post .post-excerpt {
        padding: 0; } }
  .elab-blog-post .post-title {
    height: auto;
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .elab-blog-post .post-title {
        padding: 0; } }
  .elab-blog-post:nth-child(3n+1) {
    clear: both; }

.post-content {
  font-size: 18px;
  line-height: 1.6em;
  color: black; }
  .post-content img {
    width: 100%;
    display: block; }

@media (max-width: 767px) {
  .post-meta {
    padding: 15px; }
    .post-meta span {
      display: block;
      margin-top: 5px; }
      .post-meta span::after {
        display: none; } }
.post-meta .button .icon-arrow-right {
  margin: 0 0; }

.product-handle-ghost-series {
  background: black;
  padding: 0 !important; }
  .product-handle-ghost-series .new-field {
    color: #bf4800; }
  .product-handle-ghost-series .product-title {
    color: #cbcbcb; }
  .product-handle-ghost-series .product-price {
    color: #cbcbcb; }
  .product-handle-ghost-series .product-price-compare {
    color: #525252 !important; }
  .product-handle-ghost-series .percent-discount-wrap {
    color: #cbcbcb; }
  .product-handle-ghost-series .product-tabs-header {
    border-top: 1px solid #222; }
  .product-handle-ghost-series .variant-label {
    background-color: #525252;
    color: white;
    border: 1.5px solid #3b3b3b; }
  .product-handle-ghost-series .variant-label.active {
    border: 1.5px solid #6ed8ce; }
  .product-handle-ghost-series .product-tabs-header-item.active {
    color: white; }
  .product-handle-ghost-series .product-tabs-header-item {
    color: white;
    opacity: .75; }
  .product-handle-ghost-series .product-tabs {
    max-width: 90%; }
  .product-handle-ghost-series .prod-desc {
    color: #cbcbcb; }
  .product-handle-ghost-series .product-tabs-body-item ul li {
    color: #cbcbcb; }
  .product-handle-ghost-series .number-input-field input {
    background-color: black;
    color: #cbcbcb; }
  .product-handle-ghost-series .number-input-nav-item {
    background-color: black;
    color: #cbcbcb; }
  .product-handle-ghost-series .cbb-frequently-bought-container {
    display: none !important; }

.product-handle-ghost-series .number-input-field input, .product-handle-ghost-series .number-input-nav-item {
  border: 0; }

.page-body {
  font-size: 16px;
  line-height: 1.6em;
  color: black; }

.page-header {
  border: 0; }

.section {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: auto; }
  @media (max-width: 767px) {
    .section {
      min-height: auto; } }
  .section .section-title {
    z-index: 9; }
    @media (max-width: 767px) {
      .section .section-title {
        margin-top: 15px;
        margin-bottom: 30px; } }
    .section .section-title h1 {
      font-size: 42px;
      line-height: 1.2em;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      margin-bottom: 2px;
      color: black; }
      @media (max-width: 767px) {
        .section .section-title h1 {
          font-size: 24px;
          margin-bottom: 0px; } }
    .section .section-title p {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      line-height: 1.6em;
      font-weight: 400;
      color: #888; }
      @media (max-width: 767px) {
        .section .section-title p {
          font-size: 15px;
          padding-top: 10px; } }
    .section .section-title.dark h1 {
      color: white; }
    .section .section-title.dark p {
      color: white; }
    .section .section-title.light h1 {
      color: black; }
    .section .section-title.light p {
      color: black; }
    .section .section-title.align-center {
      text-align: center; }
    .section .section-title.align-top {
      position: absolute;
      top: 90px; }
      @media (max-width: 767px) {
        .section .section-title.align-top {
          position: relative;
          top: auto; } }

.single-product-top {
  padding: 0 30px; }
  @media (max-width: 767px) {
    .single-product-top {
      padding: 0;
      margin-bottom: 0; } }
  .single-product-top .product-wrap {
    padding-left: 15px;
    padding-right: 15px; }

.section1 {
  width: 100%;
  margin-bottom: -30px; }
  .section1 .section-title {
    text-align: center;
    margin-top: 30px; }
  @media (max-width: 767px) {
    .section1 {
      margin: 30px 0; }
      .section1 .section-title {
        position: relative; } }

.section5 .section-title {
  position: absolute;
  top: 10%; }
  @media (max-width: 767px) {
    .section5 .section-title {
      position: relative;
      top: auto; } }

.section6 .section-title {
  text-align: center; }
  @media (max-width: 767px) {
    .section6 .section-title {
      text-align: left;
      margin-top: 30px; } }

.section7 {
  padding: 0 0;
  background: #fff; }
  @media (max-width: 767px) {
    .section7 {
      padding: 0; } }
  .section7 .section-title {
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .section7 .section-title {
        text-align: left !important; } }

@media (max-width: 767px) {
  .section10 .section-title {
    position: relative;
    transform: none;
    margin-top: 30px; } }

@media (max-width: 767px) {
  .section11 .section-title {
    position: relative;
    transform: none;
    margin-top: 30px; } }

@media (max-width: 767px) {
  .section12 .section-title {
    position: relative;
    transform: none;
    margin-top: 30px; }
    .section12 .section-title h1 {
      color: black !important; }
    .section12 .section-title p {
      color: black !important; } }

@media (max-width: 767px) {
  .section15 .section-title {
    top: 0px !important;
    position: relative;
    transform: none;
    margin-top: 30px; } }

.section20 .section-title {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .section20 .section-title {
      position: relative;
      transform: none;
      margin-top: 30px; }
      .section20 .section-title h1 {
        color: black !important; }
      .section20 .section-title p {
        color: black !important; } }

@media (max-width: 767px) {
  .section21 .section-title {
    position: relative;
    transform: none;
    margin-top: 30px; }
    .section21 .section-title h1 {
      color: black !important; }
    .section21 .section-title p {
      color: black !important; } }

.blocks {
  position: relative;
  display: block;
  min-height: 600px; }
  .blocks .block {
    position: relative;
    display: block;
    min-height: 600px; }
    @media (max-width: 767px) {
      .blocks .block {
        min-height: 300px;
        max-height: 300px; } }

.apps-section {
  padding-bottom: 90px; }
  .apps-section .section-title {
    text-align: center;
    padding: 90px 0 30px; }
    @media (max-width: 767px) {
      .apps-section .section-title {
        padding: 60px 0 0; } }
  .apps-section .app-row {
    position: relative;
    display: block;
    clear: both;
    padding-top: 30px;
    height: 120px; }
  .apps-section .app-icon {
    float: left;
    width: 60px;
    clear: both;
    border-radius: 10px;
    overflow: hidden; }
  .apps-section .app-desc {
    color: black;
    font-size: 14px;
    margin-left: 80px; }

.section-batterypro-first {
  margin-top: 90px; }
  @media (max-width: 767px) {
    .section-batterypro-first {
      margin-top: 30px; } }

.section-batterypro {
  display: block;
  position: relative; }
  .section-batterypro img {
    width: 100%; }
    @media (max-width: 767px) {
      .section-batterypro img {
        padding: 5px 15px; } }
  .section-batterypro h1 {
    font-size: 24px;
    color: black;
    font-weight: 100; }
  .section-batterypro h2 {
    font-size: 24px;
    color: white;
    font-weight: 600; }
  .section-batterypro p {
    color: white;
    font-weight: 100;
    font-size: 18px; }

h1.battery-pro-intro-txt {
  text-align: center;
  position: relative;
  width: 100%;
  margin-left: -60px;
  display: inline-block; }
  @media (max-width: 767px) {
    h1.battery-pro-intro-txt {
      line-height: 40px;
      margin: 0;
      padding: 0 30px; } }

.type-wrap {
  position: absolute;
  left: 370px;
  top: 0;
  width: 300px;
  text-align: left;
  color: #6ed8ce; }
  @media (max-width: 767px) {
    .type-wrap {
      position: relative;
      width: 100%;
      left: 0;
      height: 40px;
      line-height: 40px;
      text-align: center; } }

.battery-pro-callout-mobile {
  padding: 15px 15px 30px 15px; }
  .battery-pro-callout-mobile h2 {
    color: black;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600; }
  .battery-pro-callout-mobile p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #888; }

.hang-container {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .hang-container {
      padding: 15px 0; } }

.hang-wrappers {
  width: 60%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 767px) {
    .hang-wrappers {
      width: 100%; } }
  .hang-wrappers img {
    width: 100%; }

.hang-buttons {
  position: relative;
  padding: 15px 0 30px;
  text-align: center; }

#hang-start {
  display: none; }

.hang1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }

.hang2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.hang2 {
  opacity: 0;
  visibility: hidden; }

.hang2.active {
  visibility: visible;
  opacity: 1; }

@keyframes fade {
  0% {
    opacity: 1; }

  25% {
    opacity: 1; }

  75% {
    opacity: 0; }

  100% {
    opacity: 0; } }

/* Estilo iOS */
.switch__container {
  margin: 0 auto 30px auto;
  width: 120px; }

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px; }

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

.switch--shadow + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px; }

.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s; }

.switch--shadow + label:after {
  width: 62px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  border: 1px solid red; }

.hangswitch-capture.pressed .switch--shadow + label:before {
  background-color: #8ce196; }

.hangswitch-capture.pressed .switch--shadow + label:after {
  transform: translateX(60px);
  border: 1px solid green; }

.bar-graphs {
  position: relative;
  border-left: 2px  solid #999;
  width: 400px;
  height: 180px; }
  @media (max-width: 767px) {
    .bar-graphs {
      width: 85%;
      margin: 0 auto;
      height: 135px; } }
  .bar-graphs span {
    color: white;
    font-size: 18px;
    padding: 10px 0px 10px 10px;
    font-weight: 600;
    line-height: 60px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    @media (max-width: 767px) {
      .bar-graphs span {
        font-size: 11px;
        font-weight: 600;
        line-height: 40px; } }
  .bar-graphs.visible span {
    opacity: 1;
    visibility: visible; }
  .bar-graphs .graph-1 {
    position: absolute;
    top: 20px;
    background: #2bbdac;
    height: 60px;
    width: 140px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    @media (max-width: 767px) {
      .bar-graphs .graph-1 {
        font-size: 13px;
        font-weight: 600;
        height: 40px; } }
    .bar-graphs .graph-1:after {
      content: '5 Gbps';
      font-size: 15px;
      position: absolute;
      right: -57px;
      color: #000;
      line-height: 60px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .bar-graphs .graph-1:after {
          font-size: 10px;
          font-weight: 600;
          line-height: 40px;
          right: -40px; } }
  .bar-graphs .graph-2 {
    top: 100px;
    background: #fc834c;
    position: absolute;
    height: 60px;
    width: 94px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 767px) {
      .bar-graphs .graph-2 {
        top: 80px;
        font-size: 13px;
        font-weight: 600;
        height: 40px; } }
    .bar-graphs .graph-2:after {
      content: '480 Mbps';
      font-size: 15px;
      position: absolute;
      right: -76px;
      color: #000;
      line-height: 60px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .bar-graphs .graph-2:after {
          font-size: 10px;
          font-weight: 600;
          line-height: 40px;
          right: -55px; } }
  .bar-graphs.visible .graph-1 {
    width: 250%; }
    @media (max-width: 767px) {
      .bar-graphs.visible .graph-1 {
        width: 97%; } }
  .bar-graphs.visible .graph-2 {
    width: 33%; }
    @media (max-width: 767px) {
      .bar-graphs.visible .graph-2 {
        width: 26%; } }

.gostand-slider {
  width: 100%;
  position: relative; }
  .gostand-slider .carousel-cell {
    width: 100%;
    display: block;
    position: relative; }
  .gostand-slider .flickity-prev-next-button {
    background: none;
    color: white;
    width: 60px;
    height: 60px; }
  .gostand-slider img {
    display: block;
    width: 100%; }
  .gostand-slider .flickity-page-dots {
    bottom: 30px; }

.apps-blocks {
  padding-bottom: 90px;
  display: block;
  text-align: center;
  padding: 60px 60px 90px 60px; }
  @media (max-width: 767px) {
    .apps-blocks {
      padding: 0 15px 30px; } }
  .apps-blocks .app {
    display: inline-block;
    width: 30%;
    margin: 1%;
    height: 100px;
    position: relative; }
    @media (max-width: 992px) {
      .apps-blocks .app {
        width: 40%; } }
    @media (max-width: 767px) {
      .apps-blocks .app {
        width: 90%; } }
    .apps-blocks .app img {
      float: left;
      width: 60px;
      left: 0; }
    .apps-blocks .app .app-copy {
      font-size: 14px;
      text-align: left;
      color: black;
      padding-left: 25%;
      padding-right: 5%; }
      @media (max-width: 767px) {
        .apps-blocks .app .app-copy {
          padding-left: 30%; } }

.product-number-9004471233 .module-product {
  padding: 0; }
  @media (max-width: 767px) {
    .product-number-9004471233 .module-product {
      padding-top: 30px; } }
.product-number-9004471233 .product-wrap {
  padding-top: 30px; }
@media (max-width: 767px) {
  .product-number-9004471233 .product-slideshow {
    padding-top: 30px; } }

.dock5-section .section-title h1 {
  color: black; }
.dock5-section .section-title p {
  color: black; }
@media (max-width: 767px) {
  .dock5-section .section-title {
    margin-top: 30px; }
    .dock5-section .section-title p {
      color: #666 !important; } }

.dock5-section2 .section-title h1, .dock5-section2 .section-title p,
.dock5-section3 .section-title h1, .dock5-section3 .section-title p,
.dock5-section4 .section-title h1, .dock5-section4 .section-title p,
.dock5-section5 .section-title h1, .dock5-section5 .section-title p,
.dock5-section6 .section-title h1, .dock5-section6 .section-title p,
.dock5-section8 .section-title h1, .dock5-section8 .section-title p,
.dock5-section9 .section-title h1, .dock5-section9 .section-title p,
.dock5-section10 .section-title h1, .dock5-section10 .section-title p,
.dock5-section11 .section-title h1, .dock5-section11 .section-title p {
  color: white; }
  @media (max-width: 767px) {
    .dock5-section2 .section-title h1, .dock5-section2 .section-title p,
    .dock5-section3 .section-title h1, .dock5-section3 .section-title p,
    .dock5-section4 .section-title h1, .dock5-section4 .section-title p,
    .dock5-section5 .section-title h1, .dock5-section5 .section-title p,
    .dock5-section6 .section-title h1, .dock5-section6 .section-title p,
    .dock5-section8 .section-title h1, .dock5-section8 .section-title p,
    .dock5-section9 .section-title h1, .dock5-section9 .section-title p,
    .dock5-section10 .section-title h1, .dock5-section10 .section-title p,
    .dock5-section11 .section-title h1, .dock5-section11 .section-title p {
      color: black; } }

.pulse-section {
  background: #111; }
  @media (max-width: 767px) {
    .pulse-section {
      background: white; } }

.pulse-wrap {
  position: absolute;
  transform: translate(-50%, -50%); }
  .pulse-wrap .pulser-hover {
    background: #222;
    padding: 15px;
    color: white;
    position: absolute;
    left: -20px;
    width: 200px;
    font-size: 11px;
    bottom: 50px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0; }
    @media (max-width: 767px) {
      .pulse-wrap .pulser-hover {
        display: none; } }
    .pulse-wrap .pulser-hover::after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      bottom: -10px;
      left: 15px;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #222; }
  .pulse-wrap:hover {
    cursor: pointer; }
  .pulse-wrap:hover .pulser-hover {
    visibility: visible;
    opacity: 1;
    bottom: 60px; }

.pulse-wrap1 {
  top: 38%;
  left: 59%; }
  @media (max-width: 767px) {
    .pulse-wrap1 {
      top: 25%; } }

.pulse-wrap2 {
  top: 79%;
  left: 56%; }
  @media (max-width: 767px) {
    .pulse-wrap2 {
      top: 52%; } }

.pulse-wrap3 {
  top: 64%;
  left: 50.5%; }
  @media (max-width: 767px) {
    .pulse-wrap3 {
      top: 38%;
      left: 51%; } }

.pulse-wrap .pulser {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%; }
  @media (max-width: 767px) {
    .pulse-wrap .pulser {
      width: 20px;
      height: 20px; } }

.pulse-wrap .pulser:before,
.pulse-wrap .pulser:after {
  border: 2px solid #ff3434;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  transform-origin: center center;
  opacity: 0;
  box-sizing: border-box; }

.pulse-wrap .pulser:before {
  animation: 1s 0.1s pulse2 infinite linear; }

.pulse-wrap .pulser::after {
  animation: 1s pulse infinite linear; }

@keyframes pulse {
  0% {
    transform: scale(2);
    opacity: 0.3; }

  100% {
    transform: scale(2.3);
    opacity: 0; } }

@keyframes pulse2 {
  0% {
    transform: scale(1.5);
    opacity: 0.8; }

  100% {
    transform: scale(1.8);
    opacity: 0; } }

.cord-dock-vid-wrap {
  margin: 0 auto;
  width: 50%; }
  @media (max-width: 767px) {
    .cord-dock-vid-wrap {
      width: 100%; } }

a.corddock-plays {
  margin: 0 8px 8px 8px;
  color: white; }
  a.corddock-plays:hover {
    opacity: .8;
    color: white; }

@media (max-width: 767px) {
  .cordock-section .section-title {
    margin-top: 50px; }
    .cordock-section .section-title p {
      color: #666 !important; } }

.marketing-buy-btn {
  padding: 12px 60px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border: 1px solid;
  color: black; }

#comparison {
  width: 60%;
  padding-bottom: 39%;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    #comparison {
      width: 100%;
      padding-bottom: 65%; } }

.apple-charge-title {
  position: absolute;
  text-align: center;
  color: black;
  left: 24%;
  top: 22%; }
  @media (max-width: 767px) {
    .apple-charge-title {
      left: 16.5%;
      top: 11%;
      width: 125px; } }
  .apple-charge-title h3 {
    font-size: 20px;
    color: black; }
    @media (max-width: 767px) {
      .apple-charge-title h3 {
        font-size: 15px; } }
  .apple-charge-title p {
    padding-top: 5px;
    font-size: 16px;
    color: black; }
    @media (max-width: 767px) {
      .apple-charge-title p {
        font-size: 12px;
        color: #888; } }

.elab-charge-title {
  position: absolute;
  text-align: center;
  color: black;
  left: 57%;
  top: 22%; }
  @media (max-width: 767px) {
    .elab-charge-title {
      left: 51%;
      top: 11%;
      width: 145px; } }
  .elab-charge-title h3 {
    font-size: 20px;
    color: black; }
    @media (max-width: 767px) {
      .elab-charge-title h3 {
        font-size: 15px; } }
  .elab-charge-title p {
    padding-top: 5px;
    font-size: 16px;
    color: black; }
    @media (max-width: 767px) {
      .elab-charge-title p {
        font-size: 12px;
        color: #888; } }

.other-charge-title {
  position: absolute;
  text-align: center;
  color: 303030;
  left: 21.5%;
  top: 24.5%; }
  @media (max-width: 767px) {
    .other-charge-title {
      left: 15%;
      top: 11%;
      width: 125px; } }
  .other-charge-title h3 {
    font-size: 20px;
    color: 303030; }
    @media (max-width: 767px) {
      .other-charge-title h3 {
        font-size: 15px; } }
  .other-charge-title p {
    padding-top: 5px;
    font-size: 16px;
    color: black; }
    @media (max-width: 767px) {
      .other-charge-title p {
        font-size: 12px;
        color: #888; } }

.dock-charge-title {
  position: absolute;
  text-align: center;
  color: black;
  left: 61.5%;
  top: 24.5%; }
  @media (max-width: 767px) {
    .dock-charge-title {
      left: 55%;
      top: 11%;
      width: 145px; } }
  .dock-charge-title h3 {
    font-size: 20px;
    color: black; }
    @media (max-width: 767px) {
      .dock-charge-title h3 {
        font-size: 15px; } }
  .dock-charge-title p {
    padding-top: 5px;
    font-size: 16px;
    color: black; }
    @media (max-width: 767px) {
      .dock-charge-title p {
        font-size: 12px;
        color: #888; } }

.solid {
  position: absolute;
  left: 22%;
  top: 45%;
  font-size: 16px;
  color: black; }
  @media (max-width: 767px) {
    .solid {
      left: 5%;
      top: 5%; } }

.hollow {
  position: absolute;
  left: 60%;
  top: 45%;
  font-size: 16px;
  color: black; }
  @media (max-width: 767px) {
    .hollow {
      left: 55%;
      top: 5%; } }

.pos1, .pos2, .pos3, .pos4 {
  display: none; }

.pos-btn {
  background: #289ddc;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 12px; }
  .pos-btn:hover {
    cursor: pointer; }
  @media (max-width: 767px) {
    .pos-btn {
      padding: 10px;
      font-size: 12px;
      margin: 3px; } }

.locksmith-passcode-container {
  padding: 90px 0;
  margin-bottom: 0 !important; }

.marketing-sections {
  padding-bottom: 120px;
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  color: black; }
  @media (max-width: 767px) {
    .marketing-sections {
      width: 100%;
      padding: 15px; } }
  .marketing-sections img {
    width: 100%; }
  .marketing-sections iframe {
    width: 100%; }
  .marketing-sections strong {
    color: black; }
  .marketing-sections p {
    color: #888;
    padding: 20px 0 60px;
    font-size: 15px;
    line-height: 22px; }

.home-collections-callout {
  font-weight: 100;
  font-size: 32px;
  text-align: center; }

.list-item {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .list-item {
      margin-bottom: 30px; } }
  .list-item:hover img {
    opacity: .8; }

.list-image-wrapper {
  min-height: 200px; }
  @media (max-width: 767px) {
    .list-image-wrapper {
      min-height: auto; } }
  .list-image-wrapper img {
    max-height: 200px; }

.flash-sale {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: black; }

.flash-previous-price {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #666 !important;
  text-decoration: line-through;
  margin: 2px; }
  .flash-previous-price:hover {
    color: #666 !important; }

.flash-price {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: red;
  margin: 2px; }

.header-products .flash-sale {
  font-size: 10px;
  color: red; }

.header-products .flash-price {
  display: none !important; }

.header-products .flash-previous-price {
  display: none !important; }

.short-desc {
  font-size: 14px;
  padding: 0 10px;
  color: black;
  opacity: .4;
  margin-top: 10px; }
  .short-desc:hover {
    color: black; }
  @media (max-width: 767px) {
    .short-desc {
      font-size: 12px; } }

@media (max-width: 767px) {
  .home-products-header {
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .home-products-body .list-item {
    width: 50%;
    padding: 0 5px; }
    .home-products-body .list-item h3 {
      font-size: 14px; }
    .home-products-body .list-item .list-container {
      padding: 0; } }

.swatch {
  float: left;
  text-align: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  display: block; }
  @media (max-width: 767px) {
    .swatch {
      text-align: center;
      margin-top: 15px;
      height: auto;
      line-height: auto; } }
  .swatch .swatch-element {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .swatch .swatch-element:hover {
      border: 1px solid #222; }
    .swatch .swatch-element.active-swatch {
      border: 1px solid #222; }
    .swatch .swatch-element.soldout {
      display: none; }
    .swatch .swatch-element label {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block;
      width: 26px;
      height: 26px;
      margin: 1px;
      border-radius: 100px;
      overflow: hidden; }
      .swatch .swatch-element label img {
        display: none; }
    .swatch .swatch-element:hover label {
      opacity: .8; }
  .swatch .tooltip {
    display: none; }
  .swatch input {
    display: none; }

.product-options {
  display: none; }

.non-swatch-selector {
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .non-swatch-selector {
      margin-bottom: 10px; } }
  .non-swatch-selector label {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px 15px;
    text-align: center;
    border: 1.5px solid #eee;
    color: #000;
    font-weight: 400;
    margin-right: 12px;
    border-radius: 5px;
    margin-top: -15px; }
    @media (max-width: 767px) {
      .non-swatch-selector label {
        margin-right: 2px;
        font-size: 12px;
        padding: 6px 5px; } }
  .non-swatch-selector.active label {
    border: 1.5px solid #6ed8ce; }
  .non-swatch-selector:hover label {
    border: 1.5px solid #ccc; }
  .non-swatch-selector.active:hover label {
    border: 1.5px solid #6ed8ce; }

.small_title {
  font-weight: normal;
  font-size: 20px;
  color: #888;
  letter-spacing: -.3px; }
  @media (max-width: 767px) {
    .small_title {
      display: block;
      width: 100%;
      line-height: 20px;
      font-size: 16px; } }

.product-number-930799648812 .small_title {
  display: block; }

.product-title {
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .product-title h1 {
      font-size: 20px;
      line-height: 26px;
      padding: 0 8px;
      margin-bottom: 10px; } }

.number-input-wrapper {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0; }

.number-input-field {
  border-bottom: 1px solid #eee; }

.buy_it {
  clear: both; }

.add-to-cart {
  float: left;
  width: 220px;
  margin: 0; }
  @media (max-width: 767px) {
    .add-to-cart {
      width: 100%;
      margin-bottom: 15px; } }
  .add-to-cart .add-to-cart-button {
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    width: 100%;
    font-weight: 400;
    height: 55px; }
    .add-to-cart .add-to-cart-button:hover {
      background: auto; }

.product-price {
  font-size: 22px;
  color: #000;
  letter-spacing: -0.1px;
  clear: both;
  display: block;
  float: left;
  height: 40px;
  width: auto; }
  .product-price.newprice {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #6ed8ce; }

.money {
  float: left;
  margin-right: 5px; }
  @media (max-width: 767px) {
    .money {
      display: inline-block;
      font-size: 16px;
      line-height: 22px; } }

@media (max-width: 767px) {
  .price {
    display: block;
    margin: 0 auto; } }

.product-price-compare {
  float: left;
  margin-right: 0px; }
  @media (max-width: 767px) {
    .product-price-compare {
      float: none;
      display: block;
      margin: 0 auto; } }

.product-price-compare .original {
  color: red;
  font-style: italic;
  opacity: .8;
  font-size: 16px; }

.percent-discount-wrap {
  position: relative;
  float: left;
  padding: 10px 13px;
  display: block;
  font-size: 14px;
  font-style: italic; }
  @media (max-width: 767px) {
    .percent-discount-wrap {
      float: none;
      padding: 0; } }

.percent-discount {
  display: inline-block; }

.saving {
  display: none !important; }

.shipping_note {
  float: left;
  font-size: 14px;
  position: relative; }
  @media (max-width: 767px) {
    .shipping_note {
      text-align: center;
      line-height: 22px; } }

.product-tabs-header {
  border-bottom: none;
  border-top: 1px solid #e3e3e3; }

.product-tabs-header-item.active::after {
  bottom: auto;
  top: -1px;
  background: #6ed8ce;
  height: 3px; }

.product-tabs-header-item {
  text-transform: capitalize;
  margin-right: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0; }

.product-tabs-body-item ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  list-style-position: outside; }
  @media (max-width: 767px) {
    .product-tabs-body-item ul li {
      font-size: 14px; } }

.product-tabs-body-item p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #000; }
  @media (max-width: 767px) {
    .product-tabs-body-item p {
      font-size: 14px; } }

.product-testimonials {
  display: block;
  background: #111;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

@media (max-width: 767px) {
  .product-slideshow {
    padding: 0 15px;
    margin-top: 0; } }

.product-slideshow-navigation {
  display: none; }
  .product-slideshow-navigation::before {
    display: none; }
  @media (max-width: 767px) {
    .product-slideshow-navigation {
      display: block; } }

@media (max-width: 767px) {
  .product-big-image img {
    max-width: 80%; } }

.product-thumbnails {
  margin-top: 0px; }

.product-thumbs-nightpad a:last-child {
  display: none !important; }
.product-thumbs-nightpad a:nth-last-child(2) {
  display: none !important; }

.product-thumbs-nightpad.show-thumbs a:last-child {
  display: inline-block !important; }
.product-thumbs-nightpad.show-thumbs a:nth-last-child(2) {
  display: inline-block !important; }
.product-thumbs-nightpad.show-thumbs a:nth-last-child(3) {
  display: none !important; }

@media (max-width: 767px) {
  .cart-header {
    padding-top: 60px; } }

.cart-items th {
  font-weight: 400; }

.update-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  background: url("/cdn/shop/t/23/assets/refresh.png?v=172347300823512224841586037936") center center no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  border: 0;
  position: relative;
  top: 17px;
  float: left;
  opacity: .5;
  margin-left: 3px; }
  @media (max-width: 767px) {
    .update-btn {
      display: none; } }
  .update-btn:hover {
    opacity: 1; }

.cart-item {
  position: relative;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  @media (max-width: 767px) {
    .cart-item {
      background: white !important; } }
  .cart-item .cart-item-td {
    padding: 15px 0; }
    @media (max-width: 767px) {
      .cart-item .cart-item-td {
        display: table-cell;
        float: none;
        padding: 5px 8px; } }

@media (max-width: 767px) {
  .cart-item-product-wrap span {
    font-size: 10px;
    padding: 0; } }

.cart-title a {
  text-transform: none;
  font-size: 22px;
  color: black;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .cart-title a {
      display: block;
      font-size: 14px;
      margin-bottom: 2px;
      width: 140px; } }

.cart-item-quantity-wrapper {
  border: 1px solid #eee;
  float: left;
  margin-right: 5px; }
  @media (max-width: 767px) {
    .cart-item-quantity-wrapper {
      float: none;
      display: inline-block;
      margin-right: 0px;
      width: 50px;
      margin: 0px auto 0; } }

@media (max-width: 767px) {
  .cart-item-td .number-input-field {
    width: 100%; } }

.number-input-nav-item {
  border-right: 1px solid #eee; }

@media (max-width: 767px) {
  .cart-item-total-container {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .cart-item-product {
    width: 100px; } }

@media (max-width: 767px) {
  .cart-tools {
    padding: 15px; } }

@media (max-width: 767px) {
  .number-input-nav {
    display: none; } }

@media (max-width: 767px) {
  .cart-item-price {
    font-size: 18px;
    font-weight: 600; }
    .cart-item-price .money {
      float: none;
      font-size: 18px; } }

@media (max-width: 767px) {
  .cart-item-total {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; } }

.cart-item-image-container {
  width: 200px; }
  @media (max-width: 767px) {
    .cart-item-image-container {
      width: 100%;
      padding: 0 15px; } }

@media (max-width: 767px) {
  .cart-image {
    width: 100%; } }

.cart-price {
  float: right; }
  @media (max-width: 767px) {
    .cart-price {
      float: none; } }
  .cart-price .money {
    float: none; }
    @media (max-width: 767px) {
      .cart-price .money {
        font-size: 24px;
        font-weight: 600; } }

.or-paypal {
  font-style: italic;
  font-weight: 600;
  margin-right: 105px;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .or-paypal {
      margin-right: 0; } }

.cart-cta {
  margin-top: 0; }

.cart-items-container {
  padding: 0 60px; }
  @media (max-width: 767px) {
    .cart-items-container {
      padding: 0; } }

.cart-bottom {
  position: relative;
  display: block;
  padding: 0 60px; }
  @media (max-width: 767px) {
    .cart-bottom {
      padding: 0; } }

.sub-total {
  font-size: 16px;
  color: black;
  font-weight: 600; }

.cart-tools {
  float: right;
  width: 30%;
  padding: 0 60px 0 0;
  z-index: 99999; }
  @media (max-width: 767px) {
    .cart-tools {
      padding: 0 0 30px 0;
      width: 100%;
      float: none;
      display: block;
      position: relative; } }

.cart-totals {
  padding: 0; }

.cart-upsells {
  float: left;
  text-align: left;
  width: 70%; }
  @media (max-width: 767px) {
    .cart-upsells {
      width: 100%;
      float: none;
      display: block;
      position: relative;
      text-align: center; } }
  .cart-upsells h1 {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-bottom: 15px; }
  .cart-upsells .short-desc {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 18px; }
  .cart-upsells .up-price {
    font-weight: 600;
    font-size: 14px; }
  .cart-upsells .upsell-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    width: 30%;
    text-align: center;
    padding-bottom: 15px; }

.quick-add {
  background: none;
  border: 0;
  font-family: 'Campton' , Helvetica;
  font-weight: 600;
  color: black;
  font-size: 12px;
  letter-spacing: 0;
  color: #0381a2;
  text-transform: lowercase;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  padding: 8px 15px;
  margin-top: 7px; }

.quick-add-learn {
  text-align: center;
  background: none;
  border: 0;
  font-family: 'Campton' , Helvetica;
  font-weight: 400;
  color: black;
  font-size: 12px;
  letter-spacing: 0;
  color: #aaa;
  text-transform: lowercase;
  display: block; }
  .quick-add-learn:hover {
    color: #0381a2; }

.cart-button {
  border-radius: 0;
  border: 0; }
  .cart-button:hover {
    background: #4d7099 !important;
    border: 0;
    opacity: .8;
    color: white !important; }

.cart {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .cart {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .cart form {
      padding: 0 15px; } }

.cart .module-header {
  padding-bottom: 60px; }

.free-ship {
  margin-top: 50px; }
  .free-ship p {
    text-align: center;
    padding: 30px 15px 15px;
    margin: 0;
    line-height: 1.6em; }
    .free-ship p span {
      display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 5px; }

.free-shipping-progress {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #eee;
  margin-bottom: 10px;
  margin: 0 auto;
  display: block; }
  .free-shipping-progress .thehalf {
    position: absolute;
    left: 43%;
    font-weight: 600;
    font-size: 14px;
    top: -17px;
    width: 60px; }
    .free-shipping-progress .thehalf.active {
      color: black; }
  .free-shipping-progress .thewhole {
    left: 89%;
    position: absolute;
    width: 60px;
    font-weight: 600;
    font-size: 14px;
    top: -17px; }
    .free-shipping-progress .thewhole.active {
      color: black; }
    @media (max-width: 767px) {
      .free-shipping-progress .thewhole {
        left: 85%; } }
  .free-shipping-progress .fifty {
    position: absolute;
    left: 42%;
    font-size: 12px;
    top: 12px;
    width: 60px;
    font-size: 10px; }
  .free-shipping-progress .hundo {
    left: 89%;
    position: absolute;
    width: 60px;
    top: 12px;
    font-size: 10px; }
    @media (max-width: 767px) {
      .free-shipping-progress .hundo {
        left: 85%; } }

.animate {
  -webkit-transition: width 2s;
  transition: width 2s; }

.progress-bar {
  position: absolute;
  width: 0;
  height: 10px;
  background-color: #4d7099;
  width: 100%;
  max-width: 100% !important; }

.tac1 {
  display: block;
  text-align: center; }

.tac2 {
  display: none;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  padding-top: 15px;
  opacity: .4; }
  .tac2.active {
    display: block; }

.support-section1 {
  position: relative;
  display: block;
  padding: 30px 0;
  text-align: center;
  z-index: 9; }
  .support-section1 iframe {
    width: 100% !important; }
  .support-section1 p {
    padding: 20px; }
  .support-section1 h1 {
    font-size: 24px;
    color: black;
    font-weight: 300;
    padding-bottom: 30px; }

.support-section {
  position: relative;
  display: block;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  z-index: 9; }
  .support-section iframe {
    width: 100% !important; }
  .support-section p {
    padding: 0; }
  .support-section h1 {
    font-size: 24px;
    color: black;
    padding-bottom: 30px; }

.product-support-tabs ul {
  text-align: center; }
  .product-support-tabs ul li {
    padding: 0 4px; }
    @media (max-width: 767px) {
      .product-support-tabs ul li {
        padding: 0 1px;
        margin: 2px 0 2px 0;
        height: 120px; }
        .product-support-tabs ul li:nth-child(5) {
          clear: none; } }
    .product-support-tabs ul li a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block;
      border: 1px solid #f3f3f3;
      border-radius: 8px;
      overflow: hidden;
      color: #1c86b8;
      padding: 15px 0; }
      @media (max-width: 767px) {
        .product-support-tabs ul li a {
          border: 1px solid #f3f3f3;
          background: #f3f3f3;
          border-radius: 0;
          padding: 10px; } }
      .product-support-tabs ul li a:hover {
        border: 1px solid #ddd; }
      .product-support-tabs ul li a img {
        max-height: 100px; }
    .product-support-tabs ul li.active a {
      border: 1px solid #222; }
      .product-support-tabs ul li.active a:hover {
        border: 1px solid #222; }
      @media (max-width: 767px) {
        .product-support-tabs ul li.active a {
          border: 0;
          background: #ddd; }
          .product-support-tabs ul li.active a:hover {
            border: 0; } }
    .product-support-tabs ul li p {
      margin: 0;
      padding: 15px 0 0;
      color: black;
      font-size: 14px; }
      @media (max-width: 767px) {
        .product-support-tabs ul li p {
          display: none; } }

.support-panes {
  text-align: left;
  font-size: 14px; }
  .support-panes h6 {
    color: black;
    text-align: center; }
    .support-panes h6 span {
      color: #ccc; }
  .support-panes .support-block {
    display: block; }
    .support-panes .support-block a {
      padding-bottom: 15px;
      font-size: 14px;
      display: block;
      width: 100%;
      font-weight: 600;
      color: #1c86b8; }

.collapsable .collapse-chev {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background: url("chev-down.png") no-repeat center center;
  background-size: 14px;
  width: 18px;
  height: 10px;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
  @media (max-width: 767px) {
    .collapsable .collapse-chev {
      display: block;
      margin: 15px auto 0;
      background-size: 18px; } }
.collapsable.collapsed .collapse-chev {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

.support-section .card {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  text-align: left; }
  .support-section .card strong {
    font-weight: 600;
    color: black; }
  .support-section .card h6 {
    text-align: left;
    font-size: 16px;
    color: black;
    padding: 7px 0; }
    @media (max-width: 767px) {
      .support-section .card h6 {
        font-size: 14px;
        text-align: center; } }

.support-panes .card {
  margin-bottom: 0; }

ul.shipping-tabs li {
  display: inline-block; }
  ul.shipping-tabs li a {
    border-bottom: 0; }
  ul.shipping-tabs li.active a {
    border-bottom: 1px solid; }

a.support-link {
  font-size: 14px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #1c86b8;
  margin: 0 20px; }

@media (max-width: 767px) {
  .shipping-col, .returns-col {
    margin-top: 30px; } }
.shipping-col h3, .returns-col h3 {
  color: black;
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .shipping-col h3, .returns-col h3 {
      text-align: center; } }

.form.wufoo {
  padding-bottom: 60px; }

.contact-tab-content {
  position: relative;
  display: block;
  overflow-x: hidden; }
  .contact-tab-content iframe {
    width: 100%;
    position: relative;
    display: block; }

.elab-form-dropdown {
  display: inline-block;
  margin: 0;
  border: 1px solid #eee;
  width: 280px; }
  .elab-form-dropdown a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 15px;
    text-align: left;
    font-size: 14px; }
    .elab-form-dropdown a b {
      float: right;
      top: 8px;
      position: relative; }

.elab-form-dropdown-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 999999; }
  .elab-form-dropdown-menu li {
    margin: 0;
    padding: 0;
    display: block; }
    .elab-form-dropdown-menu li a {
      display: block;
      width: 100%;
      padding: 12px 15px;
      color: #0381a2;
      background: white;
      border: 1px solid #eee;
      font-size: 14px;
      border-bottom: 0; }
      .elab-form-dropdown-menu li a:hover {
        opacity: .8; }

form.wufoo {
  background: black; }

.shopify-challenge__container {
  padding: 90px 0 120px; }

.shopify-challenge__button {
  margin-top: 15px;
  font-family: 'Campton' , Helvetica;
  padding: 0 60px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  background: #0381a2;
  color: white;
  font-weight: 600;
  border-radius: 0;
  border: 0; }
  .shopify-challenge__button:hover {
    color: white; }

.where-block {
  text-align: left; }
  .where-block img {
    display: block;
    margin-bottom: 15px;
    margin-top: 60px; }
  .where-block a {
    padding: 5px 0;
    display: block;
    color: #797676;
    font-size: 16px;
    font-weight: 400; }
    .where-block a:hover {
      color: black; }

.warranty-page {
  position: relative;
  text-align: center;
  padding: 90px 15px;
  max-width: 600px;
  margin: 0 auto; }
  .warranty-page h1 {
    font-size: 24px;
    color: black;
    padding-bottom: 30px; }
  .warranty-page input {
    margin-bottom: 15px; }
  .warranty-page .select-wrapper {
    margin-bottom: 15px; }
  .warranty-page #serialnumber {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0 15px; }
  .warranty-page #purchasedate {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 10px;
    border: 1px solid #e3e3e3; }
  .warranty-page #warranty-form {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
    max-height: 900px; }
  .warranty-page .thank-you {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.warranty-page.submitted #warranty-form {
  max-height: 0;
  opacity: 0;
  visibility: hidden; }
.warranty-page.submitted .thank-you {
  max-height: 600px;
  opacity: 1;
  visibility: visible; }
  .warranty-page.submitted .thank-you p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0; }
  .warranty-page.submitted .thank-you h1 {
    text-align: center;
    font-size: 24px;
    color: black;
    padding-bottom: 30px; }
  .warranty-page.submitted .thank-you a {
    color: #6ed8ce;
    border-bottom: 1px solid #6ed8ce; }

input[type="checkbox"] {
  visibility: hidden; }

.checkbox-text {
  position: absolute;
  left: 40px;
  top: 0;
  line-height: 28px; }

.checkboxOverride {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0; }

.checkboxOverride input[type="checkbox"]:checked + label:after {
  opacity: 1; }

.checkboxOverride label {
  border-radius: 3px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  cursor: pointer;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  z-index: 9999; }

.checkboxOverride label:after {
  border-style: none none solid solid;
  content: "";
  height: 7px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 7px;
  color: #4d7099;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  transform: rotate(-45deg);
  width: 13px; }

.mcs-new-support-tabs {
  text-align: center;
  padding: 30px 0; }
  .mcs-new-support-tabs a {
    display: inline-block;
    width: 28%;
    border-radius: 10px;
    padding: 25px 15px;
    border: 1px solid #eee;
    color: black;
    font-size: 14px;
    margin: 10px 3px; }
    .mcs-new-support-tabs a:hover {
      border: 1px solid black; }

.elab-footer {
  position: relative;
  padding: 60px 30px;
  background: #111; }
  @media (max-width: 767px) {
    .elab-footer {
      padding: 60px 0px; } }
  .elab-footer .footer-link-list-links {
    margin: 20px 0 15px; }
  .elab-footer .footer-logo-image {
    margin-top: 25px;
    margin-bottom: 15px; }
  .elab-footer a {
    color: white; }
    .elab-footer a:hover {
      color: #6ed8ce; }
  .elab-footer h2 {
    letter-spacing: 0;
    color: white;
    font-size: 16px;
    text-transform: none; }
    @media (max-width: 767px) {
      .elab-footer h2 {
        padding-top: 30px; } }
  .elab-footer h3 {
    letter-spacing: 0;
    font-size: 14px;
    text-transform: none;
    color: white; }
  .elab-footer .prods-list li {
    float: left;
    width: 50%; }
  .elab-footer .footer-post img {
    width: 100%; }
  .elab-footer .footer-post .divide {
    width: 100%;
    border-top: 1px solid #333;
    padding: 0;
    margin: 15px 0; }
  .elab-footer .footer-post p {
    color: white;
    font-size: 10px; }
  .elab-footer .footer-post .read-more {
    color: #6ed8ce;
    font-size: 12px; }
    .elab-footer .footer-post .read-more span {
      font-weight: 600; }
  .elab-footer .footer-post a {
    display: block; }
    .elab-footer .footer-post a:hover {
      color: auto;
      opacity: 1; }

.buy-now-btn {
  width: 220px;
  color: black;
  border: 2px solid black;
  border-radius: 100px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600; }

.to-top-btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  right: 10px;
  top: 40%;
  z-index: 99;
  width: 40px;
  visibility: hidden;
  opacity: 0; }
  .to-top-btn:hover {
    opacity: 1; }

body.scrolled .to-top-btn {
  visibility: visible;
  opacity: .9; }

#mouse-icon {
  display: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 21px;
  height: 35px;
  display: block;
  margin: -20px 0 0 -10px;
  border: 2px solid #222;
  position: fixed;
  z-index: 9;
  opacity: 0;
  bottom: -220px;
  left: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 999; }
  @media (max-width: 767px) {
    #mouse-icon {
      display: none; } }
  #mouse-icon.white-scroller {
    border: 2px solid white; }

body.ready #mouse-icon {
  bottom: 40px;
  opacity: .6; }

body.near-bottom #mouse-icon {
  opacity: 0; }

body.scrolled #mouse-icon {
  bottom: 160px;
  opacity: 0; }

#mouse-icon::before {
  content: 'SCROLL';
  width: 60px;
  display: block;
  margin-left: -28px;
  position: absolute;
  left: 50%;
  text-align: center;
  font-family: 'ChaletBookBold';
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #222;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#mouse-icon:hover {
  opacity: 1;
  cursor: pointer; }

#mouse-icon:hover:before {
  margin-top: -30px;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }

#scroll-wheel {
  width: 5px;
  height: 6px;
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  background: #222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: scrollWheel 1s linear infinite;
  -moz-animation: scrollWheel1s linear infinite;
  -o-animation: scrollWheel 1s linear infinite;
  animation: scrollWheel 1s linear infinite; }

#mouse-icon.white-scroller #scroll-wheel {
  background: white; }

@-webkit-keyframes scrollWheel {
  0% {
    top: 5px;
    opacity: 1; }

  100% {
    top: 20px;
    opacity: 0; } }

@-moz-keyframes scrollWheel {
  0% {
    top: 5px;
    opacity: 1; }

  100% {
    top: 20px;
    opacity: 0; } }

@-o-keyframes scrollWheel {
  0% {
    top: 5px;
    opacity: 1; }

  100% {
    top: 20px;
    opacity: 0; } }

.close-btn {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 999; }
  .close-btn:hover {
    opacity: .8; }

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: white;
  top: 16px; }

.close-btn::before {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.close-btn::after {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

video.fullscreen-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%); }

.embed-wrap {
  position: relative;
  padding-bottom: 53%;
  padding-top: 25px;
  height: 0; }

.embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.style-gradient {
  background: linear-gradient(270deg, #6ed8ce, #0381a2, #4d7099);
  background-size: 300% 300%;
  -webkit-animation: bganimate 30s ease infinite;
  -moz-animation: bganimate 30s ease infinite;
  animation: bganimate 30s ease infinite; }

@-webkit-keyframes bganimate {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

@-moz-keyframes bganimate {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

@keyframes bganimate {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

.slider-for__item {
  display: inline-block;
  height: 400px;
  margin: 0 10px;
  background-color: #eee;
  text-align: left;
  color: black;
  font-size: 12px; }

.slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.slider-nav {
  width: 580px;
  overflow: hidden;
  background-color: wihte; }
  .slider-nav button {
    display: none; }

.item-nav {
  width: 100px;
  height: 100px;
  background: #eee; }

.slick-slide {
  margin-left: 0;
  margin-right: 20px; }

.slick-dots {
  display: none; }

.where-to-buy-title {
  font-size: 24px;
  color: black;
  padding: 90px 0 60px; }
  @media (max-width: 767px) {
    .where-to-buy-title {
      padding: 30px 0 0; } }

.where-to-elabs {
  margin: 0 auto;
  display: block;
  text-align: center; }
  .where-to-elabs .left {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    width: 200px; }
    @media (max-width: 767px) {
      .where-to-elabs .left {
        padding: 0;
        margin-bottom: 15px; } }
    .where-to-elabs .left a {
      display: block;
      padding-top: 29px; }
      .where-to-elabs .left a:hover {
        opacity: .6; }
  .where-to-elabs .right {
    width: 200px;
    display: inline-block;
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid #eee;
    line-height: 18px; }
    @media (max-width: 767px) {
      .where-to-elabs .right {
        padding: 0;
        text-align: center; } }
    .where-to-elabs .right a {
      color: #666;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .where-to-elabs .right a:hover {
      color: black; }
    @media (max-width: 767px) {
      .where-to-elabs .right {
        border: 0; } }

#active-country span.country-img {
  display: block;
  width: 25px;
  height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  background-size: 25px;
  background-repeat: no-repeat; }

#active-country.usa span.country-img {
  background-image: url(/cdn/shop/t/23/assets/UnitedStates.png?v=21823812246466382431586037958); }

#active-country.canada span.country-img {
  background-image: url(/cdn/shop/t/23/assets/Canada.png?16625); }

#active-country.europe span.country-img {
  background-image: url(/cdn/shop/t/23/assets/Europe.png?v=170689458296352562161586037876); }

#active-country.japan span.country-img {
  background-image: url(/cdn/shop/t/23/assets/Japan.png?16625); }

#active-country.australia span.country-img {
  background-image: url(/cdn/shop/t/23/assets/Australia.png?v=66472111711146750151586037787); }

#active-country.ElevationLab span.country-img {
  background-image: url(/cdn/shop/t/23/assets/elabs.png?v=79624988408416666061586037873); }

#active-country {
  text-transform: capitalize; }

.retailer {
  display: inline-block;
  margin: 0 7.5px; }
  .retailer .retailer-img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    padding: 15px;
    width: 160px;
    height: 160px;
    position: relative;
    display: block; }
    @media (max-width: 767px) {
      .retailer .retailer-img {
        border: 1px solid #eee;
        margin-bottom: 15px; } }
    .retailer .retailer-img img {
      width: 90px; }
  .retailer .retailer-title {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    padding: 15px 0; }
    @media (max-width: 767px) {
      .retailer .retailer-title {
        display: none; } }
  .retailer:hover .retailer-img {
    opacity: .8; }

.where-to-buy-section .elab-form-dropdown-menu li:last-child {
  border-bottom: 1px solid #eee; }

.where-to-buy-section .elab-form-dropdown-menu li a {
  color: black; }
  .where-to-buy-section .elab-form-dropdown-menu li a:hover .flags {
    opacity: 1; }

.where-to-buy-section .elab-form-dropdown-menu li.active a {
  background: #ddd;
  color: black; }
  .where-to-buy-section .elab-form-dropdown-menu li.active a:hover a {
    color: black; }

.flag-list-item {
  float: left;
  margin: 0; }

.flags {
  display: block;
  width: 25px;
  margin-right: 8px;
  margin-bottom: 8px;
  top: 3px;
  height: 15px;
  position: relative;
  overflow: hidden; }

.where-to-btn {
  display: inline-block;
  background: #6ed8ce;
  padding: 0 60px;
  margin: 0;
  color: white;
  margin-top: 22px;
  height: 45px;
  line-height: 45px;
  font-weight: 600; }
  .where-to-btn:hover {
    color: white; }

.list-container .jdgm-widget {
  display: none !important; }

h2.jdgm-rev-widg__title {
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding-top: 10px !important; }

.jdgm-rev-widg {
  border: 0 !important;
  padding: 0 !important;
  margin: 15px 0 30px 0 !important; }

.jdgm-rev-widg__summary-text {
  font-size: 11px !important;
  padding-top: 5px !important;
  text-transform: uppercase;
  opacity: .2; }

.jdgm-rev__content {
  margin-top: 15px !important; }

.jdgm-rev__body > p {
  padding-top: 5px !important; }

.jdgm-quest, .jdgm-rev {
  border-top: 1px solid #eee !important; }

.jdgm-rev__author {
  opacity: .8 !important; }

.jdgm-rev__title {
  font-size: 14px !important; }

.jdgm-rev-widg__sort-wrapper {
  display: none !important; }

.jdgm-write-rev-link {
  color: #aaa !important;
  font-weight: 600;
  padding: 8px 15px !important;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #6ed8ce !important; }
  .jdgm-write-rev-link:hover {
    color: #6ed8ce !important; }

.jdgm-form input {
  width: 100%;
  min-height: 2em;
  margin: 0;
  border: 1px solid #ddd;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 5px; }

input.jdgm-submit-rev {
  color: white;
  background: #0381a2;
  border-radius: 0; }

.jdgm-histogram {
  display: none !important; }

a.jdgm-star {
  color: #6ed8ce !important; }
  a.jdgm-star:hover {
    color: #6ed8ce !important; }

.jdgm-histogram__bar-content {
  background: #6ed8ce !important;
  opacity: .5; }
