.show-sm {
  display: none; }
  @media screen and (max-width: 1020px) {
    .show-sm {
      display: inline-block; } }

.clearfix:before, .cart-totals:before, .template-password .password-subscribe-form:before,
.template-password .password-form-wrapper:before, .main-header:before, .clearfix:after, .cart-totals:after, .template-password .password-subscribe-form:after,
.template-password .password-form-wrapper:after, .main-header:after {
  display: table;
  content: " "; }
.clearfix:after, .cart-totals:after, .template-password .password-subscribe-form:after,
.template-password .password-form-wrapper:after, .main-header:after {
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  background: white; }
  body.showing-drawer {
    height: 100%;
    overflow: hidden; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.main-content {
  position: relative;
  margin: 0 auto;
  /*   max-width:1260px */ }

.module {
  max-width: 1290px;
  margin: 0 auto;
  padding: 90px 30px;
  text-align: center; }
  @media screen and (max-width: 720px) {
    .module {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .module.page {
    padding-top: 60px; }
    @media screen and (max-width: 720px) {
      .module.page {
        padding-top: 30px; }
        .module.page.no-content {
          padding-bottom: 30px; } }
  .module.left-right {
    max-width: 100%;
    padding: 90px 0; }
    .module.left-right.collection {
      padding-bottom: 0; }
  .module.full-width {
    max-width: 100%;
    padding: 0; }

@media screen and (max-width: 720px) {
  .custom-text-columns .module {
    border-bottom: 1px solid #e3e3e3;
    padding: 60px 0 0 0; } }

.module-wrapper {
  position: relative;
  display: block; }
  .module-wrapper.border {
    border-bottom: 1px solid #e3e3e3; }
  .module-wrapper.border.style-color, .module-wrapper.border.style-gradient {
    border-bottom: 1px solid white; }

@media screen and (max-width: 720px) {
  .module-wrapper.border.custom-home-testimonials {
    border-bottom: none; } }

@media screen and (max-width: 720px) {
  .module-wrapper.border.custom-text-columns {
    border-bottom: none;
    padding: 0 30px; } }

.module-header {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px; }
  @media screen and (max-width: 720px) {
    .module-header {
      padding-bottom: 60px;
      padding-left: 25px;
      padding-right: 25px; } }
  .module-header:only-child {
    padding-bottom: 0; }

.module-body {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 720px) {
    .module-body.has-header {
      padding: 30px 0 0; } }

.module-title {
  display: block;
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: black;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 720px) {
    .module-title {
      font-size: 26px;
      line-height: 36px; } }
  .style-color .module-title, .style-gradient .module-title, .style-image .module-title {
    color: white; }
  .light-overlay .module-title {
    color: black; }

@media screen and (max-width: 720px) {
  .custom-text-columns .module-title {
    font-size: 22px;
    line-height: 26px; } }

@media screen and (max-width: 720px) {
  .custom-home-testimonials .module-title {
    font-size: 22px; } }

.module-subtitle {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 0 0;
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  color: black;
  font-size: 18px;
  line-height: 28px; }
  @media screen and (max-width: 720px) {
    .module-subtitle {
      font-size: 16px;
      line-height: 26px; } }
  .style-color .module-subtitle, .style-gradient .module-subtitle, .style-image .module-subtitle {
    color: white; }
  .light-overlay .module-subtitle {
    color: black; }

.collection-header .module-subtitle {
  font-size: 20px; }
  @media screen and (max-width: 720px) {
    .collection-header .module-subtitle {
      font-size: 16px; } }

.custom-letter-footer .module-subtitle {
  text-align: left;
  font-size: 14px;
  padding-top: 0; }
  @media screen and (max-width: 720px) {
    .custom-letter-footer .module-subtitle {
      font-size: 12px;
      line-height: 20px;
      padding-top: 4px; } }

.module-content {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: black; }
  .style-color .module-content, .style-gradient .module-content, .style-image .module-content {
    color: white; }
  .light-overlay .module-content {
    color: black; }

.module-cta {
  display: block;
  padding: 30px 0 0; }

.module-cta-subline {
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 0 0; }

.module-footer {
  position: relative;
  padding: 30px 0 0;
  z-index: 1; }

.list {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0;
  padding-right: 15px;
  padding-left: 15px; }
  .list.left-list {
    text-align: left; }

.list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 30px; }
  .column-1 .list-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  .column-2 .list-item {
    width: 50%; }
    @media (max-width: 480px) {
      .column-2 .list-item {
        width: 100%; } }
  .column-75 .list-item {
    width: 75%; }
    @media (max-width: 480px) {
      .column-75 .list-item {
        width: 100%; } }
  .column-3 .list-item {
    width: 33.33%; }
    @media screen and (max-width: 720px) {
      .column-3 .list-item {
        width: 50%; } }
    @media (max-width: 480px) {
      .column-3 .list-item {
        width: 50%; } }
  .column-4 .list-item {
    width: 25%; }
    @media screen and (max-width: 1020px) {
      .column-4 .list-item {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .column-4 .list-item {
        width: 100%; } }
  .column-5 .list-item {
    width: 20%; }
    @media screen and (max-width: 1020px) {
      .column-5 .list-item {
        width: 50%; } }
    @media (max-width: 480px) {
      .column-5 .list-item {
        width: 50%; } }
  @media screen and (max-width: 1020px) {
    .inline .list-item {
      padding: 30px 15px; } }
  .random .list-item {
    float: left; }
    .random .list-item .list-cover {
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 720px) {
      .random .list-item {
        float: none;
        display: block; } }
    .random .list-item:nth-child(1n) {
      width: 50%; }
      @media screen and (max-width: 720px) {
        .random .list-item:nth-child(1n) {
          width: auto; } }
      .random .list-item:nth-child(1n) .list-cover {
        overflow: hidden; }
        .random .list-item:nth-child(1n) .list-cover::before {
          display: block;
          width: 100%;
          padding-top: calc(100% + 15px);
          content: ""; }
        .random .list-item:nth-child(1n) .list-cover img {
          display: none; }
        @media screen and (max-width: 1020px) {
          .random .list-item:nth-child(1n) .list-cover {
            overflow: hidden; }
            .random .list-item:nth-child(1n) .list-cover::before {
              display: block;
              width: 100%;
              padding-top: 100%;
              content: ""; }
            .random .list-item:nth-child(1n) .list-cover img {
              display: none; } }
    .random .list-item:nth-child(2n) {
      width: 50%; }
      @media screen and (max-width: 720px) {
        .random .list-item:nth-child(2n) {
          width: auto; } }
      .random .list-item:nth-child(2n) .list-cover {
        overflow: hidden; }
        .random .list-item:nth-child(2n) .list-cover::before {
          display: block;
          width: 100%;
          padding-top: 50%;
          content: ""; }
        .random .list-item:nth-child(2n) .list-cover img {
          display: none; }
        @media screen and (max-width: 1020px) {
          .random .list-item:nth-child(2n) .list-cover {
            overflow: hidden; }
            .random .list-item:nth-child(2n) .list-cover::before {
              display: block;
              width: 100%;
              padding-top: 100%;
              content: ""; }
            .random .list-item:nth-child(2n) .list-cover img {
              display: none; } }
    .random .list-item:nth-child(3n), .random .list-item:nth-child(4n) {
      width: 25%; }
      @media screen and (max-width: 1020px) {
        .random .list-item:nth-child(3n), .random .list-item:nth-child(4n) {
          width: 50%; } }
      @media screen and (max-width: 720px) {
        .random .list-item:nth-child(3n), .random .list-item:nth-child(4n) {
          width: auto;
          margin-top: 0; } }
      .random .list-item:nth-child(3n) .list-cover, .random .list-item:nth-child(4n) .list-cover {
        overflow: hidden; }
        .random .list-item:nth-child(3n) .list-cover::before, .random .list-item:nth-child(4n) .list-cover::before {
          display: block;
          width: 100%;
          padding-top: 100%;
          content: ""; }
        .random .list-item:nth-child(3n) .list-cover img, .random .list-item:nth-child(4n) .list-cover img {
          display: none; }
  .image-contain .list-item {
    vertical-align: top; }

.list-row {
  float: left;
  width: 100%; }
  .list-row:nth-child(2n) .list-item {
    float: right; }
    @media screen and (max-width: 720px) {
      .list-row:nth-child(2n) .list-item {
        float: none; } }
  @media screen and (max-width: 720px) {
    .list-row {
      float: none;
      display: block; } }

.list-container {
  position: relative;
  display: inline-block;
  text-align: center;
  color: inherit;
  max-width: 100%; }
  .crop .list-container {
    display: block; }
  .random .list-container {
    display: block; }
    @media screen and (max-width: 720px) {
      .random .list-container {
        display: inline-block; } }
  .image-contain .list-container {
    overflow: hidden; }
  .collection-list .list-container .list-image {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
  .collection-list .list-container:hover .list-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.list-image-wrapper {
  position: relative;
  display: block;
  text-align: center;
  max-width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 720px) {
    .list-image-wrapper {
      display: inline-block; }
      .cover .list-image-wrapper {
        display: block; } }
  .crop .list-image-wrapper {
    display: block;
    text-align: left; }

.list-overlay {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #60aa80;
  opacity: 0; }
  .list-container:focus .list-overlay, .list-container:hover .list-overlay {
    opacity: 0.85; }
  .inline .list-overlay, .random .list-overlay, .compact .list-overlay {
    display: none; }
  .style-gradient .list-overlay, .style-color .list-overlay {
    background-color: white; }

.list-icon {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -20px;
  margin-left: -30px;
  font-size: 24px;
  line-height: 60px;
  color: #60aa80;
  background-color: white;
  opacity: 0; }
  .list-container:focus .list-icon, .list-container:hover .list-icon {
    margin-top: -30px;
    opacity: 1; }
  .inline .list-icon, .random .list-icon, .cover-and-compact .list-icon, .compact .list-icon {
    display: none; }
  .style-color .list-icon {
    color: white;
    background-color: #60aa80; }
  .style-gradient .list-icon {
    background-image: linear-gradient(to right, #60aa80 0%, #60aa80 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF60AA80', endColorstr='#FF60AA80', GradientType=1);
    color: white; }

.list-image {
  display: inline-block;
  vertical-align: top; }
  .crop .list-image, .random .list-image {
    display: none; }
    @media screen and (max-width: 720px) {
      .crop .list-image, .random .list-image {
        display: inline-block; } }
  .image-contain .list-image {
    display: inline-block; }

.list-cover {
  overflow: hidden;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: none;
  background-position: top center;
  background-repeat: no-repeat; }
  .list-cover::before {
    display: block;
    width: 100%;
    padding-top: 120%;
    content: ""; }
  .list-cover img {
    display: none; }
  .random .list-cover, .cover .list-cover, .crop .list-cover {
    display: block; }
  @media screen and (max-width: 720px) {
    .crop .list-cover, .random .list-cover {
      display: none; }
      .home-products-body .crop .list-cover, .home-products-body .random .list-cover {
        display: block; } }
  .image-contain .list-cover::before {
    display: none; }

.list-text-wrapper {
  display: block;
  text-align: left;
  padding: 50px 30px;
  border-top: 0; }
  .column-3 .list-text-wrapper, .column-4 .list-text-wrapper {
    padding: 30px 15px; }
    @media screen and (max-width: 1020px) {
      .column-3 .list-text-wrapper, .column-4 .list-text-wrapper {
        padding: 50px 15px; } }
  .random .list-text-wrapper, .compact .list-text-wrapper {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0; }
    @media screen and (max-width: 1020px) {
      .random .list-text-wrapper, .compact .list-text-wrapper {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        bottom: 0;
        padding: 15px;
        opacity: 1; } }
    @media screen and (max-width: 1020px) and (min-width: 769px) {
      .random .list-text-wrapper, .compact .list-text-wrapper {
        padding: 15px; } }
  @media screen and (max-width: 1020px) {
    .list-text-wrapper-below .list-text-wrapper {
      position: relative; } }
  .pc-blew-show .list-text-wrapper-below .list-text-wrapper {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    bottom: 0;
    padding: 15px;
    opacity: 1; }
  .inline .list-text-wrapper {
    padding: 15px; }
  .list-container:focus .list-text-wrapper, .list-container:hover .list-text-wrapper {
    opacity: 1; }

.list-title {
  display: block;
  font-family: "Proxima Nova", serif;
  font-size: 22px;
  line-height: 1.5;
  color: black; }
  @media screen and (max-width: 1020px) {
    .list-title {
      font-size: 16px; } }
  .collection-list .list-title {
    font-size: 16px;
    text-align: left;
    min-height: 70px;
    line-height: 1.3;
    font-weight: 300;
    color: #333; }

.list-meta {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  text-transform: uppercase; }
  .compact .list-meta, .random .list-meta, .cover-and-compact .list-meta {
    font-weight: 700;
    color: #000; }
  @media screen and (max-width: 1020px) and (min-width: 721px) {
    .list-meta {
      font-size: 14px; } }
  @media screen and (max-width: 720px) {
    .list-meta {
      font-size: 12px; } }
  .list-meta .original {
    text-decoration: line-through; }
  .collection-list .list-meta {
    font-weight: 300;
    text-align: left;
    margin-top: 0; }
    .collection-list .list-meta .now-price {
      font-weight: 700; }

.list-text {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  font-family: "Proxima Nova", serif;
  color: black; }
  .list-text.no-margin {
    margin: 0; }

@media screen and (max-width: 720px) {
  .custom-text-columns .list-text {
    font-size: 14px;
    line-height: 24px; } }

.list-cta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  margin-top: 15px; }

.list-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  font-family: "Proxima Nova", serif;
  text-transform: uppercase;
  color: #60aa80; }
  .list-link:focus, .list-link:hover {
    color: #60aa80; }
  .list-link:after {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #60aa80; }

.list-button {
  max-width: 100%; }

.side {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

.side-body {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }

.side-wrapper {
  font-size: 0;
  width: 100%; }

.side-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: center; }
  @media screen and (max-width: 1020px) {
    .side-section {
      width: 100%;
      display: block; } }
  .one-child .side-section {
    width: 100%; }
    @media screen and (max-width: 720px) {
      .one-child .side-section {
        max-width: 100%; } }

.side-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 90px 60px;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .side-text-wrapper {
      padding: 30px 30px; } }
  @media screen and (max-width: 1020px) {
    .side-text-wrapper {
      max-width: 700px;
      padding: 90px 30px;
      text-align: center; } }
  @media screen and (max-width: 720px) {
    .side-text-wrapper {
      max-width: 100%;
      padding: 30px 15px; } }
  .one-child .side-text-wrapper {
    max-width: 700px;
    padding: 90px 0; }
    @media screen and (max-width: 720px) {
      .one-child .side-text-wrapper {
        max-width: 100%;
        padding: 30px 15px; } }

.page-conact .side-text-wrapper {
  padding: 45px 0; }

.side-media-wrapper {
  display: block; }

.side-title {
  font-size: 22px;
  line-height: 32px; }
  @media screen and (max-width: 720px) {
    .side-title {
      font-size: 18px;
      line-height: 28px; } }
  .one-child .side-title {
    text-align: center; }

.side-meta {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase; }

.side-text {
  font-size: 16px;
  line-height: 26px;
  padding-top: 30px; }

.side-cta {
  padding-top: 30px; }
  @media screen and (max-width: 1020px) {
    .side-cta {
      padding-top: 30px; } }

.side-media-wrapper {
  text-align: center; }

.side-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }
  .crop .side-image {
    display: none; }
    @media screen and (max-width: 1020px) {
      .crop .side-image {
        display: block; } }

.side-cover {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  display: none;
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat; }
  .left .side-cover {
    left: 0; }
  .right .side-cover {
    right: 0; }
  .crop .side-cover {
    display: block; }
    @media screen and (max-width: 1020px) {
      .crop .side-cover {
        display: none; } }

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */
a:active, a:hover {
  outline: 0; }

/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 0; }

/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */
form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Icons
-------------------------------- */
@font-face {
  font-family: 'Interactive Icons';
  font-display: swap;
  src: url("launch-social-icons_v-15553244546680571477.eot");
  src: url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/launch-social-icons.eot?%23iefix&v=15553244546680571477") format("embedded-opentype"), url("launch-social-icons_v-13783324979487692078.woff") format("woff"), url("launch-social-icons_v-6636892975379130472.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/launch-social-icons.svg%23launch-social-icons?25024") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'social-icons';
  font-display: swap;
  src: url("socicon_v-8016793507616028792.eot");
  src: url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/socicon.eot?%23iefix&v=8016793507616028792") format("embedded-opentype"), url("socicon_v-18065447325607509986.woff") format("woff"), url("socicon_v-14467155372569653914.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/socicon.svg%23socicon?25024") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'launch-icons';
  font-display: swap;
  src: url("launch-icons_rm9bkq-v-1251962360599500521.eot");
  src: url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/launch-icons.eot?rm9bkq%23iefix&v=1251962360599500521") format("embedded-opentype"), url("launch-icons_rm9bkq-v-7329654392774262281.ttf") format("truetype"), url("launch-icons_rm9bkq-v-3094202707307451579.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/launch-icons.svg?rm9bkq%23launch&25024") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  font-display: swap;
  src: url("proximanova-regular_v-12219617670301682318.eot");
  src: url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/proximanova-regular.eot?%23iefix&v=12219617670301682318") format("embedded-opentype"), url("proximanova-regular_v-18208814457509725059.woff") format("woff"), url("proximanova-regular_v-5384029787959899000.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/proximanova-regular.svg%23proximanova-regular?25024") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  font-display: swap;
  src: url("proximanova-sbold_v-14571638174943843435.eot");
  src: url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/proximanova-sbold.eot?%23iefix&v=14571638174943843435") format("embedded-opentype"), url("proximanova-sbold_v-15323461884528812872.woff") format("woff"), url("proximanova-sbold_v-3435176914861923555.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/proximanova-sbold.svg%23proximanova-sbold?25024") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Product Icon";
  font-display: swap;
  src: url("prod-icon_v-8936954194049485222.eot");
  src: url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/prod-icon.eot?%23iefix&v=8936954194049485222") format("embedded-opentype"), url("prod-icon_v-7446702293596008438.woff") format("woff"), url("prod-icon_v-625767614162663142.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/prod-icon.svg%23prod-icon?25024") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 
@font-face {
  font-family: 'Markot';
  src: url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotsemibold.eot?v=2726914251908964819');
  src: url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotsemibold.eot?%23iefix&v=2726914251908964819') format('embedded-opentype'),
       url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotsemibold.woff?v=2989084313143126743') format('woff'),
       url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotsemibold.ttf?v=14255220595575141775') format('truetype'),
       url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotsemibold.svg%23markotsemibold?25024') format('svg');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Markot';
  src: url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotbold.eot?v=4854221539498449441');
  src: url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotbold.eot?%23iefix&v=4854221539498449441') format('embedded-opentype'),
       url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotbold.woff?v=15351018741239610147') format('woff'),
       url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotbold.ttf?v=16222695846547418966') format('truetype'),
       url('https://cdn.shopify.com/s/files/1/2005/4429/t/152/assets/markotbold.svg%23makotbold?25024') format('svg');
  font-weight: 900;
  font-style: normal;
} */
/* General
-------------------------------- */
body {
  font-family: "Proxima Nova", serif;
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625; }

.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "launch-icons", sans-serif;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

/* Links */
a {
  color: #60aa80;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:focus, a:hover {
    color: #60aa80; }
  a.disabled {
    color: black;
    cursor: default; }
    a.disabled:focus, a.disabled:hover {
      color: black;
      cursor: default; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  font-size: inherit;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: initial; }

/* Basic text */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top; }

ul, ol, dl {
  padding: 0;
  margin: 23px 0; }

ul {
  list-style: outside none; }

ol {
  list-style: outside decimal; }

li {
  margin: 12px 0; }

hr {
  height: 2px;
  background: #e3e3e3;
  border: 0; }

p {
  margin: 0;
  padding: 15px 0; }

strong {
  font-weight: 700; }

.bold {
  font-weight: 700; }

/* Tables */
table {
  color: black;
  border: 1px solid #e3e3e3;
  border-top: none;
  font-size: 14px;
  border-collapse: separate;
  margin: 30px 0;
  background: transparent; }
  table.clean {
    border: 0;
    border-radius: 0;
    font-size: 16px; }
  table .column-title {
    display: none; }

th {
  background: #e3e3e3;
  color: black;
  font-weight: 400;
  text-align: center; }
  .clean th {
    background: none; }

tr td, tr th {
  border-top: 1px solid #e3e3e3;
  padding: 20px; }

tr td {
  border-left: 1px solid #e3e3e3; }
  tr td:first-child {
    border-left: none; }

table.mobile-layout {
  border-bottom: none; }
  table.mobile-layout .column-title {
    font-weight: 700;
    width: 114px;
    padding-right: 23px;
    display: inline-block; }
  table.mobile-layout thead {
    display: none; }
  table.mobile-layout tr td {
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid #e3e3e3 !important;
    border-left: none;
    /* < IE 10 fix */
    float: left;
    clear: left; }
  table.mobile-layout tr:nth-child(even) td {
    background: #e3e3e3; }

/* Buttons #39c29a*/
.button,
.submit,
button {
  -webkit-border-radius: 27.5px;
  -khtml-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  -ms-border-radius: 27.5px;
  -o-border-radius: 27.5px;
  border-radius: 27.5px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px;
  font-family: "Proxima Nova", serif;
  font-weight: 900;
  color: white;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: #60aa80;
  border: 1px solid #60aa80;
  cursor: pointer; }
  @media screen and (max-width: 720px) {
    .button,
    .submit,
    button {
      text-align: center; } }
  .product-form-submit-wrap .button, .product-form-submit-wrap
  .submit, .product-form-submit-wrap
  button {
    background-color: #60aa80;
    color: white;
    font-size: 18px; }
    .product-form-submit-wrap .button:hover, .product-form-submit-wrap
    .submit:hover, .product-form-submit-wrap
    button:hover {
      background: #39c29a;
      border-color: #39c29a;
      color: white; }
  .button:hover,
  .submit:hover,
  button:hover {
    background: #39c29a;
    border-color: #39c29a;
    color: white; }
  .button.secondary,
  .submit.secondary,
  button.secondary {
    background: #60aa80;
    border-color: #60aa80;
    color: white; }
    .button.secondary:hover,
    .submit.secondary:hover,
    button.secondary:hover {
      background: #39c29a;
      border-color: #39c29a; }
    .button.secondary.inverse,
    .submit.secondary.inverse,
    button.secondary.inverse {
      background: #60aa80;
      border-color: #60aa80;
      color: white; }
      .button.secondary.inverse:hover,
      .submit.secondary.inverse:hover,
      button.secondary.inverse:hover {
        background: #39c29a;
        border-color: #39c29a;
        color: white; }
    .button.secondary.inverse[name="checkout"],
    .submit.secondary.inverse[name="checkout"],
    button.secondary.inverse[name="checkout"] {
      background: #67f3af;
      border-color: #67f3af; }
      .button.secondary.inverse[name="checkout"]:hover,
      .submit.secondary.inverse[name="checkout"]:hover,
      button.secondary.inverse[name="checkout"]:hover {
        background: #39c29a;
        border-color: #39c29a;
        color: white; }
  .button.disabled,
  .submit.disabled,
  button.disabled {
    background: #e3e3e3;
    color: black;
    border-color: #e3e3e3;
    opacity: 1;
    cursor: default; }
    .button.disabled:hover,
    .submit.disabled:hover,
    button.disabled:hover {
      background: #e3e3e3;
      color: black;
      border-color: #e3e3e3;
      opacity: 1;
      cursor: default; }
  .style-color .button, .style-gradient .button, .overlay-none .button, .overlay-black .button, .overlay-color .button, .overlay-gradient .button, .overlay-primary .button, .style-color
  .submit, .style-gradient
  .submit, .overlay-none
  .submit, .overlay-black
  .submit, .overlay-color
  .submit, .overlay-gradient
  .submit, .overlay-primary
  .submit, .style-color
  button, .style-gradient
  button, .overlay-none
  button, .overlay-black
  button, .overlay-color
  button, .overlay-gradient
  button, .overlay-primary
  button {
    background: #60aa80;
    border-color: #60aa80;
    color: white; }
    .style-color .button:focus, .style-color .button:hover, .style-gradient .button:focus, .style-gradient .button:hover, .overlay-none .button:focus, .overlay-none .button:hover, .overlay-black .button:focus, .overlay-black .button:hover, .overlay-color .button:focus, .overlay-color .button:hover, .overlay-gradient .button:focus, .overlay-gradient .button:hover, .overlay-primary .button:focus, .overlay-primary .button:hover, .style-color
    .submit:focus, .style-color
    .submit:hover, .style-gradient
    .submit:focus, .style-gradient
    .submit:hover, .overlay-none
    .submit:focus, .overlay-none
    .submit:hover, .overlay-black
    .submit:focus, .overlay-black
    .submit:hover, .overlay-color
    .submit:focus, .overlay-color
    .submit:hover, .overlay-gradient
    .submit:focus, .overlay-gradient
    .submit:hover, .overlay-primary
    .submit:focus, .overlay-primary
    .submit:hover, .style-color
    button:focus, .style-color
    button:hover, .style-gradient
    button:focus, .style-gradient
    button:hover, .overlay-none
    button:focus, .overlay-none
    button:hover, .overlay-black
    button:focus, .overlay-black
    button:hover, .overlay-color
    button:focus, .overlay-color
    button:hover, .overlay-gradient
    button:focus, .overlay-gradient
    button:hover, .overlay-primary
    button:focus, .overlay-primary
    button:hover {
      background: #39c29a;
      border-color: #39c29a;
      color: white; }
  .overlay-secondary .button, .overlay-secondary
  .submit, .overlay-secondary
  button {
    background: white;
    border-color: white;
    color: #60aa80; }
    .overlay-secondary .button:focus, .overlay-secondary .button:hover, .overlay-secondary
    .submit:focus, .overlay-secondary
    .submit:hover, .overlay-secondary
    button:focus, .overlay-secondary
    button:hover {
      background: #60aa80;
      border-color: white;
      color: white; }
  .button .icon,
  .submit .icon,
  button .icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "launch-icons", sans-serif;
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: inherit; }
  .button .icon-arrow-right,
  .submit .icon-arrow-right,
  button .icon-arrow-right {
    font-size: 13px; }
  .button.button-square,
  .submit.button-square,
  button.button-square {
    padding: 6px 20px 4px 20px;
    border-radius: 0; }

@media screen and (max-width: 720px) {
  .product-form .product-form-submit-wrap {
    width: 100%; } }

/* Forms & buttons */
form {
  font-size: 14px; }

label:hover {
  cursor: pointer; }
.inline-input-wrapper label {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.input-wrapper {
  margin: 30px 0; }
  .input-wrapper:last-child {
    margin-bottom: 0; }

.customer-login .input-wrapper {
  margin: 0; }
  .customer-login .input-wrapper:last-child {
    margin-top: 30px;
    margin-bottom: 0; }
.customer-login hr {
  margin: 0; }
.customer-login .p-or {
  position: relative;
  background: #fff;
  top: 3px;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 13px;
  line-height: 0; }

.inline-input-wrapper {
  margin: 10px 0; }
  .inline-input-wrapper input + .inline-label {
    margin-left: 7.5px; }

input, textarea {
  border-radius: 0; }
  label ~ input, label ~ textarea {
    margin-top: 10px; }
  input:focus, textarea:focus {
    outline: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"],
textarea {
  display: block;
  width: 100%;
  border: 1px solid #e3e3e3;
  color: black;
  font-family: "Proxima Nova", serif;
  border-radius: 5px;
  -webkit-appearance: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="telephone"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: black;
    opacity: 0.7; }
  input[type="text"]::-moz-input-placeholder,
  input[type="email"]::-moz-input-placeholder,
  input[type="password"]::-moz-input-placeholder,
  input[type="search"]::-moz-input-placeholder,
  input[type="telephone"]::-moz-input-placeholder,
  input[type="tel"]::-moz-input-placeholder,
  input[type="number"]::-moz-input-placeholder,
  textarea::-moz-input-placeholder {
    color: black;
    opacity: 0.7; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="telephone"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: black;
    opacity: 0.7; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error,
  input[type="search"].error,
  input[type="telephone"].error,
  input[type="tel"].error,
  input[type="number"].error,
  textarea.error {
    color: #e13333; }
    input[type="text"].error::-webkit-input-placeholder,
    input[type="email"].error::-webkit-input-placeholder,
    input[type="password"].error::-webkit-input-placeholder,
    input[type="search"].error::-webkit-input-placeholder,
    input[type="telephone"].error::-webkit-input-placeholder,
    input[type="tel"].error::-webkit-input-placeholder,
    input[type="number"].error::-webkit-input-placeholder,
    textarea.error::-webkit-input-placeholder {
      color: #e13333;
      opacity: 0.7; }
    input[type="text"].error::-moz-input-placeholder,
    input[type="email"].error::-moz-input-placeholder,
    input[type="password"].error::-moz-input-placeholder,
    input[type="search"].error::-moz-input-placeholder,
    input[type="telephone"].error::-moz-input-placeholder,
    input[type="tel"].error::-moz-input-placeholder,
    input[type="number"].error::-moz-input-placeholder,
    textarea.error::-moz-input-placeholder {
      color: #e13333;
      opacity: 0.7; }
    input[type="text"].error:-ms-input-placeholder,
    input[type="email"].error:-ms-input-placeholder,
    input[type="password"].error:-ms-input-placeholder,
    input[type="search"].error:-ms-input-placeholder,
    input[type="telephone"].error:-ms-input-placeholder,
    input[type="tel"].error:-ms-input-placeholder,
    input[type="number"].error:-ms-input-placeholder,
    textarea.error:-ms-input-placeholder {
      color: #e13333;
      opacity: 0.7; }

.error-message .errors {
  color: #e13333; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"] {
  height: 50px;
  line-height: 50px;
  padding: 0 15px; }
  .lt-ie9 input[type="text"], .lt-ie9
  input[type="email"], .lt-ie9
  input[type="password"], .lt-ie9
  input[type="search"], .lt-ie9
  input[type="telephone"], .lt-ie9
  input[type="tel"], .lt-ie9
  input[type="number"] {
    padding: 0 15px;
    line-height: 50px; }

.lt-ie9 input[type="password"] {
  font-family: Arial, sans-serif; }

input[type="checkbox"]:focus {
  outline: 4px auto #60aa80; }

input[type="number"] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: black;
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
    .no-js input[type="number"]::-webkit-outer-spin-button, .no-js input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: number;
      -moz-appearance: number; }
  .no-js input[type="number"] {
    height: auto;
    line-height: 1;
    padding: 5px 0;
    color: black;
    -webkit-appearance: number;
    -moz-appearance: number; }

.number-input-wrapper {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  border: 1px solid #e3e3e3;
  overflow: hidden; }
  @media screen and (max-width: 720px) {
    .number-input-wrapper {
      width: auto !important;
      margin: 0 auto;
      display: table; } }
  .no-js .number-input-wrapper {
    margin: 15px 0 0; }

.number-input-field {
  float: left;
  width: 85px;
  height: 44px;
  background-color: white;
  line-height: 44px; }
  @media screen and (max-width: 720px) {
    .number-input-field {
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 1020px) {
    .cart-item-td .number-input-field {
      text-align: center;
      width: 100%; } }
  .number-input-field input[type="number"] {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0;
    padding-left: 30px;
    color: #aaa; }
    @media screen and (max-width: 720px) {
      .number-input-field input[type="number"] {
        padding-left: 0; } }
  .no-js .number-input-field {
    height: auto;
    line-height: 1; }

.number-input-label {
  display: none; }

.number-input-nav {
  float: left;
  height: 44px;
  width: 35px;
  border-left: 1px solid #e3e3e3; }
  @media screen and (max-width: 720px) {
    .number-input-nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border: 0; } }
  @media screen and (max-width: 1020px) {
    .cart-item-td .number-input-nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border: 0; } }
  .no-js .number-input-nav {
    display: none; }

.number-input-nav-item {
  float: left;
  height: 44px;
  line-height: 44px;
  width: 35px;
  color: #ccc;
  background-color: white;
  text-align: center;
  cursor: pointer;
  position: absolute;
  /*   @include breakpoint(sm) {
      position: absolute;
      line-height: $input-number-height;
    } */ }
  @media screen and (max-width: 1020px) {
    .cart-item-td .number-input-nav-item {
      position: absolute;
      height: 44px;
      width: 44px;
      line-height: 44px; } }
  .number-input-nav-item:focus, .number-input-nav-item:hover {
    color: #60aa80; }
  .number-input-nav-item:first-child {
    right: 0;
    border-left: 1px solid #e3e3e3;
    border-bottom: none; }
    @media screen and (max-width: 1020px) {
      .cart-item-td .number-input-nav-item:first-child {
        right: 0;
        border-left: 1px solid #e3e3e3;
        border-bottom: none; } }
  .number-input-nav-item:last-child {
    left: 0;
    border-right: 1px solid #e3e3e3; }
    @media screen and (max-width: 1020px) {
      .cart-item-td .number-input-nav-item:last-child {
        left: 0;
        border-right: 1px solid #e3e3e3; } }

.select-wrapper {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 55px;
  line-height: 55px;
  border: 1px solid #e3e3e3;
  color: black;
  background-color: white;
  padding: 0 30px 0 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  z-index: 55; }
  .select-wrapper.active {
    border-color: #60aa80; }
  .customer-address-edit-form .select-wrapper {
    width: 100% !important; }
  .no-js .select-wrapper {
    padding: 0 !important;
    margin-bottom: -2px; }
  .select-wrapper:after {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    line-height: inherit;
    color: black;
    content: "\F107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "launch-icons", sans-serif;
    speak: none;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; }
    .no-js .select-wrapper:after {
      display: none; }
  .select-wrapper select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0;
    text-transform: none;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-wrapper .selected-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    z-index: 2; }
    .no-js .select-wrapper .selected-text {
      display: none; }

textarea {
  padding: 15px;
  max-width: 100%; }

/* IFRAMES */
iframe {
  border: 0;
  max-width: 100%; }

.rte ul {
  list-style-type: disc; }
.rte ul li,
.rte ol li {
  list-style-position: inside; }
.rte h1 {
  margin: 0.67em 0;
  font-size: 2em; }
.rte h2 {
  margin: 0.83em 0;
  font-size: 1.5em; }
.rte h3 {
  margin: 1em 0;
  font-size: 1.17em; }
.rte h4 {
  margin: 1.33em 0;
  font-size: 1em; }
.rte h5 {
  margin: 1.67em 0;
  font-size: 0.83em; }
.rte h6 {
  margin: 2.33em 0;
  font-size: 0.67em; }

.overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: ""; }

.overlay-light:after {
  background: white; }

.overlay-black:after {
  background: black; }

.overlay-color:after {
  background: #60aa80; }

.overlay-gradient:after {
  background-image: linear-gradient(to right, #60aa80 0%, #60aa80 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF60AA80', endColorstr='#FF60AA80', GradientType=1); }

.overlay-primary:after {
  background: #60aa80; }

.overlay-secondary:after {
  background: #60aa80; }

.overlay-opacity-0:after {
  opacity: 0; }

.overlay-opacity-1:after {
  opacity: 0.1; }

.overlay-opacity-2:after {
  opacity: 0.2; }

.overlay-opacity-3:after {
  opacity: 0.3; }

.overlay-opacity-4:after {
  opacity: 0.4; }

.overlay-opacity-5:after {
  opacity: 0.5; }

.overlay-opacity-6:after {
  opacity: 0.6; }

.overlay-opacity-7:after {
  opacity: 0.7; }

.overlay-opacity-8:after {
  opacity: 0.8; }

.overlay-opacity-9:after {
  opacity: 0.9; }

.style-default {
  color: black;
  background: white; }

.footer-wrapper.style-default {
  background: #f5f5f5; }

.style-light {
  color: black;
  background: #fafafa; }

.style-color {
  color: white;
  background: #60aa80; }

.style-secondary-color {
  color: white;
  background: #60aa80; }

.style-gradient {
  background-image: linear-gradient(to right, #60aa80 0%, #60aa80 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF60AA80', endColorstr='#FF60AA80', GradientType=1);
  color: white; }

.style-dark {
  color: white;
  background-color: #3a3f40; }

.style-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black; }

.icon-mail:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-arrow-right:before {
  content: "\e903"; }

.icon-pinterest:before {
  content: "\e904"; }

.icon-arrow-left:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-cart:before {
  content: "\e600"; }

.icon-bell:before {
  content: "\e006"; }

.icon-signal:before {
  content: "\e011"; }

.icon-clock:before {
  content: "\e014"; }

.icon-cog:before {
  content: "\e023"; }

.icon-heart:before {
  content: "\e024"; }

.icon-search:before {
  content: ' ';
  display: block;
  width: 24px;
  height: 24px;
  background: url(search_v-3934518859788230791.svg) no-repeat 0 0;
  background-size: contain; }

.icon-search-bak:before {
  content: '\e036'; }

.icon-zoom-in:before {
  content: "\e037"; }

.icon-zoom-out:before {
  content: "\e038"; }

.icon-circle-plus:before {
  content: "\e040"; }

.icon-circle-minus:before {
  content: "\e041"; }

.icon-circle-check:before {
  content: "\e042"; }

.icon-circle-cross:before {
  content: "\e043"; }

.icon-microphone:before {
  content: "\e048"; }

.icon-stop:before {
  content: "\e054"; }

.icon-repeat:before {
  content: "\e058"; }

.icon-cloud-upload:before {
  content: "\e066"; }

.icon-cloud-download:before {
  content: "\e067"; }

.icon-location:before {
  content: "\e070"; }

.icon-battery:before {
  content: "\e073"; }

.icon-head:before {
  content: "\e074"; }

.icon-speech-bubble:before {
  content: "\e076"; }

.icon-globe:before {
  content: "\e078"; }

.icon-tag:before {
  content: "\e085"; }

.icon-star:before {
  content: "\e093"; }

.icon-volume:before {
  content: "\e098"; }

.icon-bag:before {
  content: "\e106"; }

.icon-trash:before {
  content: "\e109"; }

.icon-plus:before {
  content: "\e114"; }

.icon-minus:before {
  content: "\e115"; }

.icon-check:before {
  content: "\e116"; }

.icon-cross:before {
  content: "\e117"; }

.icon-menu:before {
  content: "\e120"; }

.icon-star-full:before {
  content: "\e900"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-size-1x {
  font-size: 1em; }

.icon-size-2x {
  font-size: 2em; }

.icon-size-3x {
  font-size: 3em; }

.icon-size-4x {
  font-size: 3em; }

.cart-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6); }
  .active.cart-modal-wrapper {
    display: block; }

.cart-modal-wrapper .cart-modal {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 640px;
  padding: 90px;
  border: 1px solid #e3e3e3;
  text-align: center;
  background-color: white; }

.cart-modal-wrapper .cart-modal-action {
  margin-top: 30px; }

.cart-modal-wrapper .cart-modal .section-title {
  margin-bottom: 18px; }

.placeholder-svg {
  display: block;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  fill: black; }

.template-404 .main-content {
  text-align: center; }

@media screen and (max-width: 720px) {
  .about {
    padding: 30px 15px; } }

.about-content .no-content {
  padding-bottom: 60px; }

.blog {
  padding-bottom: 0; }
  @media screen and (max-width: 720px) {
    .blog {
      padding: 30px 0 0; } }
  .blog .post-wrapper {
    max-width: 100%; }
  .blog .module-body {
    display: table;
    width: 100%; }
    @media screen and (max-width: 720px) {
      .blog .module-body {
        padding: 0 15px; } }

.template-blog .widget-title, .template-article .widget-title {
  border-top: 1px solid #ccc;
  position: relative;
  margin-bottom: 30px; }

.template-blog .widget-title h3, .template-article .widget-title h3 {
  font-size: 12px;
  line-height: 24px;
  color: #898884;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: -13px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  padding: 0 15px;
  text-transform: uppercase;
  z-index: 1; }

.widget-recent-articles .article {
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 15px;
  padding: 0 0 8px 0;
  text-align: left; }
  .widget-recent-articles .article:last-child {
    border-bottom: 0; }

.widget-recent-articles .article a {
  line-height: 24px;
  font-size: 14px;
  color: #898884;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .widget-recent-articles .article a:hover {
    color: #60aa80; }

.widget-recent-articles .article p {
  padding: 0; }

.widget-tags li {
  display: inline-block;
  margin: 0;
  margin-right: 8p; }

.blog-sidebar .widget-tags li a, .user-tags.tags-blog li a {
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #60aa80;
  background: #fff;
  border: 1px solid #60aa80;
  border-radius: 3px;
  padding: 5px 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .blog-sidebar .widget-tags li a:hover, .user-tags.tags-blog li a:hover {
    color: #fff;
    background: #60aa80; }

.widget-recent-articles .article em {
  display: block;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  font-style: normal;
  color: #60aa80; }

.blog-header {
  margin: 0;
  padding-bottom: 60px; }
  @media screen and (max-width: 720px) {
    .blog-header {
      padding: 0; } }

.blog-rss {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Interactive Icons", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: 10px; }

@media screen and (max-width: 720px) {
  .blog-menu {
    padding: 15px 0;
    background: #eeeeee; } }

.blog-subtitle-button {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 10px;
  border-color: transparent;
  color: black;
  font-weight: 300; }
  @media screen and (max-width: 720px) {
    .blog-subtitle-button {
      display: block;
      margin: auto; } }
  .blog-subtitle-button:hover {
    border-color: transparent;
    background: transparent;
    color: #60aa80; }
  .blog-subtitle-button.active {
    border-color: #e3e3e3;
    color: #60aa80;
    font-weight: 700; }
    @media screen and (max-width: 720px) {
      .blog-subtitle-button.active {
        border-color: transparent; } }

.blog-tags-wrapper {
  display: block;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 14px;
  text-align: center; }
  @media screen and (max-width: 720px) {
    .blog-tags-wrapper {
      margin: 30px auto 0; } }

.blog-tags-list {
  display: inline-block;
  vertical-align: top; }

.blog-tags-list-item {
  display: inline-block;
  vertical-align: top; }
  .blog-tags-list-item a:after {
    display: inline-block;
    content: ",";
    color: black; }
  .blog-tags-list-item:last-child a:after {
    display: none; }

.blog-tags-current p {
  padding: 0;
  font-size: 12px;
  color: black; }

.post-wrapper {
  display: block;
  text-align: center;
  max-width: 700px;
  margin: auto; }

.post {
  display: block;
  padding-top: 60px;
  margin-top: 60px;
  text-align: left;
  border-top: 1px solid #e3e3e3; }
  @media screen and (max-width: 720px) {
    .post {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-top: 15px; } }
  .post:first-child {
    padding-top: 0;
    margin-top: 0;
    border: 0; }
  .post:last-child {
    padding-bottom: 60px; }

.post-title {
  height: auto;
  font-size: 36px;
  line-height: 46px; }
  @media screen and (max-width: 720px) {
    .post-title {
      padding: 30px 15px 0;
      font-size: 26px;
      line-height: 36px; } }
  .style-gradient .post-title *, .style-color .post-title * {
    color: white; }

.post-subtitle {
  color: black; }
  .post-subtitle span {
    padding: 0;
    margin: 0; }
    .post-subtitle span:after {
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      display: inline-block;
      margin: 0 6px 0 10px;
      width: 6px;
      height: 6px;
      line-height: inherit;
      background-color: black;
      content: ""; }
    .post-subtitle span:last-child:after {
      display: none; }
  .style-gradient .post-subtitle, .style-color .post-subtitle {
    color: white; }

.post-meta {
  padding: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  font-size: 14px; }
  @media screen and (max-width: 720px) {
    .post-meta {
      padding: 0 15px; } }
  .post-meta span {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: inherit; }
  .post-meta .post-tags {
    color: black; }
    .post-meta .post-tags:hover {
      color: #60aa80; }

.post-content {
  padding: 30px 0 0; }
  @media screen and (max-width: 720px) {
    .post-content {
      padding: 30px 15px; } }
  .post-content p:first-child {
    padding-top: 0; }
  .post-content p:last-child {
    padding-bottom: 0; }

.post-image {
  margin: 30px 0 0;
  width: 100%; }

.post-button {
  min-width: 220px;
  margin: 50px 0 0; }
  @media screen and (max-width: 720px) {
    .post-button {
      margin: 0; } }

.article-intro {
  margin-top: 60px; }
  @media screen and (max-width: 720px) {
    .article-intro {
      margin-top: 0; } }

.article-intro-image-container {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 720px) {
    .article-intro-image-container {
      height: auto;
      background-image: none; } }

.article-intro-image {
  display: none; }
  @media screen and (max-width: 720px) {
    .article-intro-image {
      display: block; } }

.article {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px; }

.article-title {
  height: auto;
  line-height: 44px;
  font-size: 34px; }
  @media screen and (max-width: 720px) {
    .article-title {
      padding: 0 15px; } }

.article-subtitle {
  padding: 15px 0 0;
  margin: 0 0 90px; }
  @media screen and (max-width: 720px) {
    .article-subtitle {
      padding: 0 15px;
      margin: 0 0 30px; } }
  .article-subtitle p {
    display: inline-block;
    padding: 0 7.5px;
    text-transform: uppercase;
    color: black;
    font-size: 14px; }

.article-content {
  text-align: left; }
  @media screen and (max-width: 720px) {
    .article-content {
      padding: 0 15px; } }
  .article-content p:first-child {
    padding-top: 0; }
  .article-content p:last-child {
    padding-bottom: 0; }
  .article-content img {
    width: 800px;
    max-width: 800px;
    margin-left: -50px; }
    @media screen and (max-width: 1020px) {
      .article-content img {
        width: 100%;
        max-width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 720px) {
      .article-content img {
        width: 320px;
        max-width: 320px;
        margin-left: -15px;
        margin-right: -15px; } }

.module-post-comments .module-header {
  padding-bottom: 60px; }
  @media screen and (max-width: 720px) {
    .module-post-comments .module-header {
      padding-bottom: 30px; } }
  .module-post-comments .module-header:only-child {
    padding-bottom: 0; }

.module-header:only-child .post-comments-title {
  padding-bottom: 0; }

.post-comments-form-container {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin: auto;
  vertical-align: top; }
  @media screen and (max-width: 720px) {
    .post-comments-form-container {
      padding: 0 15px 30px; } }

.post-comments {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*   max-width: 700px; */
  text-align: left; }
  @media screen and (max-width: 720px) {
    .post-comments {
      padding: 0 15px 30px; } }

.post-comment {
  display: block;
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid black; }
  @media screen and (max-width: 720px) {
    .post-comment {
      margin: 0 0 30px;
      padding: 0 0 30px; }
      .post-comment:last-child {
        margin: 0; } }
  .post-comment:last-child {
    margin: 0;
    border: 0; }

.post-comment-message {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #797979;
  padding: 0; }
  .post-comment-error-message .post-comment-message {
    color: #e13333; }

.post-comment-success-message {
  /*   position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000; */
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  border: 1px solid #c8d9b9;
  /*   .post-comment-message {
      color: $white;
    } */ }
  .post-comment-success-message a {
    display: inline-block; }

.post-comment-error-message {
  border: 1px solid #e13333;
  padding: 10px 15px;
  text-align: left; }

.template-cart .empty {
  text-align: center; }

.cart {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 1020px) {
    .cart {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 720px) {
    .cart {
      padding: 0 0 30px; } }

@media screen and (max-width: 720px) {
  .cart-header {
    margin-top: 60px; } }

.cart-items-container {
  display: block;
  padding: 0 80px 0 0; }
  @media screen and (max-width: 1020px) {
    .cart-items-container {
      width: 520px;
      padding: 0;
      margin: auto; } }
  @media screen and (max-width: 720px) {
    .cart-items-container {
      width: 100%; } }
  .order .cart-items-container {
    padding: 0; }

.mobile-only {
  display: none; }
  @media screen and (max-width: 1020px) {
    .mobile-only {
      display: block; } }

.cart-items {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse;
  border: 0;
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-items.empty {
    height: 0;
    overflow: hidden; }
  @media screen and (max-width: 1020px) {
    .cart-items thead {
      display: none; } }
  .cart-items th {
    padding: 20px 0;
    font-weight: 300;
    font-family: "Proxima Nova", serif;
    color: black;
    text-align: left;
    border-top: none;
    border-bottom: 1px solid #e3e3e3; }
    .cart-items th.first {
      padding-left: 0; }
    .cart-items th.last {
      padding-right: 0;
      text-align: right; }
  @media screen and (max-width: 1020px) {
    .cart-items tr:nth-child(odd) {
      background-color: #fafafa; } }
  @media screen and (max-width: 1020px) {
    .cart-items tr:nth-child(even) {
      background-color: #eeeeee; } }
  .cart-items .mobile-only {
    display: none; }
    @media screen and (max-width: 1020px) {
      .cart-items .mobile-only {
        display: inline-block; } }

.cart-item {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  transition: opacity 0.3s ease-in, height 0.3s ease-in; }
  .cart-item.removing {
    opacity: 0; }

.cart-item-td {
  width: 15%;
  padding: 40px 0;
  line-height: 1;
  text-align: left;
  color: black;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #e3e3e3; }
  @media screen and (max-width: 1020px) {
    .cart-item-td {
      float: left;
      width: 520px;
      padding: 15px 15px 0;
      margin: 0;
      border: 0;
      color: black;
      text-align: center; }
      .cart-item-td:first-child {
        padding-top: 30px; }
      .cart-item-td:last-child {
        padding-bottom: 15px; } }
  @media screen and (max-width: 720px) {
    .cart-item-td {
      width: 100%; } }

@media screen and (max-width: 1020px) {
  .cart-item-quantity-wrapper {
    width: 100%;
    margin: auto; } }
@media screen and (max-width: 720px) {
  .cart-item-quantity-wrapper {
    width: 100%; } }

.cart-title a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #60aa80; }

@media screen and (max-width: 1020px) {
  .cart-item-unit-price {
    text-align: center; } }

.cart-item-product {
  width: 55%; }
  @media screen and (max-width: 1020px) {
    .cart-item-product {
      width: 100%;
      text-align: center; } }

.cart-item-product-wrap {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle; }
  @media screen and (max-width: 1200px) {
    .cart-item-product-wrap {
      max-width: 250px; } }
  @media screen and (max-width: 1020px) {
    .cart-item-product-wrap {
      width: 100%;
      max-width: 100%;
      margin: 0; } }
  .cart-item-product-wrap span {
    display: block;
    padding: 5px 0 0; }

.cart-item-image-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px; }
  @media screen and (max-width: 1020px) {
    .cart-item-image-container {
      display: block;
      width: 100%;
      padding-bottom: 15px;
      text-align: center; } }

.cart-item-total-container {
  position: relative;
  display: block;
  text-align: right; }
  @media screen and (max-width: 1020px) {
    .cart-item-total-container {
      text-align: center;
      padding-bottom: 15px; } }

.cart-image {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  .cart-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  @media screen and (max-width: 720px) {
    .cart-image {
      display: block;
      width: 100px;
      margin: 0 auto 15px; } }

.cart-item-remove {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 30px;
  vertical-align: middle;
  color: #60aa80;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 1020px) {
    .cart-item-remove {
      left: auto;
      top: -25px;
      right: -10px;
      margin: 0;
      display: none; } }
  .cart-item-remove .icon {
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 28px; }
  .cart-item-remove.mobile-only {
    display: none; }
    @media screen and (max-width: 1020px) {
      .cart-item-remove.mobile-only {
        display: block; } }
  .cart-item-remove:hover {
    color: #60aa80; }

.cart-tools {
  position: relative;
  display: block;
  text-align: right; }

.cart-totals {
  display: block;
  margin: 0;
  padding: 0 80px 0 0;
  text-align: right; }
  @media screen and (max-width: 1020px) {
    .cart-totals {
      padding: 0; } }

.cart-price-info {
  color: black; }
  @media screen and (max-width: 1020px) {
    .cart-price-info {
      text-align: center; } }

.sub-total,
.cart-price {
  padding: 0; }

.cart-message,
.cart-currency-note {
  display: block;
  font-size: 13px;
  line-height: 23px;
  font-style: italic;
  color: black;
  text-align: right;
  padding: 0; }
  @media screen and (max-width: 1020px) {
    .cart-message,
    .cart-currency-note {
      display: block;
      margin: auto;
      max-width: 320px;
      text-align: center; } }

.cart-price {
  font-size: 36px;
  line-height: 46px;
  color: black; }

.cart-cta {
  margin-top: 30px; }
  @media screen and (max-width: 1020px) {
    .cart-cta {
      max-width: 320px;
      margin-right: auto;
      margin-left: auto;
      text-align: center; } }
  .cart-cta input {
    vertical-align: middle; }

.cart-button {
  min-width: 220px; }
  .cart-button:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1020px) {
    .cart-button {
      padding-right: 0;
      padding-left: 0;
      margin-top: 15px;
      text-align: center; } }
  @media screen and (min-width: 1021px) {
    .cart-button.cart-update-button {
      margin-right: 15px; } }

.cart-additional-checkout-buttons {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (min-width: 1021px) {
    .cart-additional-checkout-buttons {
      margin-right: -7.5px;
      margin-left: 15px; } }
  @media screen and (max-width: 720px) {
    .cart-additional-checkout-buttons {
      margin-top: 15px; } }
  .cart-additional-checkout-buttons input {
    margin-top: 0;
    margin-right: 7.5px;
    margin-left: 7.5px; }
    @media screen and (max-width: 1020px) {
      .cart-additional-checkout-buttons input {
        margin-top: 15px; } }
  .cart-additional-checkout-buttons .shopify-apple-pay-button {
    margin-bottom: 0 !important; }
    @media screen and (min-width: 1021px) {
      .cart-additional-checkout-buttons .shopify-apple-pay-button {
        margin-top: 0 !important;
        margin-right: 7.5px !important;
        margin-left: 7.5px !important; } }
    @media screen and (max-width: 1020px) {
      .cart-additional-checkout-buttons .shopify-apple-pay-button {
        margin-top: 15px !important; } }

.cart-instructions {
  display: block;
  font-size: 16px;
  padding: 60px 80px 0 0;
  text-align: left; }
  @media screen and (max-width: 1020px) {
    .cart-instructions {
      width: 290px;
      padding: 30px 0 0;
      margin: auto; } }
  .cart-instructions p {
    text-align: left;
    padding: 0 0 15px; }
  .cart-instructions textarea {
    font-size: 14px; }

.cart-checkout {
  margin-top: 30px; }

@media screen and (max-width: 720px) {
  .cart-item-undo {
    text-align: center; } }

.cart-undo {
  cursor: pointer;
  color: #60aa80; }
  .cart-undo:hover {
    color: #60aa80; }

.cart-shipping-calculator-wrapper {
  font-size: 0;
  margin-top: 60px; }
  @media screen and (max-width: 720px) {
    .cart-shipping-calculator-wrapper {
      padding-right: 30px;
      padding-left: 30px; } }

.cart-shipping-calculator {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .cart-shipping-calculator {
      width: 100%;
      text-align: center; } }

.cart-shipping-calculator-response {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 39px 0 0 30px;
  text-align: right; }
  @media screen and (max-width: 720px) {
    .cart-shipping-calculator-response {
      width: 100%;
      text-align: center;
      padding: 0; } }

.shipping-country-wrapper, .shipping-province-wrapper {
  margin-top: 15px; }
  .shipping-country-wrapper .select-wrapper, .shipping-province-wrapper .select-wrapper {
    margin: 0; }

.cart-shipping-zip-code input {
  display: inline-block;
  width: auto;
  font-size: 14px;
  min-width: 270px; }
  @media screen and (max-width: 720px) {
    .cart-shipping-zip-code input {
      width: 100%;
      margin: 0; } }
  .cart-shipping-zip-code input[type='text'] {
    margin-right: 15px;
    margin-bottom: 15px; }

@media screen and (max-width: 720px) {
  input[type="button"].cart-shipping-calculate {
    margin: 15px 0 0 0; } }

.collection {
  width: 100%;
  padding: 90px 0; }
  @media screen and (max-width: 720px) {
    .collection {
      padding: 30px 0 0; } }
  .style-light .collection, .style-color .collection, .style-gradient .collection {
    margin-top: 60px; }

.collection-header {
  padding-bottom: 30px; }

.collection-tag-selector {
  display: inline-block;
  margin: 30px auto 0;
  vertical-align: top; }
  .collection-tag-selector .select-wrapper {
    width: 200px;
    background-color: white; }

@media screen and (max-width: 720px) {
  .collection-button {
    width: 290px;
    padding-right: 0;
    padding-left: 0;
    text-align: center; } }

.collection-list {
  width: 100%;
  margin-top: 30px; }

.collection-subtitle {
  padding: 30px 30px 0; }
  @media screen and (max-width: 720px) {
    .collection-subtitle {
      padding: 30px 15px 0; } }

.collection-alternating {
  max-width: 100%;
  padding-bottom: 0; }

.collection-alternating-product {
  position: relative;
  overflow: hidden;
  font-size: 0; }
  .collection-alternating-product:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02); }
  .collection-alternating-product:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

.collection-alternating-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }
  @media screen and (max-width: 1020px) {
    .collection-alternating-section {
      position: relative;
      width: 100%;
      display: block;
      overflow: hidden; } }
  .collection-alternating-section.right {
    text-align: right; }
  .collection-alternating-section.left {
    text-align: left; }
  .collection-alternating-section.right, .collection-alternating-section.left {
    text-align: center; }

.collection-alternating-media {
  position: relative;
  display: none;
  padding: 0;
  overflow: hidden; }
  .collection-alternating-media.show {
    display: inline-block; }
    @media screen and (max-width: 1020px) {
      .collection-alternating-media.show {
        display: none; } }
  @media screen and (max-width: 1020px) {
    .collection-alternating-media.show-on-mobile {
      display: block; } }

.collection-alternating-cover {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
  background-color: black; }
  .collection-alternating-cover::before {
    display: block;
    width: 100%;
    padding-top: 80%;
    content: ""; }
  .collection-alternating-cover img {
    display: none; }
  .crop .collection-alternating-cover {
    display: block; }

.crop .collection-alternating-image {
  display: none; }

.collection-alternating-text-wrapper {
  padding: 90px 60px;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .collection-alternating-text-wrapper {
      padding: 30px; } }
  @media screen and (max-width: 1020px) {
    .collection-alternating-text-wrapper {
      display: inline-block;
      max-width: 700px;
      padding: 90px 30px;
      text-align: center; } }
  @media screen and (max-width: 720px) {
    .collection-alternating-text-wrapper {
      max-width: 100%;
      padding: 30px; } }

.collection-alternating-title {
  font-size: 36px;
  line-height: 46px; }
  @media screen and (max-width: 720px) {
    .collection-alternating-title {
      font-size: 26px;
      line-height: 36px; } }

.collection-alternating-meta {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase; }

.collection-alternating-text {
  font-size: 16px;
  line-height: 26px;
  padding-top: 30px; }
  @media screen and (max-width: 1020px) {
    .collection-alternating-text {
      margin: 30px auto 0;
      padding: 0; } }

.collection-alternating-cta {
  padding-top: 30px; }
  @media screen and (max-width: 1020px) {
    .collection-alternating-cta {
      padding-top: 30px; } }

.original.money {
  text-decoration: line-through;
  font-size: 14px; }
  @media screen and (max-width: 720px) {
    .original.money {
      font-size: 12px; } }

.list-meta .saving {
  display: block;
  line-height: 1; }
  .list-meta .saving .percent {
    color: #60aa80;
    font-size: 14px;
    font-weight: 300; }

.sale-badge {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
  font-family: "Proxima Nova", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 65px;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #60aa80;
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sale-badge {
      width: 45px;
      height: 45px;
      font-size: 12px;
      line-height: 45px; } }
  .collection-alternating-section.right .sale-badge {
    right: 50%;
    margin-right: 20px; }
    @media screen and (max-width: 1020px) {
      .collection-alternating-section.right .sale-badge {
        right: 0; } }

.stock-badge {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 28px;
  left: -32px;
  width: 150px;
  padding: 7px 0;
  font-family: "Proxima Nova", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #60aa80; }
  .collection-alternating-section.left .stock-badge {
    left: 50%; }
    @media screen and (max-width: 1020px) {
      .collection-alternating-section.left .stock-badge {
        left: 0; } }

.contact-form {
  position: relative;
  width: 100%; }
  .contact-form .input-wrapper {
    margin: 15px 0; }
    .contact-form .input-wrapper.first {
      margin-top: 0; }
    .contact-form .input-wrapper.last {
      margin-bottom: 0; }

.contact-form-button {
  margin-top: 30px; }
  @media screen and (max-width: 720px) {
    .contact-form-button {
      margin-top: 15px; } }

.contact-form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); }

.contact-form-success-icon {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 160px;
  width: 160px;
  margin-left: -80px;
  margin-top: -80px;
  line-height: 160px;
  text-align: center;
  font-size: 42px;
  color: white;
  background-color: rgba(96, 170, 128, 0.8); }

.contact-form-error-message {
  display: block;
  margin-bottom: 30px;
  color: #e13333; }

@media screen and (max-width: 720px) {
  .faq {
    padding: 30px 15px; } }

.faq-module.style-default .module {
  padding-top: 0; }
  @media screen and (max-width: 720px) {
    .faq-module.style-default .module {
      padding: 0; } }

.faq-content .module {
  padding-bottom: 0;
  padding-top: 0; }
  .faq-content .module.no-content {
    padding-bottom: 60px; }
    @media screen and (max-width: 720px) {
      .faq-content .module.no-content {
        padding-bottom: 30px; } }
.faq-content .module-body {
  padding-bottom: 60px; }

.template-index .main-content {
  width: 100%;
  /*     max-width: $max-width + ($gutter * 2); */
  padding: 0;
  /*     margin-top: 60px; */ }
  @media screen and (max-width: 720px) {
    .template-index .main-content {
      margin-top: 20px; } }
.template-index.has-slideshow-full-window .sticky-header ~ .main-content,
.template-index .sticky-header.lower-than-slideshow ~ .main-content {
  padding-top: 0; }

.collections {
  padding: 90px 0; }
  @media screen and (max-width: 1020px) {
    .collections {
      padding: 0; } }

.collections-header {
  padding-bottom: 90px; }
  @media screen and (max-width: 1020px) {
    .collections-header {
      padding: 90px 30px; } }
  @media screen and (max-width: 720px) {
    .collections-header {
      padding: 30px 15px; } }

.page-header {
  padding-bottom: 30px;
  margin: 0 30px 30px; }
  @media screen and (max-width: 720px) {
    .page-header {
      padding-bottom: 15px;
      margin: 30px 15px; } }
  .page-header:only-child {
    padding-bottom: 0;
    margin-bottom: 0; }

.page-body {
  max-width: 700px;
  width: 100%;
  text-align: left;
  margin: auto; }
  @media screen and (max-width: 720px) {
    .page-body {
      max-width: 100%;
      padding: 0 15px; } }
  .page-body p:first-child {
    padding-top: 0; }
  .page-body p:last-child {
    padding-bottom: 0; }

.template-password .main-header {
  text-align: center; }
.template-password .branding {
  float: none;
  width: 100%;
  max-width: 100%; }
.template-password .branding-logo-link {
  display: inline-block; }
.template-password .branding-logo-heading {
  max-width: 100%; }
.template-password .main-content {
  width: 100%;
  max-width: 600px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
.template-password .password-subscribe-wrapper,
.template-password .password-form-wrapper {
  display: none; }
  .template-password .password-subscribe-wrapper.visible,
  .template-password .password-form-wrapper.visible {
    display: block; }
.template-password .newsletter-input,
.template-password .password-input,
.template-password .password-button {
  float: left; }
.template-password .newsletter-input,
.template-password .password-input {
  width: 68%;
  margin-right: 2%; }
  @media screen and (max-width: 480px) {
    .template-password .newsletter-input,
    .template-password .password-input {
      width: 100%;
      margin-right: 0; } }
.template-password .password-button {
  width: 30%;
  height: 49px;
  padding-right: 16px;
  padding-left: 15px;
  margin-top: 1px;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .template-password .password-button {
      float: none;
      width: auto;
      margin-top: 10px; } }
.template-password .password-entry {
  display: block;
  margin-top: 10px;
  outline: none; }
.template-password .errors ul {
  padding-left: 0;
  margin-top: 0;
  list-style: none; }
.template-password .footer-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: white; }
.template-password .main-footer {
  text-align: center; }
.template-password .hidden {
  display: none; }

.password-page-header {
  margin-bottom: 1em;
  font-size: 1.2em; }

.password-page-subheader {
  padding: 0;
  margin-bottom: 1em; }

.template-product .main-content {
  font-size: 0; }
@media screen and (max-width: 720px) {
  .template-product .page-title {
    margin-bottom: 30px; } }

.template-product-slideshow .main-content {
  width: 100%;
  max-width: 100%;
  padding: 0; }
@media screen and (max-width: 720px) {
  .template-product-slideshow .home-slideshow-wrapper + div {
    padding: 0 30px; } }
.template-product-slideshow .page-title {
  margin: 60px 0 45px; }
  @media screen and (max-width: 720px) {
    .template-product-slideshow .page-title {
      margin: 30px 0; } }

.product-slideshow, .product-wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px; }
  @media screen and (max-width: 720px) {
    .product-slideshow, .product-wrap {
      display: block;
      width: 100%;
      padding: 0; } }

.product-slideshow .product-best-sale {
  position: absolute;
  width: 100px;
  z-index: 100;
  left: 48px; }
  @media screen and (max-width: 720px) {
    .product-slideshow .product-best-sale {
      width: 58px;
      left: 40px; } }

.module-product {
  padding: 20px 0 20px; }
  @media screen and (max-width: 1200px) {
    .module-product {
      padding: 60px 30px 90px; } }
  @media screen and (max-width: 720px) {
    .module-product {
      padding: 30px 0; } }

.product-slideshow {
  position: relative;
  padding-right: 20px;
  width: 55%; }
  @media screen and (max-width: 720px) {
    .product-slideshow {
      max-width: 600px;
      width: 100%;
      padding-right: 0;
      margin-top: 30px;
      margin-right: auto;
      margin-left: auto; } }

.product-image-container {
  position: relative;
  display: block; }

.product-big-image {
  position: relative;
  display: block;
  padding: 0; }
  @media screen and (max-width: 1020px) {
    .product-big-image {
      padding-right: 0; } }
  .product-big-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .product-big-image.working img {
    visibility: hidden; }
  .product-big-image.zoom-enabled {
    cursor: pointer;
    cursor: zoom-in; }

.product-slideshow-loader {
  left: 50%;
  right: auto;
  z-index: 1;
  display: none; }
  .working .product-slideshow-loader {
    display: block; }

.product-image-zoom {
  position: absolute;
  background-color: white;
  background-repeat: no-repeat;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  cursor: zoom-out; }
  .product-image-zoom.active {
    display: block; }

.product-thumbnails {
  margin-top: 30px;
  text-align: center;
  font-size: 0; }
  .product-thumbnails.hidden {
    visibility: hidden; }

.custom-colors-items {
  font-size: 16px;
  display: table;
  margin: 0 auto; }
  .custom-colors-items span {
    display: inline-block;
    padding: 2px 10px;
    float: left; }
  .custom-colors-items span:nth-child(odd) {
    background: #000;
    color: #fff;
    border: 1px solid #000; }
  .custom-colors-items span:nth-child(even) {
    background: #fff;
    color: #000;
    border: 1px solid #d0d0d0; }

.custome-safe-checkout {
  max-width: 440px;
  padding-top: 16px; }

.custom-stock, .custom-countdown {
  max-width: 360px; }
  .custom-stock .bkt--powered, .custom-countdown .bkt--powered {
    display: none !important; }

.custom-countdown {
  padding-top: 30px; }

#bk-stock-countdown .stock-countdown-message p {
  padding: 0 !important;
  color: #000 !important; }

#bk-stock-countdown .progress-bar {
  margin-top: 6px !important; }

#bk-countdown-timer .bk-normal-clock li {
  font-weight: 700; }

#bk-countdown-timer .bk-normal-clock li .bk-label-time, #bk-countdown-timer .bk-normal-clock li .bk-time {
  font-size: 46px !important;
  margin: 0 !important;
  line-height: 1 !important; }

#bk-countdown-timer .wrapper-message {
  display: none; }

#bk-countdown-timer .bk-normal-clock li .bk-label-time {
  color: #aaa !important;
  padding: 0 !important;
  font-size: 12px !important; }

#bk-countdown-timer .bk-normal-clock {
  margin-top: -14px !important; }

#bk-countdown-timer .bk-normal-clock li {
  margin: 0 !important; }

#bk-countdown-timer .bk-normal-clock li.bk-wrapper-isolate {
  visibility: hidden;
  margin: 0 8px !important; }

.product-no-images {
  width: 100%;
  padding: 35%;
  background: #fafafa; }
  .no-svg .product-no-images {
    padding: 0;
    background: none; }

.product-slideshow-pagination-item {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  padding: 2px;
  margin: 0 10px 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1; }
  .product-slideshow-pagination-item.active {
    opacity: 1; }
  .product-thumbnails-3939850354732 .product-slideshow-pagination-item, .product-thumbnails-4368887742598 .product-slideshow-pagination-item {
    width: 106px;
    height: 106px; }
    @media screen and (max-width: 720px) {
      .product-thumbnails-3939850354732 .product-slideshow-pagination-item, .product-thumbnails-4368887742598 .product-slideshow-pagination-item {
        width: 80px;
        height: 80px; } }

.product-slideshow-pagination-item-image {
  display: none; }

.product-slideshow-navigation {
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #60aa80; }

.product-slideshow-previous {
  left: 0;
  display: none; }

.product-slideshow-next {
  right: 0;
  display: none; }

.product-wrap {
  text-align: left;
  padding-left: 30px;
  width: 44%; }
  @media screen and (max-width: 720px) {
    .product-wrap {
      padding: 0 15px;
      width: 100%; }
      .product-wrap .product-goal {
        padding-right: 20px;
        padding-left: 20px; } }

@media screen and (max-width: 720px) {
  .product-details {
    text-align: center; } }
.product-details.mobile {
  display: none;
  text-align: center; }
  @media screen and (max-width: 720px) {
    .product-details.mobile {
      display: block;
      padding-right: 15px;
      padding-left: 15px; } }

.product-title {
  display: block;
  margin: 0 0 5px;
  color: black; }
  .product-title h1 {
    font-size: 28px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    color: #515151; }

.product-vendor {
  color: black;
  text-transform: uppercase; }

.product-price {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #515151; }

.product-price-compare {
  display: inline-block;
  margin-left: 10px;
  color: #0084ff;
  font-size: 14px; }
  .product-price-compare .original {
    text-decoration: line-through !important; }
  .product-price-compare .original .money {
    text-decoration: line-through !important; }
  .product-price-compare span {
    display: inline-block;
    vertical-align: top; }
  .product-price-compare .saving {
    font-size: 18px; }
  .product-price-compare.hidden {
    display: none; }

.add-to-cart-button {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  opacity: 1; }
  .loading .add-to-cart-button {
    z-index: -1;
    opacity: 0; }

.product-form {
  display: block;
  margin: 30px 0 0; }

.product-form-nav {
  display: block; }

@media screen and (max-width: 720px) {
  .product-options,
  .product-quantity {
    width: 100%; } }

.product-options .selector-wrapper {
  float: left;
  width: 45%;
  margin: 0 15px 15px 0; }
  @media screen and (max-width: 1020px) {
    .product-options .selector-wrapper {
      width: 100%;
      margin: 0 0 15px; } }
.product-options .selected-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 90%; }
.product-options label {
  display: none; }
.product-options .js-required {
  display: none; }
  .js .product-options .js-required {
    display: block; }
.js .product-options .no-js-required {
  display: none; }

.add-to-cart {
  margin: 15px 0 0; }
  @media screen and (max-width: 720px) {
    .add-to-cart {
      text-align: center; } }
  @media screen and (max-width: 720px) {
    .add-to-cart input {
      padding-right: 0;
      padding-left: 0;
      width: 290px; } }

.product-form-submit-wrap {
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 720px) {
    .product-form-submit-wrap {
      text-align: center; } }
  .product-form-submit-wrap input, .product-form-submit-wrap a {
    position: relative;
    z-index: 2;
    white-space: normal;
    width: 440px;
    font-weight: 400; }
    @media screen and (max-width: 720px) {
      .product-form-submit-wrap input, .product-form-submit-wrap a {
        width: 100%; } }
  .product-form-submit-wrap .outline {
    background: #fff;
    color: #60aa80; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

.add-to-cart-loader, .product-slideshow-loader, .home-slideshow-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
  border-left: 3px solid rgba(96, 170, 128, 0.15);
  border-right: 3px solid rgba(96, 170, 128, 0.15);
  border-bottom: 3px solid rgba(96, 170, 128, 0.15);
  border-top: 3px solid rgba(96, 170, 128, 0.8);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: rotation 0.6s infinite linear;
  -ms-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  -webkit-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .loading .add-to-cart-loader, .loading .product-slideshow-loader, .loading .home-slideshow-loader {
    right: -45px; }

.add-to-cart-loader-white {
  border-left: 3px solid rgba(255, 255, 255, 0.15);
  border-right: 3px solid rgba(255, 255, 255, 0.15);
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
  border-top: 3px solid rgba(255, 255, 255, 0.8); }

.product-cart-message {
  display: none;
  margin-top: 30px;
  color: black; }
  .added-error .product-cart-message {
    color: #e13333; }
  .added-success .product-cart-message, .added-error .product-cart-message {
    display: block; }
  .product-cart-message em {
    color: black; }
  .product-cart-message a:hover, .product-cart-message a:focus {
    color: #60aa80 !important; }

.product-more-info {
  margin: 30px 0 0; }
  @media screen and (max-width: 720px) {
    .product-more-info {
      text-align: center; } }

.product-info-link {
  position: relative;
  display: block;
  margin: 5px 0 0;
  padding: 0; }
  .product-info-link:first-child {
    margin: 0 auto; }
  .product-info-link:before {
    position: relative;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Interactive Icons", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #60aa80; }
  .product-info-link:hover:before {
    color: #60aa80; }
  .product-info-link.info:before {
    content: "\e101"; }
  .product-info-link.question-mark:before {
    content: "\e102"; }
  .product-info-link.ruler:before {
    content: "\e105"; }
  .product-info-link.envelope:before {
    content: "\e104"; }
  .product-info-link.pencil:before {
    content: "\e103"; }
  .product-info-link.shirt:before {
    content: "\e106"; }
  .product-info-link a {
    display: inline-block;
    margin-left: 5px; }

.search {
  margin-top: 60px; }
  @media screen and (max-width: 720px) {
    .search {
      margin: 0; } }
  .search .list-text-wrapper {
    text-align: left; }

.search-header {
  padding: 0 0 60px; }
  @media screen and (max-width: 720px) {
    .search-header {
      padding: 30px 15px; } }

.search-form {
  position: relative;
  text-align: center;
  font-size: 0;
  max-width: 450px;
  margin: 30px auto 0; }
  @media screen and (max-width: 720px) {
    .search-form {
      margin: 15px auto 0; } }

.search-input {
  display: block;
  width: 100%;
  font-size: 16px; }

.search-submit {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #60aa80;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
  .search-submit:hover {
    background: #60aa80; }
  .search-submit input[type="submit"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 0;
    background: transparent;
    border: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .search-submit input[type="submit"]:hover {
      background: transparent;
      border: transparent; }

.search-submit-icon {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: white; }

.search-results-wrapper {
  margin: 30px auto 0; }

.search-results-count {
  text-align: center;
  margin: 30px 0 60px; }
  .search-results-count ul {
    list-style: none;
    padding: 0; }

@media screen and (max-width: 720px) {
  .module-login .module-title,
  .module-register .module-title,
  .module-account .module-title,
  .module-reset-password .module-title,
  .module-addresses .module-title,
  .module-activate-account .module-title {
    padding-top: 30px; } }
.module-login .module-subtitle,
.module-register .module-subtitle,
.module-account .module-subtitle,
.module-reset-password .module-subtitle,
.module-addresses .module-subtitle,
.module-activate-account .module-subtitle {
  max-width: 600px;
  margin: 0 auto; }
.module-login .module-content,
.module-register .module-content,
.module-account .module-content,
.module-reset-password .module-content,
.module-addresses .module-content,
.module-activate-account .module-content {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 600px;
  margin: 30px auto 0;
  padding: 30px;
  background-color: white;
  border: 1px solid #e3e3e3;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .module-login .module-content,
    .module-register .module-content,
    .module-account .module-content,
    .module-reset-password .module-content,
    .module-addresses .module-content,
    .module-activate-account .module-content {
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; } }

.account-info {
  margin-bottom: 30px; }
  .account-info > span {
    display: block; }

.view-addresses-link {
  font-size: 14px; }

.orders {
  width: 100%;
  margin: 30px 0; }
  .orders td {
    text-align: center; }

.decline-activation {
  margin-left: 10px; }
  @media screen and (max-width: 720px) {
    .decline-activation {
      display: block;
      margin: 10px 0 0 0; } }

.customer-address-name {
  font-weight: 700; }

@media screen and (max-width: 720px) {
  .cta-container {
    text-align: center; } }
.cta-container .button {
  margin-right: 15px; }
  @media screen and (max-width: 720px) {
    .cta-container .button {
      margin-right: 7.5px;
      margin-left: 7.5px;
      margin-bottom: 15px; }
      .module-register .cta-container .button {
        margin-right: 15px; }
      .cta-container .button:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .cta-container .button {
      margin-right: 0;
      margin-left: 0; } }

.customer-address-edit-form, .customer-new-address {
  display: none; }
  .customer-address-edit-form.show, .customer-new-address.show {
    display: block; }
  .customer-address-edit-form label ~ .select-wrapper, .customer-new-address label ~ .select-wrapper {
    margin-top: 15px; }

.customer-address-edit-form .input-wrapper:first-of-type {
  margin-top: 0; }

.customer-address.editing {
  display: none; }

.customer-address-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  vertical-align: top;
  border-top: 1px solid #e3e3e3; }
  @media screen and (max-width: 720px) {
    .customer-address-wrap {
      width: 100%;
      margin: 30px 0;
      padding: 0; } }
  .customer-address-wrap:first-child {
    margin: 0;
    padding: 0;
    border-top: 0; }
    @media screen and (max-width: 720px) {
      .customer-address-wrap:first-child {
        margin-top: 0; } }

.customer-address {
  position: relative;
  font-size: 16px; }
  .customer-address p:first-child {
    margin-top: 0; }
  .customer-address p:last-child {
    margin-bottom: 0; }

.edit-address, .delete-address {
  color: #60aa80;
  cursor: pointer;
  font-size: 14px; }
  .edit-address:hover, .delete-address:hover {
    color: #60aa80; }

.add-new-address-wrapper {
  padding-top: 60px;
  margin-top: 30px;
  border-top: 1px solid #e3e3e3; }
  .add-new-address-wrapper.no-border {
    padding-top: 0;
    border-top: none; }
  .add-new-address-wrapper .input-wrapper:first-of-type {
    margin-top: 0; }

.default-address-marker {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
  background-color: #60aa80; }

.customer-address-wrap .pagination {
  padding: 0; }

.recover-password {
  display: none; }
  .recover-password .reset-button {
    display: inline-block;
    margin: 0;
    width: 100%; }
    .recover-password .reset-button .toggle-forgetfulness {
      text-align: center;
      width: 100%; }

.successful-reset {
  display: none; }

.toggle-forgetfulness {
  display: inline-block;
  vertical-align: top;
  line-height: 55px;
  padding: 0 15px;
  cursor: pointer; }
  @media screen and (max-width: 720px) {
    .toggle-forgetfulness {
      padding: 0;
      display: block; } }
  .toggle-forgetfulness:hover {
    color: #60aa80; }

.guest-checkout, .new-customer {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 30px;
  font-size: 12px; }

.module-register .already-customer {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  text-align: center; }

.template-customers-order .cart-item-quantity {
  font-size: 16px; }

.order-header {
  margin-bottom: 90px; }
  @media screen and (max-width: 720px) {
    .order-header {
      margin-bottom: 30px; } }

.order-totals {
  text-align: right;
  width: 33%;
  float: right;
  margin-top: 30px; }
  @media screen and (max-width: 720px) {
    .order-totals {
      margin: 30px auto 0;
      float: none; } }
  .order-totals td {
    padding: 2px 0 2px 10px;
    text-align: right; }
    @media screen and (max-width: 720px) {
      .order-totals td {
        width: 50%; } }
  .order-totals td:first-child {
    padding: 2px 10px 2px 0; }
  @media screen and (max-width: 720px) {
    .order-totals td:last-child {
      text-align: left; } }

.order-total {
  color: black;
  font-weight: 700; }

.shipping-info {
  font-size: 0;
  width: 66%;
  margin-top: 60px; }
  @media screen and (max-width: 720px) {
    .shipping-info {
      width: 100%; } }
  .shipping-info > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 16px; }
    @media screen and (max-width: 720px) {
      .shipping-info > div {
        text-align: center;
        width: 100%; }
        .shipping-info > div:last-child {
          margin-top: 30px; } }
  .shipping-info h2 {
    font-size: 24px;
    margin-top: 0; }

.order-history .mobile-layout tr td {
  border-top-width: 0 !important; }
  .order-history .mobile-layout tr td:first-child {
    border-top-width: 1px !important; }

.module-wrapper-breadcrumbs {
  background-color: #fafafa; }

.current_breadcrumb {
  color: #333; }

.module-breadcrumbs {
  position: relative;
  max-width: 1290px;
  padding: 0 30px 0;
  text-align: left;
  font-size: 14px;
  color: black;
  height: 40px;
  line-height: 40px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .module-breadcrumbs {
      padding: 0 30px 0; } }
  @media screen and (max-width: 720px) {
    .module-breadcrumbs {
      display: none; } }

.module-breadcrumbs-divider {
  color: black; }

.module-breadcrumbs-link {
  color: black; }
  .module-breadcrumbs-link:focus, .module-breadcrumbs-link:hover {
    color: #60aa80; }

.module-map {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .has-map .module-map {
    height: 500px; }

.module-map-body {
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .has-map .module-map-body {
    background-color: black; }

.module-map-canvas {
  display: block;
  width: 100%;
  height: 100%;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.module-map-error {
  padding: 30px;
  color: #e13333; }

.info-box-container {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  padding: 15px;
  color: white;
  width: 280px;
  margin-left: -140px;
  left: 50%;
  font-size: 16px; }
  .info-box-container:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid black;
    content: ""; }
  .info-box-container img {
    display: none; }

.module-list-item-content-toggle {
  max-width: 700px;
  margin: auto; }
  @media screen and (max-width: 1020px) {
    .module-list-item-content-toggle {
      max-width: 100%; } }
  @media screen and (max-width: 720px) {
    .module-list-item-content-toggle {
      padding: 30px 15px; } }

.accordion-item {
  margin-bottom: 30px; }
  .accordion-item:last-child {
    margin-bottom: 0; }

.accordion-item-title {
  font-size: 22px;
  line-height: 32px;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .accordion-item-title {
      font-size: 18px;
      line-height: 28px; } }
  .accordion-item-title a {
    position: relative;
    display: block;
    padding-left: 40px;
    color: currentColor; }
  .style-default .accordion-item-title, .style-light .accordion-item-title {
    color: black; }

.accordion-item-icon {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 36px;
  font-size: 21px;
  line-height: 36px;
  text-align: center; }
  .accordion-active .accordion-item-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .style-default .accordion-item-icon, .style-light .accordion-item-icon {
    color: #60aa80; }

.accordion-item-content {
  padding-left: 40px;
  margin: 30px 0;
  text-align: left; }
  .accordion-item-content p {
    padding-top: 0;
    padding-bottom: 0; }

.header-tools .navigation {
  /*   position: relative; */
  position: static;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  vertical-align: top;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .header-tools .navigation {
      display: none; } }
  .collapsed-navigation .header-tools .navigation {
    display: none; }
  .header-tools .navigation .has-dropdown.open .secondary-list,
  .header-tools .navigation .has-dropdown:active .secondary-list,
  .header-tools .navigation .has-dropdown:hover .secondary-list {
    top: 100%;
    left: 0; }
  .header-tools .navigation .has-dropdown:active .secondary-list {
    display: block; }

.header-navigation {
  position: relative;
  z-index: 1000;
  background: black; }
  .header-navigation.sticky-header {
    border-bottom: 0;
    top: 120px; }
    .touch .header-navigation.sticky-header {
      top: auto; }
  @media screen and (max-width: 720px) {
    .header-navigation {
      display: none; } }

.header-navigation-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0; }
  .header-drawer .header-navigation-list {
    padding: 75px 0; }
    @media screen and (max-width: 720px) {
      .header-drawer .header-navigation-list {
        padding: 26px 0; } }

.header-navigation-list-item {
  position: relative;
  float: left;
  padding: 20px 0;
  margin: 0; }
  .header-drawer .header-navigation-list-item {
    width: 100%;
    padding: 26px 15px 0; }
    .header-drawer .header-navigation-list-item:first-child {
      padding: 0; }

.primary-link {
  height: 20px;
  padding: 0;
  margin: 0 15px; }
  .slide-color-dark .primary-link:after {
    background-color: black; }
  .slide-color-light .primary-link:after {
    background-color: white; }
  .slide-color-light .primary-link, .slide-color-dark .primary-link {
    position: relative; }
    .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 {
      position: absolute;
      bottom: -49px;
      left: 0;
      z-index: -1;
      display: none;
      width: 100%;
      height: 1px;
      content: ""; }

.header-navigation-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: black;
  text-transform: uppercase; }
  .header-navigation-link:focus, .header-navigation-link:hover {
    color: #60aa80; }
  @media (min-width: 721px) {
    .header-navigation-link {
      /*     &:not(.secondary-link) {
            .has-slideshow-full-window.slide-color-dark .header:not(.scrolled) .main-header:not(.collapsed-navigation) & { color: $black; }
            .has-slideshow-full-window.slide-color-light .header:not(.scrolled) .main-header:not(.collapsed-navigation) & { color: $white; }
          } */ } }
  .slide-color-light .header-navigation-link, .slide-color-dark .header-navigation-link {
    position: relative; }
    .slide-color-light .header-navigation-link:focus, .slide-color-light .header-navigation-link:hover, .slide-color-dark .header-navigation-link:focus, .slide-color-dark .header-navigation-link:hover {
      opacity: 1; }
    .slide-color-light .header-navigation-link.header-navigation-current:after, .slide-color-dark .header-navigation-link.header-navigation-current:after {
      display: none; }
  .slide-color-light .scrolled .header-navigation-link, .slide-color-dark .scrolled .header-navigation-link {
    color: black;
    opacity: 1; }
  .header-navigation-link.header-navigation-current {
    color: #60aa80;
    position: relative;
    font-weight: normal; }
    .header-navigation-link.header-navigation-current:focus, .header-navigation-link.header-navigation-current:hover {
      color: #60aa80; }
    .header-navigation-link.header-navigation-current:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -24px;
      width: 100%;
      height: 0px;
      background-color: #60aa80;
      z-index: -1; }
      .header-drawer .header-navigation-link.header-navigation-current:after {
        display: none; }
    .header-bleed-light-colors .header-navigation-link.header-navigation-current {
      color: white;
      font-weight: 700;
      opacity: 1; }
      .header-bleed-light-colors .header-navigation-link.header-navigation-current:focus, .header-bleed-light-colors .header-navigation-link.header-navigation-current:hover {
        color: white; }
      .header-bleed-light-colors .header-navigation-link.header-navigation-current:after {
        background: white; }
    .header-bleed-dark-colors .header-navigation-link.header-navigation-current {
      color: black;
      font-weight: 700;
      opacity: 1; }
      .header-bleed-dark-colors .header-navigation-link.header-navigation-current:focus, .header-bleed-dark-colors .header-navigation-link.header-navigation-current:hover {
        color: black; }
      .header-bleed-dark-colors .header-navigation-link.header-navigation-current:after {
        background: black; }
    .showing-drawer .header-navigation-link.header-navigation-current {
      color: white;
      font-weight: inherit; }
      .showing-drawer .header-navigation-link.header-navigation-current:focus, .showing-drawer .header-navigation-link.header-navigation-current:hover {
        color: white; }
  .header-drawer .header-navigation-link {
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;
    text-align: center;
    vertical-align: top;
    font-family: "Proxima Nova", serif;
    font-size: 26px;
    line-height: 26px;
    color: white; }
    .header-drawer .header-navigation-link:hover {
      color: #60aa80; }
    .header-drawer .header-navigation-link:after {
      display: none !important; }

.secondary-list {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 0;
  text-align: center;
  background-color: white;
  border: 1px solid #e3e3e3;
  z-index: 100; }
  .secondary-list:before, .secondary-list:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    display: none; }
  .secondary-list:before {
    border-bottom-color: #e3e3e3;
    border-width: 8px;
    margin-left: -8px; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .secondary-list:before {
        border-bottom-color: white; }
      .header-bleed-dark-colors .secondary-list:before {
        border-bottom-color: black; } }
  .secondary-list:after {
    border-bottom-color: white;
    border-width: 7px;
    margin-left: -7px; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .secondary-list:after {
        border-bottom-color: white; }
      .header-bleed-dark-colors .secondary-list:after {
        border-bottom-color: black; } }
  .header-drawer .secondary-list {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: none;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0 0;
    background-color: transparent;
    border: 0; }
    .header-drawer .secondary-list:before, .header-drawer .secondary-list:after {
      display: none; }
  .open .secondary-list {
    display: block; }
    @media screen and (max-width: 720px) {
      .open .secondary-list {
        background: #333;
        margin-top: 10px; } }
  .secondary-list .module {
    padding-top: 0;
    padding-bottom: 0; }
    .filter-collection-title .secondary-list .module {
      padding: 0; }
  .filter-collection-title .secondary-list {
    padding: 0; }

.affiliate-marketing-secondary-list .module {
  padding: 0; }

.secondary-list-item {
  display: block;
  width: 100%;
  padding: 0 10px 10px;
  margin: 0; }
  .secondary-list-item:last-child {
    padding-bottom: 0; }

.secondary-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  color: black;
  text-align: left;
  opacity: 1; }
  .secondary-link:focus, .secondary-link:hover {
    color: #60aa80; }
    .header-drawer .secondary-link:focus, .header-drawer .secondary-link:hover {
      color: white; }
  .header-bleed-dark-colors .secondary-link, .header-bleed-light-colors .secondary-link {
    color: black; }
    .header-bleed-dark-colors .secondary-link:focus, .header-bleed-dark-colors .secondary-link:hover, .header-bleed-light-colors .secondary-link:focus, .header-bleed-light-colors .secondary-link:hover {
      color: #60aa80; }
  .header-drawer .secondary-link {
    color: white;
    font-size: 20px;
    font-family: "Proxima Nova", serif;
    line-height: 30px;
    opacity: 0.6; }
    .header-drawer .secondary-link:focus, .header-drawer .secondary-link:hover {
      color: white; }

.header-navigation-list-arrow {
  margin-left: 0px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  float: left;
  position: relative;
  line-height: 1;
  top: -1px;
  left: -10px; }
  .header-drawer .header-navigation-list-arrow {
    display: inline-block; }
  .header-navigation-current ~ .header-navigation-list-arrow, .header-navigation-link:hover ~ .header-navigation-list-arrow, .header-navigation-link:focus ~ .header-navigation-list-arrow {
    color: #60aa80; }
  @media screen and (max-width: 720px) {
    .header-navigation-list-arrow {
      float: none;
      color: #fff;
      top: 3px;
      left: 0;
      font-size: 26px; } }

.pagination {
  padding: 60px 0;
  max-width: 100%;
  width: 100%; }
  .pagination.border {
    border-top: 1px solid #e3e3e3; }
  .template-blog .pagination {
    padding-top: 0; }

.pagination-body {
  display: inline-block;
  margin: auto; }

.pagination-button {
  display: inline-block;
  vertical-align: top; }

.pagination-button-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px; }

.pagination-position {
  display: inline-block;
  padding: 0 60px;
  font-size: 14px;
  line-height: 50px;
  text-align: center; }

.pagination-article {
  width: 100%;
  position: relative;
  height: 140px;
  padding: 0; }
  @media screen and (max-width: 720px) {
    .pagination-article {
      height: auto;
      padding: 15px 0; } }

.article-pagination-body {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%; }
  @media screen and (max-width: 720px) {
    .article-pagination-body {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      position: relative;
      top: auto; } }

.pagination-article-previous {
  float: left;
  width: 50%; }

.pagination-article-next {
  float: right;
  width: 50%; }

.pagination-article-button-link {
  float: left;
  position: relative;
  padding: 0;
  color: white;
  max-width: 100%; }
  .pagination-article-button-link:hover {
    color: white; }
    .pagination-article-button-link:hover .pagination-article-title {
      text-decoration: underline; }

.pagination-article-previous-link {
  float: right;
  margin-right: 90px; }

.pagination-article-next-link {
  float: left;
  margin-left: 90px; }

.pagination-article-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center; }
  @media screen and (max-width: 720px) {
    .pagination-article-button-icon {
      position: relative;
      top: auto;
      right: auto;
      float: right; } }
  .pagination-article-button-icon.icon-arrow-left {
    right: auto;
    left: 0; }
    @media screen and (max-width: 720px) {
      .pagination-article-button-icon.icon-arrow-left {
        left: auto;
        float: left; } }

.pagination-article-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 30px;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px; }
  @media screen and (max-width: 720px) {
    .pagination-article-title {
      display: none; } }
  .pagination-previous .pagination-article-title {
    float: right;
    text-align: right; }

.pagination-article-date {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  float: left;
  text-align: left;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.6; }
  @media screen and (max-width: 720px) {
    .pagination-article-date {
      display: none; } }
  .pagination-previous .pagination-article-date {
    float: right;
    text-align: right; }

.contact-quote,
.about-quote {
  position: relative; }
  .contact-quote:after,
  .about-quote:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: black;
    opacity: 0.25; }
    .one-child .contact-quote:after, .one-child
    .about-quote:after {
      display: none; }
    @media screen and (max-width: 1020px) {
      .contact-quote:after,
      .about-quote:after {
        display: none; } }
  .contact-quote .side-section,
  .about-quote .side-section {
    padding: 90px;
    font-size: 0; }
    @media (max-width: 1300px) {
      .contact-quote .side-section,
      .about-quote .side-section {
        padding-right: 60px;
        padding-left: 60px; } }
    @media screen and (max-width: 720px) {
      .contact-quote .side-section,
      .about-quote .side-section {
        padding: 60px 30px; } }
    .contact-quote .side-section.right,
    .about-quote .side-section.right {
      position: relative;
      background-color: #79aa8e; }

.contact-quote-text-wrapper,
.about-quote-text-wrapper {
  position: relative;
  width: calc(100% - 80px);
  padding: 0 0 0 60px;
  z-index: 1;
  vertical-align: middle; }
  @media (max-width: 1300px) {
    .contact-quote-text-wrapper,
    .about-quote-text-wrapper {
      width: calc(100% - 60px);
      padding-left: 30px; } }
  @media screen and (max-width: 1020px) {
    .contact-quote-text-wrapper,
    .about-quote-text-wrapper {
      width: calc(100% - 80px);
      padding-left: 60px;
      text-align: left; } }
  @media screen and (max-width: 720px) {
    .contact-quote-text-wrapper,
    .about-quote-text-wrapper {
      width: 100%;
      padding-left: 0;
      text-align: center; } }
  .one-child .contact-quote-text-wrapper, .one-child
  .about-quote-text-wrapper {
    display: block;
    padding: 30px 30px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    @media screen and (max-width: 720px) {
      .one-child .contact-quote-text-wrapper, .one-child
      .about-quote-text-wrapper {
        max-width: 100%; } }

.contact-quote-thumbnail-container,
.about-quote-thumbnail-container {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  max-width: 80px; }
  @media (max-width: 1300px) {
    .contact-quote-thumbnail-container,
    .about-quote-thumbnail-container {
      max-width: 60px; } }
  @media screen and (max-width: 1020px) {
    .contact-quote-thumbnail-container,
    .about-quote-thumbnail-container {
      max-width: 80px; } }
  @media screen and (max-width: 720px) {
    .contact-quote-thumbnail-container,
    .about-quote-thumbnail-container {
      display: block;
      max-width: 60px;
      margin-bottom: 30px; }
      .one-child .contact-quote-thumbnail-container, .one-child
      .about-quote-thumbnail-container {
        margin-bottom: 0; } }

.contact-quote-title,
.about-quote-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 36px; }
  @media (max-width: 1300px) {
    .contact-quote-title,
    .about-quote-title {
      font-size: 30px; } }

.contact-quote-text,
.about-quote-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 15px; }
  @media screen and (max-width: 720px) {
    .contact-quote-text,
    .about-quote-text {
      max-width: 100%;
      padding: 20px 0 0; } }

.rte .tabs {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 30px 0 0;
  line-height: 30px;
  white-space: nowrap;
  border-bottom: 1px solid #e3e3e3; }
  .rte .tabs:first-child {
    margin-top: 0; }
  .rte .tabs li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.8; }
    .rte .tabs li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 720px) {
      .rte .tabs li {
        font-size: 12px; } }
    .rte .tabs li a {
      color: inherit; }
    .rte .tabs li.active {
      font-weight: 700;
      color: black;
      cursor: default; }
      .rte .tabs li.active:after {
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #60aa80;
        content: ""; }
.rte .tabs-content {
  position: relative;
  top: -1px;
  z-index: 5;
  display: block;
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  overflow: hidden; }
  .rte .tabs-content > li {
    display: none;
    margin: 0; }
    .rte .tabs-content > li.active {
      display: block; }
    .rte .tabs-content > li ul,
    .rte .tabs-content > li ol {
      padding-left: 20px; }
    .rte .tabs-content > li > *:first-child {
      margin-top: 0; }
    .rte .tabs-content > li > *:last-child {
      margin-bottom: 0; }

.module-share {
  padding: 0;
  max-width: 100%;
  background-color: white; }

.product-details-share .module-share {
  padding-top: 10px; }

.share-buttons {
  position: relative;
  display: block; }

.share-buttons-item {
  position: relative;
  float: left;
  width: 20%;
  font-size: 0;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-left-width: 0;
  color: black; }
  .share-buttons-item:last-child {
    border-right-width: 0; }
  .share-buttons-item:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Interactive Icons", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 32px;
    line-height: 100px; }
    @media screen and (max-width: 720px) {
      .share-buttons-item:before {
        line-height: 60px;
        font-size: 24px; } }
  .share-buttons-item:hover {
    color: white; }
    .share-buttons-item:hover:before {
      color: white; }
  .share-buttons-item.disabled {
    position: relative; }
    .share-buttons-item.disabled:hover {
      background-color: transparent;
      border-color: #e3e3e3;
      cursor: default; }
    .share-buttons-item.disabled:before {
      color: inherit; }

.product-safe-flag {
  max-width: 270px;
  padding: 18px 0;
  position: relative;
  left: -3px; }

.product-details-share .product-socuaus-title {
  float: left;
  padding-right: 24px; }

.product-details-share .product-socuaus-title label {
  font-weight: 700;
  font-size: 14px;
  color: #444; }

.product-details-share .share-buttons-item {
  width: auto;
  border: none;
  margin: 0 6px; }
  .product-details-share .share-buttons-item:before {
    font-size: 18px;
    line-height: 26px;
    font-family: 'social-icons';
    position: relative;
    top: 3px; }
    @media screen and (max-width: 720px) {
      .product-details-share .share-buttons-item:before {
        line-height: 24px; } }

.product-form .product-details-share .share-buttons-item {
  font-size: 13px; }

.share-facebook {
  color: #49659D; }
  .share-facebook:hover {
    background-color: #49659D;
    border-color: #49659D; }
  .share-facebook:before {
    content: "\ea91"; }

.share-twitter {
  color: #09AEEC; }
  .share-twitter:hover {
    background-color: #09AEEC;
    border-color: #09AEEC; }
  .share-twitter:before {
    content: "\ea96"; }

.share-pinterest {
  color: #CB1F2A; }
  .share-pinterest:hover {
    background-color: #CB1F2A;
    border-color: #CB1F2A; }
  .share-pinterest:before {
    content: "\ead1"; }

.share-youtube {
  color: #ff0000; }
  .share-youtube:hover {
    background-color: #ff0000;
    border-color: #ff0000; }
  .share-youtube:before {
    font-family: 'social-icons';
    content: "\e051"; }

.share-instagram {
  color: #333; }
  .share-instagram:hover {
    background-color: #333;
    border-color: #333; }
  .share-instagram:before {
    font-family: 'social-icons';
    content: "\e057"; }

.share-fancy {
  color: #49659D; }
  .share-fancy:hover {
    background-color: #49659D;
    border-color: #49659D; }
  .share-fancy:before {
    content: "\e900"; }

.share-google {
  color: #CC3A2B; }
  .share-google:hover {
    background-color: #CC3A2B;
    border-color: #CC3A2B; }
  .share-google:before {
    content: "\ea8b"; }

.product-details-share .share-instagram {
  color: #444; }
  .product-details-share .share-instagram:before {
    content: "\e057";
    color: #444; }
  .product-details-share .share-instagram:hover {
    background-color: transparent;
    border-color: transparent;
    color: #444; }

.product-details-share .share-youtube {
  color: #444; }
  .product-details-share .share-youtube:before {
    content: "\e051"; }
  .product-details-share .share-youtube:hover {
    background-color: transparent;
    border-color: transparent;
    color: #444; }

.product-details-share .share-facebook {
  color: #444; }
  .product-details-share .share-facebook:before {
    content: "\e041";
    color: #444; }
  .product-details-share .share-facebook:hover {
    background-color: transparent;
    border-color: transparent;
    color: #444; }

.product-details-share .share-twitter {
  color: #444; }
  .product-details-share .share-twitter:before {
    content: "\e040"; }
  .product-details-share .share-twitter:hover {
    background-color: transparent;
    border-color: transparent;
    color: #444; }

.product-details-share .share-pinterest {
  color: #444; }
  .product-details-share .share-pinterest:before {
    content: "\e043"; }
  .product-details-share .share-pinterest:hover {
    background-color: transparent;
    border-color: transparent;
    color: #444; }

.product-details-share .share-fancy {
  display: none;
  color: #444; }
  .product-details-share .share-fancy:before {
    content: "\e900"; }
  .product-details-share .share-fancy:hover {
    background-color: transparent;
    border-color: transparent;
    color: #444; }

.product-details-share .share-google {
  color: #444; }
  .product-details-share .share-google:before {
    content: "\e042"; }
  .product-details-share .share-google:hover {
    background-color: transparent;
    border-color: transparent;
    color: #444; }

.product-details-share .share-buttons-item:before {
  color: #444; }

.footer-column.product-details-share .share-buttons-item {
  color: #60aa80;
  line-height: 40px; }
  .footer-column.product-details-share .share-buttons-item:before {
    color: #60aa80; }
  @media screen and (max-width: 720px) {
    .footer-column.product-details-share .share-buttons-item {
      line-height: 24px; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
ShopPad App: Infinite Options
https://apps.shopify.com/custom-options
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#infiniteoptions-container:empty {
  display: none !important; }
#infiniteoptions-container > div {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }
  #infiniteoptions-container > div:last-child {
    margin-bottom: 0; }
  #infiniteoptions-container > div > label {
    width: 100%;
    display: inline-block;
    margin: 0; }
  #infiniteoptions-container > div > span {
    width: 100%;
    display: inline-block; }
    #infiniteoptions-container > div > span label {
      /* radio button labels */
      margin: 0;
      margin-bottom: 5px;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      position: relative; }
      #infiniteoptions-container > div > span label input[type=radio] {
        float: left;
        margin: 0;
        margin-right: 10px;
        display: inline-block;
        border: 1px solid #e3e3e3;
        color: black;
        font-family: "Proxima Nova", serif;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        outline: none; }
        #infiniteoptions-container > div > span label input[type=radio]:checked:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          background-color: black;
          border-radius: 10px;
          top: 5px;
          left: 5px; }
#infiniteoptions-container input[type=number] {
  border: 1px solid #e3e3e3 !important;
  border-radius: 5px !important;
  padding: 0 15px; }
#infiniteoptions-container .spb-select {
  position: relative; }
  #infiniteoptions-container .spb-select:after {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 100%;
    line-height: inherit;
    color: black;
    content: "\F107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "launch-icons", sans-serif;
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    pointer-events: none; }
  #infiniteoptions-container .spb-select select {
    background-color: transparent;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 15px;
    border: 1px solid #e3e3e3;
    color: black;
    font-family: "Proxima Nova", serif;
    border-radius: 5px;
    -webkit-appearance: none; }
#infiniteoptions-container fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  #infiniteoptions-container fieldset label {
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    margin: 0; }
  #infiniteoptions-container fieldset input[type=checkbox] {
    float: left;
    margin: 0;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    color: black;
    font-family: "Proxima Nova", serif;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none; }
    #infiniteoptions-container fieldset input[type=checkbox]:checked:after {
      font-family: arial;
      content: '\2713';
      position: absolute;
      width: 20px;
      height: 20px;
      color: black;
      top: 0;
      left: 0;
      text-align: center;
      line-height: 20px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
ShopPad App: Uploadery
https://apps.shopify.com/uploadery
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#uploadery-container:empty {
  display: none !important; }
#uploadery-container form {
  display: inline-block;
  width: 100%;
  background-color: inherit;
  margin: 15px 0 0 0; }
  #uploadery-container form:last-child {
    margin-bottom: 30px; }
#uploadery-container label {
  position: relative;
  line-height: 1.6;
  width: 100%;
  display: inline-block;
  margin: 0;
  overflow: hidden; }
  #uploadery-container label .spb-fileupload {
    margin-top: 5px; }
#uploadery-container input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  padding: 0;
  border: 0; }
  #uploadery-container input[type=file]::-webkit-file-upload-button {
    border: 1px solid #e3e3e3;
    background: transparent;
    margin: 0;
    padding: 0 7px;
    font-size: 1em;
    color: black;
    font-family: "Proxima Nova", serif;
    line-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Bouncer
https://apps.shopify.com/bouncer
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#bouncer_modal_heading {
  font-size: 2em !important;
  margin: 0.67em 0 !important; }

#bouncer_modal_datepicker span {
  position: relative;
  display: inline-block;
  width: auto; }
  #bouncer_modal_datepicker span:after {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 100%;
    line-height: inherit;
    color: black;
    content: "\F107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "launch-icons", sans-serif;
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24px; }
  #bouncer_modal_datepicker span select {
    background-color: transparent;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: 1px solid #e3e3e3;
    color: black;
    font-family: "Proxima Nova", serif;
    border-radius: 5px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
ShopPad App: Tracktor
https://apps.shopify.com/tracktor-2
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#tracktor {
  padding: 20px; }

body.template-tracktor .module-breadcrumbs {
  display: none; }

#tracktorContainer {
  max-width: 1200px;
  margin: 0 auto; }

#tracktor h1 {
  font-size: 2em;
  margin: 0.67em 0; }

#tracktor .signedby {
  margin-bottom: 20px; }

@media screen and (max-width: 797px) {
  #tracktorOrderStatus div {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0) !important; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * 
ShopPad App: Coin
https://apps.shopify.com/coin
* * * * * * * * * * * * * * * * * * * * * * * * * * */
.coin-container {
  position: relative; }
  .coin-container:empty {
    display: none !important; }
  .coin-container:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    color: black;
    content: "\F107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "launch-icons", sans-serif;
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    pointer-events: none; }
  .coin-container label {
    float: left;
    font-family: "Proxima Nova", serif;
    font-size: 12px;
    letter-spacing: 2px; }
    .coin-container label select {
      margin-left: 10px; }
  .coin-container select {
    background-color: transparent;
    width: auto;
    line-height: 20px;
    border: 0;
    color: black;
    font-size: 12px;
    font-family: "Proxima Nova", serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }

.header-drawer .coin-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  padding-top: 10px;
  width: 100%; }
  .header-drawer .coin-container:after {
    top: auto;
    right: 20px;
    bottom: 9px; }
  .header-drawer .coin-container label {
    padding: 0;
    padding-left: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;
    vertical-align: top;
    font-family: "Proxima Nova", serif;
    font-size: 26px;
    line-height: 36px;
    color: white;
    text-align: left;
    width: 100%; }
    .header-drawer .coin-container label select {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
  .header-drawer .coin-container select {
    padding: 0;
    padding-right: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;
    vertical-align: top;
    font-family: "Proxima Nova", serif;
    font-size: 26px;
    line-height: 36px;
    color: white;
    margin-left: 20px; }

.video-wrapper {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat; }
  .video-wrapper:hover .video-wrapper-button {
    background-color: #60aa80; }

.video-wrapper-overlay {
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .video-wrapper-overlay.inactive {
    opacity: 0; }

.full-media-social .video-wrapper {
  height: 620px; }
  @media screen and (max-width: 720px) {
    .full-media-social .video-wrapper {
      height: 480px; } }

.full-media-social .video-wrapper-overlay {
  background-color: transparent; }

.video-wrapper-text-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  margin: auto;
  padding: 0;
  color: white; }

.full-media-social .video-wrapper-text-container {
  top: unset;
  margin-top: 100px; }
  @media screen and (max-width: 720px) {
    .full-media-social .video-wrapper-text-container {
      margin-top: 80px; } }

.video-wrapper-button {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 30px 0 0;
  line-height: 100px;
  text-align: center;
  background-color: #60aa80; }
  @media screen and (max-width: 720px) {
    .video-wrapper-button {
      width: 60px;
      height: 60px;
      margin-top: 15px;
      line-height: 60px; } }
  .video-wrapper-button:first-child {
    margin-top: 0; }

.full-media-social .video-wrapper .video-wrapper-button {
  /*           background-color: rgba(255,255,255,0.24);
            color: #fff;
            height: 30px;
            width: auto;
            line-height: 30px;
            border-radius: 16px;
            padding: 0 30px;
            font-size: 14px;
            font-weight: 700; */
  height: 85px;
  padding: 10px;
  display: block;
  background-color: rgba(255, 255, 255, 0.44);
  width: 300px;
  background-size: 91%;
  background-position: center center;
  border-radius: 0;
  background-repeat: no-repeat;
  border-radius: 8px; }
  @media screen and (max-width: 720px) {
    .full-media-social .video-wrapper .video-wrapper-button {
      height: 56px;
      width: 200px; } }
.full-media-social .video-wrapper:hover .video-wrapper-button {
  background-color: rgba(255, 255, 255, 0.44);
  /*                background-color: transparent; */ }

.video-wrapper-triangle {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: -2px -6px 0 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white; }
  @media screen and (max-width: 720px) {
    .video-wrapper-triangle {
      margin: -1px -3px 0 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid white; } }

.video-wrapper-title {
  display: block;
  margin: 0;
  padding: 0 15px;
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: white; }
  @media screen and (max-width: 720px) {
    .video-wrapper-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 26px;
      padding: 0;
      line-height: 26px;
      font-size: 16px;
      overflow: hidden; } }

.full-media-social .video-wrapper-title {
  color: #e3e3e3;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s; }
  @media screen and (max-width: 720px) {
    .full-media-social .video-wrapper-title {
      font-size: 28px; } }

.video-wrapper-subtitle {
  display: block;
  max-width: 700px;
  margin: 15px auto 0;
  padding: 0 15px;
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  color: white;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.8; }
  @media screen and (max-width: 720px) {
    .video-wrapper-subtitle {
      display: none; } }

.video-wrapper iframe, .full-width-video iframe {
  opacity: 0; }
.fluid-width-video-wrapper iframe {
  background-color: #3a3f40;
  opacity: 1; }
  .video-wrapper .fluid-width-video-wrapper iframe {
    opacity: 0; }
  .video-wrapper.no-image .fluid-width-video-wrapper iframe {
    opacity: 1; }
  .active .fluid-width-video-wrapper iframe {
    opacity: 1; }

.full-width-video {
  position: relative;
  z-index: 1; }
  .full-width-video.active {
    z-index: 1000; }

.fluid-width-video-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  cursor: pointer; }
  .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about-full-screen {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

.about-full-screen-header {
  padding: 90px 30px; }
  @media screen and (max-width: 720px) {
    .about-full-screen-header {
      padding: 30px 15px; } }

.about-full-width-image {
  width: 100%; }

.team {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1020px) {
    .team {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 720px) {
    .team {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .style-default .team {
    padding-top: 0; }

.team-header {
  padding: 0 30px 90px; }
  @media screen and (max-width: 1020px) {
    .team-header {
      padding-bottom: 60px; } }
  @media screen and (max-width: 720px) {
    .team-header {
      padding-bottom: 45px; } }

.team-list-image.placeholder-svg {
  width: 100%; }

.team-list-title {
  width: 100%;
  font-family: "Proxima Nova", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  color: black; }

.team-list-meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  width: 100%;
  margin-top: 7px;
  text-transform: uppercase;
  color: #60aa80;
  font-weight: 700;
  font-size: 12px;
  font-family: "Proxima Nova", serif;
  line-height: 16px;
  letter-spacing: 2px; }

.team-list .team-text-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  bottom: 0;
  padding: 10px;
  opacity: 1; }

.footer-widget {
  max-width: 100%; }

.footer-copyright {
  padding: 14px 0;
  color: #888;
  font-size: 12px;
  line-height: 20px; }

.footer-wrapper {
  position: relative;
  display: block;
  padding: 15px 0 0 0;
  margin-top: 0; }
  .footer-wrapper.has-borders {
    padding-top: 0; }
    @media screen and (max-width: 720px) {
      .footer-wrapper.has-borders {
        padding-top: 30px; } }
  .footer-wrapper .share-buttons {
    margin-top: 60px;
    display: table; }
    @media screen and (max-width: 720px) {
      .footer-wrapper .share-buttons {
        margin: 15px auto 0; } }

.main-footer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px; }
  @media screen and (max-width: 920px) {
    .main-footer {
      padding: 0 20px; } }
  .has-borders .main-footer {
    border-top: 1px solid #e3e3e3; }

.has-borders .main-footer {
  border-top: none; }
  @media screen and (max-width: 720px) {
    .has-borders .main-footer {
      border-top: 1px solid #e3e3e3; } }

.footer-row {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  .footer-row.footer-columns {
    padding-top: 0;
    margin-right: -15px;
    margin-left: -15px; }

.footer-title {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  font-size: 15px;
  color: #44444a;
  letter-spacing: 0; }
  .style-dark .footer-title {
    color: white; }
  @media screen and (max-width: 720px) {
    .footer-title {
      font-weight: 900; } }

.footer-column {
  float: left;
  padding: 30px 15px; }
  @media screen and (max-width: 720px) and (min-width: 481px) {
    .footer-column:nth-child(4n + 1) {
      clear: left; } }

.footer-logo {
  width: 16.66667%;
  padding-top: 20px; }
  @media screen and (max-width: 920px) {
    .footer-logo {
      width: 100%; } }

.footer-menu {
  width: 16.66667%;
  padding-top: 20px;
  padding-bottom: 10px; }
  @media screen and (max-width: 920px) {
    .footer-menu {
      width: 33.33333%; } }

.footer-menu.product-details-share {
  width: 33.33333%;
  padding-top: 20px;
  padding-right: 40px; }
  @media screen and (max-width: 920px) {
    .footer-menu.product-details-share {
      width: 100%;
      display: block;
      text-align: center;
      padding: 0 15px 20px 15px; } }

.footer-content {
  width: 30%;
  display: none; }
  @media screen and (max-width: 920px) and (min-width: 721px) {
    .footer-content {
      width: 31%;
      display: none; } }
  @media screen and (max-width: 720px) {
    .footer-content {
      width: 100%;
      display: none; } }

.footer-logo-link {
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.footer-logo-alternate,
.footer-logo-regular {
  display: block; }

.footer-logo-image {
  max-width: 100%; }
  @media screen and (min-width: 1201px) {
    .footer-logo-image {
      width: auto;
      height: auto;
      max-width: 200px;
      max-height: 56px; } }

.branding-logo {
  margin: 0;
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  color: #60aa80;
  font-size: 28px;
  line-height: inherit; }

.footer-menu-list {
  display: block;
  padding: 16px 0 0;
  margin: 0; }

.footer-menu-list-item {
  display: block;
  padding: 2px 0;
  margin: 0; }

.footer-menu-list-item-anchor {
  display: inline-block;
  vertical-align: top;
  color: #888;
  font-size: 15px; }
  .style-dark .footer-menu-list-item-anchor:focus, .style-dark .footer-menu-list-item-anchor:hover {
    color: white; }
  .style-dark .footer-menu-list-item-anchor {
    color: white; }

.footer-content-text:first-child,
.footer-content-text p ~ p {
  padding-top: 0; }

.footer-information {
  display: block;
  width: 100%;
  color: #666;
  text-align: center;
  padding: 0; }
  .has-borders .footer-information {
    border-top: 1px solid #e3e3e3; }
  .style-dark .footer-information,
  .style-dark .footer-information a,
  .style-dark .footer-information a:hover,
  .style-dark .footer-information a:focus {
    color: white; }
  .footer-information p {
    margin-top: 0;
    margin-bottom: 0; }

.payment-icons {
  display: inline-block;
  padding: 0;
  margin: 0 -10px;
  text-align: center;
  vertical-align: middle; }
  .payment-icons li {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Interactive Icons", sans-serif;
    font-size: 30px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    margin: 0 10px 0; }
    .payment-icons li:last-child {
      margin-left: 0; }
    .payment-icons li svg {
      width: 42px;
      height: 42px; }
  .payment-icons .payment-icon-amazon-payments:before {
    content: "\e800"; }
  .payment-icons .payment-icon-american-express:before {
    content: "\41"; }
  .payment-icons .payment-icon-apple-pay:before {
    content: "\e901"; }
  .payment-icons .payment-icon-bitcoin:before {
    content: "\42"; }
  .payment-icons .payment-icon-dankort:before {
    content: "\e210"; }
  .payment-icons .payment-icon-diners-club:before {
    content: "\e213"; }
  .payment-icons .payment-icon-discover:before {
    content: "\e205"; }
  .payment-icons .payment-icon-dogecoin:before,
  .payment-icons .payment-icon-dodgecoin:before {
    content: "\e908"; }
  .payment-icons .payment-icon-dwolla:before {
    content: "\e218"; }
  .payment-icons .payment-icon-forbrugsforeningen:before {
    content: "\e903"; }
  .payment-icons .payment-icon-jcb:before {
    content: "\e211"; }
  .payment-icons .payment-icon-litecoin:before {
    content: "\e909"; }
  .payment-icons .payment-icon-maestro:before {
    content: "\e212"; }
  .payment-icons .payment-icon-master:before {
    content: "\e202"; }
  .payment-icons .payment-icon-paypal:before {
    content: "\e204"; }
  .payment-icons .payment-icon-visa:before {
    content: "\e201"; }
  .payment-icons .payment-icon-cirrus:before {
    content: "\e208"; }
  .payment-icons .payment-icon-interac:before {
    content: "\e207"; }
  .payment-icons .payment-icon-stripe:before {
    content: "\e206"; }

.mailing-list-signup {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 720px) {
    .mailing-list-signup {
      padding: 30px 0; } }
  .mailing-list-signup .module-header {
    padding-bottom: 45px; }

.custom-letter-footer .footer-newsletter-title {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  font-size: 15px;
  color: #44444a;
  letter-spacing: 0;
  margin-bottom: 20px; }

.custom-letter-footer .mailing-list-signup {
  padding: 0; }

.custom-letter-footer .mailing-list-signup .module-header {
  display: none; }

.custom-letter-footer input[type="email"] {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #afb4b5;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  color: #888; }
  .custom-letter-footer input[type="email"]::-webkit-input-placeholder {
    color: #888;
    opacity: 1; }
  .custom-letter-footer input[type="email"]::-moz-input-placeholder {
    color: #888;
    opacity: 1; }
  .custom-letter-footer input[type="email"]:-ms-input-placeholder {
    color: #888;
    opacity: 1; }
  @media screen and (max-width: 720px) {
    .custom-letter-footer input[type="email"] {
      font-size: 12px; } }

.mailing-list-signup-form-container {
  display: block;
  max-width: 450px;
  margin: 0 auto; }
  @media screen and (max-width: 720px) {
    .mailing-list-signup-form-container {
      padding: 0 15px; } }
  .has-header .mailing-list-signup-form-container {
    margin: 30px auto 0; }

.custom-letter-footer .mailing-list-signup-form-container {
  position: relative; }
  @media screen and (max-width: 720px) {
    .custom-letter-footer .mailing-list-signup-form-container {
      padding: 0; } }

.full-media-social .mailing-list-signup-form-container {
  position: absolute;
  width: 320px;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  margin-left: -45px; }
  @media screen and (max-width: 720px) {
    .full-media-social .mailing-list-signup-form-container {
      width: 100%;
      left: 0;
      margin-left: 0;
      transform: none;
      padding-right: 100px; } }

.mailing-list-signup-form {
  position: relative; }

.mailing-list-signup-form-field {
  position: relative;
  display: block; }

.mailing-list-signup-form-field-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: black;
  opacity: 0.7; }

.custom-letter-footer .mailing-list-signup-form-field-icon {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 20px; }

.mailing-list-signup-form-email {
  padding: 0 60px 0 45px !important; }

.custom-letter-footer .mailing-list-signup-form-email {
  padding: 0 60px 0 5px !important; }

.mailing-list-signup-form-cta {
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #60aa80; }
  .mailing-list-signup-form-cta:focus, .mailing-list-signup-form-cta:hover {
    background: #60aa80; }
  .style-color .mailing-list-signup-form-cta, .style-gradient .mailing-list-signup-form-cta {
    background: #e3e3e3; }
    .style-color .mailing-list-signup-form-cta:focus, .style-color .mailing-list-signup-form-cta:hover, .style-gradient .mailing-list-signup-form-cta:focus, .style-gradient .mailing-list-signup-form-cta:hover {
      background: #e3e3e3; }
      .style-color .mailing-list-signup-form-cta:focus .mailing-list-signup-form-submit-icon, .style-color .mailing-list-signup-form-cta:hover .mailing-list-signup-form-submit-icon, .style-gradient .mailing-list-signup-form-cta:focus .mailing-list-signup-form-submit-icon, .style-gradient .mailing-list-signup-form-cta:hover .mailing-list-signup-form-submit-icon {
        color: #60aa80; }

.custom-letter-footer .mailing-list-signup-form-cta {
  background: transparent;
  width: 90px;
  height: 30px;
  bottom: 0;
  top: auto; }

.mailing-list-signup-form-submit {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  font-size: 0;
  border: 0;
  background: transparent; }
  .mailing-list-signup-form-submit:focus, .mailing-list-signup-form-submit:hover {
    background: transparent; }

.custom-letter-footer .mailing-list-signup-form-submit {
  font-size: 12px;
  color: #60aa80;
  text-transform: uppercase; }

.mailing-list-signup-form-submit-icon {
  display: inline-block;
  font-size: 21px;
  color: white; }
  .style-color .mailing-list-signup-form-submit-icon, .style-gradient .mailing-list-signup-form-submit-icon {
    color: #60aa80; }

.custom-letter-footer .mailing-list-signup-form-submit-icon {
  display: none; }

.footer-widget {
  padding: 16px 0 0 0; }

.footer-widget-body {
  display: table;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .footer-widget-body {
      display: block;
      font-size: 0; } }

.footer-widget-item {
  display: block; }
  .column-2 .footer-widget-item {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    @media screen and (max-width: 1200px) {
      .column-2 .footer-widget-item {
        display: block;
        width: 100%; } }

.widget-twitter {
  font-size: 16px; }
  @media screen and (max-width: 1200px) {
    .widget-twitter {
      padding: 90px; } }
  @media screen and (max-width: 720px) {
    .widget-twitter {
      padding: 30px; } }
  .column-1 .widget-twitter {
    padding: 90px 30px; }
    @media screen and (max-width: 720px) {
      .column-1 .widget-twitter {
        padding: 30px; } }
  .widget-twitter .icon-twitter {
    font-size: 24px;
    line-height: 34px; }

.widget-twitter-tweet {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto; }
  .widget-twitter-tweet p {
    padding-top: 0;
    padding-bottom: 15px; }
    .widget-twitter-tweet p:last-child {
      padding: 0; }
  .style-gradient .widget-twitter-tweet a, .style-color .widget-twitter-tweet a {
    color: white; }
    .style-gradient .widget-twitter-tweet a:focus, .style-gradient .widget-twitter-tweet a:hover, .style-color .widget-twitter-tweet a:focus, .style-color .widget-twitter-tweet a:hover {
      color: white; }
  .widget-twitter-tweet img {
    display: none; }
  .widget-twitter-tweet .user {
    padding: 0 0 30px; }
    .widget-twitter-tweet .user a {
      font-family: "Proxima Nova", serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      color: inherit; }
    .widget-twitter-tweet .user span[data-scribe='element:name'] {
      display: none; }
  .widget-twitter-tweet .timePosted {
    font-weight: 700;
    opacity: 0.8;
    text-transform: uppercase; }

.twitter-follow {
  display: none; }

.widget-instagram {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0; }

.instagram-photo {
  display: inline-block;
  width: 33.33%; }
  @media screen and (max-width: 1200px) {
    .instagram-photo {
      width: 20%; } }
  @media screen and (max-width: 720px) {
    .instagram-photo {
      width: 50%; } }
  @media screen and (max-width: 720px) {
    .instagram-photo:nth-child(5), .instagram-photo:nth-child(6) {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .instagram-photo:nth-child(6) {
      display: none; } }
  .column-1 .instagram-photo {
    width: 20%; }
    @media screen and (max-width: 720px) {
      .column-1 .instagram-photo {
        width: 50%; } }
    .column-1 .instagram-photo:nth-child(6) {
      display: none; }
  .instagram-photo img {
    display: block;
    width: 100%; }
  .instagram-photo .placeholder-svg {
    border: 0; }

.instagram-error {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 10px;
  margin-top: -20px;
  font-size: 16px;
  line-height: 20px;
  color: #e13333;
  background-color: rgba(255, 255, 255, 0.8); }

.has-sticky-header .module-header-goal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101; }
  @media screen and (max-width: 720px) {
    .has-sticky-header .module-header-goal-wrapper {
      position: relative; } }

.module-header-goal {
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  opacity: 0; }
  .module-header-goal.active {
    height: auto;
    padding: 15px 30px;
    opacity: 1; }
  .showing-drawer .module-header-goal {
    height: 0;
    padding: 0;
    opacity: 0; }
  .template-index .module-header-goal {
    display: none; }
  .style-color .module-header-goal .module-header-body, .style-gradient .module-header-goal .module-header-body, .style-image .module-header-goal .module-header-body {
    color: white; }

.module-header-goal-item {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 14px; }

.module-header-goal-countdown.hidden,
.module-header-goal-time-up.hidden {
  display: none; }
@media screen and (max-width: 720px) {
  .module-header-goal-countdown,
  .module-header-goal-time-up {
    display: none; } }

.module-header-goal-item-icon {
  padding: 0 10px;
  font-size: 18px; }
  @media screen and (max-width: 720px) {
    .module-header-goal-item-icon.icon-arrow-right {
      display: none; } }

.branding {
  float: left;
  max-width: 50%; }
  @media screen and (max-width: 720px) {
    .branding {
      float: none;
      max-width: initial;
      padding-right: 80px;
      padding-left: 80px; } }

.branding-logo-link {
  position: relative;
  display: block;
  height: 56px;
  padding-top: 0;
  padding-bottom: 10px;
  line-height: 36px;
  color: #60aa80; }
  .has-logo .branding-logo-link {
    max-width: 200px;
    padding-top: 8px; }
  @media screen and (max-width: 720px) {
    .branding-logo-link {
      height: 80px;
      max-width: 100%;
      margin-right: auto;
      margin-left: auto;
      line-height: 80px; }
      .has-logo .branding-logo-link {
        line-height: 80px;
        padding: 0; } }
  .showing-drawer .branding-logo-link {
    color: white; }
  @media (min-width: 721px) {
    .has-slideshow-full-window.slide-color-dark:not(.drawer-visible) .header:not(.scrolled) .branding-logo-link {
      color: black; }
    .has-slideshow-full-window.slide-color-light:not(.drawer-visible) .header:not(.scrolled) .branding-logo-link {
      color: white; } }

.branding-logo-heading {
  height: 36px;
  margin: 0;
  overflow: hidden;
  font-family: "Proxima Nova", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media screen and (max-width: 720px) {
    .branding-logo-heading {
      display: block;
      height: 80px;
      max-width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      margin: -10px auto;
      line-height: 80px; } }
  @media screen and (max-width: 480px) {
    .branding-logo-heading {
      font-size: 20px; } }

.branding-logo-image {
  width: initial;
  max-width: 200px;
  max-height: 56px;
  margin: -2px auto 0;
  vertical-align: middle;
  transition: opacity 0.2s ease; }
  @media screen and (max-width: 720px) {
    .branding-logo-image {
      max-width: 100%;
      max-height: 56px; } }

.logo-regular {
  display: inline-block; }
  .has-slideshow-full-window.slide-color-light .header:not(.scrolled) .alternate-logo-in-drawer .logo-regular {
    display: none; }
    @media screen and (max-width: 720px) {
      .has-slideshow-full-window.slide-color-light .header:not(.scrolled) .alternate-logo-in-drawer .logo-regular {
        display: inline-block; } }
  .slide-color-light.showing-drawer .header:not(.scrolled) .alternate-logo-in-drawer .logo-regular, .showing-drawer .alternate-logo-in-drawer .logo-regular {
    display: none; }
  .regular-logo-in-drawer .logo-regular {
    display: inline-block; }

.logo-alternate {
  display: none; }
  .has-slideshow-full-window.slide-color-light .header:not(.scrolled) .logo-alternate {
    display: inline-block; }
    @media screen and (max-width: 720px) {
      .has-slideshow-full-window.slide-color-light .header:not(.scrolled) .logo-alternate {
        display: none; } }
  .showing-drawer .regular-logo-in-drawer .logo-alternate {
    display: none; }
  .slide-color-light.showing-drawer .header:not(.scrolled) .logo-alternate, .showing-drawer .alternate-logo-in-drawer .logo-alternate {
    display: inline-block; }

body.has-sticky-header {
  padding-top: 56px; }
  body.has-sticky-header.has-slideshow-full-window {
    padding-top: 0 !important; }
  body.has-sticky-header.has-goal-enabled {
    padding-top: 112px; }
    @media screen and (max-width: 720px) {
      body.has-sticky-header.has-goal-enabled {
        padding-top: 0; } }
    .no-js body.has-sticky-header.has-goal-enabled {
      padding-top: 56px; }
      @media screen and (max-width: 720px) {
        .no-js body.has-sticky-header.has-goal-enabled {
          padding-top: 0; } }
    body.has-sticky-header.has-goal-enabled.has-goal-expired {
      padding-top: 56px; }

.header {
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: block;
  width: 100%; }
  .has-slideshow-full-window .header {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    box-shadow: none;
    background: none; }
    @media screen and (max-width: 720px) {
      .has-slideshow-full-window .header {
        position: relative; } }
  .showing-drawer.has-slideshow-full-window .header {
    position: relative; }
  .showing-drawer .header {
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(58, 63, 64, 0.98) !important; }
  .header.sticky-header {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101; }
    @media screen and (min-width: 721px) {
      .header.sticky-header.scrolled {
        background-color: rgba(255, 255, 255, 0.9); }
      .header.sticky-header.header-bleed-light-colors {
        background-color: rgba(0, 0, 0, 0.4); }
      .header.sticky-header.lower-than-slideshow {
        background-color: rgba(255, 255, 255, 0.9); }
        .header.sticky-header.lower-than-slideshow.header-bleed-light-colors {
          background-color: rgba(0, 0, 0, 0.4); } }
    .showing-drawer .header.sticky-header {
      position: fixed; }
    .has-goal-enabled .header.sticky-header {
      top: 56px; }
      @media screen and (max-width: 720px) {
        .has-goal-enabled .header.sticky-header {
          top: auto; } }
    .has-goal-expired .header.sticky-header {
      top: 0; }
    .no-js .has-goal-enabled .header.sticky-header, .showing-drawer .header.sticky-header, .template-index .header.sticky-header {
      top: 0; }

.main-header-wrapper {
  position: relative;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
  z-index: 110;
  background: #fff; }
  @media screen and (max-width: 1200px) {
    .main-header-wrapper {
      padding-right: 0;
      padding-left: 0; } }

.main-header {
  position: static;
  padding: 0;
  height: 56px;
  z-index: 3;
  /*   border-bottom: 1px solid $border-color; */
  max-width: 1260px;
  margin: 0 auto;
  background: #fff; }
  .main-header:after, .main-header:before {
    -webkit-transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    top: 54px;
    left: 100%;
    width: 100%;
    height: 1px;
    /*     border-bottom: 1px solid $border-color; */
    content: ""; }
    .showing-drawer .main-header:after, .showing-drawer .main-header:before {
      border-bottom-color: rgba(255, 255, 255, 0.25); }
  .main-header:after {
    right: 100%;
    left: auto; }
  .scrolled .main-header:after, .scrolled .main-header:before {
    width: 100%; }
  .no-border .main-header {
    border: 0; }
  .higher-than-slideshow .main-header {
    background: none;
    border-color: rgba(227, 227, 227, 0.25); }
  .showing-drawer .main-header {
    border-color: rgba(255, 255, 255, 0.25); }
  @media screen and (max-width: 1200px) {
    .main-header {
      padding: 0 30px; } }
  @media screen and (max-width: 720px) {
    .main-header {
      height: 80px;
      padding: 0;
      text-align: center; } }

.header-tools {
  height: 56px;
  float: right; }
  .header-search-wrapper.active + .header-tools {
    opacity: 0; }
    .lt-ie9 .header-search-wrapper.active + .header-tools {
      visibility: hidden; }
    @media screen and (max-width: 720px) {
      .header-search-wrapper.active + .header-tools {
        opacity: 1;
        visibility: visible; } }
  @media screen and (max-width: 720px) {
    .header-tools {
      float: none;
      height: 0; } }

.header-actions {
  position: relative;
  line-height: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: top;
  text-align: left; }
  .header-actions:before {
    -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    width: 1px;
    /*     height: 16px; */
    margin: 0 10px;
    vertical-align: middle;
    background-color: #e3e3e3;
    content: ""; }
    .showing-drawer .header-actions:before {
      background-color: rgba(255, 255, 255, 0.25); }
    .higher-than-slideshow .header-actions:before {
      background-color: rgba(227, 227, 227, 0.25); }
    .lower-than-slideshow .header-actions:before {
      background-color: black; }
  @media screen and (max-width: 720px) {
    .header-actions {
      position: static;
      display: block;
      height: auto;
      text-align: center;
      line-height: 1; } }

.header-actions-list {
  display: inline-block;
  vertical-align: middle; }

.header-actions-list-item {
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "launch-icons", sans-serif;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  float: left;
  padding: 0;
  margin-left: 15px;
  line-height: 14px;
  color: black;
  cursor: pointer; }
  @media (min-width: 721px) {
    .has-slideshow-full-window.slide-color-dark:not(.drawer-visible) .header:not(.scrolled) .header-actions-list-item {
      color: black; }
    .has-slideshow-full-window.slide-color-light:not(.drawer-visible) .header:not(.scrolled) .header-actions-list-item {
      color: white; } }
  .slide-color-light .scrolled .header-actions-list-item, .slide-color-dark .scrolled .header-actions-list-item {
    color: black; }
  @media screen and (max-width: 720px) {
    .header-actions-list-item {
      padding: 0; } }
  .header-actions-list-item:first-child {
    padding: 0 0 0 15px; }
  .header-actions-list-item:hover {
    color: #60aa80; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .header-actions-list-item:hover {
        color: white; }
      .header-bleed-dark-colors .header-actions-list-item:hover {
        color: black; } }

.custom-header-store .header-actions-list-item {
  height: 70px;
  border-radius: 0;
  position: relative;
  top: -1px;
  line-height: 70px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 45px;
  background: #60aa80;
  border: 1px solid #60aa80; }
  @media screen and (max-width: 720px) {
    .custom-header-store .header-actions-list-item {
      display: none; } }

.collapsed-navigation .header-actions:before {
  display: none; }

.header-currency-switcher {
  margin-left: 20px;
  opacity: 1; }
  .slide-color-light .header-currency-switcher, .slide-color-dark .header-currency-switcher {
    opacity: 1; }
  @media screen and (max-width: 720px) {
    .header-currency-switcher {
      display: none; } }
  .header-currency-switcher .select-wrapper-dropdown {
    max-height: none; }
  .showing-drawer .header-currency-switcher {
    display: none; }

.header-currency-switcher .select-wrapper {
  position: relative;
  display: block;
  height: 21px;
  line-height: 21px;
  padding-right: 25px;
  margin: 0;
  background: none;
  font-size: 12px;
  border: 0; }
  .header-currency-switcher .select-wrapper:after {
    right: 0;
    line-height: 21px;
    color: black; }
    @media (min-width: 721px) {
      .has-slideshow-full-window.slide-color-dark .header:not(.scrolled) .header-currency-switcher .select-wrapper:after {
        color: black; }
      .has-slideshow-full-window.slide-color-light .header:not(.scrolled) .header-currency-switcher .select-wrapper:after {
        color: white; } }
  .header-currency-switcher .select-wrapper:hover:after, .header-currency-switcher .select-wrapper:hover {
    color: #60aa80; }
  .header-currency-switcher .select-wrapper.active {
    overflow: hidden;
    outline: 4px auto #60aa80; }
  @media (min-width: 721px) {
    .has-slideshow-full-window.slide-color-dark .header:not(.scrolled) .header-currency-switcher .select-wrapper {
      color: black; }
    .has-slideshow-full-window.slide-color-light .header:not(.scrolled) .header-currency-switcher .select-wrapper {
      color: white; } }
.header-currency-switcher .selected-currency {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  height: 100%;
  padding: 0;
  line-height: inherit;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "Proxima Nova", serif; }
.header-currency-switcher .select-wrapper-dropdown {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  top: -13px;
  margin-left: -10px;
  padding: 45px 0 0;
  z-index: 1; }

.drawer-currency-switcher {
  display: block;
  margin: 0 0 30px 0; }

.drawer-currency-switcher .select-wrapper {
  display: inline-block;
  width: 220px;
  height: 44px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  line-height: 44px;
  font-size: 26px;
  background: none;
  color: white; }
  .drawer-currency-switcher .select-wrapper:after {
    line-height: 44px;
    color: white; }
  .drawer-currency-switcher .select-wrapper.active {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    background: white;
    border-color: #e3e3e3;
    color: black; }
    .drawer-currency-switcher .select-wrapper.active:after {
      color: black; }

.drawer-currency-switcher .selected-currency {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 10px;
  color: white;
  font-size: 20px; }

.drawer-currency-switcher .active .selected-currency {
  height: auto;
  line-height: inherit;
  color: black; }

.drawer-currency-switcher .select-wrapper-dropdown {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: transparent; }

.drawer-currency-switcher .select-wrapper-option {
  text-align: left;
  text-indent: 10px;
  font-size: 20px; }
  .drawer-currency-switcher .select-wrapper-option:first-child {
    border-top: 1px solid #e3e3e3; }

.showing-drawer .header-search-toggle {
  color: white; }
  .showing-drawer .header-search-toggle:hover {
    color: white; }
@media screen and (max-width: 720px) {
  .header-search-toggle {
    right: 45px; } }

.header-search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 720px) {
    .header-search-wrapper {
      overflow: visible;
      width: 100%;
      top: -100%; } }
  @media screen and (max-width: 720px) {
    .header-search-wrapper.active {
      top: 0; } }

.header-search-form {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 300px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 99;
  background: #e3e3e3;
  color: black;
  padding: 0 15px;
  line-height: 36px; }
  @media screen and (max-width: 1200px) {
    .header-search-form {
      right: 30px; } }
  @media screen and (max-width: 720px) {
    .header-search-form {
      right: 0;
      width: 100%; } }
  @media (min-width: 721px) {
    .header-bleed-light-colors .header-search-form {
      color: white;
      background-color: rgba(255, 255, 255, 0.1); }
    .header-bleed-dark-colors .header-search-form {
      color: black;
      background-color: rgba(255, 255, 255, 0.1); } }
  .active .header-search-form {
    bottom: 14px; }
    @media screen and (max-width: 720px) {
      .active .header-search-form {
        bottom: -24px; } }
  .header-search-form:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    /*     background: url(../../28/assets/header_sprites_9337615073770292979.png) no-repeat -5px -3px; */
    background: url(search_v-3934518859788230791.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 12px; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .header-search-form:before {
        color: white; }
      .header-bleed-dark-colors .header-search-form:before {
        color: black; } }

input.header-search-input {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 42px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  text-indent: 30px;
  color: black; }
  .lt-ie9 input.header-search-input {
    line-height: 42px; }
  @media (min-width: 721px) {
    .header-bleed-light-colors input.header-search-input {
      color: white; }
    .header-bleed-dark-colors input.header-search-input {
      color: black; } }
  input.header-search-input::-webkit-input-placeholder {
    color: black;
    opacity: 0.7; }
    @media (min-width: 721px) {
      .header-bleed-light-colors input.header-search-input::-webkit-input-placeholder {
        color: white;
        opacity: 0.7; }
      .header-bleed-dark-colors input.header-search-input::-webkit-input-placeholder {
        color: black;
        opacity: 0.7; } }
  input.header-search-input::-moz-input-placeholder {
    color: black;
    opacity: 0.7; }
    @media (min-width: 721px) {
      .header-bleed-light-colors input.header-search-input::-moz-input-placeholder {
        color: white;
        opacity: 0.7; }
      .header-bleed-dark-colors input.header-search-input::-moz-input-placeholder {
        color: black;
        opacity: 0.7; } }
  input.header-search-input:-ms-input-placeholder {
    color: black;
    opacity: 0.7; }
    @media (min-width: 721px) {
      .header-bleed-light-colors input.header-search-input:-ms-input-placeholder {
        color: white;
        opacity: 0.7; }
      .header-bleed-dark-colors input.header-search-input:-ms-input-placeholder {
        color: black;
        opacity: 0.7; } }

.collapsed-navigation .header-account-link {
  display: none; }
@media screen and (max-width: 720px) {
  .header-account-link {
    right: 90px;
    position: absolute;
    line-height: 60px;
    height: 60px;
    top: 10px; } }

@media screen and (max-width: 720px) {
  .header-cart-link,
  .drawer-toggle {
    position: absolute;
    top: 10px;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    line-height: 60px; } }

.header-cart-link {
  font-size: 14px;
  color: black;
  font-weight: 400; }
  .header-cart-link:hover .header-cart-count {
    color: white;
    background-color: #60aa80; }
  @media screen and (max-width: 720px) {
    .header-cart-link {
      right: 15px;
      width: 24px; } }
  .showing-drawer .header-cart-link {
    color: white; }
    .showing-drawer .header-cart-link:hover {
      color: white; }
  .header-cart-link .header-cart-count {
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    right: -5px;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 0;
    background-color: #60aa80;
    border: none;
    z-index: 10;
    display: none; }
    @media screen and (max-width: 720px) {
      .header-cart-link .header-cart-count {
        top: 16px; } }
    .header-cart-link .header-cart-count.active {
      display: block; }

@media screen and (max-width: 720px) {
  .header-search-toggle {
    right: 50px;
    position: absolute;
    color: #0bacd7;
    line-height: 60px;
    height: 60px;
    top: 6px;
    padding-top: 22px; } }

.header-drawer {
  display: block;
  width: 100%;
  height: 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }
  .showing-drawer .header-drawer {
    height: auto; }

.drawer-toggle {
  position: relative; }
  @media screen and (min-width: 721px) {
    .drawer-toggle {
      display: none; } }
  .showing-drawer .drawer-toggle span {
    color: white; }
  .drawer-toggle:hover {
    color: #60aa80; }
  .drawer-toggle:before {
    float: left;
    height: 16px;
    width: 1px;
    margin: 3px 25px 0 0px;
    background-color: #e3e3e3;
    content: ""; }
    .header-bleed-light-colors .drawer-toggle:before {
      background-color: rgba(255, 255, 255, 0.25); }
    .header-bleed-dark-colors .drawer-toggle:before {
      background-color: rgba(0, 0, 0, 0.25); }
  .showing-drawer .drawer-toggle {
    display: inline-block; }
    .showing-drawer .drawer-toggle:before {
      background-color: rgba(255, 255, 255, 0.1); }
  .collapsed-navigation .drawer-toggle {
    display: inline-block; }
  @media screen and (max-width: 720px) {
    .drawer-toggle {
      position: absolute;
      left: 10px; }
      .drawer-toggle:before {
        display: none; } }
  .drawer-toggle .icon-cross {
    display: none; }
    .showing-drawer .drawer-toggle .icon-cross {
      display: inline-block;
      color: #000;
      font-size: 16px; }
  .drawer-toggle .icon-menu {
    display: inline-block;
    font-size: 26px;
    line-height: 62px; }
    .showing-drawer .drawer-toggle .icon-menu {
      display: none; }

.drawer-account-link {
  margin-bottom: 26px;
  background: white;
  border-color: white;
  color: #60aa80;
  font-size: 24px;
  font-weight: 400; }
  .drawer-account-link:hover {
    background: transparent;
    border-color: white;
    color: white; }

.drawer-social-icons {
  text-align: center;
  margin-bottom: 75px; }
  @media screen and (max-width: 720px) {
    .drawer-social-icons {
      margin-bottom: 60px; } }
  .drawer-social-icons a {
    position: relative;
    padding: 0 5px;
    font-size: 0;
    display: inline-block;
    vertical-align: top; }
  .drawer-social-icons a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'social-icons';
    position: relative;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    color: white; }
  .drawer-social-icons a[href*="facebook"]:before {
    content: "\e041"; }
  .drawer-social-icons a[href*="twitter"]:before {
    content: "\e040"; }
  .drawer-social-icons a[href*="google"]:before {
    content: "\e042"; }
  .drawer-social-icons a[href*="pinterest"]:before {
    content: "\e043"; }
  .drawer-social-icons a[href*="instagram"]:before {
    content: "\e057"; }
  .drawer-social-icons a[href*="vimeo"]:before {
    content: "\e052"; }
  .drawer-social-icons a[href*="youtube"]:before {
    content: "\e051"; }

.home-blog {
  padding-right: 0;
  padding-left: 0; }
  .home-blog .list-container {
    width: 100%; }
  .home-blog .list-cover {
    overflow: hidden;
    background-position: 50% 50%; }
    .home-blog .list-cover::before {
      display: block;
      width: 100%;
      padding-top: 80%;
      content: ""; }
    .home-blog .list-cover img {
      display: none; }
    .home-blog .list-cover.onboarding {
      border: 1px solid currentColor; }
  .home-blog .list-title {
    height: auto;
    margin-bottom: 10px;
    overflow: visible;
    line-height: 27px;
    text-overflow: initial;
    white-space: normal; }
  .home-blog .list-text-wrapper:first-child {
    padding-top: 0; }

.home-blog-cta {
  display: none; }
  @media screen and (max-width: 1020px) {
    .home-blog-cta {
      display: block; } }

.home-blog-footer {
  padding: 45px 30px 0; }

.home-blog-button {
  width: 220px; }
  @media screen and (max-width: 720px) {
    .home-blog-button {
      width: 290px; } }

.home-collections {
  padding-right: 0;
  padding-left: 0; }
  .home-collections .placeholder-svg {
    border: 0; }

.product-details-slideshow {
  display: block;
  max-width: 100%;
  padding: 0; }

.product-details-slideshow-header {
  padding: 90px 0; }
  @media screen and (max-width: 720px) {
    .product-details-slideshow-header {
      padding: 30px 0; } }
  .style-default .product-details-slideshow-header, .style-light .product-details-slideshow-header {
    background: rgba(0, 0, 0, 0.01); }
    @media screen and (max-width: 1020px) {
      .style-default .product-details-slideshow-header, .style-light .product-details-slideshow-header {
        background: transparent; } }

.product-details-slideshow-nav-list {
  padding: 0 0 30px;
  margin: 0; }
  @media screen and (max-width: 1020px) {
    .product-details-slideshow-nav-list {
      padding-top: 30px; } }
  .product-details-slideshow-nav-container:only-child .product-details-slideshow-nav-list {
    padding-bottom: 0; }
  .product-details-slideshow-nav-list li {
    display: inline-block;
    margin: 0 10px 0 0; }

.product-details-slideshow-nav-list-item {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 9;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  vertical-align: top;
  cursor: pointer; }
  .product-details-slideshow-nav-list-item.active {
    cursor: default; }
  .style-color .product-details-slideshow-nav-list-item, .style-gradient .product-details-slideshow-nav-list-item {
    -webkit-box-shadow: inset 0 0 0 1px white;
    -khtml-box-shadow: inset 0 0 0 1px white;
    -moz-box-shadow: inset 0 0 0 1px white;
    -ms-box-shadow: inset 0 0 0 1px white;
    -o-box-shadow: inset 0 0 0 1px white;
    box-shadow: inset 0 0 0 1px white;
    color: white;
    background: transparent; }
    .style-color .product-details-slideshow-nav-list-item.active, .style-gradient .product-details-slideshow-nav-list-item.active {
      -webkit-box-shadow: inset 0 0 0 0 #60aa80;
      -khtml-box-shadow: inset 0 0 0 0 #60aa80;
      -moz-box-shadow: inset 0 0 0 0 #60aa80;
      -ms-box-shadow: inset 0 0 0 0 #60aa80;
      -o-box-shadow: inset 0 0 0 0 #60aa80;
      box-shadow: inset 0 0 0 0 #60aa80;
      color: white;
      background: #60aa80; }
    .style-color .product-details-slideshow-nav-list-item:hover, .style-gradient .product-details-slideshow-nav-list-item:hover {
      -webkit-box-shadow: inset 0 0 0 2px white;
      -khtml-box-shadow: inset 0 0 0 2px white;
      -moz-box-shadow: inset 0 0 0 2px white;
      -ms-box-shadow: inset 0 0 0 2px white;
      -o-box-shadow: inset 0 0 0 2px white;
      box-shadow: inset 0 0 0 2px white; }
  .style-default .product-details-slideshow-nav-list-item, .style-light .product-details-slideshow-nav-list-item {
    -webkit-box-shadow: inset 0 0 0 1px #60aa80;
    -khtml-box-shadow: inset 0 0 0 1px #60aa80;
    -moz-box-shadow: inset 0 0 0 1px #60aa80;
    -ms-box-shadow: inset 0 0 0 1px #60aa80;
    -o-box-shadow: inset 0 0 0 1px #60aa80;
    box-shadow: inset 0 0 0 1px #60aa80;
    color: #60aa80;
    background: transparent; }
    .style-default .product-details-slideshow-nav-list-item.active, .style-light .product-details-slideshow-nav-list-item.active {
      -webkit-box-shadow: inset 0 0 0 0 #60aa80;
      -khtml-box-shadow: inset 0 0 0 0 #60aa80;
      -moz-box-shadow: inset 0 0 0 0 #60aa80;
      -ms-box-shadow: inset 0 0 0 0 #60aa80;
      -o-box-shadow: inset 0 0 0 0 #60aa80;
      box-shadow: inset 0 0 0 0 #60aa80;
      color: white;
      background: #60aa80; }
    .style-default .product-details-slideshow-nav-list-item:hover, .style-light .product-details-slideshow-nav-list-item:hover {
      -webkit-box-shadow: inset 0 0 0 2px #60aa80;
      -khtml-box-shadow: inset 0 0 0 2px #60aa80;
      -moz-box-shadow: inset 0 0 0 2px #60aa80;
      -ms-box-shadow: inset 0 0 0 2px #60aa80;
      -o-box-shadow: inset 0 0 0 2px #60aa80;
      box-shadow: inset 0 0 0 2px #60aa80; }

.product-details-slideshow-list-container {
  height: 100%; }

.product-details-slideshow-list {
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.product-details-slideshow-list-item {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0; }
  .product-details-slideshow-list-item.active {
    position: relative;
    opacity: 1; }

.product-details-slideshow-list-item-container {
  position: relative;
  font-size: 0; }

.product-details-slideshow-content {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: left; }
  @media screen and (max-width: 1020px) {
    .product-details-slideshow-content {
      display: block;
      width: 100%;
      margin: auto;
      text-align: center; } }
  .align-left .product-details-slideshow-content {
    position: relative;
    right: -50%;
    text-align: left; }
    @media screen and (max-width: 1020px) {
      .align-left .product-details-slideshow-content {
        right: auto;
        text-align: center; } }
  .align-right .product-details-slideshow-content {
    text-align: right; }
    @media screen and (max-width: 1020px) {
      .align-right .product-details-slideshow-content {
        text-align: center; } }

.product-details-slideshow-content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 0 60px;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .product-details-slideshow-content-wrapper {
      padding: 30px; } }
  @media screen and (max-width: 1020px) {
    .product-details-slideshow-content-wrapper {
      width: 100%;
      padding: 0;
      text-align: center; } }

.product-details-slideshow-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 46px; }
  @media screen and (max-width: 1200px) {
    .product-details-slideshow-title {
      font-size: 26px;
      line-height: 36px; } }
  @media screen and (max-width: 1020px) {
    .product-details-slideshow-title {
      margin: auto; } }

.product-details-slideshow-text {
  padding: 15px 0 0; }
  @media screen and (max-width: 1200px) {
    .product-details-slideshow-text {
      padding: 15px 0 0; } }
  @media screen and (max-width: 1020px) {
    .product-details-slideshow-text {
      padding: 15px 15px 0;
      margin: auto; } }
  .product-details-slideshow-text p:first-child {
    padding-top: 0; }
  .product-details-slideshow-text p:last-child {
    padding-bottom: 0; }

.product-details-slideshow-image-container {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }
  .align-left .product-details-slideshow-image-container {
    position: relative;
    left: -50%; }
    @media screen and (max-width: 1020px) {
      .align-left .product-details-slideshow-image-container {
        left: auto; } }
  @media screen and (max-width: 1020px) {
    .product-details-slideshow-image-container {
      display: block;
      width: 100%; } }

.product-details-slideshow-image {
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  @media screen and (max-width: 1020px) {
    .product-details-slideshow-image {
      margin-top: 90px; } }
  @media screen and (max-width: 720px) {
    .product-details-slideshow-image {
      margin-top: 30px; } }
  .product-details-slideshow-image.placeholder-svg {
    border: 0; }

.home-full-width-feature {
  max-width: 100%;
  text-align: center; }
  .home-full-width-feature.has-media {
    padding-bottom: 0; }
    .home-full-width-feature.has-media.has-content {
      padding-right: 0;
      padding-left: 0; }
    .home-full-width-feature.has-media.no-content {
      padding: 0; }
  .style-default .home-full-width-feature.no-media .video-wrapper-title, .style-light .home-full-width-feature.no-media .video-wrapper-title {
    color: black; }

.home-full-width-header {
  max-width: 1200px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto; }

.home-full-width-body {
  max-width: 800px;
  margin: 0 auto; }

.home-full-width-body-item {
  max-width: 1200px;
  margin: auto; }

.home-full-width-media {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto; }
  .home-full-width-feature.has-content .home-full-width-media {
    margin-top: 90px; }
    @media screen and (max-width: 720px) {
      .home-full-width-feature.has-content .home-full-width-media {
        margin-top: 60px; } }

.home-full-width-module-title {
  max-width: 700px;
  margin: auto; }

.home-full-width-content {
  max-width: 700px;
  margin: auto; }

.home-goal-container {
  display: inline-block;
  max-width: 900px;
  vertical-align: top; }
  @media screen and (max-width: 720px) {
    .home-goal-container {
      padding: 30px 0 45px; } }

.home-goal-text-heading,
.home-goal-text-subheading,
.home-goal-text-delivery-date {
  font-family: "Proxima Nova", serif;
  font-weight: 400; }

.home-goal-text-heading {
  font-size: 48px;
  line-height: 58px; }
  @media screen and (max-width: 1020px) {
    .home-goal-text-heading {
      font-size: 36px;
      line-height: 46px; } }
  @media screen and (max-width: 720px) {
    .home-goal-text-heading {
      font-size: 26px;
      line-height: 36px; } }

.home-goal-text-subheading {
  padding-top: 15px;
  font-size: 18px;
  line-height: 28px; }
  @media screen and (max-width: 1020px) {
    .home-goal-text-subheading {
      padding-top: 0; } }

.home-goal-text-delivery-date {
  display: block;
  padding-top: 7.5px;
  font-size: 16px;
  line-height: 26px; }

.home-goal-icon {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 30px;
  margin: 0;
  font-size: 36px;
  line-height: 46px;
  opacity: 0.8; }
  @media screen and (max-width: 720px) {
    .home-goal-icon {
      padding: 0;
      font-size: 26px;
      line-height: 36px; } }
  .style-color .home-goal-icon, .style-gradient .home-goal-icon {
    color: white; }
  .style-default .home-goal-icon, .style-light .home-goal-icon {
    color: #60aa80; }

.home-goal-result {
  font-weight: 700; }

.home-goal-button {
  margin-top: 45px; }
  @media screen and (max-width: 720px) {
    .home-goal-button {
      margin-top: 30px; } }

.home-hero {
  padding: 90px 30px; }
  @media screen and (max-width: 720px) {
    .home-hero {
      padding: 30px 15px; } }

.home-hero-title {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 15px; }
  @media screen and (max-width: 720px) {
    .home-hero-title {
      font-size: 38px;
      line-height: 48px; } }
  .text-shadow .home-hero-title {
    text-shadow: 2px 0 6px rgba(0, 0, 0, 0.6); }

.home-hero-subtitle {
  padding: 0;
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px; }
  @media screen and (max-width: 720px) {
    .home-hero-subtitle {
      font-size: 26px;
      line-height: 36px; } }
  .text-shadow .home-hero-subtitle {
    text-shadow: 2px 0 6px rgba(0, 0, 0, 0.6); }

.home-hero-body {
  display: block;
  font-size: 0; }

.home-hero-section {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .home-hero-section {
      width: 100%;
      display: block;
      text-align: center; } }

.home-hero-content {
  margin: 30px 0 0; }

.home-hero-button {
  margin: 30px 0 0; }
  @media screen and (max-width: 720px) {
    .home-hero-button {
      text-align: center; } }

.home-hero-content {
  display: block;
  padding: 0;
  margin: 30px 0 0; }
  @media screen and (max-width: 720px) {
    .home-hero-content {
      text-align: center; } }
  .text-shadow .home-hero-content {
    text-shadow: 2px 0 6px rgba(0, 0, 0, 0.6); }

.home-hero-image {
  padding: 0;
  text-align: right; }
  .home-hero-text + .home-hero-image {
    padding-left: 30px; }
  @media screen and (max-width: 720px) {
    .home-hero-image {
      padding: 30px 0 0;
      text-align: center; } }
  .home-hero-image img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.home-inline .list {
  padding-right: 0;
  padding-left: 0;
  margin-right: -15px;
  margin-left: -15px; }
.home-inline .list-image-wrapper {
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px; }
.home-inline .list-text-wrapper {
  padding: 0 30px;
  text-align: center; }
  @media screen and (max-width: 1020px) {
    .home-inline .list-text-wrapper {
      max-width: 450px;
      margin: auto;
      padding-right: 15px;
      padding-left: 15px; } }
.home-inline .has-icon .list-text-wrapper {
  padding-top: 15px; }
.home-inline .list-item-icon,
.home-inline .list-title {
  color: #60aa80; }
.style-gradient .home-inline .list-item-icon, .style-color .home-inline .list-item-icon, .style-gradient
.home-inline .list-title, .style-color
.home-inline .list-title, .style-gradient
.home-inline .list-text, .style-color
.home-inline .list-text {
  color: white; }
.home-inline .list-cta {
  margin-top: 30px; }

.home-left-right-features {
  max-width: 100%;
  padding: 0; }
  .home-left-right-features img {
    display: block; }

.home-left-right-feature {
  font-size: 0;
  margin-top: 100px; }
  .home-left-right-feature:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .borders .home-left-right-feature {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #e3e3e3; }

.home-left-right-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }
  @media screen and (max-width: 1020px) {
    .home-left-right-section {
      width: 100%;
      display: block; } }

.home-left-right-section.custom-home-media {
  width: 100%; }

.home-left-right-media {
  position: relative;
  display: inline-block;
  padding: 0; }
  .media-aligned-left .home-left-right-media {
    left: -50%; }
    @media screen and (max-width: 1020px) {
      .media-aligned-left .home-left-right-media {
        left: auto; } }

.home-left-right-text {
  padding: 30px 60px 45px;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .home-left-right-text {
      padding: 30px; } }
  @media screen and (max-width: 1020px) {
    .home-left-right-text {
      padding: 90px 30px;
      text-align: center; } }
  @media screen and (max-width: 720px) {
    .home-left-right-text {
      padding: 30px 15px; } }
  .media-aligned-left .home-left-right-text {
    position: relative;
    right: -50%; }
    @media screen and (max-width: 1020px) {
      .media-aligned-left .home-left-right-text {
        right: auto; } }

.home-left-right-titles {
  font-size: 36px;
  line-height: 46px; }
  @media screen and (max-width: 1200px) {
    .home-left-right-titles {
      font-size: 26px;
      line-height: 36px; } }
  @media screen and (max-width: 1020px) {
    .home-left-right-titles {
      max-width: 700px;
      margin: 0 auto;
      font-size: 36px;
      line-height: 46px; } }

.home-left-right-content {
  margin-top: 15px; }
  @media screen and (max-width: 1020px) {
    .home-left-right-content {
      max-width: 700px;
      margin: 30px auto 0; } }

.home-left-right-cta {
  padding-top: 30px; }

.home-left-right-image.placeholder-svg {
  border: 0; }
@media screen and (max-width: 1020px) {
  .home-left-right-image {
    width: 100%; } }

.custom-home-media .home-left-right-image {
  width: 100%; }

.custom-image-list {
  display: table;
  padding: 0;
  width: 100%;
  max-width: 1290px; }
  @media screen and (max-width: 1020px) {
    .custom-image-list {
      padding: 0; } }
  .custom-image-list .home-img-redirect-wrapper {
    float: left;
    width: 50%;
    padding: 0 4px;
    cursor: pointer; }
    @media screen and (max-width: 1020px) {
      .custom-image-list .home-img-redirect-wrapper {
        width: 100%;
        float: unset;
        padding: 0; } }
  .custom-image-list .home-img-redirect-wrapper:first-child {
    padding-left: 0; }
  .custom-image-list .home-img-redirect-wrapper:last-child {
    padding-right: 0; }
  .custom-image-list .home-img-redirect {
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .custom-image-list .home-img-redirect:before {
      content: ' ';
      display: block;
      padding-top: 100%;
      background: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1020px) {
      .custom-image-list .home-img-redirect {
        width: 100%;
        margin: 5px 0; } }
    @media screen and (max-width: 720px) {
      .custom-image-list .home-img-redirect {
        width: 100%;
        margin: 5px 0;
        height: 310px; } }
    .custom-image-list .home-img-redirect .module-title {
      color: #60aa80;
      font-size: 38px;
      line-height: 60px;
      font-weight: 400; }
    .custom-image-list .home-img-redirect .module-subtitle {
      font-size: 12px;
      line-height: 1.4;
      padding-top: 8px; }
      .custom-image-list .home-img-redirect .module-subtitle p {
        padding: 0; }
    .custom-image-list .home-img-redirect .white-border-button {
      background-color: transparent;
      border-color: #60aa80;
      color: #60aa80;
      border-radius: 0;
      font-weight: 400;
      font-size: 12px;
      height: 34px;
      padding: 0 20px;
      line-height: 34px; }
    .custom-image-list .home-img-redirect .custom-position-text {
      position: absolute;
      text-align: center;
      overflow: hidden;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
    .custom-image-list .home-img-redirect .default {
      right: 30px;
      top: 30px; }
    .custom-image-list .home-img-redirect .trc {
      right: 30px;
      top: 30px; }
    .custom-image-list .home-img-redirect .tlc {
      right: unset;
      left: 30px;
      top: 30px; }
    .custom-image-list .home-img-redirect .brc {
      right: 30px;
      bottom: 30px;
      top: unset; }
    .custom-image-list .home-img-redirect .blc {
      right: unset;
      left: 30px;
      bottom: 30px;
      top: unset; }
  .custom-image-list .home-img-redirect:first-child {
    margin-left: 0; }
  .custom-image-list .home-img-redirect:last-child {
    margin-right: 0; }
  .custom-image-list .home-img-redirect:nth-child(even) .module-title {
    color: #000; }

.home-products {
  padding: 0; }

.home-products-footer {
  padding: 45px 30px 0; }

.home-slideshow-wrapper {
  -webkit-transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  min-height: 250px;
  position: relative; }
  @media screen and (max-width: 720px) {
    .home-slideshow-wrapper {
      min-height: 200px; } }
  .has-slideshow-full-window .home-slideshow-wrapper {
    height: 100vh; }
  .home-slideshow-wrapper.content-width {
    max-width: 1140px;
    padding: 0 30px;
    margin: 60px auto; }
  .home-slideshow-wrapper.full-width {
    width: 100%; }
  .home-slideshow-wrapper * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.home-slideshow-loader {
  left: 50%;
  right: auto;
  z-index: 1; }
  .slides-ready .home-slideshow-loader {
    display: none; }

.home-slideshow {
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0; }
  .slides-ready .home-slideshow {
    opacity: 1; }

.home-slideshow-navigation {
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .slide-color-light .home-slideshow-navigation {
    color: #adadad; }
  .slide-color-dark .home-slideshow-navigation {
    color: #adadad; }
  @media screen and (max-width: 720px) {
    .home-slideshow-navigation {
      width: 30px; } }
  .slides-ready .home-slideshow-navigation {
    visibility: visible; }

.home-slideshow-previous {
  left: 0; }

.home-slideshow-next {
  right: 0; }

.home-slideshow-pagination {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: color 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  bottom: 0;
  z-index: 5;
  text-align: center;
  left: 50%;
  line-height: 50px;
  font-size: 0;
  visibility: hidden; }
  .slide-color-light .home-slideshow-pagination {
    color: #adadad; }
  .slide-color-dark .home-slideshow-pagination {
    color: #adadad; }
  .slides-ready .home-slideshow-pagination {
    visibility: visible; }
  .home-slideshow-pagination .pagination-list-item {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer; }
  .home-slideshow-pagination .pagination-list-item span {
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    border: 1px solid; }
    .slide-color-light .home-slideshow-pagination .pagination-list-item span {
      border-color: #adadad; }
    .slide-color-dark .home-slideshow-pagination .pagination-list-item span {
      border-color: #adadad; }
    .home-slideshow-pagination .pagination-list-item span:hover {
      border-width: 2px; }
  .home-slideshow-pagination .active span {
    background-color: black; }
    .slide-color-light .home-slideshow-pagination .active span {
      background-color: #adadad; }
    .slide-color-dark .home-slideshow-pagination .active span {
      background-color: #adadad; }

.home-slide {
  -webkit-transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white; }
  .full-window .home-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 720px) {
      .full-window .home-slide {
        background: none !important; } }

.transition-fade .home-slide {
  opacity: 0; }
  .transition-fade .home-slide.active {
    z-index: 1;
    opacity: 1; }
  .transition-fade .home-slide.next.left, .transition-fade .home-slide.prev.right, .transition-fade .home-slide.active.left, .transition-fade .home-slide.active.right {
    -webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .transition-fade .home-slide.next.left, .transition-fade .home-slide.prev.right {
    opacity: 1; }
  .transition-fade .home-slide.active.left {
    opacity: 0; }
  .transition-fade .home-slide.active.right {
    opacity: 0; }

.transition-slide .home-slide {
  z-index: 1;
  visibility: hidden; }
  .transition-slide .home-slide.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
    visibility: visible; }
  .transition-slide .home-slide.next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .transition-slide .home-slide.prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .transition-slide .home-slide.next.left, .transition-slide .home-slide.prev.right, .transition-slide .home-slide.active.left, .transition-slide .home-slide.active.right {
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .transition-slide .home-slide.next.left, .transition-slide .home-slide.prev.right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 10; }
  .transition-slide .home-slide.active.left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .transition-slide .home-slide.active.right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.slide-image-container {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 720px) {
    .slide-image-container {
      -webkit-background-size: contain;
      -khtml-background-size: contain;
      -moz-background-size: contain;
      -ms-background-size: contain;
      -o-background-size: contain;
      background-size: contain; } }
  .slide-image-container,
  .slide-image-container .slide-image-link {
    display: block;
    width: 100%;
    height: 100%; }

.slide-image-container,
.slide-image-link {
  visibility: visible; }

.slide-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  opacity: 0; }
  @media screen and (max-width: 720px) {
    .slide-image {
      height: 100%;
      max-width: none; } }
  .full-window .slide-image {
    display: none; }

.slide-text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1450px;
  z-index: 1; }
  @media screen and (max-width: 1020px) {
    .slide-text {
      max-width: 700px; } }
  .full-window .slide-text {
    padding-top: 60px; }
  .text-aligned-center .slide-text {
    padding: 60px 60px 0;
    text-align: center; }
    @media screen and (max-width: 720px) {
      .text-aligned-center .slide-text {
        padding: 0 30px; } }
  .text-aligned-left .slide-text {
    padding-right: 30%;
    padding-left: 30px; }
    .lt-ie9 .text-aligned-left .slide-text {
      padding-left: 0;
      left: 100px; }
    @media (max-width: 1370px) {
      .text-aligned-left .slide-text {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-left: 0;
        left: 100px; } }
    @media screen and (max-width: 720px) {
      .text-aligned-left .slide-text {
        -webkit-transform: 0;
        -ms-transform: 0;
        transform: 0;
        left: 0;
        padding: 0 30px;
        text-align: center; } }
    .content-width .text-aligned-left .slide-text {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 100px;
      padding-left: 0; }
  .text-aligned-right .slide-text {
    padding-left: 30%;
    padding-right: 30px;
    text-align: right; }
    .lt-ie9 .text-aligned-right .slide-text {
      right: 100px;
      left: auto;
      padding-right: 0; }
    @media (max-width: 1370px) {
      .text-aligned-right .slide-text {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-right: 0;
        right: 100px;
        left: auto; } }
    @media screen and (max-width: 720px) {
      .text-aligned-right .slide-text {
        -webkit-transform: 0;
        -ms-transform: 0;
        transform: 0;
        left: 0;
        padding: 0 30px;
        text-align: center; } }
    .content-width .text-aligned-right .slide-text {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      padding-right: 0;
      right: 100px;
      left: auto; }
  .slide-text.light h2,
  .slide-text.light h3,
  .slide-text.light p {
    color: white; }
  .slide-text.dark h2,
  .slide-text.dark h3,
  .slide-text.dark p {
    color: black; }
  .slide-text h2:first-child,
  .slide-text h3:first-child,
  .slide-text p:first-child {
    margin-top: 0; }
  @media screen and (max-width: 720px) {
    .slide-text h2,
    .slide-text h3,
    .slide-text p {
      margin: 0; } }
  .slide-text h2:last-child,
  .slide-text h3:last-child,
  .slide-text p:last-child,
  .slide-text .button:last-child {
    margin-bottom: 0; }
  .slide-text p {
    opacity: 0.9; }
  .slide-text .button {
    min-width: 220px;
    margin: 30px 0 0;
    visibility: visible; }
    @media screen and (max-width: 1020px) {
      .slide-text .button {
        margin: 30px 0 0; } }
    @media screen and (max-width: 720px) {
      .slide-text .button {
        margin: 10px 0 0;
        padding: 8px 16px;
        min-width: auto; } }

.slide-text h2 {
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px; }
  @media screen and (max-width: 1020px) {
    .slide-text h2 {
      font-size: 36px;
      line-height: 46px; } }
  @media screen and (max-width: 720px) {
    .slide-text h2 {
      font-size: 26px;
      line-height: 36px; } }

.slide-text h3 {
  padding-top: 15px;
  font-family: "Proxima Nova", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px; }
  @media screen and (max-width: 1020px) {
    .slide-text h3 {
      padding-top: 0; } }

.home-testimonials {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  opacity: 0; }
  @media screen and (max-width: 720px) {
    .home-testimonials {
      padding: 30px 0; } }
  .home-testimonials.ready {
    height: auto;
    opacity: 1; }
  .home-testimonials .module-header {
    padding-bottom: 45px; }

.home-testimonials-container {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 1020px) {
    .home-testimonials-container {
      width: 70%; } }
  @media screen and (max-width: 720px) {
    .home-testimonials-container {
      width: 100%; } }

.home-testimonials-slides {
  position: relative;
  display: block;
  width: 100%; }

.home-testimonials-slides-list {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  float: left; }

.home-testimonials-slides-list-item {
  float: left;
  opacity: 0.4; }
  .home-testimonials-slides-list-item.active {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1; }

.home-testimonials-slides-list-item-container {
  display: block;
  padding: 30px;
  font-size: 16px; }
  @media screen and (max-width: 720px) {
    .home-testimonials-slides-list-item-container {
      padding: 0 15px; } }

@media screen and (max-width: 720px) {
  .custom-home-testimonials .home-testimonials-slides-list-item-container {
    font-size: 14px; } }

.home-testimonials-slides-list-item-body {
  display: block;
  padding: 0 0 30px; }
  @media screen and (max-width: 720px) {
    .home-testimonials-slides-list-item-body {
      padding: 0 0 15px; } }

.home-testimonials-slides-list-item-footer {
  display: block;
  text-align: center; }

.home-testimonials-slides-list-item-footer-container {
  display: inline-block;
  vertical-align: top; }

.home-testimonials-slides-list-item-footer-text {
  float: left;
  text-align: left;
  padding-top: 10px; }
  .home-testimonials-slides-list-item-footer-text p {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0; }

.home-testimonials-slides-list-item-footer-image {
  float: left; }

.home-testimonial-avatar {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
  border-radius: 30px; }
  @media screen and (max-width: 720px) {
    .home-testimonial-avatar {
      width: 40px;
      height: 40px;
      border-radius: 20px; } }

.home-testimonial-quote {
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .home-testimonial-quote p {
    padding: 0; }
  @media screen and (max-width: 720px) {
    .home-testimonial-quote {
      margin: 0 0 30px; } }

.home-testimonial-source {
  font-family: "Proxima Nova", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #60aa80; }

.home-testimonial-city {
  line-height: 18px;
  opacity: 0.8; }

.home-testimonials-pagination {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 60px 0 0;
  font-size: 0;
  text-align: center; }
  .static .home-testimonials-pagination {
    display: none; }
  @media screen and (max-width: 720px) {
    .home-testimonials-pagination {
      margin: 30px 0 0; } }

.home-testimonials-pagination-list {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.home-testimonials-pagination-list-item {
  float: left;
  margin: 0 2.5px;
  background-color: transparent; }
  @media screen and (max-width: 720px) {
    .home-testimonials-pagination-list-item {
      padding: 4px;
      margin-right: 1.5px;
      margin-left: 1.5px; } }

.home-testimonials-pagination-list-item-dot {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid black;
  border-radius: 100%; }
  .style-color .home-testimonials-pagination-list-item-dot, .style-gradient .home-testimonials-pagination-list-item-dot {
    border-color: #e3e3e3;
    opacity: 0.6; }
  .active .home-testimonials-pagination-list-item-dot {
    background-color: #60aa80;
    border-color: #60aa80;
    opacity: 1; }
    .style-color .active .home-testimonials-pagination-list-item-dot, .style-gradient .active .home-testimonials-pagination-list-item-dot {
      background-color: white;
      border-color: white;
      opacity: 1; }
  .home-testimonials-pagination-list-item:hover .home-testimonials-pagination-list-item-dot {
    border-width: 2px; }

.home-testimonials-navigation-item {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  color: #60aa80;
  cursor: pointer; }
  .static .home-testimonials-navigation-item {
    display: none; }
  .home-testimonials-navigation-item.previous-slide {
    left: -50px; }
  .home-testimonials-navigation-item.next-slide {
    right: -50px; }
  @media screen and (max-width: 720px) {
    .home-testimonials-navigation-item {
      display: none; } }

.home-testimonials-navigation-icon {
  position: absolute;
  top: 50%;
  height: 40px;
  padding: 0 20px;
  margin-top: -20px;
  font-size: 28px;
  line-height: 40px;
  color: #60aa80; }
  .home-testimonials-navigation-icon:hover {
    color: black; }
  .style-color .home-testimonials-navigation-icon, .style-gradient .home-testimonials-navigation-icon {
    color: #e3e3e3;
    opacity: 0.6; }
    .style-color .home-testimonials-navigation-icon:hover, .style-gradient .home-testimonials-navigation-icon:hover {
      color: white;
      opacity: 1; }
  .previous-slide .home-testimonials-navigation-icon {
    right: 0; }
  .next-slide .home-testimonials-navigation-icon {
    left: 0; }

@media screen and (max-width: 920px) {
  .product-focus-wrapper {
    text-align: center; } }
.product-focus-wrapper.align-image-to-section {
  padding-bottom: 0; }

.product-focus-has-content .product-focus-hero-image-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center; }
  @media screen and (max-width: 920px) {
    .product-focus-has-content .product-focus-hero-image-container {
      position: relative;
      bottom: auto;
      left: auto;
      display: block;
      margin: 0 0 30px 0;
      padding: 0; } }
  .align-image-to-section .product-focus-has-content .product-focus-hero-image-container {
    padding: 30px 0 0; }
.product-focus-has-content .product-focus-hero-image {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 380px;
  margin: auto; }
  @media screen and (max-width: 920px) {
    .product-focus-has-content .product-focus-hero-image {
      display: block;
      max-width: 100%; } }
  .product-focus-has-content .product-focus-hero-image img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%; }
    .align-image-to-section .product-focus-has-content .product-focus-hero-image img {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: auto;
      bottom: 0; }
      @media screen and (max-width: 920px) {
        .align-image-to-section .product-focus-has-content .product-focus-hero-image img {
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%); } }
    @media screen and (max-width: 920px) {
      .product-focus-has-content .product-focus-hero-image img {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
        display: block;
        margin-right: auto;
        margin-left: auto; } }

.product-focus-list-container {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px; }
  .align-image-to-section .product-focus-list-container {
    padding-bottom: 90px; }
    @media screen and (max-width: 920px) {
      .align-image-to-section .product-focus-list-container {
        padding-bottom: 60px; } }

.product-focus-list {
  position: relative;
  width: 100%;
  min-height: 380px;
  margin: 0;
  font-size: 0;
  text-align: left; }

.product-focus-list-item {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 260px;
  margin: 30px 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top; }
  @media screen and (max-width: 920px) {
    .product-focus-list-item {
      display: block;
      width: 100%;
      padding: 0;
      text-align: center; } }
  .product-focus-list-item.list-item-1, .product-focus-list-item.list-item-3 {
    padding: 0 260px 0 0;
    text-align: right; }
    @media screen and (max-width: 920px) {
      .product-focus-list-item.list-item-1, .product-focus-list-item.list-item-3 {
        display: block;
        float: none;
        width: 100%;
        padding: 0 15px;
        text-align: center; } }
  .no-image .product-focus-list-item {
    padding: 30px 60px;
    text-align: center; }
    @media screen and (max-width: 920px) {
      .no-image .product-focus-list-item {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        text-align: center; } }

.product-focus-list-item-icon {
  margin-bottom: 15px;
  color: #60aa80; }

.product-focus-list-item-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 32px;
  color: #60aa80; }

.product-focus-list-item-text {
  padding: 0; }
  @media screen and (max-width: 920px) {
    .product-focus-list-item-text {
      margin: 15px auto 0;
      max-width: 450px; } }

.product-featured-goal {
  position: relative;
  display: block;
  font-size: 14px; }
  @media screen and (max-width: 720px) {
    .product-featured-goal {
      padding: 30px 0 0; } }
  .no-js .product-featured-goal {
    display: none; }

.product-featured-goal-graph {
  position: relative;
  display: block;
  padding: 50px 0 0; }

.product-featured-goal-bar-container {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 10px;
  background: #e3e3e3; }

.product-featured-goal-bar-complete {
  background-image: linear-gradient(to right, #60aa80 0%, #60aa80 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF60AA80', endColorstr='#FF60AA80', GradientType=1);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 100%;
  max-width: 100%; }

.product-featured-goal-tooltip {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: -25px;
  width: 50px;
  height: 40px;
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-color: black; }

.product-featured-goal-tooltip-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: black;
  margin-left: -6px; }

.product-featured-goal-blurb {
  margin: 15px 0;
  color: black; }

.product-featured-goal-delivery-date {
  display: inline-block;
  margin-top: 15px;
  color: black; }
  @media screen and (max-width: 720px) {
    .product-featured-goal-delivery-date {
      display: block;
      text-align: center; } }

.related-products {
  padding: 90px 30px 60px; }
  @media screen and (max-width: 720px) {
    .related-products {
      padding-top: 45px;
      padding-right: 15px;
      padding-left: 15px; } }
  .related-products .list-item {
    margin-bottom: 30px; }
  @media screen and (max-width: 1020px) {
    .related-products .column-3 .list-item {
      padding-right: 15px;
      padding-left: 15px; } }

.related-products-header {
  padding-bottom: 90px; }
  @media screen and (max-width: 720px) {
    .related-products-header {
      padding-right: 15px;
      padding-bottom: 45px;
      padding-left: 15px; } }

.related-products-body {
  margin-right: -15px;
  margin-left: -15px; }

.product-specification {
  display: block;
  max-width: 100%;
  padding: 0; }
  @media screen and (max-width: 1020px) {
    .product-specification {
      text-align: center; } }
  @media screen and (max-width: 720px) {
    .product-specification {
      padding: 30px 0; } }

.product-specification-header {
  padding: 90px 30px 30px; }
  @media screen and (max-width: 920px) {
    .product-specification-header {
      padding: 30px; } }

.product-specification-body {
  padding: 0 0; }
  @media screen and (max-width: 920px) {
    .product-specification-body {
      padding: 0; }
      .product-specification-body:last-child {
        padding-bottom: 30px; } }

.product-specification-footer {
  padding: 30px 30px 90px 30px; }
  @media screen and (max-width: 920px) {
    .product-specification-footer {
      padding: 30px; } }

.product-specification-cta {
  padding: 0;
  margin: 0; }

.product-specification-list-container {
  width: 100%; }
  @media screen and (max-width: 720px) {
    .product-specification-list-container {
      padding: 0 30px; } }

.product-specification-list {
  position: relative;
  width: 100%; }
  .product-specification-list:before {
    position: absolute;
    left: 25%;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #E6E8E9; }
    @media screen and (max-width: 720px) {
      .product-specification-list:before {
        display: none; } }
    .style-color .product-specification-list:before, .style-gradient .product-specification-list:before {
      background: white; }
    .style-light .product-specification-list:before {
      background: #e3e3e3; }

.product-specification-list-item {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #E6E8E9;
  font-size: 0; }
  @media screen and (max-width: 720px) {
    .product-specification-list-item {
      border-bottom: none; } }
  .product-specification-list-item:last-child {
    border: 0; }
  .style-color .product-specification-list-item, .style-gradient .product-specification-list-item {
    border-color: white; }
  .style-light .product-specification-list-item {
    border-color: #e3e3e3; }

.product-specification-list-item-left {
  display: inline-block;
  width: 25%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 720px) {
    .product-specification-list-item-left {
      width: 100%;
      padding: 15px 0; } }

.product-specification-list-item-right {
  display: inline-block;
  width: 75%;
  padding: 30px;
  vertical-align: middle; }
  @media screen and (max-width: 720px) {
    .product-specification-list-item-right {
      width: 100%;
      text-align: center;
      padding: 0 0 15px; } }

.product-specification-list-item-icon {
  max-width: 40px; }
  .product-specification-list-item-icon.icon-size-custom {
    font-size: 2.5em; }

.product-specification-list-item-title {
  padding: 6px 0;
  margin: 0;
  font-family: "Proxima Nova", serif;
  font-size: 16px;
  line-height: 26px; }
  @media screen and (max-width: 720px) {
    .product-specification-list-item-title {
      padding: 0; } }

.product-specification-list-item-icon,
.product-specification-list-item-title {
  color: #60aa80; }
  .style-color .product-specification-list-item-icon, .style-gradient .product-specification-list-item-icon, .style-color
  .product-specification-list-item-title, .style-gradient
  .product-specification-list-item-title {
    color: white; }

.product-specification-list-item-text {
  padding: 0;
  margin: 0;
  color: black;
  font-size: 14px;
  line-height: 24px; }

@media screen and (max-width: 720px) {
  .product-specification-button {
    width: 290px;
    padding-right: 0;
    padding-left: 0; } }

.product-specification-left-right-features {
  max-width: 100%;
  padding: 0; }

.product-specification-left-right-feature {
  font-size: 0;
  margin-top: 100px; }
  .product-specification-left-right-feature:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .borders .product-specification-left-right-feature {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #e3e3e3; }

.product-specification-left-right-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }
  @media screen and (max-width: 1020px) {
    .product-specification-left-right-section {
      width: 60%; } }
  @media screen and (max-width: 920px) {
    .product-specification-left-right-section {
      display: block;
      width: 100%; } }

.product-specification-left-right-media {
  display: inline-block;
  padding: 0; }
  @media screen and (max-width: 1020px) {
    .product-specification-left-right-media {
      width: 40%; } }
  @media screen and (max-width: 920px) {
    .product-specification-left-right-media {
      text-align: center; } }

.product-specification-left-right-text {
  padding: 0 60px;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .product-specification-left-right-text {
      padding: 0 30px; } }
  @media screen and (max-width: 920px) {
    .product-specification-left-right-text {
      padding: 0 30px;
      text-align: center; } }
  @media screen and (max-width: 720px) {
    .product-specification-left-right-text {
      padding: 0 15px; } }

.product-specification-left-right-titles {
  font-size: 36px;
  line-height: 46px; }
  @media screen and (max-width: 1200px) {
    .product-specification-left-right-titles {
      font-size: 26px;
      line-height: 36px; } }
  @media screen and (max-width: 920px) {
    .product-specification-left-right-titles {
      max-width: 700px;
      margin: 0 auto;
      font-size: 36px;
      line-height: 46px; } }

.product-specification-left-right-content {
  margin-top: 15px; }
  @media screen and (max-width: 920px) {
    .product-specification-left-right-content {
      max-width: 700px;
      margin: 30px auto 0; } }

.product-specification-left-right-cta {
  padding-top: 15px; }
  @media screen and (max-width: 920px) {
    .product-specification-left-right-cta {
      padding-top: 30px; } }

.product-specification-left-right-image {
  max-width: 100%; }

.product-tabs {
  display: block;
  margin: 30px 15px 0 15px;
  display: none; }

.product-tabs-header {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e3e3e3; }

.product-tabs-header-item {
  position: relative;
  float: left;
  margin-right: 15px;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  opacity: 0.8; }
  @media screen and (max-width: 720px) {
    .product-tabs-header-item {
      font-size: 12px; } }
  .product-tabs-header-item:hover {
    opacity: 1; }
  .product-tabs-header-item.active {
    font-weight: 700;
    color: black;
    cursor: default; }
    .product-tabs-header-item.active:after {
      position: absolute;
      left: 0;
      bottom: 0px;
      height: 1px;
      width: 100%;
      content: "";
      background: #60aa80; }

.product-tabs-body {
  padding: 15px 0 0; }

.product-tabs-body-item {
  display: none; }
  .product-tabs-body-item.active {
    display: block; }
  .product-tabs-body-item * {
    max-width: 100%; }
  .product-tabs-body-item ul,
  .product-tabs-body-item ol {
    padding-left: 20px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 26px 20px 20px;
  max-width: 440px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.card-guide-group {
  text-align: center;
  display: table;
  width: 100%; }
  .card-guide-group .list-item {
    float: left;
    padding-left: 0; }

.card-guide-message p {
  font-size: 14px;
  color: #000;
  padding: 20px 6px; }

.card-guide-message p em {
  display: block; }

.card-guide-group a.button {
  margin: 0;
  padding: 6px 24px;
  white-space: nowrap;
  background-color: #60aa80;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-color: #60aa80; }

.card-guide-group a:focus, .card-guide-group a:hover {
  background: #39c29a;
  border-color: #39c29a; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.quotation-well .quotation-text, .quotation-icon {
  color: #60aa80 !important; }

@media screen and (max-width: 720px) {
  .lp-module-wrapper .module {
    padding: 30px 15px; } }

.lp-content {
  max-width: 1200px;
  margin: 0 auto; }

.lp-pd-title {
  color: #ff0000;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700; }
  @media screen and (max-width: 720px) {
    .lp-pd-title {
      font-size: 30px; } }

.product-img-show-div {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 200px;
  text-align: center; }

.product-img-show-div .product-img-show img {
  float: left; }
  @media screen and (max-width: 1020px) {
    .product-img-show-div .product-img-show img {
      float: none; } }

.product-img-show-div .product-bottom-mask {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ff0000;
  padding: 6px 0; }

.product-img-show-div .product-bottom-mask h3 {
  color: #fff;
  font-weight: 700;
  font-size: 26px; }
  @media screen and (max-width: 720px) {
    .product-img-show-div .product-bottom-mask h3 {
      font-size: 32px;
      line-height: 32px; } }

.product-img-show-div .product-bottom-mask .v-free {
  height: 66px;
  color: #3a5df0;
  font-size: 28px;
  line-height: 66px;
  padding: 0 12px;
  font-weight: 700;
  background: #fff;
  border: 1px solid transparent; }

.lp-text {
  padding: 0 190px 0 110px;
  text-align: left;
  margin-bottom: 120px;
  color: #000; }
  @media screen and (max-width: 1020px) {
    .lp-text {
      padding: 0; } }

.lp-text p {
  padding: 0;
  line-height: 24px; }

.v-pricing-table {
  width: 100%;
  display: table; }

.v-pricing-column {
  float: left;
  margin: 0 0 -1px -1px;
  text-align: center; }

.v-pricing-column.featured {
  position: relative;
  margin-top: -20px; }

.v-pricing-table.three-columns .v-pricing-column {
  width: 33.33333%; }
  @media screen and (max-width: 1020px) {
    .v-pricing-table.three-columns .v-pricing-column {
      width: 100%; } }

.v-pricing-column .man {
  border: 1px solid #d0d0d0;
  padding: 20px 20px 25px;
  letter-spacing: 0;
  line-height: 1.1;
  font-size: 32px;
  color: #7a7a7a;
  background-color: #fbfbfb; }

.v-pricing-column.featured .man {
  background: #ff0000;
  box-shadow: 2px -2px 10px #aaa inset;
  color: #f4f4f4;
  font-size: 30px;
  border: 1px solid #fff;
  letter-spacing: 1px; }

.v-pricing-column.featured .man .v-featured-sub {
  color: #c9c9c9;
  display: block;
  font-size: 26px;
  padding-top: 10px; }

.v-pricing-column-info {
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 10px 0 32px;
  padding: 0 20px; }

.v-pricing-column-info .v-price {
  margin: 0;
  font-size: 56px;
  color: #000;
  line-height: 1.1;
  padding-top: 16px;
  font-weight: 700; }

.v-pricing-column.featured .v-price {
  font-size: 32px;
  padding-top: 25px;
  padding-bottom: 15px;
  letter-spacing: 2px; }

.v-pricing-column-info .v-interval {
  color: #7a7a7a;
  margin-bottom: 10px; }

.v-pricing-column-info p {
  padding: 0; }

.v-pricing-column-info .v-pricing-total {
  color: #000;
  font-size: 16px;
  font-weight: 700; }

.v-button {
  border-radius: 60px; }

.v-pricing-title {
  padding-bottom: 60px;
  color: #000;
  font-weight: 700;
  font-size: 38px;
  line-height: 1; }

.lp-block-button {
  width: 100%;
  background: #ff0000;
  border: 1px solid transparent;
  text-shadow: -1px 5px 6px #777;
  font-size: 40px;
  font-weight: 400;
  height: 100px;
  padding: 0;
  line-height: 100px; }
  @media screen and (max-width: 720px) {
    .lp-block-button {
      font-size: 26px;
      font-weight: 700; } }

.lp-block-button:hover, .lp-block-button:focus {
  background: #01ef11;
  border: 1px solid transparent;
  color: #fff; }

.v-pricing-column-info .lp-block-button {
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  text-shadow: none; }
  @media screen and (max-width: 720px) {
    .v-pricing-column-info .lp-block-button {
      font-size: 22px; } }

.line-height-p {
  display: block;
  height: 20px; }

.v-pricing-column-info img {
  width: 100%; }

.b-strong {
  font-weight: 700; }

.p-cart-height {
  padding: 15px 0; }
  @media screen and (max-width: 720px) {
    .p-cart-height {
      padding: 0;
      line-height: 12px; } }

.lp-module-wrapper .product-form {
  margin: 0; }

.lp-single-option-selector {
  width: 100%;
  height: 46px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #d0d0d0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 12px;
  border-radius: 5px;
  margin-bottom: 10px; }

.full-media-social .share-buttons {
  margin-top: 56px;
  margin-left: 90px; }
  @media screen and (max-width: 720px) {
    .full-media-social .share-buttons {
      display: none; } }
  .full-media-social .share-buttons .share-buttons-item {
    float: none;
    margin: 0 12px; }
  .full-media-social .share-buttons .share-buttons-item:before {
    color: #bfbfbf;
    font-size: 20px; }

.full-media-social input[type="email"] {
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 0 !important;
  height: 40px;
  line-height: 40px;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s; }
  .full-media-social input[type="email"]::-webkit-input-placeholder {
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    color: white;
    opacity: 1; }
  .full-media-social input[type="email"]::-moz-input-placeholder {
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    color: white;
    opacity: 1; }
  .full-media-social input[type="email"]:-ms-input-placeholder {
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    color: white;
    opacity: 1; }

.full-media-social .mailing-list-signup-form-cta {
  bottom: 0;
  left: 100%;
  height: 40px;
  width: 90px;
  line-height: 40px;
  text-align: center;
  background: #60aa80;
  border-radius: 20px; }
  .full-media-social .mailing-list-signup-form-cta .mailing-list-signup-form-submit {
    font-size: 14px;
    text-transform: capitalize; }

.full-media-social .modal-content,
.full-media-social .modal-body {
  padding: 0; }

.full-media-social .modal-content,
.full-media-social .modal-dialog {
  width: 730px; }
  @media screen and (max-width: 1020px) {
    .full-media-social .modal-content,
    .full-media-social .modal-dialog {
      width: 600px; } }
  @media screen and (max-width: 720px) {
    .full-media-social .modal-content,
    .full-media-social .modal-dialog {
      width: 100%; } }

.full-media-social .full-width-video {
  width: 730px; }
  @media screen and (max-width: 1020px) {
    .full-media-social .full-width-video {
      width: 600px; } }
  @media screen and (max-width: 720px) {
    .full-media-social .full-width-video {
      width: 100%; } }

@media screen and (max-width: 720px) {
  .custom-image-contain .sale-badge,
  .pc-blew-show .sale-badge {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    right: 0px; } }

.custom-image-contain .list-title {
  white-space: nowrap; }

@media screen and (max-width: 720px) {
  .home-products {
    padding-bottom: 0; } }

.powered_by_kudobuzz {
  display: none; }

.compact .list-meta .price .now-price, .random .list-meta .price .now-price, .cover-and-compact .list-meta .price .now-price {
  color: #0084ff; }
  @media screen and (max-width: 720px) {
    .compact .list-meta .price .now-price, .random .list-meta .price .now-price, .cover-and-compact .list-meta .price .now-price {
      font-size: 14px; } }

#kudobuzz_neptune_widget {
  display: none !important; }

.cart_fixed_bottom {
  position: fixed;
  bottom: 0;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%); }

.cart_fixed_bottom .button {
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  width: 150px; }

.cart_fixed_bottom .product-cart-message {
  display: none; }

.full-media-social .home-slideshow-navigation {
  visibility: visible;
  z-index: 100; }

.about-world-bg {
  background-image: url("../../../files/about-world_11472891989336624421.png");
  background-size: cover; }

.about-world-bg:after {
  content: ' ';
  padding-bottom: 42%;
  display: block;
  width: 100%; }

.custom-about-text-container {
  width: 50%;
  float: left;
  text-align: left;
  padding-right: 100px; }
  @media screen and (max-width: 720px) {
    .custom-about-text-container {
      width: 100%;
      padding-right: 0; } }

.custom-about-text-container h2 {
  line-height: 1;
  padding-top: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 700; }

.custom-about-contact-container {
  width: 50%;
  float: left;
  padding-left: 100px;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .custom-about-contact-container {
      width: 100%;
      padding-left: 0; } }
  .custom-about-contact-container h2 {
    line-height: 1;
    padding-top: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 700; }

.custom-about-contact-container .side-section {
  width: 100%; }

.custom-about-contact-container .side-text-wrapper {
  padding: 30px 20px; }
  .custom-about-contact-container .side-text-wrapper .module-title h3 {
    margin: 0; }

.custom-about-text-container p {
  padding: 0 0 15px 0;
  font-size: 16px; }

.custom-about-contact-container p {
  padding: 0 0 15px 0;
  font-size: 16px; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%; }

.full-media-social .swiper-slide-dark-color .video-wrapper-title {
  color: #3a3a3a;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s; }

.full-media-social .swiper-slide-dark-color input[type="email"] {
  border-bottom: 1px solid #3a3a3a;
  color: #3a3a3a; }
  .full-media-social .swiper-slide-dark-color input[type="email"]::-webkit-input-placeholder {
    color: #3a3a3a;
    opacity: 1; }
  .full-media-social .swiper-slide-dark-color input[type="email"]::-moz-input-placeholder {
    color: #3a3a3a;
    opacity: 1; }
  .full-media-social .swiper-slide-dark-color input[type="email"]:-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1; }

.custom-page-ww h2 {
  border-left: 5px solid #60aa80;
  line-height: 1;
  padding-top: 10px;
  color: #000;
  padding-left: 10px;
  font-size: 22px; }

.custom-page-ww p {
  padding: 0 0 15px 15px;
  font-size: 16px; }

.custom-page-ww p.p-title {
  color: #000; }

.custom-page-ww table {
  font-size: 16px;
  margin-top: 0;
  margin-left: 15px; }

.video-wrapper-desc-custom {
  position: relative;
  z-index: 100;
  top: 95px; }
  @media screen and (max-width: 720px) {
    .video-wrapper-desc-custom {
      top: 125px; } }

.top-general-notification {
  position: fixed;
  top: 0;
  height: 40px;
  background-color: #008cee;
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 102; }
  .top-general-notification p {
    padding: 0;
    padding-top: 7px; }
  .top-general-notification a {
    color: #fff;
    text-decoration: underline; }
  .top-general-notification a:hover {
    color: #eee; }

.vp-yptpo-custom {
  display: inline-block; }

.search-style-light {
  background: #fff; }

@media screen and (max-width: 720px) {
  .search-body .list {
    padding: 0;
    text-align: left; } }

@media screen and (max-width: 720px) {
  .search-body .inline .list-item {
    padding: 0; } }

@media screen and (max-width: 720px) {
  .search-body .list-button {
    padding: 10px; } }

@media screen and (max-width: 720px) {
  .search-body .pagination-position {
    padding: 0 30px; } }

@media screen and (max-width: 720px) {
  span.kudobuzz_widget_review_rating span:last-child {
    display: block;
    text-align: center; } }

.custom-product-top-review .kudobuzz_widget_review_rating span:last-child {
  color: #000;
  font-size: 14px; }

@media screen and (max-width: 720px) {
  .mobile .custom-product-top-review .kudobuzz_widget_review_rating span:last-child {
    display: inline-block;
    text-align: left; } }

.aw-arp-block__title {
  font-size: 26px !important;
  color: #1c1c1c !important;
  font-weight: 400 !important;
  text-align: center;
  padding-bottom: 10px; }

.awarp-product-related {
  padding: 0; }

#mc_embed_signup_scroll {
  position: relative; }

.main-content {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s; }

@media screen and (max-width: 720px) {
  .search-open .main-content {
    margin-top: 42px; } }

.vinpok-compatibility {
  font-size: 16px;
  padding: 0 15px; }

.header-search-vinpok {
  float: left; }
  .header-search-vinpok .header-search-vinpok-form {
    position: relative; }
    .header-search-vinpok .header-search-vinpok-form .button-icon-search {
      display: block;
      width: 25px;
      height: 25px;
      background: url(search_v-3934518859788230791.svg) no-repeat 0 0;
      position: absolute;
      right: 8px;
      top: 2px;
      border: none;
      padding: 0;
      background-size: contain; }
  .header-search-vinpok .header-search-vinpok-input {
    width: 190px;
    height: 30px;
    border: 1px solid #54ae79;
    border-radius: 15px; }

.header-account-link:before {
  content: ' ';
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(account_v-5716598759366416134.svg) no-repeat 0 0;
  position: relative;
  top: 5px;
  right: -4px;
  background-size: contain; }

.header-cart-link:before {
  content: ' ';
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(cart_v-7831976770277987062.svg) no-repeat 0 0;
  position: relative;
  top: 6px;
  right: -2px;
  background-size: contain; }

.no-radius {
  border-radius: 0; }

.padding-66 {
  padding: 15px 66px; }

.module-login .module-content {
  max-width: 400px; }

.module-404 {
  padding: 20px; }
  .module-404 .module-title {
    color: #60aa80;
    font-size: 40px;
    padding: 20px 0 10px 0; }

.branding-login {
  float: none;
  text-align: center;
  max-width: none; }
  .branding-login .new-customer {
    margin-top: 0;
    text-align: center;
    padding-bottom: 30px; }

.customer-login input[type="submit"], .recover-password input[type="submit"] {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border-radius: 0; }

.customer-login .toggle-forgetfulness {
  display: block;
  text-align: center; }
  .customer-login .toggle-forgetfulness span {
    font-size: 12px; }

.customer-login input[type="text"], .customer-login input[type="password"] {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  height: 66px;
  line-height: 6px;
  border-raduis: 0; }

.module-slogan {
  font-size: 12px;
  color: #9a9a9a;
  font-weight: 700;
  position: relative;
  top: 18px; }
  .module-slogan .module-slogan-hr {
    border-top: 1px solid #60aa80;
    position: absolute;
    top: -18px;
    display: block;
    width: 50%;
    height: 0; }
    @media screen and (max-width: 720px) {
      .module-slogan .module-slogan-hr {
        top: -8px; } }
  @media screen and (max-width: 720px) {
    .module-slogan {
      top: 8px; } }

.gird-image-wrapper {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-right: 5.2%; }
  @media screen and (max-width: 720px) {
    .gird-image-wrapper {
      margin-right: 0; } }

.both-sides-wrapper .module-title {
  font-size: 46px;
  color: #777;
  line-height: 1.2;
  margin-top: 6%;
  margin-bottom: 14%; }
  @media screen and (max-width: 720px) {
    .both-sides-wrapper .module-title {
      font-size: 24px; } }

.grid-image-box {
  position: relative;
  width: 80%;
  margin-left: -21%;
  display: inline-block;
  height: 915px;
  vertical-align: middle;
  left: 1%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }
  @media screen and (max-width: 720px) {
    .grid-image-box {
      height: 320px;
      width: 100%;
      margin: 0;
      display: block;
      left: 0; } }

.grid-image-box-left {
  background-position: left; }

.grid-image-box-right {
  background-position: right; }

.grid-module-button-wrapper {
  padding-top: 19.1%; }
  @media screen and (max-width: 720px) {
    .grid-module-button-wrapper .button {
      margin-left: 0;
      font-size: 12px;
      padding: 10px 20px;
      font-weight: 400;
      letter-spacing: 0; } }

.gird-image-wrapper-left .grid-module-button-wrapper {
  padding-top: 13%; }
  @media screen and (max-width: 720px) {
    .gird-image-wrapper-left .grid-module-button-wrapper {
      padding-top: 15%; } }

.gird-image-block {
  background: #f7f7f7;
  width: 30%;
  text-align: left;
  display: inline-block;
  margin-left: 10%;
  margin-right: auto;
  vertical-align: middle;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 720px) {
    .gird-image-block {
      width: 80%;
      margin-left: 10%;
      margin-bottom: -18%; } }
  .gird-image-block .module-title {
    font-size: 46px;
    color: #777;
    line-height: 1.2;
    margin-top: 10%;
    margin-bottom: 14%; }
    @media screen and (max-width: 720px) {
      .gird-image-block .module-title {
        font-size: 24px; } }
  .gird-image-block p {
    color: #777;
    font-size: 17px;
    line-height: 1.7;
    padding: 0; }
    @media screen and (max-width: 720px) {
      .gird-image-block p {
        font-size: 14px; } }

.gird-image-module-header {
  padding: 17.36% 11.8%; }

.gird-image-block-right {
  left: 10%;
  padding: 6% 30px 0 3.2%; }
  @media screen and (max-width: 720px) {
    .gird-image-block-right {
      padding: 60px 0 40px 35px; } }

.gird-image-block-left {
  height: 100%;
  top: 0;
  background: transparent;
  padding: 0;
  right: 5%;
  width: 28%; }
  @media screen and (max-width: 720px) {
    .gird-image-block-left {
      position: static;
      width: 100%;
      margin: 0; } }

.gird-image-wrapper-left .gird-image-block {
  background: #fff;
  width: 40%;
  text-align: left;
  margin-left: 0;
  float: right; }
  @media screen and (max-width: 720px) {
    .gird-image-wrapper-left .gird-image-block {
      width: 100%;
      float: unset;
      margin-bottom: 0; } }
  .gird-image-wrapper-left .gird-image-block .module-title {
    margin-bottom: 10%; }
.gird-image-wrapper-left .grid-image-box {
  width: 60%;
  margin-left: 0;
  float: left;
  height: 622px;
  left: 0; }
  @media screen and (max-width: 720px) {
    .gird-image-wrapper-left .grid-image-box {
      width: 100%;
      float: unset;
      height: 320px;
      margin-bottom: 20px;
      background-size: cover;
      background-position: center center !important; } }
.gird-image-wrapper-left .gird-image-module-header {
  padding: 0 11.8%; }
  @media screen and (max-width: 720px) {
    .gird-image-wrapper-left .gird-image-module-header {
      padding: 0; } }
.gird-image-wrapper-left .module-slogan-wrapper, .gird-image-wrapper-left .module-title, .gird-image-wrapper-left .module-description-wrapper, .gird-image-wrapper-left .grid-module-button-wrapper {
  padding-left: 9.7%;
  padding-right: 9.7%; }

.module-full {
  max-width: none;
  padding: 40px 0; }

.home-simple-text {
  padding: 30px 0 10px 0; }
  @media screen and (max-width: 720px) {
    .home-simple-text {
      padding-bottom: 0;
      padding-top: 15px; } }

/*   .home-simple-text-title .module-title{color:#2fa051;font-size: 27px;} */
.home-simple-text-title {
  padding: 0; }

.home-simple-text-title .module-subtitle {
  font-size: 17px;
  padding-top: 0;
  line-height: 18px; }
  @media screen and (max-width: 720px) {
    .home-simple-text-title .module-subtitle {
      font-size: 16px;
      line-height: 1.1; } }

.home-warrantly-wrapper {
  background-color: #f0f0f0;
  padding: 40px 0 60px 0; }
  .home-warrantly-wrapper .warrantly-images {
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center; }
  .home-warrantly-wrapper .module-header {
    padding-bottom: 20px; }
    .home-warrantly-wrapper .module-header .module-title {
      font-size: 18px;
      text-align: center; }
  @media screen and (max-width: 720px) {
    .home-warrantly-wrapper {
      padding-bottom: 40px; } }

.p-padding-0 p {
  padding: 0; }

.home-join-us-wrapper {
  background-color: #ececec;
  text-align: center;
  padding: 20px 0 0 0; }
  .home-join-us-wrapper .module-header {
    padding-bottom: 10px; }
  .home-join-us-wrapper .mailing-list-signup-form-cta {
    width: 160px;
    height: 70px;
    line-height: 70px;
    background: #60aa80; }
    @media screen and (max-width: 720px) {
      .home-join-us-wrapper .mailing-list-signup-form-cta {
        width: 100px;
        height: 50px;
        line-height: 50px; } }
  .home-join-us-wrapper .mailing-list-signup-form-submit {
    font-size: 20px;
    font-weight: 400; }
    @media screen and (max-width: 720px) {
      .home-join-us-wrapper .mailing-list-signup-form-submit {
        font-size: 14px; } }
  .home-join-us-wrapper input[type="email"] {
    height: 70px;
    border-radius: 0;
    border-color: #acacac;
    padding-left: 20px !important; }
    @media screen and (max-width: 720px) {
      .home-join-us-wrapper input[type="email"] {
        height: 50px; } }
  .home-join-us-wrapper .module-subtitle {
    padding-top: 5px;
    font-size: 16px; }
    @media screen and (max-width: 720px) {
      .home-join-us-wrapper .module-subtitle {
        font-size: 12px; } }
  .home-join-us-wrapper .module-title {
    font-size: 27px;
    line-height: 1;
    padding: 5px 0; }
    @media screen and (max-width: 720px) {
      .home-join-us-wrapper .module-title {
        font-size: 16px; } }
  .home-join-us-wrapper .module-description {
    font-size: 16px;
    color: #555;
    padding: 15px 0 20px 0; }
    @media screen and (max-width: 720px) {
      .home-join-us-wrapper .module-description {
        font-size: 12px; } }

.both-sides-wrapper {
  display: table;
  width: 100%;
  text-align: left;
  padding: 0 9.7%; }
  .both-sides-wrapper .left-sides-wrapper {
    width: 50%;
    float: left;
    padding-right: 3.2%; }
    @media screen and (max-width: 720px) {
      .both-sides-wrapper .left-sides-wrapper {
        width: 100%;
        float: unset;
        padding-right: 0; } }
    .both-sides-wrapper .left-sides-wrapper .left-side-text {
      padding: 19% 0 19% 16%; }
      @media screen and (max-width: 720px) {
        .both-sides-wrapper .left-sides-wrapper .left-side-text {
          padding: 0; } }
  .both-sides-wrapper .right-sides-wrapper {
    width: 50%;
    float: left;
    padding-left: 3.2%; }
    @media screen and (max-width: 720px) {
      .both-sides-wrapper .right-sides-wrapper {
        width: 100%;
        float: unset;
        padding-left: 0; } }
    .both-sides-wrapper .right-sides-wrapper .right-side-text {
      padding: 20% 12% 0 12%;
      color: #777; }
      @media screen and (max-width: 720px) {
        .both-sides-wrapper .right-sides-wrapper .right-side-text {
          padding: 16px 0; } }
      .both-sides-wrapper .right-sides-wrapper .right-side-text p {
        padding: 0; }
        @media screen and (max-width: 720px) {
          .both-sides-wrapper .right-sides-wrapper .right-side-text p {
            font-size: 12px; } }
  .both-sides-wrapper .both-side-images {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
  .both-sides-wrapper .both-side-images:after {
    content: ' ';
    display: block; }
  .both-sides-wrapper .button {
    margin-top: 20%;
    margin-left: 12%; }
    @media screen and (max-width: 720px) {
      .both-sides-wrapper .button {
        margin-left: 0;
        font-size: 12px;
        padding: 10px 20px;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 50px; } }

.home-support-text {
  display: table;
  width: 100%;
  padding: 45px 15px 10px 15px; }
  @media screen and (max-width: 720px) {
    .home-support-text {
      padding: 30px 0px 10px 5px; } }
  .home-support-text .home-support-text-title {
    float: left;
    width: 33.33%; }
  .home-support-text .support-img-wrap {
    width: 70px;
    float: left; }
    @media screen and (max-width: 720px) {
      .home-support-text .support-img-wrap {
        width: 40px; } }
  .home-support-text p {
    float: left;
    line-height: 1.2;
    font-size: 20px;
    text-align: left;
    padding-left: 10px; }
    @media screen and (max-width: 720px) {
      .home-support-text p {
        padding: 0 0 0 5px;
        font-size: 12px; } }
  @media screen and (max-width: 720px) {
    .home-support-text .title-for-title_support p {
      padding: 8px 0 0 5px; } }
  .home-support-text.product-support-text {
    display: none; }
    @media screen and (max-width: 720px) {
      .home-support-text.product-support-text {
        padding: 10px 0 0 0;
        display: table; } }
    .home-support-text.product-support-text .support-img-wrap {
      width: 40px;
      float: left; }
      @media screen and (max-width: 720px) {
        .home-support-text.product-support-text .support-img-wrap {
          width: 30px; } }
    .home-support-text.product-support-text .title-for-title_support p {
      padding: 4px 0 0 5px; }

.dis-table-center {
  display: table;
  margin: 0 auto; }

.faq-header {
  background-image: url(faq_top_n_v-1669571074789413082.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 450px; }
  .faq-header:after {
    content: ' ';
    display: block;
    padding-bottom: 28%; }

.faq-title {
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 21px; }

.faq-well {
  position: absolute;
  width: 406px;
  height: 122px;
  background-color: rgba(0, 0, 0, 0.36);
  left: 50%;
  margin-left: -203px;
  top: 50%;
  margin-top: -61px;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 720px) {
    .faq-well {
      width: 80%;
      left: 10%;
      margin-left: 0px;
      height: 96px; } }
  .faq-well h3 {
    font-size: 55px;
    line-height: 1.2; }
    @media screen and (max-width: 720px) {
      .faq-well h3 {
        font-size: 40px; } }
  .faq-well p {
    font-size: 23px;
    padding: 10px 0 0 0; }
    @media screen and (max-width: 720px) {
      .faq-well p {
        font-size: 18px; } }

.accordion {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  text-align: left; }

.accordion ul {
  list-style-type: none;
  margin: 0; }

.accordion li {
  margin: 0; }

.accordion .accordion-title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding: 16px 0; }

.accordion p {
  padding: 0;
  line-height: 1.8; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 32px;
  color: #000;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li:last-child .link {
  border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 19px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li i.fa-chevron-down {
  left: 0;
  font-size: 16px; }

.accordion li.open .link {
  color: #2fa051; }

.accordion li.open i {
  color: #2fa051; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.submenu {
  display: none;
  background: #60aa80;
  font-size: 14px;
  color: #fff;
  padding: 10px 10px 10px 12px; }
  .submenu a.mailto-email {
    color: #fff; }

.submenu li {
  border-bottom: 1px solid #4b4a5e; }

.submenu li.submenu-item {
  border: none; }

.fa-chevron-down:after {
  content: ' ';
  display: block;
  background: url(angle_vinpok_v-7769533665522345412.png) no-repeat -4px -9px;
  width: 18px;
  height: 13px; }

.page-about {
  font-size: 14px; }
  .page-about .page-header {
    padding: 0;
    text-align: left;
    margin-left: 0; }
  .page-about .module-title h1 {
    font-size: 39px;
    font-weight: 700; }
    @media screen and (max-width: 720px) {
      .page-about .module-title h1 {
        font-size: 18px;
        line-height: 1.4; } }
  .page-about .collection-list {
    padding: 0; }
  @media screen and (max-width: 720px) {
    .page-about .page-header {
      padding: 0;
      margin: 0 0 30px 0;
      text-align: left; } }
  .page-about .aw-arp-block__title {
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 40px;
    color: #000; }
    @media screen and (max-width: 720px) {
      .page-about .aw-arp-block__title {
        font-size: 18px; } }

.page-about-top {
  background-repeat: no-repeat;
  background-size: contain; }

.page-about-top:after {
  content: ' ';
  display: block;
  padding: 14.5%; }

.udate-time-div {
  text-align: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.639); }

.page-contact {
  font-size: 14px; }
  .page-contact .mailto {
    color: #fff; }
  .page-contact .module-title h1 {
    font-size: 39px;
    font-weight: 700; }
  .page-contact .collection-list {
    padding: 0; }
  .page-contact .aw-arp-block__title {
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 40px;
    color: #000; }
  .page-contact .module {
    padding: 0 11%;
    background: #fff; }
  .page-contact .module-contact-form {
    margin-top: -50px; }
    @media screen and (max-width: 720px) {
      .page-contact .module-contact-form {
        margin-top: 0; } }
  .page-contact .side-text-wrapper {
    padding: 40px 0 120px 0;
    max-width: none; }
    @media screen and (max-width: 720px) {
      .page-contact .side-text-wrapper {
        padding-bottom: 80px; } }
  .page-contact .input-wrapper {
    position: relative;
    margin-bottom: 45px;
    margin-top: 0; }
    .page-contact .input-wrapper .bluesmart-input ~ label {
      color: #adadad;
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 5px;
      top: 7px;
      transition: 0.2s ease all; }
    .page-contact .input-wrapper input.bluesmart-input:focus ~ label, .page-contact .input-wrapper input.bluesmart-input:required:valid ~ label, .page-contact .input-wrapper input.bluesmart-input.filled-input ~ label, .page-contact .input-wrapper textarea.bluesmart-input:focus ~ label {
      top: -20px;
      font-size: 14px;
      color: #60aa80; }
    .page-contact .input-wrapper select:focus {
      outline: none; }
    .page-contact .input-wrapper select:focus ~ label, .page-contact .input-wrapper select.filled-input ~ label {
      top: -20px;
      font-size: 14px;
      color: #60aa80; }
  .page-contact input[type="text"], .page-contact input[type="email"], .page-contact textarea {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 6px; }
  .page-contact select {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e3e3e3; }
  .page-contact .required-subtitle {
    display: inline-block;
    width: 48%;
    line-height: 54px;
    color: #adadad;
    text-align: left; }
    @media screen and (max-width: 720px) {
      .page-contact .required-subtitle {
        width: 100%; } }
  .page-contact .contact-form-button {
    margin: 0;
    width: 50%;
    border-radius: 0; }
    @media screen and (max-width: 720px) {
      .page-contact .contact-form-button {
        width: 100%; } }
  .page-contact .contact-form-title {
    font-size: 30px;
    padding: 10px 0 25px 0;
    text-align: center; }

.required-input {
  color: #60aa80; }

.contact-faq-wrapper {
  text-align: left;
  display: flex;
  font-size: 14px; }
  @media screen and (max-width: 720px) {
    .contact-faq-wrapper {
      display: block; } }
  .contact-faq-wrapper .bigger-half {
    background: #f6f6f6;
    padding: 70px 60px 50px 60px; }
    @media screen and (max-width: 720px) {
      .contact-faq-wrapper .bigger-half {
        padding: 11%; } }
    .contact-faq-wrapper .bigger-half .bigger-half-title {
      font-size: 40px;
      line-height: 1.3; }
      @media screen and (max-width: 720px) {
        .contact-faq-wrapper .bigger-half .bigger-half-title {
          font-size: 26px; } }
    .contact-faq-wrapper .bigger-half .mt-4 {
      font-size: 18px;
      line-height: 1.4; }
      @media screen and (max-width: 720px) {
        .contact-faq-wrapper .bigger-half .mt-4 {
          font-size: 16px; } }
    .contact-faq-wrapper .bigger-half .btn-arrow {
      font-size: 18px; }
      @media screen and (max-width: 720px) {
        .contact-faq-wrapper .bigger-half .btn-arrow {
          font-size: 16px; } }
      .contact-faq-wrapper .bigger-half .btn-arrow:after {
        content: '->'; }
  .contact-faq-wrapper .smaller-half {
    background: #60aa80;
    color: #fff;
    padding: 74px;
    height: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .contact-faq-wrapper .smaller-half .smaller-half-title {
      font-size: 34px; }
      @media screen and (max-width: 720px) {
        .contact-faq-wrapper .smaller-half .smaller-half-title {
          font-size: 26px; } }
    @media screen and (max-width: 720px) {
      .contact-faq-wrapper .smaller-half {
        padding: 11%; } }

.col-half {
  width: 50%;
  float: left; }
  @media screen and (max-width: 720px) {
    .col-half {
      width: 100%;
      float: unset; } }

.row:before {
  display: table;
  content: " "; }
.row:after {
  display: table;
  content: " ";
  clear: both; }

.contact-us-header-text-wrapper {
  color: #fff;
  max-width: 600px;
  padding: 30px;
  position: absolute;
  left: 50%;
  transform: translateY(50%); }
  @media screen and (max-width: 720px) {
    .contact-us-header-text-wrapper {
      position: static; } }
  .contact-us-header-text-wrapper .legend-before-title {
    padding: 0;
    padding-bottom: 40px;
    font-size: 16px; }
    @media screen and (max-width: 720px) {
      .contact-us-header-text-wrapper .legend-before-title {
        padding-bottom: 0; } }
    .contact-us-header-text-wrapper .legend-before-title:before {
      content: '--'; }
  .contact-us-header-text-wrapper .home-slider-title {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 20px; }
    @media screen and (max-width: 720px) {
      .contact-us-header-text-wrapper .home-slider-title {
        font-size: 40px; } }

.page-contact-top {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.page-contact-top:after {
  content: ' ';
  display: block;
  padding: 21%; }

.policy-page {
  text-align: left;
  padding-top: 34px; }
  .policy-page p {
    padding: 0;
    color: #000;
    font-size: 14px; }
  .policy-page h2 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0; }
  .policy-page ul {
    padding: 0;
    font-size: 14px;
    padding-left: 16px;
    list-style: unset;
    margin: 0; }
    .policy-page ul li {
      margin: 0; }
  .policy-page .page-header {
    margin: 0;
    padding: 0; }
    .policy-page .page-header h1 {
      border-bottom: 1px solid #e1e1e1;
      color: #b71b23;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 30px;
      margin-bottom: 30px; }

.snptwdgt-container .snptwdgt__ftr {
  display: none !important; }

.code-title {
  font-size: 21px;
  color: #000;
  text-align: left;
  padding: 0;
  margin-bottom: 4px; }
  @media screen and (max-width: 720px) {
    .code-title {
      font-size: 16px; } }

.product-vinpok {
  color: #aaa;
  font-size: 13px; }

.post-office-wrapper {
  font-size: 12px;
  color: #515151;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 80px;
  display: none; }
  @media screen and (max-width: 720px) {
    .post-office-wrapper {
      margin-top: 0; } }
  .post-office-wrapper p {
    display: table;
    padding: 15px 30px;
    margin: 0 auto; }
  .post-office-wrapper p:before {
    content: ' ';
    display: inline-block;
    background: url(post_office_car_v-8810756899690615242.png) no-repeat -5px -2px;
    width: 23px;
    margin-right: 15px;
    height: 15px;
    position: relative;
    top: 2px; }

.product-desc-wrapper {
  font-size: 14px;
  display: table;
  width: 100%;
  padding: 20px 0 0 0;
  border-top: 1px solid #b0b0b0; }
  .product-desc-wrapper .product-desc-image {
    width: 50%;
    float: right; }
    @media screen and (max-width: 720px) {
      .product-desc-wrapper .product-desc-image {
        width: 100%;
        float: unset;
        margin-bottom: 30px; } }
  .product-desc-wrapper .product-desc-text-wrapper {
    width: 50%;
    padding-right: 40px;
    text-align: left; }
    @media screen and (max-width: 720px) {
      .product-desc-wrapper .product-desc-text-wrapper {
        width: 100%;
        padding-right: 0; } }
    .product-desc-wrapper .product-desc-text-wrapper p {
      padding: 0;
      color: #777;
      line-height: 1.8; }
    .product-desc-wrapper .product-desc-text-wrapper label {
      color: #ccc; }
    .product-desc-wrapper .product-desc-text-wrapper h2 {
      color: #000;
      font-size: 30px;
      padding-bottom: 40px; }
      @media screen and (max-width: 720px) {
        .product-desc-wrapper .product-desc-text-wrapper h2 {
          font-size: 24px;
          padding-bottom: 20px;
          text-align: center; } }
    .product-desc-wrapper .product-desc-text-wrapper h3 {
      font-weight: 700; }
    .product-desc-wrapper .product-desc-text-wrapper hr {
      height: 1px;
      margin: 30px 0;
      background: #b0b0b0;
      width: 85%; }
  @media screen and (max-width: 720px) {
    .product-desc-wrapper .product-desc-text-wrapper.show-mobile-block label {
      text-align: center;
      display: block; } }

.show-pc {
  display: inline-block; }
  @media screen and (max-width: 720px) {
    .show-pc {
      display: none; } }

.show-mobile {
  display: none; }
  @media screen and (max-width: 720px) {
    .show-mobile {
      display: inline-block; } }

.show-pc-block {
  display: block; }
  @media screen and (max-width: 720px) {
    .show-pc-block {
      display: none; } }

.show-mobile-block {
  display: none; }
  @media screen and (max-width: 720px) {
    .show-mobile-block {
      display: block; } }

@media screen and (max-width: 720px) {
  .mobile-hide-bg::after {
    padding: 0 !important; } }
@media screen and (max-width: 720px) {
  .mobile-hide-bg {
    background: none !important; } }

@media screen and (max-width: 720px) {
  .mb-pd-l-r-30 {
    padding: 0 30px; } }

.no-breadcrumbs-page {
  padding-top: 56px; }

.disply-table {
  display: table;
  width: 100%; }

.variant-index {
  font-size: 13px;
  padding: 0;
  padding-bottom: 4px; }

.product-options-custom .select-wrapper {
  height: 44px;
  line-height: 44px;
  border-radius: 0;
  color: #aaa; }
  .product-options-custom .select-wrapper:after {
    color: #aaa; }
.product-options-custom .selected-text {
  height: 44px;
  line-height: 44px; }

.collections-list-cusotm .list-cover::before {
  padding-top: 75%; }

.add-to-cart a:focus, .add-to-cart a:hover {
  color: #fff; }

#card-modal-guide {
  z-index: 10050; }

.instagram-module {
  padding-bottom: 0; }

.shopify-section .instagram-module {
  padding-bottom: 90px; }

.product-vedio-wrapper {
  display: table;
  width: 100%; }
  .product-vedio-wrapper.col-3 .product-vedio {
    width: 33.333%;
    padding: 15px; }
    @media screen and (max-width: 720px) {
      .product-vedio-wrapper.col-3 .product-vedio {
        width: 100%; } }

.blog-content {
  width: 75%;
  padding: 15px;
  float: left;
  max-width: 100% !important; }
  @media screen and (max-width: 720px) {
    .blog-content {
      float: none;
      float: unset;
      padding: 0;
      width: 100%; } }
  .blog-content .blog-post-image-wrapper {
    overflow: hidden; }
  .blog-content .post-image {
    margin: 0;
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s; }
  .blog-content .post-image:hover {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg); }
  .blog-content .article-intro {
    margin: 0; }
  .blog-content .date-time {
    font-size: 11px;
    color: #60aa80;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.25px; }
    .blog-content .date-time:before {
      content: "";
      background: #60aa80;
      width: 45px;
      height: 1px;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 4px; }
  .blog-content .post-content {
    padding-top: 5px;
    padding: 0;
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #454545; }
  .blog-content .post-title h3 {
    clear: left;
    line-height: 48px;
    font-size: 24px;
    font-weight: normal;
    color: #60aa80; }
  .blog-content .post {
    padding-top: 0;
    margin-top: 0;
    border-top: 0; }
  .blog-content .post-list-custom {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3; }
  .blog-content .post-list-custom:first-child {
    padding-top: 0;
    margin-top: 0; }
  .blog-content .style-gradient {
    background: none;
    border-top: 1px solid #ededed;
    margin-top: 30px; }
  .blog-content .pagination-article-button-link {
    color: #cacaca; }
  .blog-content .pagination-article-next-link {
    float: right; }
  .blog-content .pagination-article-previous-link {
    float: left; }
  .blog-content .pagination-article-title {
    max-width: 80%; }
  .blog-content .pagination-button-icon {
    font-size: 18px; }
  @media screen and (max-width: 720px) {
    .blog-content .post-title {
      padding: 0; } }

.module-post-comments {
  padding: 20px 0 0 0; }
  .module-post-comments .module-header {
    padding: 0; }

.post-comments-title h3 {
  font-size: .7em; }

.post-comment p.meta, .post-comment p.meta a {
  color: #848484;
  padding: 0;
  font-size: 14px; }

.blog-sidebar {
  width: 25%;
  padding: 15px;
  float: left; }
  @media screen and (max-width: 720px) {
    .blog-sidebar {
      float: none;
      float: unset;
      padding: 0;
      width: 100%; } }
  .blog-sidebar .followus-content .share-buttons-item {
    display: inline-block;
    float: none;
    border: none;
    width: 15%; }
  .blog-sidebar .share-buttons {
    padding-top: 20px; }
  .blog-sidebar .share-buttons-item:before {
    font-size: 20px;
    line-height: 32px; }

.post-meta-button {
  text-align: center;
  padding-top: 36px; }

.post-comment {
  display: block;
  margin: 0 0 30px;
  padding: 0 0 15px 100px;
  border-bottom: 1px solid #ededed;
  background: url(i-comment_v-1649277163973109836.jpg) 0 6px no-repeat; }

@keyframes flashd {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@-webkit-keyframes flashd {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flashd {
  -webkit-animation-name: flashd;
  animation-name: flashd; }

.flash-total-soldflash .flash-fire {
  background: url(fire_v-6456402022398743714.png) no-repeat;
  /*   	display: inline-block; */
  display: none;
  height: 13px;
  width: 15px;
  animation: flashd 2s linear infinite alternate;
  -webkit-animation: flashd 2s linear infinite alternate;
  -moz-animation: flashd 2s linear infinite alternate;
  -ms-animation: flashd 2s linear infinite alternate;
  -o-animation: flashd 2s linear infinite alternate; }

.flash-total-sold .flash-total-soldflash {
  font-size: 18px;
  color: #0084ff;
  font-weight: 600; }

.product__deatils__tab_module {
  padding: 0 30px; }

.product__deatils__tab {
  font-size: 22px;
  margin: 0 -30px; }
  .tabs-product-list-wrap .product__deatils__tab {
    font-size: 16px;
    margin: 0; }
  @media screen and (max-width: 720px) {
    .product__deatils__tab {
      font-size: 14px; } }
  .product__deatils__tab .product_tab_item {
    width: 33.33%;
    float: left;
    padding: 0 15px; }
    .tabs-product-list-wrap .product__deatils__tab .product_tab_item {
      width: auto;
      float: none;
      display: inline-block; }
    .product__deatils__tab .product_tab_item a {
      display: block;
      height: 46px;
      line-height: 46px;
      color: #757575;
      background: #f2f2f2; }
      .tabs-product-list-wrap .product__deatils__tab .product_tab_item a {
        height: auto;
        line-height: 30px;
        color: #333;
        background: transparent; }
    .product__deatils__tab .product_tab_item.active a, .product__deatils__tab .product_tab_item:hover a {
      background: #60aa80;
      color: #fff; }
      .tabs-product-list-wrap .product__deatils__tab .product_tab_item.active a, .tabs-product-list-wrap .product__deatils__tab .product_tab_item:hover a {
        background: transparent;
        color: #60aa80;
        border-bottom: 2px solid #60aa80; }

#review_product {
  padding: 0; }

.product-detail-wrapper {
  display: table;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 0px;
  text-align: left;
  padding-left: 5px;
  border-top: 2px dashed #60aa80; }
  @media screen and (max-width: 720px) {
    .product-detail-wrapper {
      padding: 20px;
      border-top: none; } }

.product-detail-left {
  font-size: 14px;
  color: #010101;
  width: 58.33%;
  float: left; }
  .product-detail-left.pc-695 {
    width: 695px; }
  @media screen and (max-width: 1200px) {
    .product-detail-left.pc-695 {
      width: 60%; } }
  @media screen and (max-width: 720px) {
    .product-detail-left {
      width: 100% !important;
      float: none; } }
  .product-detail-left p {
    padding: 10px 0; }
  .product-detail-left h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px; }
  .product-detail-left i a {
    color: #E51075; }
    .product-detail-left i a:hover, .product-detail-left i a:focus {
      text-decoration: underline; }

.product-detail-right {
  width: 40%;
  max-width: 320px;
  float: right;
  padding-left: 30px;
  border-left: 1px solid #f3f3f3;
  padding-top: 76px; }
  .product-detail-right.pc-695 {
    width: 42%; }
  @media screen and (max-width: 1200px) {
    .product-detail-right.pc-695 {
      width: 40%; } }
  @media screen and (max-width: 720px) {
    .product-detail-right {
      width: 100% !important;
      float: none;
      text-align: center; } }
  .product-detail-right p {
    text-align: right !important;
    color: #60aa80 !important;
    font-size: 16px !important; }
  .product-detail-right iframe {
    margin-bottom: 20px; }

.product-detail-right-n {
  float: right;
  max-width: 390px;
  padding-left: 30px;
  border-left: 1px solid #f3f3f3; }
  @media screen and (max-width: 720px) {
    .product-detail-right-n {
      width: 100% !important;
      float: none;
      text-align: center;
      max-width: 100%; } }

.product__deatils__tab_content .yotpo.yotpo-main-widget, .yotpo .yotpo-modal-dialog {
  width: 100% !important; }

.prod-detail-title {
  font-size: 18px; }

.rtet ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0; }
  .rtet ul li {
    margin: 0; }

.cbb-holder {
  font-size: 14px; }

.image-width-auto img {
  width: auto; }

.collection-filter-wrap:after, .collection-filter-wrap:before {
  display: table;
  content: " ";
  clear: both; }
.collection-filter-wrap .collection-filter {
  width: 20%;
  float: left;
  padding: 0 15px;
  text-align: left;
  padding-top: 50px; }
  @media screen and (max-width: 720px) {
    .collection-filter-wrap .collection-filter {
      width: 100%;
      padding-top: 0px; } }
  .collection-filter-wrap .collection-filter ul {
    margin: 0; }
    .collection-filter-wrap .collection-filter ul li {
      margin: 0;
      padding: 10px 20px;
      border-bottom: 1px solid #eee; }
      .collection-filter-wrap .collection-filter ul li:nth-child(2n) {
        background: #fff; }
  .collection-filter-wrap .collection-filter h3 {
    font-size: 16px;
    font-weight: 700; }
  .collection-filter-wrap .collection-filter a {
    font-size: 14px;
    color: #4e4e4e;
    display: block; }
  .collection-filter-wrap .collection-filter a:hover, .collection-filter-wrap .collection-filter a.active {
    color: #60aa80; }
  .collection-filter-wrap .collection-filter .filter-collection-title h3 {
    line-height: 30px;
    padding: 6px 20px;
    color: #fff;
    background: #60aa80; }
.collection-filter-wrap .collection-data {
  width: 80%;
  float: left; }
  @media screen and (max-width: 720px) {
    .collection-filter-wrap .collection-data {
      width: 100%;
      padding-top: 20px; } }
.collection-filter-wrap .module-title {
  text-align: left; }
.collection-filter-wrap .module-header {
  padding-left: 0;
  padding-right: 0; }

.collection-sort-wrap {
  text-align: right; }
  @media screen and (max-width: 720px) {
    .collection-sort-wrap {
      text-align: left; } }
  .collection-sort-wrap label {
    font-size: 16px;
    margin-right: 12px; }
  .collection-sort-wrap .select-wrapper {
    display: inline-block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px; }
    .collection-sort-wrap .select-wrapper .selected-text {
      height: 36px;
      line-height: 36px; }

.distributor-wraper {
  max-width: 900px;
  margin: 0 auto; }
  .distributor-wraper .distributor-page-title {
    font-size: 54px;
    color: #60aa80;
    line-height: 1.2; }
    @media screen and (max-width: 1020px) {
      .distributor-wraper .distributor-page-title {
        font-size: 46px; } }
    @media screen and (max-width: 720px) {
      .distributor-wraper .distributor-page-title {
        font-size: 40px; } }
  .distributor-wraper .distributor-sub-title, .distributor-wraper .distributor-description {
    font-size: 17px;
    padding: 0;
    margin-top: 12px; }
  .distributor-wraper .distributor-auth-info {
    padding-top: 80px; }
  .distributor-wraper .distributor-ada {
    font-size: 40px;
    margin-bottom: 24px;
    line-height: 1.2; }
    @media screen and (max-width: 720px) {
      .distributor-wraper .distributor-ada {
        font-size: 32px; } }
  .distributor-wraper .button {
    font-size: 21px;
    margin-top: 40px; }
    @media screen and (max-width: 720px) {
      .distributor-wraper .button {
        font-size: 12px; } }

.icon-prod::before {
  font-family: "Product Icon";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-prod-adapters:before {
  content: "\65"; }

.icon-prod-wireless-chargers:before {
  content: "\62"; }

.icon-prod-cables:before {
  content: "\43"; }

.icon-prod-accessories:before {
  content: "\57"; }

.icon-prod-keyboards:before,
.icon-prod-mechanical-keyboards:before {
  content: "\50"; }

.icon-prod-stands:before, .icon-prod-desktop-series:before, .icon-prod-monitor:before {
  content: "\69"; }

.icon-prod-all:before {
  content: "\78"; }

.icon-lists .icon-col {
  width: 12.5%;
  float: left;
  /*     border-right: 1px solid #eeeeee; */
  height: 139px; }
  @media screen and (max-width: 720px) {
    .icon-lists .icon-col {
      width: 50%;
      border: none; } }
  @media screen and (max-width: 720px) {
    .affiliate-marketing-secondary-list .icon-lists .icon-col {
      height: 90px;
      width: 33.33%; } }
  .filter-collection-title .icon-lists .icon-col {
    width: 100%;
    float: none;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #eeeeee !important; }

.icon-lists .icon-col:nth-child(4n) {
  border-right: none; }

/* .icon-lists .icon-col:nth-of-type(1), .icon-lists .icon-col:nth-of-type(2), 
.icon-lists .icon-col:nth-of-type(3), .icon-lists .icon-col:nth-of-type(4){
	 border-bottom: 1px solid #eeeeee;
    .affiliate-marketing-secondary-list &{
    	@include breakpoint(sm){
			border-bottom: none;
        }    	
    }  
} */
.icon-lists .icon-col a .icon-format {
  font-size: 36px;
  padding-top: 32px;
  padding-bottom: 16px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .icon-lists .icon-col a .icon-format {
      padding-top: 16px;
      padding-bottom: 8px; } }
  @media screen and (max-width: 720px) {
    .affiliate-marketing-secondary-list .icon-lists .icon-col a .icon-format {
      padding-top: 0;
      padding-bottom: 0; } }
  .filter-collection-title .icon-lists .icon-col a .icon-format {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    vertical-align: middle;
    max-width: 100%;
    padding: 0;
    font-size: 24px; }

.icon-lists .icon-col a .title-format {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 15px;
  padding-bottom: 32px; }
  .filter-collection-title .icon-lists .icon-col a .title-format {
    padding: 0;
    margin-left: 10px; }
  @media screen and (max-width: 720px) {
    .affiliate-marketing-secondary-list .icon-lists .icon-col a .title-format {
      padding-bottom: 12px; } }
  @media screen and (max-width: 720px) {
    .collection-filter .affiliate-marketing-secondary-list .icon-lists .icon-col a .title-format {
      padding-bottom: 0; } }

.icon-lists a {
  color: #666; }
  .icon-lists a path {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media screen and (max-width: 720px) {
      .icon-lists a path {
        fill: #fff;
        stroke: #fff; } }
    @media screen and (max-width: 720px) {
      .affiliate-marketing-secondary-list .icon-lists a path {
        fill: #666;
        stroke: #666; } }
  .icon-lists a .icon-format-audio path, .icon-lists a .icon-prod-hot-sale path {
    fill: #666;
    stroke: #666; }
  .icon-lists a:hover, .icon-lists a.active {
    color: #60aa80; }
    .icon-lists a:hover path, .icon-lists a.active path {
      fill: #60aa80;
      stroke: #60aa80; }
    .icon-lists a:hover .icon-format-audio path, .icon-lists a:hover .icon-prod-hot-sale path, .icon-lists a.active .icon-format-audio path, .icon-lists a.active .icon-prod-hot-sale path {
      fill: none;
      stroke: #60aa80; }
  @media screen and (max-width: 720px) {
    .icon-lists a {
      color: #fff; } }
  @media screen and (max-width: 720px) {
    .affiliate-marketing-secondary-list .icon-lists a {
      color: #666; } }
  .filter-collection-title .icon-lists a {
    display: flex;
    align-items: center;
    padding: 10px 20px; }
  .filter-collection-title .icon-lists a svg {
    height: 24px;
    width: 24px; }

.position-static {
  position: static !important; }

.shappify_bundle_module {
  padding: 0; }

.product-bundle .product-image img {
  max-height: 120px !important; }

.product-bundle .bundle-equals {
  line-height: 10px; }

.product-options select {
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 30px; }

.product-bundle .bundle-title {
  text-align: left;
  padding-left: 30px; }

.shopify-payment-button {
  padding-top: 20px; }

.shopify-payment-button__button--unbranded {
  width: 440px;
  border-radius: 40px;
  background: #60aa80;
  color: #fff;
  border: 1px solid #60aa80;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 720px) {
    .shopify-payment-button__button--unbranded {
      width: 100%; } }
  .shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded:focus {
    background: #39c29a;
    border: 1px solid #39c29a; }

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background: #39c29a;
  border: 1px solid  #39c29a; }

.shopify-payment-button .shopify-payment-button__more-options {
  height: 0;
  marign: 0;
  padding: 0; }

.product-spectfication-table {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px; }
  .product-spectfication-table .firstRow {
    display: none; }

.product-spectfication-table tr td {
  width: 50%; }

.product-spectfication-table tr td, .product-spectfication-table tr th {
  padding: 4px 10px; }

.video-container {
  position: relative;
  width: 100%;
  height: 0; }

.video-container.video-aspect-ratio-16-9 {
  padding-bottom: 56.25%; }

.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

.reach-us-wrap {
  background: #f4f4f4;
  padding: 48px 0;
  margin-bottom: 80px; }
  .reach-us-wrap h3.reach-us-wrap-title {
    font-size: 20px;
    color: #44444A;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 45px;
    text-transform: uppercase;
    text-align: center; }
  .reach-us-wrap .reach-us-img {
    margin-bottom: 10px; }
  .reach-us-wrap .module {
    padding: 0;
    background: #f4f4f4; }
    .reach-us-wrap .module p {
      padding: 0;
      line-height: 1.2;
      color: #666; }
    .reach-us-wrap .module a {
      color: #666; }
  @media screen and (max-width: 720px) {
    .reach-us-wrap .column-3 .list-item {
      width: 100%; } }

.aff_content .step {
  padding: 34px 0; }
  .aff_content .step > div {
    display: inline-block;
    float: left;
    width: 25%;
    height: auto;
    position: relative;
    padding-bottom: 7px; }
    @media screen and (max-width: 720px) {
      .aff_content .step > div {
        width: 50%; } }
    .aff_content .step > div span.arrow {
      position: absolute;
      width: 34px;
      height: 34px;
      right: 0;
      top: 50px;
      display: inline-block; }
      @media screen and (max-width: 720px) {
        .aff_content .step > div span.arrow {
          display: none; } }
    .aff_content .step > div b {
      display: inline-block;
      width: 100%;
      text-align: center; }
    .aff_content .step > div p {
      text-align: center;
      max-width: 220px;
      margin: auto;
      line-height: 1.2; }

.product_in_the_box {
  font-size: 14px;
  text-align: left;
  padding: 0; }
  @media screen and (max-width: 720px) {
    .product_in_the_box {
      padding: 5px 10px; } }

.doubly-nice-select {
  height: 30px !important;
  border: none !important;
  padding-left: 20px !important; }

.doubly-nice-select.slim {
  padding-right: 30px !important; }

.doubly-nice-select.slim .current .flags {
  position: relative;
  top: 6px; }
  @media screen and (max-width: 720px) {
    .doubly-nice-select.slim .current .flags {
      position: absolute;
      right: 20px;
      top: 10px; } }

@media screen and (max-width: 720px) {
  .doubly-wrapper.show-pc-block {
    display: none !important; } }

.flags {
  position: relative;
  top: -4px; }

.doubly-nice-select .current {
  font-size: 0 !important; }

.doubly-nice-select:after {
  right: 20px !important;
  top: 12px !important; }

.doubly-wrapper-mobile {
  display: none !important;
  position: absolute;
  top: 21px;
  left: 116px; }
  @media screen and (max-width: 720px) {
    .doubly-wrapper-mobile {
      display: block !important; } }
  .doubly-wrapper-mobile .doubly-nice-select .list .option {
    font-size: 0 !important;
    position: relative; }
  .doubly-wrapper-mobile .doubly-nice-select:after {
    display: none !important; }
  .doubly-wrapper-mobile .doubly-nice-select {
    padding: 0 !important; }
  .doubly-wrapper-mobile .flags {
    position: absolute;
    right: 20px;
    top: 0; }

.none-elem {
  display: none !important; }

.u-flyer-1 {
  display: block;
  background-color: #60aa80;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  border-radius: 100%; }

.collection-product-title-wrap {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 10px;
  margin: 15px; }
  .collection-product-title-wrap h1 {
    line-height: 1 !important; }

.product-list-blew-add-btn {
  display: block;
  padding: 4px;
  margin-top: 10px;
  background: transparent;
  color: #60aa80; }

.tab-content-wrap .tab-index {
  display: none; }
  .tab-content-wrap .tab-index:first-child {
    display: block; }

.arrivals-product-wrap .arrivals-product-text {
  width: 30%;
  float: left;
  padding: 90px 15px 0 15px;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .arrivals-product-wrap .arrivals-product-text {
      width: 100%;
      float: none;
      text-align: center;
      padding-top: 0; } }
.arrivals-product-wrap .arrivals-product-list {
  width: 70%;
  float: left; }
  @media screen and (max-width: 720px) {
    .arrivals-product-wrap .arrivals-product-list {
      width: 100%;
      float: none; } }

.arrivals-title {
  font-size: 46px;
  font-weight: 300;
  color: #666;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .arrivals-title {
      font-size: 36px; } }

.arrivals-subtitle {
  padding: 5px 0;
  color: #ccc;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px; }
  @media screen and (max-width: 720px) {
    .arrivals-subtitle {
      font-size: 12px;
      letter-spacing: 1px; } }

.custom-logo-section {
  background: #f5f5f5; }

.custom-logo-module {
  padding: 15px 0 10px 0; }
  @media screen and (max-width: 720px) {
    .custom-logo-module {
      padding: 10px 0 5px 0; } }
  .custom-logo-module .custom-logo-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .custom-logo-module .custom-logo-list .logo__column {
      -ms-flex-preferred-size: calc(100% * 1 / 5 - 36px);
      flex-basis: calc(100% * 1 / 5 - 36px);
      margin: 3px 16px;
      height: 50px;
      position: relative; }
      @media screen and (max-width: 720px) {
        .custom-logo-module .custom-logo-list .logo__column {
          margin: 1px 15px;
          height: 36px;
          -ms-flex-preferred-size: calc(100% * 1 / 2 - 36px);
          flex-basis: calc(100% * 1 / 2 - 36px); } }
      .custom-logo-module .custom-logo-list .logo__column img {
        max-height: 100%; }

#instafeed .instaItem-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(96, 170, 128, 0.6);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

#instafeed .instaItem-overlay svg {
  position: absolute;
  fill: #fcfaf9;
  stroke: #fcfaf9;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  width: 44px;
  height: 44px; }

#instafeed .instagram-img-link:hover .instaItem-overlay {
  opacity: 1;
  visibility: visible; }

#instafeed a, #instafeed .instaItem-link span, #instafeed .header-cart-item-options button, .header-cart-item-options #instafeed button {
  position: relative;
  display: block; }

#instafeed .instaItem-link svg {
  fill: #60aa80;
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  float: left; }

.flexGrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: 0; }
  .flexGrid.flexItem-2 .flexItem {
    width: 50%; }
  .flexGrid.flexItem-3 .flexItem {
    width: 33.33%; }
  .flexGrid.flexItem-4 .flexItem {
    width: 25%; }
  .flexGrid.flexItem-5 .flexItem {
    width: 20%; }
  .flexGrid .flexItem {
    padding: 0 10px;
    text-align: left; }

.blog-instagram-module {
  text-align: left;
  padding: 30px 0; }
  @media screen and (max-width: 720px) {
    .blog-instagram-module {
      padding: 30px 0 0 0; } }

.blog-list-wrap {
  text-align: left;
  color: #1B1C1D; }
  .blog-list-wrap .grid__column {
    padding: 10px; }
  .blog-list-wrap .blog__excerpt {
    color: #777;
    font-size: 16px;
    padding: 20px 0 5px 0;
    line-height: 1.4; }
  .blog-list-wrap h3 a {
    font-size: 18px;
    line-height: 1;
    color: #1B1C1D; }
  .blog-list-wrap .blog-list .blog__article {
    display: flex;
    display: -webkit-flex; }
    @media screen and (max-width: 720px) {
      .blog-list-wrap .blog-list .blog__article {
        display: block; } }
    .blog-list-wrap .blog-list .blog__article .blog__image {
      flex: 1;
      -webkit-flex: 1; }
    .blog-list-wrap .blog-list .blog__article .blog__infos {
      text-align: left;
      flex: 3;
      -webkit-flex: 3;
      padding-left: 15px; }
      @media screen and (max-width: 720px) {
        .blog-list-wrap .blog-list .blog__article .blog__infos {
          padding: 15px 0 10px 0; } }

.blog-list-title {
  text-align: left;
  font-size: 20px;
  padding: 0 10px;
  margin-bottom: 5px; }

.home-what-hot-module {
  padding: 0 0 30px 0; }
  .home-what-hot-module .collection-list {
    margin-top: 10px;
    padding: 0 10px; }

.show-more-product {
  text-align: center; }
  .show-more-product button {
    padding: 12px 30px; }
    @media screen and (max-width: 720px) {
      .show-more-product button {
        padding: 8px 20px; } }

.custom-logo-title h3 {
  font-size: 17px;
  line-height: 1.2;
  padding-bottom: 16px; }
  @media screen and (max-width: 720px) {
    .custom-logo-title h3 {
      font-size: 16px;
      padding-bottom: 15px;
      line-height: 1.5;
      /*     	padding: 0 20px; */ } }

.custom-logo-bg-white {
  background: #fff;
  text-align: center; }

.cart-page-left {
  width: 70%;
  float: left;
  padding: 30px 5% 30px 0;
  border-right: 1px solid #e1e1e1; }
  @media screen and (max-width: 720px) {
    .cart-page-left {
      width: 100%;
      float: none;
      padding: 0 15px;
      border: none; } }
  @media screen and (max-width: 720px) {
    .cart-bottom-wrap .cart-page-left {
      padding: 0; } }

.cart-page-right {
  width: 30%;
  float: left;
  padding: 30px 0 30px 5%; }
  @media screen and (max-width: 720px) {
    .cart-page-right {
      width: 100%;
      float: none;
      padding: 0 15px; } }

.cart-page-right .shipp_detail {
  margin: 0 0 25px;
  cursor: inherit;
  border: 0;
  padding: 0; }

.ship_info, .ship_info p {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 5px;
  vertical-align: top;
  color: #000;
  margin-left: 6px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 700; }

.cart-page-right .ship_info {
  width: 84%;
  vertical-align: middle; }

.cart-page-right .ship_info, .cart_main_right .ship_info p {
  font-size: 14px;
  margin-top: 0px; }

.cart-page-right .shipp_detail img {
  max-width: 30px; }

.ship_info.ship_info_over p {
  color: #54c46e; }

#y-badges .y-powered-by {
  display: none !important; }

.cart-item-quantity {
  min-width: 126px; }

.cart-module-wrapper .cart-top-wrap {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .cart-module-wrapper .cart-top-wrap .module-header {
    padding: 0;
    text-align: left; }
.cart-module-wrapper .module {
  padding: 0 30px; }
  @media screen and (max-width: 720px) {
    .cart-module-wrapper .module {
      padding: 0; } }

.ship_rt {
  margin-top: 50px;
  margin-bottom: 40px; }
  @media screen and (max-width: 720px) {
    .ship_rt {
      margin: 0;
      margin-top: 20px; } }

.cart-page-right #y-badges {
  padding: 40px 0;
  margin-bottom: 0;
  position: relative; }
  .cart-page-right #y-badges .y-badge {
    margin: 0 !important; }
    @media screen and (max-width: 720px) {
      .cart-page-right #y-badges .y-badge {
        margin: 0 auto !important; } }

.module-rewards-page p {
  padding: 0; }
.module-rewards-page .lc_container .user-content {
  max-width: 1290px;
  letter-spacing: normal;
  color: #262d33;
  padding: 44px 20px;
  margin: 0 auto;
  text-align: center; }
  .module-rewards-page .lc_container .user-content .lc_heb {
    background: none;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 48px auto 24px;
    color: #60aa80; }
  .module-rewards-page .lc_container .user-content .lc_heb.lc_vip {
    margin: 0 auto 30px; }
  .module-rewards-page .lc_container .user-content .vip_box {
    display: inline-block;
    border: 1px solid #e1e1e1;
    width: 190px;
    min-height: 275px;
    margin: 0 28px 28px;
    text-align: center; }
    .module-rewards-page .lc_container .user-content .vip_box h3 {
      font-size: 20px;
      color: #27323a;
      margin-bottom: 5px;
      padding: 0 20px; }
    .module-rewards-page .lc_container .user-content .vip_box span {
      font-size: 26px;
      color: #c9c9c9;
      display: block;
      margin-bottom: 0px;
      line-height: 1; }
    .module-rewards-page .lc_container .user-content .vip_box p {
      font-size: 16px;
      display: block;
      margin-bottom: 0px;
      padding: 2px 35px 0;
      line-height: 1.5; }
  .module-rewards-page .lc_container .user-content .v_img {
    background: rgba(0, 0, 0, 0) url(page_logo_v-9998523158607964038.png) no-repeat scroll center bottom;
    height: 92px;
    margin-bottom: 10px;
    background-size: contain;
    margin-top: 10px; }
  .module-rewards-page .lc_container .user-content .lc_panel-1 {
    max-width: 580px;
    margin: 0 auto; }
    .module-rewards-page .lc_container .user-content .lc_panel-1 p {
      letter-spacing: 0.25px;
      margin: 0 0 18px; }
  .module-rewards-page .lc_container .user-content .lc_panel-2 {
    padding-top: 13px; }
  .module-rewards-page .lc_container .user-content .lc_box {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 40px;
    width: 170px; }
  .module-rewards-page .lc_container .user-content .lc_circ {
    height: 170px;
    color: #60aa80;
    padding: 40px 0 0;
    border: 1px dashed #60aa80;
    border-radius: 100%; }
  .module-rewards-page .lc_container .user-content .lc_info {
    font-size: 23px;
    font-style: italic;
    line-height: 1.2em;
    padding-top: 14px; }
  .module-rewards-page .lc_container .user-content span.lc_top {
    display: block;
    font-size: 70px;
    font-style: italic;
    line-height: 1em;
    padding-right: 9px; }
  .module-rewards-page .lc_container .user-content span.lc_mid {
    display: block;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 1em; }
  .module-rewards-page .lc_container .user-content span.lc_bot {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.1em; }
  .module-rewards-page .lc_container .user-content .lc_spend.lc_heb {
    margin-top: 60px; }
  .module-rewards-page .lc_container .user-content .lc3_top {
    font-size: 73px;
    font-style: italic;
    line-height: 1.02em;
    padding-bottom: 10px;
    padding-right: 14px; }
  .module-rewards-page .lc_container .user-content .lc_panel-3 p span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 1.3em; }
.module-rewards-page .lc_social {
  padding-top: 8px; }
.module-rewards-page .lc_social a {
  background: rgba(0, 0, 0, 0) url(vinpok_social_v-1154531819165812458.png) no-repeat scroll left top;
  display: inline-block;
  height: 24px;
  margin-right: 9px;
  margin-left: 9px;
  opacity: 1;
  text-align: left;
  text-indent: -9999px;
  width: 23px;
  verticle-align: top;
  text-decortation: none;
  cursor: default; }
.module-rewards-page .lc_social a.instagram {
  background-position: -45px 0;
  width: 24px; }
.module-rewards-page .lc_social a.facebook {
  background-position: -95px 0;
  width: 12px; }
.module-rewards-page .lc_footer {
  text-align: center;
  background: #e0f6e6;
  padding: 50px 20px; }
  .module-rewards-page .lc_footer .lc_fcon {
    max-width: 560px;
    margin: 0px auto; }
  .module-rewards-page .lc_footer .lcf_action {
    float: left;
    max-width: 250px;
    margin-bottom: 15px;
    margin-left: 10px; }
  .module-rewards-page .lc_footer .lcf_action.la-rht {
    float: right;
    margin-right: 10px; }
    @media screen and (max-width: 720px) {
      .module-rewards-page .lc_footer .lcf_action.la-rht {
        float: none;
        max-width: none;
        margin: 0; } }
  @media screen and (max-width: 720px) {
    .module-rewards-page .lc_footer .lcf_action {
      float: none;
      max-width: none;
      margin: 0; } }
  .module-rewards-page .lc_footer .lcf_disclaim {
    clear: both;
    font-size: 14px;
    letter-spacing: 0px; }
  .module-rewards-page .lc_footer .lcf_disclaim .lcf_dtop {
    margin-bottom: 8px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-size: 12px; }
  .module-rewards-page .lc_footer .lcf_disclaim p {
    margin-bottom: 12px; }
  .module-rewards-page .lc_footer .lcf_action a {
    border: 2px solid #60aa80;
    color: #60aa80;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    letter-spacing: 2.75px;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding: 11px 0 0 0;
    text-align: center;
    width: 180px; }
  .module-rewards-page .lc_footer .lcf_action p {
    font-size: 23px;
    font-style: italic;
    margin-bottom: 30px;
    letter-spacing: 0px; }

.rewards-page-top-banner {
  position: relative; }
  .rewards-page-top-banner:before {
    content: ' ';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%; }
  .rewards-page-top-banner:after {
    content: ' ';
    display: block;
    padding-top: 30%;
    background: url(vinpok_banner_v-18034425641356684591.jpg) no-repeat;
    background-size: cover; }
    @media screen and (max-width: 720px) {
      .rewards-page-top-banner:after {
        padding: 0;
        height: 400px; } }
  .rewards-page-top-banner .rewards-banner-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }
    .rewards-page-top-banner .rewards-banner-text h1 {
      font-size: 80px;
      color: #fff;
      font-weight: 700;
      letter-spacing: .8px; }
      @media screen and (max-width: 720px) {
        .rewards-page-top-banner .rewards-banner-text h1 {
          font-size: 40px;
          line-height: 1.2; } }
    .rewards-page-top-banner .rewards-banner-text p {
      color: #fff;
      font-size: 20px;
      max-width: 800px;
      margin: 0 auto;
      padding: 0 20px; }
      @media screen and (max-width: 720px) {
        .rewards-page-top-banner .rewards-banner-text p {
          font-size: 16px; } }
  .rewards-page-top-banner .lch_join {
    padding-top: 30px; }
  .rewards-page-top-banner .lch_join a.jnb {
    background: #60aa80;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom: 8px;
    padding: 11px 0 0 0;
    text-align: center;
    width: 220px; }
  .rewards-page-top-banner .lch_join span {
    display: block;
    color: #fff; }

.media-page-top-banner:after {
  background: url(media_top_v-3993534915183882558.png) no-repeat;
  background-size: cover; }

.sweettooth-points-badge {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px 20px 30px 20px;
  text-align: left; }
  @media screen and (max-width: 720px) {
    .sweettooth-points-badge {
      text-align: center; } }
  .sweettooth-points-badge h3 {
    font-size: 24px;
    text-transform: uppercase; }
  .sweettooth-points-badge p {
    padding-top: 0;
    color: #666;
    margin-bottom: 10px; }
  .sweettooth-points-badge a {
    width: 48%;
    display: inline-block;
    float: left;
    border-radius: 3px;
    padding: 8px 0; }
    @media screen and (max-width: 720px) {
      .sweettooth-points-badge a {
        width: 60%;
        float: none; } }
  .sweettooth-points-badge a:last-child {
    float: right; }
    @media screen and (max-width: 720px) {
      .sweettooth-points-badge a:last-child {
        float: none;
        margin-top: 10px; } }

.successful-reset {
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 14px;
  border: 1px solid #c5ead5;
  border-radius: 5px;
  padding: 20px;
  color: #555;
  background: #c5ead5; }

.blur-up {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transform: scale(1);
  transition: filter 400ms, -webkit-filter 400ms; }

img[data-sizes="auto"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

.mini-cart-items-container {
  padding: 0;
  max-height: 300px;
  overflow-y: auto; }

.mini-cart {
  position: absolute;
  min-width: 470px;
  max-width: 470px;
  right: calc((100vw - 1300px) / 2);
  top: 100%;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  will-change: transform; }
  @media screen and (max-width: 1020px) {
    .mini-cart {
      right: 0; } }
  @media screen and (max-width: 720px) {
    .mini-cart {
      min-width: auto;
      max-width: auto; } }

.mini-cart--open {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible; }

.cart-items__row {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0; }
  .cart-items__row .grid .grid__item {
    float: left;
    padding: 0 15px; }
  .cart-items__row .grid .one-half {
    width: 50%; }
  .cart-items__row .grid .three-quarters {
    width: 75%; }
  .cart-items__row .grid .one-quarter {
    width: 25%; }
  .cart-items__row .ajaxcart__product-meta {
    display: block; }
  .cart-items__row .number-input-field {
    height: 26px;
    line-height: 26px; }
  .cart-items__row .number-input-nav {
    height: 26px; }
  .cart-items__row .number-input-nav-item {
    height: 26px;
    line-height: 26px; }
  .cart-items__row .cart-item-quantity-wrapper {
    float: left; }
  .cart-items__row .cart-item-total-container {
    float: right;
    line-height: 28px; }
  .cart-items__row .null-meta {
    display: none; }

.mini-cart-tools .cart-totals {
  padding: 15px; }
.mini-cart-tools .cart-cta {
  text-align: right;
  margin-top: 15px; }
.mini-cart-tools .button {
  min-width: auto !important;
  border-radius: 2px;
  padding: 10px 20px;
  width: 45%;
  margin-top: 0; }
.mini-cart-tools a {
  margin-right: 5%; }

.page__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  z-index: 80;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s; }

.page__overlay--open {
  opacity: 0.6;
  visibility: visible;
  transition: opacity 0.3s; }

.mini-cart__empty-state {
  text-align: center;
  padding: 20px;
  font-size: 16px; }
  .mini-cart__empty-state .button {
    width: 100%;
    border-radius: 3px;
    padding: 10px; }

.no-scroll {
  overflow: hidden; }

@media screen and (max-width: 720px) {
  .mobile-filter-target {
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s; } }

@media screen and (max-width: 720px) {
  .mobile-filter-target.active {
    /*       	height: auto; */
    margin-bottom: 0; } }

@media screen and (max-width: 720px) {
  .header-navigation-list-item.about-0,
  .header-navigation-list-item.blog-0 {
    display: none; } }

.earn-pins-wrap {
  display: inline-block; }
  @media screen and (max-width: 720px) {
    .earn-pins-wrap {
      position: absolute;
      white-space: nowrap;
      top: 5px;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      color: #60aa80;
      left: 90%;
      transform: scale(0.9, 0.9); } }
  @media screen and (max-width: 720px) {
    .earn-pins-wrap .pins {
      display: none; } }

.product-specification-body .__pf section:first-child {
  display: none; }

.search-page-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 720px) {
    .search-page-list {
      display: block; } }

@media screen and (max-width: 720px) {
  .affiliate-marketing-secondary-list {
    padding-bottom: 0; } }

.__pf {
  font-size: 16px; }

#featured-prod-tab.image-contain .list-container {
  min-height: 132px; }
  @media screen and (max-width: 720px) {
    #featured-prod-tab.image-contain .list-container {
      min-height: auto; } }

.footer-ssl {
  padding: 0; }

.slideshow-modal-content {
  padding: 0; }

.slideshow-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  width: 30px;
  padding: 0;
  height: 30px;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  padding-top: 2px; }

.slideshow-modal-content {
  max-width: 100%;
  margin: 0 18px; }

@media (min-width: 768px) {
  .slideshow-modal-dialog {
    width: 800px;
    max-width: 95%; } }
.image-layout-wrap {
  padding: 0 10px; }
  .image-layout-wrap .image-layout-item {
    float: left;
    width: 50%;
    padding-left: 10px;
    position: relative;
    overflow: hidden; }
    .image-layout-wrap .image-layout-item .overlay-bg-image {
      position: absolute;
      bottom: 100%;
      left: 0;
      transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s; }
    .image-layout-wrap .image-layout-item:hover .overlay-bg-image, .image-layout-wrap .image-layout-item:active .overlay-bg-image, .image-layout-wrap .image-layout-item.active .overlay-bg-image {
      bottom: 0; }
  .image-layout-wrap .image-layout-w50-h100 {
    padding-left: 0; }
    @media screen and (max-width: 720px) {
      .image-layout-wrap .image-layout-w50-h100 {
        width: 100%; } }
  .image-layout-wrap .image-layout-w25-h50 {
    width: 25%; }
    @media screen and (max-width: 720px) {
      .image-layout-wrap .image-layout-w25-h50 {
        padding-left: 0;
        margin-top: 10px;
        width: 50%; } }
  @media screen and (max-width: 720px) {
    .image-layout-wrap .image-layout-w25-h50.first-layout {
      padding-right: 5px; } }
  @media screen and (max-width: 720px) {
    .image-layout-wrap .image-layout-w25-h50.last-layout {
      padding-left: 5px; } }
  .image-layout-wrap .image-layout-w50-h50 {
    margin-top: 10px; }
    @media screen and (max-width: 720px) {
      .image-layout-wrap .image-layout-w50-h50 {
        padding-left: 0;
        width: 100%; } }

.image-layout-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #333; }

.gray-hr-title {
  font-size: 30px;
  color: #616161;
  text-align: center;
  position: relative;
  margin: 0 10px; }
  .gray-hr-title:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    top: 50%; }
  .gray-hr-title p {
    position: relative;
    z-index: 3;
    background: #fff;
    display: table;
    margin: 0 auto;
    padding: 15px 40px; }
    @media screen and (max-width: 720px) {
      .gray-hr-title p {
        padding: 10px 15px;
        font-size: 24px; } }

.pd-0 {
  padding: 0 !important; }

.column-3-float .list-item {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px; }
  @media screen and (max-width: 720px) {
    .column-3-float .list-item {
      width: 100%;
      margin-bottom: 10px; } }
  @media screen and (max-width: 720px) {
    .column-3-float .list-item:nth-child(5), .column-3-float .list-item:nth-child(6) {
      display: none; } }

.column-float .list-item {
  float: left; }

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

.flex-list-wrap .column-float {
  display: flex;
  flex-wrap: wrap; }

.media-report-wrap .column-float {
  display: flex;
  flex-wrap: wrap; }
  .media-report-wrap .column-float .list-item:nth-child(2n+1) {
    padding-right: 30px; }
    @media screen and (max-width: 720px) {
      .media-report-wrap .column-float .list-item:nth-child(2n+1) {
        padding-right: 10px;
        margin-bottom: 10px; } }
  .media-report-wrap .column-float .list-item:nth-child(2n) {
    padding-left: 30px; }
    @media screen and (max-width: 720px) {
      .media-report-wrap .column-float .list-item:nth-child(2n) {
        padding-left: 10px;
        margin-bottom: 10px; } }

.media-report-item {
  text-align: left; }
  .media-report-item .media-report-text {
    border: none;
    padding: 20px 30px;
    background-color: #e0f6e6;
    position: relative; }
    .media-report-item .media-report-text .triangle_border_down {
      width: 0;
      height: 0;
      border-width: 16px 50px 0;
      border-style: solid;
      border-color: #e0f6e6 transparent transparent;
      position: absolute;
      bottom: -16px;
      left: 0;
      /*           & span{
                  display: block;
                  width: 0;
                  height: 0;
                  border-width: 12px 300px 0 100px;
                  border-style: solid;
                  border-color: #d8fae6 transparent transparent;
                  position: absolute;
                  left: -100px;
                  top: -13px;
                } */ }

.media-report-item.light-green .media-report-text {
  background-color: #e0f6e6; }
  .media-report-item.light-green .media-report-text .triangle_border_down {
    border-color: #e0f6e6 transparent transparent; }

.media-report-item.bold-green .media-report-text {
  background-color: #6db282;
  color: #fff; }
  .media-report-item.bold-green .media-report-text .triangle_border_down {
    border-color: #6db282 transparent transparent; }

.media-report-item.heavy-green .media-report-text {
  background-color: #60aa7f;
  color: #fff; }
  .media-report-item.heavy-green .media-report-text .triangle_border_down {
    border-color: #60aa7f transparent transparent; }

.media-report-logo {
  padding: 22px 0 12px 0; }

.fluid-width-video-wrapper .lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: black url(load_v-5227527364813585973.gif) no-repeat center; }

.two-image {
  display: table;
  width: 100%; }
  .two-image img {
    max-width: 50%;
    float: left; }
    @media screen and (max-width: 720px) {
      .two-image img {
        max-width: 100%;
        float: none; } }

.smile-launcher-frame-container.smile-launcher-border-radius-circular {
  right: 110px !important; }
  @media screen and (max-width: 720px) {
    .smile-launcher-frame-container.smile-launcher-border-radius-circular {
      bottom: 23px !important;
      right: 100px !important; } }

@media screen and (max-width: 720px) {
  .sub-module {
    padding: 0 10px; } }

.icon-lists-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  padding-top: 20px; }
  @media screen and (max-width: 720px) {
    .icon-lists-flex {
      justify-content: left;
      align-content: center;
      padding-top: 0; } }
  .icon-lists-flex .icon-col {
    margin: 0 10px;
    text-align: left; }
    @media screen and (max-width: 720px) {
      .icon-lists-flex .icon-col {
        margin: 0 0 15px 0;
        width: 50%;
        padding: 0 6px; } }
    .icon-lists-flex .icon-col .title-format-h3 {
      line-height: 1.5;
      font-weight: 700; }
      .icon-lists-flex .icon-col .title-format-h3 .title-format-a {
        color: #333; }
        @media screen and (max-width: 720px) {
          .icon-lists-flex .icon-col .title-format-h3 .title-format-a {
            color: #FFF; } }
        .icon-lists-flex .icon-col .title-format-h3 .title-format-a:hover, .icon-lists-flex .icon-col .title-format-h3 .title-format-a:focus {
          color: #60aa80; }
    .icon-lists-flex .icon-col .sub-title-format-ul {
      margin: 0;
      line-height: 1.5;
      padding-top: 10px; }
      .icon-lists-flex .icon-col .sub-title-format-ul li {
        margin: 6px 0; }
      .icon-lists-flex .icon-col .sub-title-format-ul a {
        color: #4d4d4d;
        font-size: 14px; }
        @media screen and (max-width: 720px) {
          .icon-lists-flex .icon-col .sub-title-format-ul a {
            color: #ededed; } }
        .icon-lists-flex .icon-col .sub-title-format-ul a:hover, .icon-lists-flex .icon-col .sub-title-format-ul a:focus {
          color: #60aa80; }

.custom-image-list-layout {
  position: relative; }
  .custom-image-list-layout .home-img-redirect-wrapper {
    position: absolute;
    cursor: default; }
    @media screen and (max-width: 720px) {
      .custom-image-list-layout .home-img-redirect-wrapper {
        position: static; } }
  .custom-image-list-layout .home-img-redirect-wrapper:first-child {
    position: static; }
  .custom-image-list-layout .home-img-redirect-wrapper-2 {
    left: 50%;
    top: 0;
    height: 50%;
    overflow: hidden;
    padding-right: 0; }
    .custom-image-list-layout .home-img-redirect-wrapper-2 .home-img-redirect:before {
      padding-top: 50%; }
    @media screen and (max-width: 720px) {
      .custom-image-list-layout .home-img-redirect-wrapper-2 {
        padding-top: 8px; } }
  .custom-image-list-layout .home-img-redirect-wrapper-3, .custom-image-list-layout .home-img-redirect-wrapper-4 {
    width: 25%;
    top: 50%;
    height: 50%;
    overflow: hidden;
    padding-top: 8px; }
    @media screen and (max-width: 720px) {
      .custom-image-list-layout .home-img-redirect-wrapper-3, .custom-image-list-layout .home-img-redirect-wrapper-4 {
        width: 50%;
        float: left; } }
  .custom-image-list-layout .home-img-redirect-wrapper-3 {
    left: 50%; }
    @media screen and (max-width: 720px) {
      .custom-image-list-layout .home-img-redirect-wrapper-3 {
        padding-right: 4px; } }
  .custom-image-list-layout .home-img-redirect-wrapper-4 {
    left: 75%; }
    @media screen and (max-width: 720px) {
      .custom-image-list-layout .home-img-redirect-wrapper-4 {
        padding-left: 4px; } }
  .custom-image-list-layout .home-img-redirect {
    height: 100%; }
    @media screen and (max-width: 720px) {
      .custom-image-list-layout .home-img-redirect {
        margin: 0; } }
  .custom-image-list-layout .home-img-redirect .module-title {
    overflow: hidden;
    padding: 0 5px;
    padding-bottom: 12px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      .custom-image-list-layout .home-img-redirect .module-title {
        font-size: 30px; } }
  .custom-image-list-layout .white-border-button:hover, .custom-image-list-layout .white-border-button:focus {
    background-color: rgba(96, 170, 128, 0.5) !important;
    color: white !important; }

.customer-register-wrap {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
  margin-top: 25px; }
  .customer-register-wrap h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px; }
  .customer-register-wrap p {
    margin: 0 0 3px 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    line-height: 1.4; }
  .customer-register-wrap a.button-outline {
    margin-top: 30px;
    background-color: transparent;
    color: #60aa80;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    width: 100%;
    padding: 5px 0; }
    .customer-register-wrap a.button-outline:hover, .customer-register-wrap a.button-outline:focus {
      background-color: #60aa80;
      color: #fff; }

.home-featured-collection .list-container {
  text-align: left; }