/*============================================================================
  Brooklyn by Shopify
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*============================================================================
  #Sass Mixins
==============================================================================*/
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }
    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Functions ================*/
/*================ Animations and keyframes ================*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography ================*/
@font-face {
  font-display: swap;
  font-family: 'icons';
  src: url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/icons.eot?v=11618543380240552566");
  src: url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/icons.eot?v=11618543380240552566#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/icons.woff?v=6203881399338772385") format("woff"), url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/icons.ttf?v=12999143105243051173") format("truetype"), url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/icons.svg?v=1880147888848119567#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'NeutraText-BoldAlt';
  src: url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/NeutraText-BoldAlt.otf?v=317157307572189197"); }

@font-face {
  font-display: swap;
  font-family: 'OpenSans-Regular';
  src: url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/OpenSans-Regular.ttf?v=12957463321930039431"); }

/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*================ Theme-specific partials ================*/
/*================ Theme specific global styles ================*/
hr, .hr--small, .hr--medium, .hr--large {
  border-width: 2px 0 0 0; }

.hr--small {
  margin: 20px auto; }

.hr--medium {
  margin: 35px auto; }
  @media screen and (min-width: 769px) {
    .hr--medium {
      margin: 45px auto; } }

.hr--large {
  margin: 60px auto; }

.hr--left {
  margin-left: 0;
  margin-right: 0; }

/*================ Table styles ================*/
table {
  position: relative;
  border: 0 none; }

td,
th {
  border: 0 none; }

td {
  padding: 10px 15px; }

/*============================================================================
  Responsive tables, defined with .table--responsive on table element.
  Only defined for IE9+
==============================================================================*/
@media screen and (max-width: 590px) {
  html:not(.lt-ie9) .table--responsive thead {
    display: none; }
  html:not(.lt-ie9) .table--responsive tr {
    display: block; }
  html:not(.lt-ie9) .table--responsive tr,
  html:not(.lt-ie9) .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  html:not(.lt-ie9) .table--responsive th,
  html:not(.lt-ie9) .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px; }
  html:not(.lt-ie9) .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: OpenSans-Regular;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px; } }
@media screen and (max-width: 590px) {
  html:not(.lt-ie9) .table--small-hide {
    display: none !important; }
  html:not(.lt-ie9) .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    html:not(.lt-ie9) .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #d9d9d9; } }

/*================ Partials | Theme typography overrides ================*/
body,
input,
textarea,
button,
select {
  line-height: 1.563; }

h1, .h1 {
  font-size: 1.85714em; }

h2, .h2 {
  font-size: 1.71429em; }

h3, .h3 {
  font-size: 1.42857em; }

h4, .h4 {
  font-size: 1.14286em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 0.92857em; }

/*================ Tables ================*/
th,
.table__title {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.92857em; }

/*================ Rich Text Editor Styles ================*/
.rte h1, .rte .h1 {
  text-align: center; }
.rte h2, .rte .h2 {
  text-align: center; }
.rte h3, .rte .h3 {
  text-align: center; }

blockquote {
  font-style: italic;
  font-size: 1.64286em;
  line-height: 1.385;
  text-align: center; }
  @media screen and (min-width: 591px) {
    blockquote {
      font-size: 1.85714em; } }

.section-header .rte {
  font-size: 1em;
  color: #666; }

/*================ Blog and Page Typography ================*/
.article .rte h2, .article .rte .h2,
.article .rte h3,
.article .rte .h3,
.page .rte h2,
.page .rte .h2,
.page .rte h3,
.page .rte .h3 {
  margin-bottom: 2em; }

/*================ Blog Typography ================*/
.date {
  font-style: italic;
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 5px; }
  @media screen and (min-width: 769px) {
    .date {
      margin-bottom: 0; } }
  .section-header .date:last-child {
    margin-bottom: 40px; }

.comment-author {
  font-style: italic;
  margin-bottom: 0; }

.comment-date {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.85714em; }

/*================ Cart Typography ================*/
.ajaxcart__product-name,
.cart__product-name {
  font-size: 1em !important; }

.ajaxcart__product-name {
  font-size: 1em;
  line-height: 1.3; }

.ajaxcart__price,
.cart__price,
.cart__subtotal {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.ajaxcart__price {
  font-size: 0.92857em; }

.ajaxcart__price--strikethrough,
.cart__price--strikethrough {
  text-decoration: line-through; }

.ajaxcart__discount,
.cart__discount {
  display: block;
  font-style: italic; }

.ajaxcart__subtotal {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.ajaxcart__qty-num[type="text"] {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.92857em; }

.ajaxcart__note {
  font-style: italic;
  font-weight: normal;
  opacity: 0.7; }

.ajaxcart__savings,
.cart__savings {
  font-style: italic;
  font-size: 1.42857em; }

/*================ Misc typography ================*/
.drawer__title {
  font-family: NeutraText-BoldAlt;
  font-weight: 400;
  font-size: 1.71429em; }

.collection-grid__item-title {
  font-size: 1.14286em;
  line-height: 1.1; }
  @media screen and (min-width: 591px) {
    .collection-grid__item-title {
      font-size: 1.42857em; } }

.collection-grid__item-link {
  font-size: 0.85714em;
  line-height: 1.1;
  text-align: left;
  padding: 2% 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media screen and (min-width: 591px) {
    .collection-grid__item-link {
      font-size: 1em;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease; } }

.collection-grid__item-link:hover {
  color: #15b8d0; }

/*================ Partials | Theme Form Overrides ================*/
label {
  font-weight: normal; }

::-webkit-input-placeholder {
  color: #252a2b;
  opacity: 0.6; }

:-moz-placeholder {
  color: #252a2b;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #252a2b;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #252a2b;
  opacity: 1; }

input,
textarea,
select {
  outline: 0;
  font-size: 1em;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    background-color: #f6f6f6;
    border-color: transparent; }
  input:hover,
  textarea:hover,
  select:hover {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 0.9;
    outline: 0; }
  input:active, input:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    opacity: 1;
    outline: 0; }

select:hover {
  outline: 0; }

input[type="number"] {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.14286em; }

input[type="image"] {
  background-color: transparent; }

/*================ Ajax quantity selectors ================*/
.js-qty {
  background: none;
  color: #1c1d1d;
  border-radius: 4px; }
  .js-qty:focus {
    outline: 0; }

.js-qty__adjust:hover {
  color: #1c1d1d; }

.js-qty__adjust--minus,
.js-qty__adjust--plus {
  border-color: #e9e9e9;
  color: #1c1d1d; }

.js-qty__adjust--minus {
  width: 49px; }
  .js-qty__adjust--minus:focus {
    outline: 0;
    border-radius: 4px 0 0 4px; }

.js-qty__adjust--plus {
  width: 49px; }
  .js-qty__adjust--plus:focus {
    outline: 0;
    border-radius: 0 4px 4px 0; }

/*================ Newsletter area ================*/
.newsletter .grid__item {
  padding-left: 0;
  padding-bottom: 0; }
.newsletter .social-icons {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 4px; }
  .newsletter .social-icons li {
    display: inline-block;
    margin-right: 4%;
    cursor: pointer;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .newsletter .social-icons li:hover a {
      color: #14bedc; }
    .newsletter .social-icons li a {
      font-size: 1.71429em;
      color: #8b8b92; }
      @media screen and (min-width: 768px) {
        .newsletter .social-icons li a {
          color: #fff; } }
    .newsletter .social-icons li svg {
      stroke-width: 100%;
      height: 100%; }
.shopify-section:first-child .newsletter {
  margin-top: -60px; }
  @media screen and (min-width: 591px) {
    .shopify-section:first-child .newsletter {
      margin-bottom: -60px;
      position: relative;
      top: -50px; } }
.newsletter .section-header + .section-subheading {
  margin-top: -30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 591px) {
    .newsletter .section-header + .section-subheading {
      margin-top: -50px;
      margin-bottom: 50px; } }
.newsletter form {
  max-width: 400px; }
  @media screen and (max-width: 768px) {
    .newsletter form {
      margin: 0 auto; } }
  .newsletter form .newsletter--form {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .newsletter form .note, .newsletter form .errors {
    margin-bottom: 0; }
.newsletter form .newsletter--form,
.newsletter .newsletter__input {
  padding: 8px 10px;
  color: #252a2b; }
.newsletter #Email {
  border-radius: 0px; }
.newsletter .newsletter__input {
  height: 50px !important; }
.newsletter .newsletter__submit {
  height: 50px !important;
  background: #373c40;
  line-height: 0.42;
  padding: 8px 10px;
  min-width: 90px;
  border-radius: 0; }
  .newsletter .newsletter__submit:hover {
    background: #14bedc; }
.newsletter .newsletter__input {
  background: #121818;
  border: none;
  color: #fff;
  font-size: 1em;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield; }
  .newsletter .newsletter__input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bfbfbf;
    opacity: 1; }
  .newsletter .newsletter__input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
    opacity: 1; }
  .newsletter .newsletter__input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bfbfbf;
    opacity: 1; }
  .newsletter .newsletter__input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bfbfbf; }
  .newsletter .newsletter__input::-ms-input-placeholder {
    /* Microsoft Edge 12+ */
    color: #bfbfbf;
    opacity: 1; }
  @media screen and (min-width: 591px) {
    .newsletter .newsletter__input {
      font-size: 0.85714em; } }
.newsletter .newsletter__submit-text--large {
  white-space: nowrap; }

@media screen and (max-width: 590px) {
  .newsletter__submit-text--large,
  .password-page__login-form__submit-text--large {
    display: none; }

  .newsletter__submit-text--small,
  .password-page__login-form__submit-text--small {
    display: block; } }
@media screen and (min-width: 591px) {
  .newsletter__submit-text--large,
  .password-page__login-form__submit-text--large {
    display: block; }

  .newsletter__submit-text--small,
  .password-page__login-form__submit-text--small {
    display: none; } }
.newsletter__label {
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 13px; }

/*================ Modules | Theme product collage grid ================*/
.grid__row-separator {
  clear: both;
  width: 100%; }

.lt-ie9 .grid-uniform .grid-product {
  display: inline-block;
  margin-left: -4px;
  float: none; }

.grid-collage {
  margin-bottom: -13px; }

@media screen and (max-width: 590px) {
  .grid-collage .grid-product__image-link {
    height: 310px; } }
.grid-collage .grid-product__image-link {
  vertical-align: middle;
  display: table-cell; }

@media screen and (min-width: 591px) {
  .large--two-thirds.reverse {
    float: right; }

  .grid-collage .large--two-thirds {
    clear: both; }
    .grid-collage .large--two-thirds.reverse {
      clear: none; }
  .grid-collage .grid__item.large--one-third {
    clear: none; }
  .grid-collage .large--one-half {
    float: left;
    display: inline-block; }

  .grid-collage .large--one-third {
    clear: inherit; }

  .grid-collage .grid-product__image-link {
    height: 670px; }

  .grid-collage .large--one-half .grid-product__image-link {
    height: 310px; }

  .grid-collage .large--two-thirds .grid-product__image-link {
    height: 520px; }

  .grid-collage .large--one-third .grid-product__image-link {
    height: 230px; } }
/*================ Modules | Theme collection collage grid ================*/
.collection-collage__item {
  position: relative;
  margin-bottom: 10px; }
  @media screen and (min-width: 591px) {
    .collection-collage__item {
      margin-bottom: 30px; } }

#CollectionSection .grid-product__text {
  padding: 10px; }
  #CollectionSection .grid-product__text .spr-badge {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    border: 0; }
#CollectionSection .grid-product {
  border: 1px solid #f6f6f6;
  padding-left: 0;
  position: relative;
  /*     @include at-query($max, $postSmall) {
        margin-left:20px;
      } */ }
  #CollectionSection .grid-product .grid-product__wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #fff;
    overflow: hidden;
    /*        @include at-query($min, $medium) {
            max-width:310px;  
            min-height:500px;
         }
          &:hover{
          border:1px solid #c0c0c0;
          border-radius:5px;
            
         
        } */ }

.grid-product__wrapper {
  outline: none;
  border: none !important; }
  .grid-product__wrapper .first-img {
    opacity: 1;
    /*     display:block; */
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; }
  .grid-product__wrapper .second-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; }
  .grid-product__wrapper:hover .first-img {
    /*       opacity:0; */ }
  .grid-product__wrapper:hover .second-img {
    /*       opacity:1; */ }

/*================ Partials | Theme button overrides ================*/
a {
  /*   color: $colorTextBody; */
  text-decoration: none;
  background: transparent; }
  a:hover {
    color: #252a2b; }

.rte a,
.text-link {
  /*   color: $colorLink; */ }
  .rte a:hover,
  .text-link:hover {
    color: #14bedc; }

.return-link {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em; }

/*================ Buttons and Input Groups ================*/
.btn,
.btn--secondary {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 0.92857em; }

.input-group .btn,
.input-group .btn--secondary,
.input-group .input-group-field {
  height: 40px; }

/*================ Button loading indicator, when supported ================*/
.supports-csstransforms .btn--loading {
  position: relative;
  background-color: #12aac5;
  color: #12aac5; }
  .supports-csstransforms .btn--loading:hover, .supports-csstransforms .btn--loading:active {
    background-color: #12aac5;
    color: #12aac5; }
  .supports-csstransforms .btn--loading:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

/*================ Partials | Theme drawer overrides ================*/
/*================ Override drawer scrolling to accommodate fixed header/footers ================*/
.drawer {
  overflow: hidden; }

.drawer__inner {
  position: absolute;
  top: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 769px) {
    .drawer__inner {
      padding-left: 30px;
      padding-right: 30px; } }
  .drawer--has-fixed-footer .drawer__inner {
    overflow: hidden; }

.drawer-left__inner {
  top: 0;
  padding-top: 44px; }
  .drawer-left__inner .input-group-field {
    margin: 0; }
  .drawer-left__inner .input-group-btn {
    padding-left: 5px; }

/*================ Drawer Fixed Headers ================*/
.drawer__fixed-header {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 68px;
  overflow: visible; }
  @media screen and (min-width: 769px) {
    .drawer__fixed-header {
      left: 30px;
      right: 30px; } }

.drawer__header {
  padding: 15px 0;
  margin: 0; }

@media screen and (max-width: 768px) {
  .drawer__close-button .icon {
    font-size: 1.57143em; } }
@media screen and (min-width: 591px) {
  .drawer__close-button {
    right: 0; } }
@media screen and (min-width: 1361px) {
  .drawer__close-button {
    right: -20px; } }
/*================ Drawer Fixed Cart Footer ================*/
.ajaxcart__inner--has-fixed-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 15px 0;
  bottom: 130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 769px) {
    .ajaxcart__inner--has-fixed-footer {
      padding: 30px 30px 0; } }

.ajaxcart__footer {
  border-top: 1px solid #606060;
  padding-top: 15px; }

.ajaxcart__footer--fixed {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  min-height: 130px;
  padding-bottom: 30px; }
  @media screen and (max-width: 590px) {
    .ajaxcart__footer--fixed {
      padding-bottom: 15px; } }
  @media screen and (min-width: 769px) {
    .ajaxcart__footer--fixed {
      left: 30px;
      right: 30px; } }

/*================ Drawer Quantity Selectors ================*/
.ajaxcart__qty {
  max-width: 75px; }
  .ajaxcart__qty input[type="text"] {
    padding: 0 20px; }
  .ajaxcart__qty .js-qty__adjust,
  .ajaxcart__qty .ajaxcart__qty-adjust {
    padding: 0 5px;
    line-height: 1; }

/*================ Cart item styles ================*/
.ajaxcart__product:last-child .ajaxcart__row {
  border-bottom: 0 none;
  padding-bottom: 0; }

.btn--secondary {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .btn--secondary:hover {
    background-color: #60d88b; }

/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/
/*================ Social share buttons ================*/
.social-sharing {
  font-family: OpenSans-Regular;
  text-align: center;
  /*================ Large Buttons ================*/ }
  .section-header .social-sharing {
    text-align: center; }
  .social-sharing .title {
    text-transform: uppercase;
    margin-right: 33px; }
  .social-sharing .social-icons {
    text-align: left; }
  .social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .social-sharing a {
    display: inline-block;
    color: #252a2b;
    border-radius: 2px;
    text-decoration: none;
    font-weight: normal; }
  .social-sharing span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 14px; }
  .social-sharing .icon {
    padding: 0 5px 0 10px; }
    .social-sharing .icon:before {
      line-height: 40px; }
  .social-sharing.is-large a {
    height: 80px;
    line-height: 80px; }
    .social-sharing.is-large a span {
      height: 80px;
      line-height: 80px;
      font-size: 18px; }
    .social-sharing.is-large a .icon {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .icon:before {
        line-height: 80px; }

.share-title {
  font-size: 1.28571em;
  padding-right: 10px; }
  .is-large .share-title {
    padding-right: 16px; }

/*================ Clean Buttons ================*/
.social-sharing.clean a {
  background-color: white;
  color: #252a2b; }
  .social-sharing.clean a span {
    font-size: 22px; }
  .social-sharing.clean a:hover {
    opacity: 0.8; }
  .social-sharing.clean a:hover .share-count {
    opacity: 0.8; }
    .social-sharing.clean a:hover .share-count:after {
      border-right-color: white; }
  .social-sharing.clean a .share-title {
    font-weight: normal;
    display: none; }
.social-sharing.clean .share-count {
  top: -1px; }

/*================ Partials | Theme search grid ================*/
.lt-ie9 .grid-uniform .grid-search {
  display: inline-block;
  margin-left: -4px;
  float: none; }

.grid-search {
  margin-bottom: 30px; }

.grid-search__product {
  position: relative;
  text-align: center; }

@media screen and (min-width: 769px) {
  .grid-search__page-link,
  .grid-search__product-link {
    height: 280px; } }

.grid-search__page-link {
  display: block;
  background-color: white;
  padding: 20px;
  color: #252a2b;
  overflow: hidden; }
  .grid-search__page-link:hover, .grid-search__page-link:focus {
    background-color: #f7f7f7; }

.grid-search__page-content {
  display: block;
  height: 100%;
  overflow: hidden; }

.grid-search__image {
  display: block;
  padding: 20px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%; }
  @media screen and (min-width: 769px) {
    .grid-search__image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .grid-search__image .lt-ie9 {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }

/*================ Partials | Sections ================*/
.index-sections .shopify-section {
  /*     margin-top: $gutter / 3; */ }
  @media screen and (max-width: 768px) {
    .index-sections .shopify-section {
      /*       margin-top: $gutter / 3; */ } }

/*================ Partials | Sections onboarding ================*/
.placeholder-svg {
  fill: rgba(37, 42, 43, 0.35);
  background-color: rgba(37, 42, 43, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.placeholder-background {
  background-color: rgba(37, 42, 43, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .hero .placeholder-background {
    background-color: transparent; }
  .placeholder-background .placeholder-svg {
    fill: rgba(37, 42, 43, 0.1);
    background-color: transparent; }

.hero__slide.slide--placeholder {
  background-color: rgba(37, 42, 43, 0.1) !important; }

/*================ Partials | Featured products section onboarding ================*/
.helper-section .grid-product__image-link, .helper .grid-product__image-link {
  background-color: transparent; }

.helper-section .grid-product__image-wrapper {
  height: 275px !important; }

/*================ Partials | Featured row section ================*/
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .feature-row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media screen and (max-width: 768px) {
    .feature-row__item {
      -webkit-flex: 1 1 100%;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }

.feature-row__image-wrapper {
  position: relative; }
  .no-js .feature-row__image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    padding-top: 0 !important; }

.feature-row__image-no-js {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .feature-row__image-no-js {
      order: 1; } }

.feature-row__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .feature-row__image {
      order: 1; } }

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }

@media screen and (min-width: 769px) {
  .feature-row__text--left {
    padding-left: 35px; }

  .feature-row__text--right {
    padding-right: 35px; } }
/*================ Module-specific styles ================*/
/*============================================================================
  To update Slick slider to a new version,
  scroll down to #Slick Slider SCSS and follow the instructions

  Default Slick classes all start with '.slick'
  Custom classes all start with '.hero'

  Extra specificity in selectors is used to override default
  styles before including the default Slick CSS
==============================================================================*/
/*================ Prev/next and pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  bottom: 10px; }
  .slick-slider .slick-dots li {
    vertical-align: middle; }
    .slick-slider .slick-dots li button {
      position: relative; }
    .slick-slider .slick-dots li button:before {
      text-indent: -9999px;
      background-color: white;
      border: 2px solid #d9d9d9;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      opacity: 1;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .slick-slider .slick-dots li.slick-active button:before {
      background-color: #d9d9d9;
      opacity: 1;
      width: 10px;
      height: 10px; }
    .slick-slider .slick-dots li button:active:before {
      opacity: 1; }

.hero .slick-prev,
.hero .slick-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px; }
.hero .slick-prev {
  left: 0; }
.hero .slick-next {
  right: 0; }

/*============================================================================
  General slide styles
    - Sizes based on height of image when 100% of container width
==============================================================================*/
.hero__slide {
  position: relative; }

.hero__image {
  position: relative;
  opacity: 0; }
  .slick-initialized .hero__image {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  .hero__image img {
    display: block;
    width: 100%; }

.slideshow__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: none; }

.hero__slide--hidden {
  visibility: hidden; }

.supports-touch .hero__slide--hidden {
  visibility: visible; }

.ie9 .hero__slide,
.lt-ie9 .hero__slide {
  z-index: 1 !important; }
.ie9 .slick-dots,
.lt-ie9 .slick-dots {
  z-index: 10; }

/*============================================================================
  Full screen hero styles
    - Uses css background image
==============================================================================*/
.hero--full-height {
  min-height: 550px; }
  .hero--full-height .hero__image {
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
    .lt-ie9 .hero--full-height .hero__image {
      background-position: center center; }

.no-js .hero__image {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.hero__image-no-js {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  min-height: 550px;
  opacity: 1; }

/*================ Hero text/CTA ================*/
.hero__text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: left;
  width: 50%; }

.hero__text-align {
  display: table;
  width: 100%;
  height: 100%; }

.hero__text-content {
  position: relative;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .slick-initialized .hero__text-content {
    opacity: 1;
    -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  @media screen and (min-width: 769px) {
    .hero__text-content {
      padding: 2% 8% 2% 15%; } }

.hero__text-content .slick-dots {
  position: static; }

/*================ Extra specificity to override Timber defaults ================*/
.hero__slide .hero__title {
  margin-bottom: 3px;
  line-height: 1.25;
  letter-spacing: 0; }
.hero__slide .hero__subtitle {
  font-family: OpenSans-Regular;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: 0; }
.hero__slide a.hero__cta {
  margin-bottom: 0;
  border-radius: 20px;
  padding: 10px 20px; }
  .hero__slide a.hero__cta:hover {
    background-color: #000 !important; }

/*================ Font sizes ================*/
.hero__slide .hero__title {
  font-size: 2.14286em; }
.hero__slide .hero__subtitle {
  font-size: 1.07143em; }
@media screen and (min-width: 591px) {
  .hero__slide .hero__title {
    font-size: 2.14286em; }
  .hero__slide .hero__subtitle {
    font-size: 1.07143em; } }
@media screen and (min-width: 769px) {
  .hero__slide .hero__title {
    font-size: 2.14286em; } }

@media all and (min-width: 768px) and (max-width: 1300px) {
  .hero__slide .hero__title {
    font-size: 2.14286em;
    font-weight: bold; } }
/*================ Hero header ================*/
.hero__header {
  position: relative;
  z-index: 2; }

.template-index .header-wrapper {
  opacity: 0;
  z-index: 2;
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards; }
  .supports-no-cssanimations .template-index .header-wrapper {
    opacity: 1;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

.header-container {
  position: relative;
  z-index: 2; }

.header-wrapper--over-hero {
  position: relative; }

/*============================================================================
  #Slick Slider overrides
    - If upgrading Slick's styles, use the following variables/functions
      instead of the slick defaults
    - Only overwrite slick's default styles starting at #Slick Slider SCSS
==============================================================================*/
/*============================================================================
  #Slick Slider SCSS
    - Everything below this line is unchanged from Slick's scss file
    - When updating to a new version, don't include the variables/function
      that were modified above
==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/ajax-loader.gif?v=4135686330247201572) center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick-icons, sans-serif";
  font-size: 20px;
  line-height: 1;
  color: #14bedc;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
/* .slick-slider {
  margin-bottom: 30px;
} */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 10; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:focus {
      outline: 0; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 12px;
      width: 12px;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      background: #d2d2d2;
      border-radius: 50%;
      outline: none; }
    .slick-dots li.slick-active button {
      background: linear-gradient(to right, #14bedc, 18%, #b4f096); }

/*================ Module | Collection images at top of templates ================*/
.collection-hero {
  margin-top: -35px;
  margin-bottom: 35px;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .collection-hero {
      margin-top: -65px;
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .collection-hero {
      margin-bottom: 60px; } }

.collection-hero__image-wrapper {
  position: relative; }
  .no-js .collection-hero__image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

.collection-hero__image-wrapper:after {
  padding-bottom: 70%;
  content: '';
  display: block;
  height: 0;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .collection-hero__image-wrapper:after {
      padding-bottom: 45%; } }

.collection-hero__image {
  position: absolute;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover";
  opacity: 0; }
  .collection-hero__image.is-init {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

.collection-hero__image-no-js {
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1; }
  @media screen and (min-width: 769px) {
    .collection-hero__image-no-js {
      padding-bottom: 45%; } }

.filter-dropdown__label {
  margin-right: 0.3em; }

/*================ Module | Theme Header and Navigation Overrides ================*/
@media screen and (max-width: 768px) {
  .site-header {
    padding: 0; }
    .site-header .grid--table {
      height: 68px; } }
.site-header__logo .logo--inverted {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0; }
  .is-light .site-header__logo .logo--inverted {
    opacity: 1;
    visibility: visible;
    height: auto; }

@media screen and (max-width: 768px) {
  .mobile-cart {
    float: right !important; } }
.mobile-menu {
  float: left  !important; }

.customwidth {
  width: auto !important;
  margin: 0 20px; }
  .customwidth .site-nav--mobile .site-nav__link {
    margin: 0; }

.pc-menu-cart {
  float: right  !important;
  margin: 0; }

/*================ Text Shop Name ================*/
.site-header__logo {
  font-size: 1.42857em; }
  @media screen and (min-width: 769px) {
    .site-header__logo {
      text-align: left;
      font-size: 1.78571em; } }
  @media screen and (max-width: 768px) {
    .site-header__logo img {
      max-height: 53px;
      margin-top: 10px;
      max-width: 120px !important;
      margin-bottom: 10px; } }

.site-header__logo a,
.header-logo a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

/*================ Nav Links ================*/
#shopify-section-header {
  z-index: 15;
  width: 100%;
  position: relative; }

.site-nav, .site-nav--open {
  white-space: nowrap;
  opacity: 0; }
  .no-js .site-nav, .site-nav.site-nav--init, .no-js .site-nav--open, .site-nav--open.site-nav--init {
    opacity: 1;
    -webkit-transition: color 0.2s, opacity 0.1s;
    -moz-transition: color 0.2s, opacity 0.1s;
    -ms-transition: color 0.2s, opacity 0.1s;
    -o-transition: color 0.2s, opacity 0.1s;
    transition: color 0.2s, opacity 0.1s; }

.burger-icon {
  display: block;
  height: 2px;
  width: 18px;
  left: 25px;
  margin-left: -9px;
  position: absolute;
  transition: all 0.25s ease-out;
  background: #252a2b; }
  .js-drawer-open-left .burger-icon {
    width: 24px;
    top: calc(50% - 1px);
    left: calc(50% - 4px); }
  @media screen and (min-width: 769px) {
    .burger-icon {
      width: 20px;
      left: 27px;
      margin-left: -12px; }
      .js-drawer-open-left .burger-icon {
        width: 25px;
        top: calc(50% - 1px);
        left: calc(50% - 2px); } }

.burger-icon--top {
  top: 17px; }
  .js-drawer-open-left .burger-icon--top {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.burger-icon--mid {
  top: 24px; }
  .js-drawer-open-left .burger-icon--mid {
    opacity: 0; }

.burger-icon--bottom {
  top: 31px; }
  .js-drawer-open-left .burger-icon--bottom {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.site-nav__link--burger {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  border: 0;
  position: relative;
  top: 4px;
  transition: transform 0.15s ease-out; }
  .site-nav__link--burger svg {
    width: 20px;
    height: 30px; }
  .site-nav__link--burger::after {
    border-color: #000; }

.site-nav__item {
  white-space: normal; }
  .site-nav__item:hover a {
    /*       color:#fff; */
    text-align: center; }

.site-nav__link {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1em; }
  .account-list .site-nav__link {
    margin: 0; }

#AccessibleNav > li > a {
  position: relative; }
  @media (min-width: 1600px) {
    #AccessibleNav > li > a {
      font-size: 18px; } }
  #AccessibleNav > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    background: linear-gradient(to right, #14bedc, #b4f096);
    height: 3px;
    z-index: 6;
    width: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#AccessibleNav > li:hover > a:before {
  width: 100%; }

.site-nav--has-dropdown > a {
  position: relative;
  z-index: 6; }
.site-nav--has-dropdown:hover > a,
.site-nav--has-dropdown > a.nav-focus, .site-nav--has-dropdown.nav-hover > a {
  color: #252a2b;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
.site-nav--has-dropdown.site-nav--has-dropdown-grandchild a:before {
  display: none; }

.account-list {
  float: right !important; }
  .account-list ul {
    text-align: right; }

.navigation {
  float: right !important; }

/*===============Shop  Nav Links ================*/
.sub-item {
  display: inline-block;
  margin: 0;
  white-space: normal; }
  .sub-item:hover a.parentlink {
    color: #b3bc18; }
  .sub-item:hover .sub-nav {
    display: block; }

.sub-nav {
  display: none;
  position: absolute;
  width: 100%;
  background: #edecec;
  left: 0;
  z-index: 10;
  text-align: center;
  padding: 10px; }
  .sub-nav a:hover {
    color: #b3bc18; }

.child-nav {
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 67%; }
  .child-nav li {
    list-style: none; }
    .child-nav li.child-3 {
      width: 23%;
      display: inline-block;
      vertical-align: top; }
      .child-nav li.child-3 .site-nav__link {
        padding-bottom: 5px;
        font-weight: bold; }
      .child-nav li.child-3 ul {
        margin-left: 15px; }

.menu_side_img {
  align-self: center;
  display: inline-block;
  vertical-align: top; }
  .menu_side_img li {
    list-style: none; }
    .menu_side_img li:hover {
      opacity: 0.9; }

/*================ Dropdown Animation ================*/
.site-nav__dropdown {
  text-align: center;
  backgrdound: none;
  min-width: 920px;
  top: 65px;
  left: 0%;
  width: 100%;
  background: #fff;
  padding: 0;
  display: none;
  opacity: 0;
  -webkit-transition: height 0.4s ease-in;
  -moz-transition: height 0.4s ease-in;
  -o-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in; }
  .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown {
    opacity: 1;
    display: block;
    pointer-events: initial; }
    .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown .site-nav__dropdown_ul, .site-nav--has-dropdown.nav-hover .site-nav__dropdown .site-nav__dropdown_ul, .nav-focus + .site-nav__dropdown .site-nav__dropdown_ul {
      opacity: 1;
      -webkit-transition: height 0.4s ease-in;
      -moz-transition: height 0.4s ease-in;
      -o-transition: height 0.4s ease-in;
      transition: height 0.4s ease-in; }
      .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown .site-nav__dropdown_ul li img, .site-nav--has-dropdown.nav-hover .site-nav__dropdown .site-nav__dropdown_ul li img, .nav-focus + .site-nav__dropdown .site-nav__dropdown_ul li img {
        -webkit-transition: height 200ms ease-in;
        -moz-transition: height 0.4s ease-in;
        -o-transition: height 0.4s ease-in;
        transition: height 0.4s ease-in; }

.site-nav__dropdown_ul {
  overflow: hidden;
  padding: 20px 20px 10px;
  padding-left: 15px !important;
  border-radius: 5px;
  background: #fff;
  margin: 0;
  opacity: 0;
  -webkit-transition: height 0.4s ease-in;
  -moz-transition: height 0.4s ease-in;
  -o-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in; }
  .site-nav__dropdown_ul li {
    color: #14bedc; }
    .site-nav__dropdown_ul li:hover p {
      color: #14bedc; }
  .site-nav__dropdown_ul p {
    font-size: 16px;
    text-align: left;
    color: #000; }
    @media (min-width: 1600px) {
      .site-nav__dropdown_ul p {
        font-size: 18px; } }
  .site-nav__dropdown_ul img.menu-image {
    margin-bottom: 10px;
    position: relative;
    top: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .site-nav__dropdown_ul li:hover img.menu-image {
    position: relative;
    top: -5px; }

.site-nav__dropdown-grandchild {
  min-width: 100%;
  -webkit-transform: translate3d(-12px, 0px, 0px);
  -moz-transform: translate3d(-12px, 0px, 0px);
  -ms-transform: translate3d(-12px, 0px, 0px);
  -o-transform: translate3d(-12px, 0px, 0px);
  transform: translate3d(-12px, 0px, 0px); }
  .nav-outside + .site-nav__dropdown-grandchild {
    -webkit-transform: translate3d(12px, 0px, 0px);
    -moz-transform: translate3d(12px, 0px, 0px);
    -ms-transform: translate3d(12px, 0px, 0px);
    -o-transform: translate3d(12px, 0px, 0px);
    transform: translate3d(12px, 0px, 0px); }
  .supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild, .site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild, .nav-focus + .site-nav__dropdown-grandchild {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild, .site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild {
    -webkit-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -moz-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -ms-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -o-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    transition: transform 300ms cubic-bezier(0.2, .06, .05, .95); }

/*================ Submenu items ================*/
.site-nav__dropdown a,
.site-nav__grandchild-dropdown a {
  background-color: transparent;
  color: #252a2b; }
  .site-nav__dropdown a:hover, .site-nav__dropdown a:active, .site-nav__dropdown a:focus,
  .site-nav__grandchild-dropdown a:hover,
  .site-nav__grandchild-dropdown a:active,
  .site-nav__grandchild-dropdown a:focus {
    background-color: transparent;
    color: #14bedc; }

.site-nav__dropdown-link {
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 16px; }
  .site-nav--has-grandchildren .site-nav__dropdown-link {
    padding-right: 45px; }

/*================ Compressed nav if too many links ================*/
.site-nav--compress .site-nav__item:not(.site-nav__item--compressed) {
  display: none; }

@media screen and (min-width: 769px) {
  .site-nav--open {
    display: none; } }
.site-nav--open.site-nav--open__display {
  display: inline-block; }

/*================ Search bar ================*/
.site-nav--search__bar {
  vertical-align: middle;
  padding: 0 10px 7px 0; }
  .site-nav--search__bar input {
    background-color: #f6f6f6; }

/*================ Module | Theme Tags ================*/
.tags a {
  padding: 4px 15px;
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.92857em; }

.tags--collection {
  max-width: 75%;
  margin: 0 auto 25px; }
  @media screen and (min-width: 769px) {
    .tags--collection li {
      display: inline-block; } }
  @media screen and (max-width: 590px) {
    .tags--collection li {
      display: block; } }

.tags--article a {
  padding-right: 15px;
  padding-left: 0; }

.tags__title {
  margin-right: 15px; }

.tag--active a {
  color: #14bedc; }

.single-option-radio {
  display: inline-block;
  border: 0;
  padding-top: 0;
  position: relative;
  background-color: white;
  padding: 0;
  margin: 0; }
  .single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }
    .lt-ie9 .single-option-radio input {
      position: relative;
      height: auto;
      width: auto;
      clip: initial; }
  .single-option-radio label {
    font-family: OpenSans-Regular;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    line-height: 1;
    padding: 2px 15px;
    margin: 3px 10px 7px 3px;
    font-size: 1em;
    font-style: normal;
    background-color: white;
    border: 1px solid #dcdcdc;
    color: #252a2b;
    height: 32px;
    text-transform: capitalize; }
    .single-option-radio label span {
      align-self: center; }
    .single-option-radio label.disabled:before {
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      bottom: 0;
      border-left: 1px solid;
      border-color: #252a2b;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .lt-ie9 .single-option-radio label.disabled:before {
        display: none; }
    .single-option-radio label:active, .single-option-radio label:focus {
      background-color: #f2f2f2;
      border-color: #f2f2f2; }
  .single-option-radio input[type='radio']:checked + label {
    border: 1px solid #14bedc; }
  .single-option-radio input[type='radio']:focus + label {
    border: 1px solid #14bedc; }

@media screen and (max-width: 590px) {
  .color-option {
    padding-left: 10px; } }
.color-option label {
  border-radius: 0;
  padding: 0;
  height: 30px;
  width: 60px;
  padding: 2px; }
  .color-option label img {
    width: 100%;
    height: 100%;
    display: block; }
  .color-option label span {
    position: absolute;
    left: -20px;
    bottom: -23px;
    min-width: 90px;
    text-align: center;
    /* background: #888; */
    color: #000;
    padding: 2px;
    line-height: 18px;
    display: none;
    opacity: 0.8;
    font-size: 13px;
    /*         &:after{
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 6px solid #888;
        position: absolute;
        bottom: -6px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 10px;
           } */ }

.single-option-radio input[type='radio']:checked + label {
  border: 1px solid #939393; }

.color-option.single-option-radio input[type='radio']:checked + label {
  border: 2px solid #00b7cc;
  border-radius: 0; }
  .color-option.single-option-radio input[type='radio']:checked + label span {
    display: block; }

.radio-wrapper .single-option-radio__label {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 4px;
  cursor: default;
  font-style: normal;
  text-transform: capitalize;
  color: #666; }

.product-form__item {
  margin-bottom: 18px;
  margin-top: 18px; }

/*================ Module | Product Lightbox ================*/
.mfp-bg {
  background-color: white; }
  .mfp-bg.mfp-fade {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .mfp-bg.mfp-fade.mfp-ready {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-bg.mfp-fade.mfp-removing {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0;
      filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

.mfp-counter {
  display: none; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out; }
.mfp-figure:after {
  box-shadow: none; }

.mfp-img {
  background-color: white; }

button.mfp-close {
  margin: 30px;
  font-size: 2.85714em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #252a2b; }

button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1045; }
  button.mfp-arrow:after, button.mfp-arrow .mfp-a {
    display: none; }
  button.mfp-arrow:before, button.mfp-arrow .mfp-b {
    display: none; }
  button.mfp-arrow:active {
    margin-top: 0; }

.mfp-chevron {
  position: absolute;
  pointer-events: none; }
  .mfp-chevron:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mfp-chevron.mfp-chevron-right {
    right: 55px; }
    .mfp-chevron.mfp-chevron-right:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mfp-chevron.mfp-chevron-left {
    left: 55px; }
    .mfp-chevron.mfp-chevron-left:before {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
  content: " ";
  position: absolute;
  display: block;
  border-width: 0;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; }
.lt-ie9 .mfp-chevron:before {
  z-index: 5; }
.lt-ie9 .mfp-chevron:after {
  z-index: 2; }
.lt-ie9 .mfp-chevron-right:after {
  border-left: 25px solid #252a2b;
  left: 80%; }
.lt-ie9 .mfp-chevron-right:before {
  border-left: 25px solid white;
  left: 80%; }
.lt-ie9 .mfp-chevron-left:after {
  border-right: 25px solid #252a2b;
  right: 80%; }
.lt-ie9 .mfp-chevron-left:before {
  border-right: 25px solid white;
  right: 80%; }

.grid-product__wrapper {
  text-align: center;
  /*   margin-bottom: $gutter; */ }
  .grid-collage .grid-product__wrapper {
    margin-bottom: 0; }
  .grid-product__wrapper .product-swatches {
    width: 100%; }
    .grid-product__wrapper .product-swatches img {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      width: 20px;
      border: 1px solid #ccc;
      padding: 1px; }

.grid-product__image-wrapper {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 10px; }

.grid-product__image-link {
  position: relative;
  display: block;
  width: 100%;
  background-color: white;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  .grid-collage .grid-product__image-link {
    padding: 0 20px; }
  .grid-product__image-link:hover, .grid-product__image-link:focus {
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -ms-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    /*================ Remove hover in IE8 and below ================*/ }
    .lt-ie9 .grid-product__image-link:hover, .lt-ie9 .grid-product__image-link:focus {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .grid-uniform .grid-product__image-link {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }

.grid-product__image {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 590px) {
  .grid-uniform .grid-product__image-wrapper {
    height: auto !important; } }
.grid-collage .grid-product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .lt-ie9 .grid-collage .grid-product__image {
    position: static;
    max-height: 90%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.product--wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 590px) {
    .product--wrapper {
      margin: 20px auto; } }

.product--image {
  width: 100%;
  /*   position: absolute;
    top: 0;
    left: 0; */ }
  .product--image.lazyload {
    opacity: 1; }
  .is-sold-out .product--image {
    opacity: 0.5; }

.grid-product__meta {
  position: relative;
  display: block;
  padding: 13px 10px 0 10px; }
  @media (max-width: 450px) {
    .grid-product__text-lists .grid-product__meta {
      padding: 0; } }
  .grid-product__meta .spr-badge-caption {
    display: none; }
  .grid-product__meta .short_title {
    font-size: 1em;
    margin-bottom: 8px; }
  .grid-product__meta .grid-product__regular {
    color: #333;
    font-size: 22px; }
  .grid-product__meta .grid-product__sale {
    color: #5ad1df;
    padding-left: 5px;
    font-size: 22px; }
  .grid-product__meta .product-price__oldprice {
    color: #999999;
    text-decoration: line-through;
    font-size: 19px; }

.grid-product__price-wrap {
  white-space: nowrap; }

.long-dash {
  margin: 0 4px;
  display: block; }

.grid-product__title {
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px; }
  @media (max-width: 450px) {
    .grid-product__title {
      font-size: 16px; } }

.collection-review .spr-badge-caption {
  display: none; }

.grid-product__vendor {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.78571em;
  margin: 1px 0; }

.grid-product__price {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #000; }

.grid-product__price-min {
  position: relative;
  top: -1px;
  font-size: 0.71429em;
  margin-left: -4px; }

.grid-product__sold-out {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.78571em;
  line-height: 1.3;
  position: absolute;
  min-width: 50px;
  border-radius: 25px;
  right: 0;
  bottom: 0; }
  .grid-product__sold-out p {
    padding: 12px 8px 10px 9px;
    margin: 0; }
  .grid-product__sold-out sup {
    display: none; }

.grid-product__sold-out {
  color: #252a2b;
  border: 1px solid #252a2b; }

.grid-product__on-sale {
  color: #fff;
  position: relative;
  background: url("https://cdn.shopify.com/s/files/1/0013/3260/9083/files/save-tag.png?14368913802798821389") center center no-repeat;
  text-transform: uppercase;
  font-size: 12px; }

/*================ Product Carousel ================*/
.product-single__photos {
  padding: 0px 15px;
  width: 100%;
  /*   max-width:540px; */
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .product-single__photos {
      margin: 0;
      padding: 0; }
      .product-single__photos img {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .product-single__photos {
      margin-left: -10px;
      margin-right: -15px; } }
  .product-single__photos .slick-dots {
    background-color: white;
    bottom: 0;
    padding: 15px; }
  .product-single__photos .slick-dots li button:before {
    background-color: #d9d9d9;
    border: 2px solid #d9d9d9;
    opacity: 1;
    width: 10px;
    height: 10px; }
    .lt-ie9 .product-single__photos .slick-dots li button:before {
      filter: alpha(opacity=100); }
  .product-single__photos .slick-dots li.slick-active button:before {
    background-color: #252a2b;
    opacity: 1;
    width: 10px;
    height: 10px; }
    .lt-ie9 .product-single__photos .slick-dots li.slick-active button:before {
      filter: alpha(opacity=100); }

/*================ Rich text section ================*/
.rich-text .section-header {
  margin-bottom: 12px; }

.rich-text__heading--large {
  font-size: 2.21429em; }

.rich-text__heading--small {
  font-size: 1.42857em; }

.rich-text__text--large {
  font-size: 1.14286em; }

.rich-text__text--small {
  font-size: 0.85714em; }

/*================ Modules | Theme collection grid item ================*/
.collection-collage__item-wrapper {
  position: relative;
  height: 100%;
  width: 100%; }
  .collection-collage__item-wrapper .collection-grid__item-overlay {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .collection-collage__item-wrapper .collection-grid__item-overlay:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background-color: #000;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      .lt-ie9 .collection-collage__item-wrapper .collection-grid__item-overlay:after {
        display: none; }
    .collection-collage__item-wrapper .collection-grid__item-overlay:hover:after, .collection-collage__item-wrapper .collection-grid__item-overlay:focus:after {
      opacity: 0.2; }

.collection-grid__item-link {
  display: block;
  width: 100%;
  height: 100%; }

.collection-grid__item-overlay {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.collection-grid__item-title--wrapper {
  position: relative;
  table-layout: fixed;
  color: #222;
  cursor: pointer;
  padding: 10px 5px; }
  .collection-grid__item-title--wrapper .collection-grid__item-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto; }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px; }
  @media screen and (max-width: 590px) {
    .custom-content {
      margin-bottom: -22px;
      margin-left: -22px; } }

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%; }
  @media screen and (max-width: 590px) {
    .custom__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 22px;
      margin-bottom: 22px; }
      .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }

.custom__item-inner {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%; }

.custom__item-inner--video,
.custom__item-inner--html {
  display: block; }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

.featured-blog__post,
.featured-blog__meta,
.title--one-post {
  margin-bottom: 20px; }
  @media screen and (max-width: 590px) {
    .featured-blog__post,
    .featured-blog__meta,
    .title--one-post {
      margin-bottom: 38.5px; } }

.featured-blog__author {
  display: inline-block;
  font-style: italic;
  line-height: 1.7; }
  .featured-blog__author:after {
    content: '\2022';
    margin: 0 5px; }

.featured-blog__date {
  display: inline-block; }

.article__heading-link {
  color: #000;
  text-transform: capitalize; }
  @media (max-width: 450px) {
    .article__heading-link {
      font-size: 18px; } }

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .map-section {
      min-height: auto;
      padding: 0 30px;
      margin-top: 45px; } }
  @media screen and (max-width: 590px) {
    .map-section {
      padding: 0 15px; } }
  .shopify-section:first-child .map-section {
    margin-top: -110px; }
    @media screen and (max-width: 768px) {
      .shopify-section:first-child .map-section {
        margin-top: inherit; } }

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .map-section__wrapper {
      padding: 0; } }

.map-section--load-error {
  height: auto; }

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 0; }

.map-section__error {
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    .map-section__error {
      position: absolute;
      margin: 0 2rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-grow: 0; }

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 350px; }
  .map-section__content > * {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .map-section__content {
      background-color: #252a2b;
      min-height: auto;
      display: block; }
      .ie9 .map-section__content {
        top: 10%; } }
  .map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.map-section__container {
  position: absolute;
  height: 100%;
  min-height: auto;
  left: 0;
  top: 0;
  width: 130%; }
  @media screen and (max-width: 768px) {
    .map-section__container {
      position: relative;
      max-width: 1360px;
      width: 100%;
      height: 55vh; } }

.map_section__directions-btn [class^="icon"] {
  height: 1em; }
.map_section__directions-btn * {
  vertical-align: middle; }

.map-section__background-wrapper {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .map-section__background-wrapper {
      overflow: hidden;
      position: relative;
      -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%; } }
  .ie9 .map-section__background-wrapper {
    width: 100%;
    height: 500px; }
  .map-section--onboarding .map-section__background-wrapper {
    min-height: 350px; }
  .map-section__background-wrapper .placeholder-background {
    height: 100%; }
  .no-js .map-section__background-wrapper .js {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

.map-section__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .map-section__image {
      position: relative; } }
  .map-section--display-map .map-section__image {
    display: none !important; }
  .map-section--load-error .map-section__image {
    display: block !important; }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

.flex--third {
  -ms-flex-preferred-size: 33%;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  flex-basis: 33%; }
  @media screen and (max-width: 768px) {
    .flex--third {
      -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%; } }
  .ie9 .flex--third {
    width: 33%;
    float: left;
    display: block; }
    @media screen and (max-width: 768px) {
      .ie9 .flex--third {
        width: 100%; } }

.index-newsletter-section + .index-map-section {
  margin-top: 0; }

.index-map-section + .index-newsletter-section {
  margin-top: -60px; }
  @media screen and (max-width: 768px) {
    .index-map-section + .index-newsletter-section {
      margin-top: 30px; } }

.index-newsletter-section {
  clear: both;
  margin-top: 60px !important; }

/*================ View-specific styles ================*/
/*================ Templates | Theme Blog ================*/
.article {
  padding-top: 30px !important;
  margin-bottom: -15px;
  border-bottom: 1px solid #dcdcdc; }
  .article:last-child {
    border-bottom: none; }
  @media screen and (max-width: 590px) {
    .article {
      margin-left: 0 !important; } }
  @media screen and (max-width: 590px) {
    .article .grid__item {
      padding-left: 0; } }

.article__featured-image-wrapper {
  position: relative; }
  .no-js .article__featured-image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

.article__featured-image {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0; }

.article__featured-image-link {
  display: block;
  margin-bottom: 30px; }

.blog__meta {
  margin-left: 0; }
  .blog__meta li {
    list-style: none;
    display: inline-block;
    margin-right: 5px; }

.news-default-image {
  border-radius: 5px;
  border: 1px solid #dcdcdc; }

.blog-tags-list {
  margin: 0; }
  .blog-tags-list li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
    font-weight: bold; }
    .blog-tags-list li:nth-child(2) {
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc;
      padding-left: 10px;
      padding-right: 10px; }
    .blog-tags-list li a {
      color: #505050; }
    .blog-tags-list li a:hover {
      color: #b3bc18; }

/*================ RSS ================*/
.rss-link {
  font-size: 0.6em; }

/*================ Comments ================*/
.comment.last {
  margin-bottom: -15px; }

/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  text-align: center; }

.password-page__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-image: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/password-page-background.jpg?v=12987344696580752000);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff; }
  .password-page__wrapper h1, .password-page__wrapper .h1,
  .password-page__wrapper h2,
  .password-page__wrapper .h2,
  .password-page__wrapper h3,
  .password-page__wrapper .h3,
  .password-page__wrapper h4,
  .password-page__wrapper .h4,
  .password-page__wrapper h5,
  .password-page__wrapper .h5,
  .password-page__wrapper h6,
  .password-page__wrapper .h6 {
    color: #ffffff; }
  .password-page__wrapper a {
    color: inherit; }
  .password-page__wrapper hr, .password-page__wrapper .hr--small, .password-page__wrapper .hr--medium, .password-page__wrapper .hr--large {
    border-color: inherit; }
  .password-page__wrapper .social-sharing.clean a {
    color: inherit;
    background: transparent; }

.password-header-section {
  display: table-row; }

.password-page__header {
  display: table-cell;
  height: 1px; }

.password-page__header__inner {
  padding: 15px 30px; }

.password-page__logo {
  margin-top: 90px; }
  .password-page__logo .logo {
    max-width: 100%; }

.password-page__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-page__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px; }

.password-page__hero {
  font-family: NeutraText-BoldAlt;
  font-weight: 400;
  font-size: 3em;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 591px) {
    .password-page__hero {
      font-size: 4.28571em; } }
  @media screen and (min-width: 769px) {
    .password-page__hero {
      font-size: 4.57143em; } }

.password-page__message {
  font-style: italic;
  font-size: 120%; }
  .password-page__message img {
    max-width: 100%; }

.password-page__hr {
  margin: 30px auto; }

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password-page__login-form {
  text-align: center;
  padding: 30px; }

@media screen and (min-width: 590px) {
  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px; } }
.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%; }
.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

.password-page__signup-form__heading {
  margin-bottom: 0.8em; }

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
  display: none !important; }

.password-page__social-sharing {
  margin-top: 30px; }

.password-page__social-sharing__heading {
  margin-bottom: 0; }

.password-login,
.admin-login {
  margin-top: 15px; }
  .password-login a:hover,
  .admin-login a:hover {
    color: inherit; }

.password-login {
  font-family: OpenSans-Regular;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 11.2px; }

.lock-icon-svg {
  width: 11.2px;
  height: 11.2px;
  display: inline-block;
  vertical-align: baseline;
  /* Hiding the SVG logo in IE8 */ }
  .lock-icon-svg path {
    fill: currentColor; }
  .lt-ie9 .lock-icon-svg {
    display: none; }

.admin-login {
  font-size: 95%; }

.password-page__footer {
  display: table-row;
  height: 1px; }

.password-page__footer_inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 21px;
  font-size: 95%; }

.shopify-link {
  color: inherit; }
  .shopify-link:hover {
    color: inherit; }

.shopify-logo-svg {
  width: 72px;
  height: 21px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  /* Hiding the SVG logo in IE8, we show the word 'Shopify' instead */ }
  .shopify-logo-svg path {
    fill: currentColor; }
  .lt-ie9 .shopify-logo-svg {
    display: none; }

/* =========
   Hiding the word 'Shopify' but not from screen readers.
   IE8 does not support SVG, so in it we hide the logo and show the word.
   To target all browsers except IE8, we use the class 'modern',
   which needs to be added to the html element.
   ========= */
.modern .shopify-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

#shopify-section-slideshow {
  margin: 0 auto; }
  #shopify-section-slideshow .slick-dots {
    bottom: 0;
    text-align: center !important;
    margin: 0 auto;
    left: 0;
    width: 100%;
    /*     max-width:1360px; */
    z-index: 0;
    height: 50px; }

.breadcrumb {
  text-align: left; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li a {
      text-decoration: underline; }
    .breadcrumb li + li:before {
      content: "/";
      padding: 0 5px; }

/* =========
  product page  tab
   ========= */
.more_info_block {
  margin-bottom: 10px;
  margin-top: 35px;
  text-align: left; }
  .more_info_block .tab-content {
    border: 1px solid #e4e4e4;
    clear: both;
    border: 0 none;
    margin: 15px auto;
    padding: 0; }
  .more_info_block .nav-tabs {
    margin-left: 0;
    flex-wrap: wrap; }
    @media (min-width: 1300px) {
      .more_info_block .nav-tabs {
        max-width: 1360px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .more_info_block .nav-tabs {
        display: flex;
        padding: 0px 30px; } }
    .more_info_block .nav-tabs li {
      display: inline-block;
      list-style: none;
      padding: 5px; }
      @media screen and (min-width: 768px) {
        .more_info_block .nav-tabs li {
          padding: 15px;
          flex: 0 1 20%;
          justify-content: space-between;
          text-align: center; } }
      .more_info_block .nav-tabs li a {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 10px 0;
        font-size: 15px;
        background-color: transparent;
        margin: 0;
        color: #333333;
        font-size: 20px; }
        @media screen and (max-width: 590px) {
          .more_info_block .nav-tabs li a {
            font-size: 18px; } }
        .more_info_block .nav-tabs li a:focus, .more_info_block .nav-tabs li a:hover {
          color: #010101;
          font-weight: bold; }
        .more_info_block .nav-tabs li a.active {
          color: #010101;
          font-weight: bold;
          font-family: 'NeutraText-BoldAlt'; }
          .more_info_block .nav-tabs li a.active:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -12px;
            display: block;
            border-top: 8px solid #15bedb;
            border-bottom: 7px solid transparent;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            width: 0;
            z-index: 6;
            margin: 0 auto;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        .more_info_block .nav-tabs li a:hover:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: -12px;
          display: block;
          border-top: 8px solid #15bedb;
          border-bottom: 7px solid transparent;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          width: 0;
          z-index: 6;
          margin: 0 auto;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.more_info_block #shopify-product-reviews {
  margin: 0; }

.spr-container {
  border: medium none;
  padding: 10px !important; }
  .spr-container .spr-header-title {
    display: none;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    margin: 0; }
  .spr-container .spr-icon {
    font-size: 12px;
    color: #ffd314; }
  .spr-container .spr-summary-actions-newreview {
    text-decoration: underline; }
  .spr-container .spr-content {
    display: block; }
  .spr-container .spr-form-input {
    border-top: none;
    border-left: none;
    border-right: none; }
  .spr-container .spr-form-contact-name, .spr-container .spr-form-contact-email {
    width: 43%;
    display: inline-block;
    margin-right: 24px; }
  .spr-container .spr-review-reportreview {
    display: none; }
  .spr-container .spr-form-input-textarea {
    border-radius: 4px;
    border-top: 1px solid #dcdcdc !important;
    border-left: 1px solid #dcdcdc !important;
    border-right: 1px solid #dcdcdc !important; }

.spr-badge-starrating .spr-icon {
  color: #ffd314; }

.spr-badge {
  display: inline-block !important;
  margin-bottom: 5px;
  border-left: 1px solid #dcdcdc;
  padding-left: 14px; }

@media screen and (max-width: 768px) {
  .more_info_block .nav-tabs li {
    width: auto;
    text-align: center; }
    .more_info_block .nav-tabs li a {
      padding: 5px;
      border-right: none; }

  .more_info_block .nav-tabs {
    padding: 0 10px;
    text-align: center; } }
.featrued-message {
  padding-top: 25px; }
  .featrued-message strong {
    font-size: 16px; }
  .featrued-message table {
    margin-top: 45px; }
    .featrued-message table td {
      padding: 2px 30px;
      color: #666;
      font-size: 12px; }
  @media screen and (min-width: 768px) {
    .featrued-message {
      padding: 45px; } }
  .featrued-message hr, .featrued-message .hr--small, .featrued-message .hr--medium, .featrued-message .hr--large {
    background: none;
    border: none;
    border-bottom: 1px dashed #d9d9d9;
    margin: 45px 0; }
    @media screen and (min-width: 768px) {
      .featrued-message hr, .featrued-message .hr--small, .featrued-message .hr--medium, .featrued-message .hr--large {
        margin: 70px 0; } }
  .featrued-message .btn img, .featrued-message .btn strong {
    display: inline;
    vertical-align: middle; }

/* =========
 section gallery  
   ========= */
#youdaoBanner .swiper-pagination-bullet {
  width: 10%;
  height: 2px;
  border-radius: 0;
  margin: 0 !important; }

.swiper-comment .swiper-pagination-bullet-active, .swiper-blogs .swiper-pagination-bullet-active {
  background: #636969 !important; }

#youdaoBanner .home-title {
  padding: 0 10px;
  margin: 1% 0 4% 0; }
  @media screen and (max-width: 590px) {
    #youdaoBanner .home-title {
      font-size: 1.2rem; } }
#youdaoBanner .subtitle {
  font-size: 24px;
  margin-top: 20px;
  color: #000; }
  @media screen and (max-width: 590px) {
    #youdaoBanner .subtitle {
      font-size: 1.1rem; } }
#youdaoBanner .view-more {
  font-size: 18px;
  color: #666;
  text-transform: uppercase; }
  @media screen and (max-width: 590px) {
    #youdaoBanner .view-more {
      font-size: 1rem; } }
#youdaoBanner .grid__item {
  padding-left: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #youdaoBanner .grid__item img {
    vertical-align: top; }
#youdaoBanner .swiper-slide:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #eeeeee;
  border-radius: 5px; }

.swiper-button-next, .swiper-button-prev {
  width: 14px;
  height: 16px; }

@media screen and (min-width: 769px) {
  .image-bar {
    max-width: 1360px;
    margin: 0 auto !important; }

  .one-seventh {
    width: 14% !important;
    padding: 2%; } }
.image-bar__item {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

.image-bar__content {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content {
    height: 94px; }
  .image-bar--small .image-bar__content {
    height: 170px; }
  .image-bar--medium .image-bar__content {
    height: 357px; }
  .image-bar--large .image-bar__content {
    height: 488px; }
  .image-bar--x-large .image-bar__content {
    height: 582px; }
  @media screen and (min-width: 769px) {
    .image-bar--x-small .image-bar__content {
      height: 125px; }
    .image-bar--small .image-bar__content {
      height: 300px; }
    .image-bar--medium .image-bar__content {
      height: 475px; }
    .image-bar--large .image-bar__content {
      height: 650px; }
    .image-bar--x-large .image-bar__content {
      height: 775px; } }

.image-bar__caption {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-top: 20px; }

#youdaoBanner .swiper-pagination, .arrival-collection-block .swiper-pagination {
  display: none; }
#youdaoBanner .image-bar__caption, .arrival-collection-block .image-bar__caption {
  color: #000; }
#youdaoBanner .swiper-button-disabled, .arrival-collection-block .swiper-button-disabled {
  cursor: default !important;
  opacity: 0.5; }
  #youdaoBanner .swiper-button-disabled .trangle-left:before, .arrival-collection-block .swiper-button-disabled .trangle-left:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    border-top: 9px solid transparent;
    border-right: 9px solid  #ccc !important;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .swiper-button-disabled .trangle-left:after, .arrival-collection-block .swiper-button-disabled .trangle-left:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    border-top: 9px solid transparent;
    border-right: 9px solid  #e5e5e5;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .swiper-button-disabled .trangle-right:before, .arrival-collection-block .swiper-button-disabled .trangle-right:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    border-top: 9px solid transparent;
    border-left: 9px solid  #ccc !important;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .swiper-button-disabled .trangle-right:after, .arrival-collection-block .swiper-button-disabled .trangle-right:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    border-top: 9px solid transparent;
    border-left: 9px solid  #e5e5e5;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .swiper-button-disabled:hover .trangle-left:before, .arrival-collection-block .swiper-button-disabled:hover .trangle-left:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    border-top: 9px solid transparent;
    border-right: 9px solid  #ccc !important;
    border-bottom: 9px solid transparent; }
#youdaoBanner .button-prev, .arrival-collection-block .button-prev {
  background: #e5e5e5 !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  top: 55%;
  text-align: center;
  left: 0;
  z-index: 10;
  position: absolute;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #youdaoBanner .button-prev, .arrival-collection-block .button-prev {
      top: 40%; } }
  #youdaoBanner .button-prev:before, .arrival-collection-block .button-prev:before {
    display: none; }
  #youdaoBanner .button-prev:hover .trangle-left:before, .arrival-collection-block .button-prev:hover .trangle-left:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    border-top: 9px solid transparent;
    border-right: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .button-prev:active .trangle-left:before, .arrival-collection-block .button-prev:active .trangle-left:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    border-top: 9px solid transparent;
    border-right: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .button-prev:active .trangle-left:after, .arrival-collection-block .button-prev:active .trangle-left:after {
    display: none; }
  #youdaoBanner .button-prev .trangle-left, .arrival-collection-block .button-prev .trangle-left {
    position: absolute; }
    #youdaoBanner .button-prev .trangle-left:before, .arrival-collection-block .button-prev .trangle-left:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid  #000;
      border-bottom: 9px solid transparent; }
    #youdaoBanner .button-prev .trangle-left:after, .arrival-collection-block .button-prev .trangle-left:after {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-right: 9px solid  #e5e5e5;
      border-bottom: 9px solid transparent; }
    #youdaoBanner .button-prev .trangle-left:hover:before, .arrival-collection-block .button-prev .trangle-left:hover:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    #youdaoBanner .button-prev .trangle-left:active:before, .arrival-collection-block .button-prev .trangle-left:active:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    #youdaoBanner .button-prev .trangle-left:active:after, .arrival-collection-block .button-prev .trangle-left:active:after {
      display: none; }
#youdaoBanner .button-next, .arrival-collection-block .button-next {
  background: #e5e5e5 !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  top: 55%;
  text-align: center;
  right: 0;
  z-index: 10;
  position: absolute;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #youdaoBanner .button-next, .arrival-collection-block .button-next {
      top: 40%; } }
  #youdaoBanner .button-next:after, .arrival-collection-block .button-next:after {
    display: none; }
  #youdaoBanner .button-next:hover .trangle-right:before, .arrival-collection-block .button-next:hover .trangle-right:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    border-top: 9px solid transparent;
    border-left: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .button-next:active .trangle-right:before, .arrival-collection-block .button-next:active .trangle-right:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    border-top: 9px solid transparent;
    border-left: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  #youdaoBanner .button-next:active .trangle-right:after, .arrival-collection-block .button-next:active .trangle-right:after {
    display: none; }
  #youdaoBanner .button-next .trangle-right, .arrival-collection-block .button-next .trangle-right {
    position: absolute; }
    #youdaoBanner .button-next .trangle-right:before, .arrival-collection-block .button-next .trangle-right:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-left: 9px solid  #000;
      border-bottom: 9px solid transparent; }
    #youdaoBanner .button-next .trangle-right:after, .arrival-collection-block .button-next .trangle-right:after {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-left: 9px solid  #e5e5e5;
      border-bottom: 9px solid transparent; }

#youdaoBanner .home-title {
  padding: 0 10px;
  margin: 1% 0 4% 0; }
  @media screen and (max-width: 590px) {
    #youdaoBanner .home-title {
      font-size: 1.2rem; } }
#youdaoBanner .subtitle {
  font-size: 24px;
  margin-top: 20px;
  color: #000; }
  @media screen and (max-width: 590px) {
    #youdaoBanner .subtitle {
      font-size: 1.1rem; } }
#youdaoBanner .view-more {
  font-size: 18px;
  color: #666;
  text-transform: uppercase; }
  @media screen and (max-width: 590px) {
    #youdaoBanner .view-more {
      font-size: 1rem; } }
#youdaoBanner .grid__item {
  padding-left: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  #youdaoBanner .grid__item img {
    vertical-align: top; }
#youdaoBanner .swiper-slide:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #eeeeee;
  border-radius: 5px; }

.swiper-button-next, .swiper-button-prev {
  width: 14px;
  height: 16px; }

@media screen and (min-width: 769px) {
  .image-bar {
    max-width: 1360px;
    margin: 0 auto !important; }

  .one-seventh {
    width: 14% !important;
    padding: 2%; } }
.image-bar__item {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

.image-bar__content {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content {
    height: 94px; }
  .image-bar--small .image-bar__content {
    height: 170px; }
  .image-bar--medium .image-bar__content {
    height: 357px; }
  .image-bar--large .image-bar__content {
    height: 488px; }
  .image-bar--x-large .image-bar__content {
    height: 582px; }
  @media screen and (min-width: 769px) {
    .image-bar--x-small .image-bar__content {
      height: 125px; }
    .image-bar--small .image-bar__content {
      height: 300px; }
    .image-bar--medium .image-bar__content {
      height: 475px; }
    .image-bar--large .image-bar__content {
      height: 650px; }
    .image-bar--x-large .image-bar__content {
      height: 775px; } }

.image-bar__caption {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-top: 20px; }

.collection-bottom_box_mobile {
  padding-bottom: 30px !important;
  background: #fff; }
  .collection-bottom_box_mobile .image-bar__caption {
    color: #000; }
  .collection-bottom_box_mobile .swiper-button-disabled {
    cursor: default !important;
    opacity: 0.5; }
    .collection-bottom_box_mobile .swiper-button-disabled .trangle-left:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid  #ccc !important;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .swiper-button-disabled .trangle-left:after {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-right: 9px solid  #e5e5e5;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .swiper-button-disabled .trangle-right:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-left: 9px solid  #ccc !important;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .swiper-button-disabled .trangle-right:after {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-left: 9px solid  #e5e5e5;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .swiper-button-disabled:hover .trangle-left:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid  #ccc !important;
      border-bottom: 9px solid transparent; }
  .collection-bottom_box_mobile .button-prev02 {
    background: #e5e5e5 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 55%;
    text-align: center;
    left: 0;
    z-index: 10;
    position: absolute;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .collection-bottom_box_mobile .button-prev02 {
        top: 40%; } }
    .collection-bottom_box_mobile .button-prev02:before {
      display: none; }
    .collection-bottom_box_mobile .button-prev02:hover .trangle-left:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .button-prev02:active .trangle-left:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .button-prev02:active .trangle-left:after {
      display: none; }
    .collection-bottom_box_mobile .button-prev02 .trangle-left {
      position: absolute; }
      .collection-bottom_box_mobile .button-prev02 .trangle-left:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -5px;
        border-top: 9px solid transparent;
        border-right: 9px solid  #000;
        border-bottom: 9px solid transparent; }
      .collection-bottom_box_mobile .button-prev02 .trangle-left:after {
        content: '';
        position: absolute;
        top: 10px;
        left: -3px;
        border-top: 9px solid transparent;
        border-right: 9px solid  #e5e5e5;
        border-bottom: 9px solid transparent; }
      .collection-bottom_box_mobile .button-prev02 .trangle-left:hover:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -5px;
        border-top: 9px solid transparent;
        border-right: 9px solid #14bedc;
        border-bottom: 9px solid transparent; }
      .collection-bottom_box_mobile .button-prev02 .trangle-left:active:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -5px;
        border-top: 9px solid transparent;
        border-right: 9px solid #14bedc;
        border-bottom: 9px solid transparent; }
      .collection-bottom_box_mobile .button-prev02 .trangle-left:active:after {
        display: none; }
  .collection-bottom_box_mobile .button-next02 {
    background: #e5e5e5 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 55%;
    text-align: center;
    right: 0;
    z-index: 10;
    position: absolute;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .collection-bottom_box_mobile .button-next02 {
        top: 40%; } }
    .collection-bottom_box_mobile .button-next02:after {
      display: none; }
    .collection-bottom_box_mobile .button-next02:hover .trangle-right:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-left: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .button-next02:active .trangle-right:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-left: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    .collection-bottom_box_mobile .button-next02:active .trangle-right:after {
      display: none; }
    .collection-bottom_box_mobile .button-next02 .trangle-right {
      position: absolute; }
      .collection-bottom_box_mobile .button-next02 .trangle-right:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -3px;
        border-top: 9px solid transparent;
        border-left: 9px solid  #000;
        border-bottom: 9px solid transparent; }
      .collection-bottom_box_mobile .button-next02 .trangle-right:after {
        content: '';
        position: absolute;
        top: 10px;
        left: -5px;
        border-top: 9px solid transparent;
        border-left: 9px solid  #e5e5e5;
        border-bottom: 9px solid transparent; }

/*product media css*/
.image-list {
  flex: 0 1 20%;
  position: relative;
  padding: 0;
  max-height: 650px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .image-list {
      padding: 0 20px;
      margin-left: -10px;
      display: none; } }
  .image-list .swiper-button-prev {
    left: 0; }
    .image-list .swiper-button-prev:after {
      width: 15px;
      height: 15px;
      border-color: #666;
      left: 0;
      top: 35%; }
  .image-list .swiper-button-next {
    right: 0;
    /*     &:after{
          width:15px;
          height:15px;
          border-color:#666;
          right:0;
          top:35%;
        } */ }

.active-thumb img {
  border: 2px solid #66696a !important; }

.active-top img {
  border: 2px solid #000; }

.active-list img {
  border: 2px solid #000; }

.product-single__photo--flex img {
  width: 100%; }

.swiper-wrapper {
  margin: 0 !important; }

.video-btn {
  cursor: pointer;
  position: relative; }
  .video-btn .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4); }
  .video-btn svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    max-width: 30px; }

.video-link {
  width: 100%;
  height: 100%;
  max-width: 520px;
  margin: 0 auto; }
  .video-link .video-wrapper {
    height: 100%;
    width: 100%; }

@media all and (max-width: 768px) {
  .video-link {
    background: #000;
    width: 100%;
    height: 100%; }
    .video-link .video-wrapper {
      height: 100%;
      width: 100%;
      margin-left: 10px; } }
.product-single__photo--container-thumb {
  margin: 0 auto; }

.active-thumb img {
  border: 2px solid #000; }

.product-slides .swiper-pagination-bullet {
  width: 10px !important;
  border: 2px solid #d9d9d9;
  background: none !important;
  height: 10px !important;
  border-radius: 100% !important;
  margin: 0 5px !important;
  opacity: 1; }

.product-slides .swiper-pagination-bullet-active {
  background: #d9d9d9 !important; }

.product-bottom-video {
  width: 100%; }

.question {
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  border-top: 1px solid #dcdcdc;
  margin: 0 !important;
  position: relative; }
  .question:hover {
    color: #b3bc18; }
  .question:after {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    right: 10px;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #444;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0; }

.chat-btn {
  border-bottom: none !important; }

.faq-slide {
  clear: both; }
  .faq-slide:last-child .question {
    border-bottom: 1px solid #dcdcdc; }

.faq-tab {
  text-align: center;
  padding-left: 0;
  margin: 0;
  margin-bottom: 8% !important; }
  .faq-tab li {
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding-right: 15px; }
    .faq-tab li:first-child {
      border-right: 1px solid #ccc; }
    .faq-tab li.active {
      color: #b3bc18; }

#pcbanner,
#pcbanner2 {
  display: block; }

#mobilebanner,
#mobilebanner2 {
  display: none; }

@media all and (max-width: 768px) {
  #pcbanner,
  #pcbanner2 {
    display: none; }

  #mobilebanner,
  #mobilebanner2 {
    display: block; } }
#mobilebanner .swiper-container,
#mobilebanner2 .swiper-container {
  width: 100%;
  height: 100%; }
#mobilebanner .swiper-slide,
#mobilebanner2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
#mobilebanner swiper-pagination-bullet,
#mobilebanner2 swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #d8d8d8;
  /*   border:2px solid #d8d8d8; */
  border-radius: 100%;
  margin: 2px !important; }

#mobilebanner .swiper-pagination-bullet-active {
  /*   background:#fff !important; */ }

#mobilebanner .mobile__text-content,
#mobilebanner2 .mobile__text-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
  padding: 10px 40px; }
#mobilebanner .mobile__title,
#mobilebanner2 .mobile__title {
  text-transform: capitalize; }
#mobilebanner .mobile__subtitle,
#mobilebanner2 .mobile__subtitle {
  color: #000; }
#mobilebanner .mobile__cta,
#mobilebanner2 .mobile__cta {
  padding: 5px 20px;
  border: none; }

.swiper-button-prev, .swiper-button-next {
  font-family: "icons";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10; }

.aplus-v2 .apm-fourthcol-table {
  background-color: white; }

.featured_grid_image:hover {
  opacity: 0.7; }

/*=========   product description   =======================*/
.product-single__description table tr {
  vertical-align: top; }
  .product-single__description table tr h4, .product-single__description table tr .h4 {
    margin-bottom: 10px; }

.a-text-bold {
  font-weight: bold; }

@media all and (max-width: 768px) {
  .rte table th {
    padding: 5px; }
  .rte table td {
    padding: 10px 5px  10px 0;
    vertical-align: top; }
    .rte table td h4, .rte table td .h4 {
      font-size: 10px; }
    .rte table td p {
      font-size: 10px; } }
.bottom-video video {
  width: 100%;
  background: #000; }

/*=========   featured products custom  =======================*/
#featued-products-custom .wrapper {
  max-width: 1360px;
  width: calc(100% - 40px);
  padding: 0;
  margin-right: auto;
  margin-left: auto; }
#featued-products-custom .grid__item {
  padding-left: 10px;
  padding-bottom: 10px; }
  #featued-products-custom .grid__item:nth-child(Odd) {
    padding-left: 0; }
  @media screen and (max-width: 768px) {
    #featued-products-custom .grid__item {
      padding: 5px 0 !important; }
      #featued-products-custom .grid__item .grid__item {
        padding-left: 20px;
        padding-bottom: 20px; }
      #featued-products-custom .grid__item:nth-child(even) .fea_img, #featued-products-custom .grid__item:nth-child(even) .fea_content {
        float: right; }
      #featued-products-custom .grid__item:nth-child(even) .fea_content {
        margin-top: 25px; } }

.fea_card {
  border-radius: 5px;
  background: #eeeeee; }
  @media screen and (min-width: 768px) {
    .fea_card {
      padding: 30px; } }

.fea_img, .fea_content {
  width: 47%;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }

.fea_label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 590px) {
    .fea_label {
      font-size: 20px; } }

.fea_pro_label {
  font-size: 16px;
  margin-bottom: 20px; }

.view-more-btn {
  border: 1px solid #444;
  border-radius: 35px;
  background: none;
  padding: 6px 20px;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .view-more-btn:hover {
    background: #b3bc18;
    border-color: #b3bc18;
    color: #fff; }

.image-bar__content {
  position: relative;
  width: 100%; }
  .custom-image-bar--x-small .image-bar__content {
    height: 94px; }
  .custom-image-bar--small .image-bar__content {
    height: 225px; }
  .custom-image-bar--medium .image-bar__content {
    height: 357px; }
  .custom-image-bar--large .image-bar__content {
    height: 488px; }
  .custom-image-bar--x-large .image-bar__content {
    height: 582px; }
  @media screen and (min-width: 769px) {
    .custom-image-bar--x-small .image-bar__content {
      height: 125px; }
    .custom-image-bar--small .image-bar__content {
      height: 300px; }
    .custom-image-bar--medium .image-bar__content {
      height: 475px; }
    .custom-image-bar--large .image-bar__content {
      height: 650px; }
    .custom-image-bar--x-large .image-bar__content {
      height: 775px; } }

/*==================new list========================*/
#new-list {
  margin-top: 4%; }
  @media screen and (max-width: 768px) {
    #new-list {
      margin-top: 9%; } }
  #new-list .header-title {
    margin-top: 40px;
    margin-bottom: 90px; }
  #new-list .view-more {
    text-decoration: underline;
    text-transform: uppercase;
    color: #666; }
    #new-list .view-more:hover {
      color: #b3bc18; }
  #new-list h1, #new-list .h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      #new-list h1, #new-list .h1 {
        margin-top: 20px;
        font-size: 20px; } }

.new_card {
  background: #f8f8f8;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .new_card:hover {
    transform: scale(1.02); }
  .new_card .grid-product__image-wrapper {
    padding: 0;
    background: #f0f0f0;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
  .new_card .swithcImg {
    display: inherit; }
  .new_card .grid__item:nth-child(0), .new_card .grid__item:nth-child(4) {
    padding-left: 0; }

.new_content {
  background: #f8f8f8;
  padding: 25px 0 10px 0;
  text-align: center;
  border-radius: 0 0 5px 5px; }
  @media screen and (max-width: 590px) {
    .new_content {
      padding: 25px 10px; } }

.new_titles {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .new_titles {
      margin-right: 10px; } }

.new_label {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px; }
  @media screen and (max-width: 590px) {
    .new_label {
      font-size: 16px; } }

.new_left {
  display: inline-block;
  vertical-align: middle; }
  .new_left .new-price {
    color: #b3bc18;
    font-size: 28px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .new_left .new-price {
        font-size: 24px; } }
    @media screen and (max-width: 590px) {
      .new_left .new-price {
        font-size: 18px; } }
  .new_left .orange {
    color: #da5310 !important;
    margin-bottom: 0;
    display: inline-block;
    font-weight: bold;
    min-width: 100px; }
  .new_left .new-special-price {
    display: inline;
    color: #777;
    font-size: 22px;
    text-decoration: line-through; }
    @media screen and (max-width: 590px) {
      .new_left .new-special-price {
        font-size: 18px; } }
  .new_left .new_desc_label {
    color: #000;
    font-size: 15px; }

@media all and (min-width: 769px) and (max-width: 1135px) {
  .new_left .new-price {
    font-size: 23px; }
  .new_left .new-special-price {
    font-size: 20px; } }
/*==================featured on========================*/
#featured-on {
  text-align: center;
  margin-top: 6%;
  background: #f6f6f6; }
  #featured-on .wrapper {
    margin-left: -10px; }
    @media screen and (max-width: 768px) {
      #featured-on .wrapper {
        width: 100%; } }
  #featured-on .title {
    margin-right: 130px;
    color: #fff;
    background: #a6a6a6;
    text-transform: uppercase;
    margin-right: 11%;
    min-height: 60px;
    display: flex;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      #featured-on .title {
        min-height: 60px;
        width: 60%;
        background: #cfcfcf;
        margin: 0 auto;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      #featured-on .title {
        min-height: 40px;
        width: 50%; } }
    #featured-on .title span {
      align-self: center;
      width: 100%; }
  #featured-on .grid__item {
    padding-bottom: 0; }

.new-bar__content {
  position: relative;
  width: 100%; }
  .featuredon-image-bar--x-small .new-bar__content {
    height: 60px; }
  .featuredon-image-bar--small .new-bar__content {
    height: 225px; }
  .featuredon-image-bar--medium .new-bar__content {
    height: 357px; }
  .featuredon-image-bar--large .new-bar__content {
    height: 488px; }
  .featuredon-image-bar--x-large .new-bar__content {
    height: 582px; }
  @media screen and (min-width: 769px) {
    .featuredon-image-bar--x-small .new-bar__content {
      height: 60px; }
    .featuredon-image-bar--small .new-bar__content {
      height: 300px; }
    .featuredon-image-bar--medium .new-bar__content {
      height: 475px; }
    .featuredon-image-bar--large .new-bar__content {
      height: 650px; }
    .featuredon-image-bar--x-large .new-bar__content {
      height: 775px; } }

/* featured products for new list */
#new-list .wrapper {
  max-width: 1360px;
  width: calc(100% - 40px);
  padding: 0;
  margin-right: auto;
  margin-left: auto; }
  #new-list .wrapper .grid-uniform {
    margin-left: -35px; }
    @media screen and (max-width: 768px) {
      #new-list .wrapper .grid-uniform {
        margin-left: -10px; } }
#new-list .first-img {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s; }
#new-list .second-img {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s; }
#new-list .grid-product {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    #new-list .grid-product {
      min-height: 500px;
      margin-bottom: 30px;
      padding-left: 35px; } }
  #new-list .grid-product:hover .first-img {
    opacity: 0; }
  #new-list .grid-product:hover .second-img {
    opacity: 1; }
#new-list .grid-product__regular {
  color: #b3bc18;
  font-size: 24px; }
#new-list .grid-product__sale {
  color: #5ad1df !important;
  margin-bottom: 0;
  display: inline-block;
  font-size: 24px; }
#new-list .product-price__oldprice {
  display: inline;
  color: #999999;
  text-decoration: line-through;
  font-size: 19px;
  text-decoration: line-through; }

/* download list */
.download_media_title {
  color: #51555a;
  font-size: 1.2rem;
  padding: 15px 5px 0 5px; }

.download_media_mediakit {
  color: #14bedc;
  padding: 0 5px 15px 5px; }

.download-description {
  margin-bottom: 20px; }

.download-card {
  position: relative;
  max-width: 310px;
  margin: 0 auto;
  border: 1px solid  #e5e5e5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0; }
  .download-card img {
    width: auto;
    display: inline;
    max-width: 310px;
    display: inherit;
    width: 100%; }
  .download-card:hover {
    box-shadow: 0px 2px 10px #666;
    top: -5px; }

/* product custom detail style*/
@media screen and (min-width: 768px) {
  .display-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

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

.be-gray {
  background: #ebebeb; }

.desc_text {
  padding: 10px; }
  @media screen and (max-width: 590px) {
    .desc_text h2, .desc_text .h2 {
      font-size: 1.3rem; } }

.custom_description .grid-uniform {
  padding-top: 20px;
  padding-right: 20px;
  margin-left: 0; }
  @media screen and (max-width: 590px) {
    .custom_description .grid-uniform {
      padding-right: 0; } }
  @media screen and (max-width: 590px) {
    .custom_description .grid-uniform .grid__item {
      padding: 0; } }
  .custom_description .grid-uniform h2, .custom_description .grid-uniform .h2, .custom_description .grid-uniform h3, .custom_description .grid-uniform .h3 {
    margin-top: 0; }

/* contact us */
.required:after {
  content: "*";
  color: red;
  padding-left: 4px; }

#contact-us .form-vertical {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 6% 15px; }
#contact-us select {
  background-color: #fff; }

textarea#ContactFormMessage {
  -webkit-appearance: none; }

textarea#ContactFormMessage::-webkit-input-placeholder {
  color: #000;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  align-self: center;
  line-height: 200px; }

textarea#ContactFormMessage:-ms-input-placeholder {
  color: #000;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 200px; }

textarea#ContactFormMessage::placeholder {
  color: #000;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 200px; }

textarea#ContactFormMessage:focus::-webkit-input-placeholder {
  transition: all .2s ease;
  padding-left: 8px; }

textarea#ContactFormMessage:focus:-ms-input-placeholder {
  transition: all .2s ease;
  padding-left: 8px; }

textarea#ContactFormMessage:focus::placeholder {
  transition: all .2s ease;
  padding-left: 8px; }

.address-box {
  margin-bottom: 4%; }
  .address-box .title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3%;
    padding-left: 20px;
    padding-bottom: 10px; }
  .address-box .grid__item {
    color: #777; }

/* about us*/
.about_us ul li {
  list-style: circle inside; }

/* normal page */
.normal-page h4, .normal-page .h4 {
  font-weight: bold; }
.normal-page ul {
  padding-left: 15px; }
  .normal-page ul li {
    list-style: circle outside; }

/*gogole translator*/
#google_translate_element {
  display: inline-block !important;
  vertical-align: middle !important; }

.goog-te-combo {
  color: #ccc !important;
  height: 40px !important;
  overflow: hidden !important;
  padding-left: 35px;
  background: url(select-icon.png) center right no-repeat, url(//cdn.shopify.com/s/files/1/0257/5656/5579/files/worldwide-icon.png.png?31288) 9px 9px no-repeat; }

.goog-te-gadget {
  height: 47px !important;
  overflow: hidden !important; }

@media screen and (max-width: 590px) {
  .goog-te-menu-frame {
    width: 100% !important; } }
.site-header {
  width: 100%; }

.image_over_texti > div {
  flex: 0 1 50%; }
@media screen and (min-width: 768px) {
  .image_over_texti {
    display: flex; } }
.image_over_texti img {
  vertical-align: top; }
  @media (min-width: 1920px) {
    .image_over_texti img {
      width: 100%; } }

.right_toptitless, .right_bottitless {
  position: absolute;
  font-family: NeutraText-BoldAlt;
  font-weight: 400;
  top: 10%;
  left: 10%;
  font-size: 24px;
  font-weight: 800; }
  .right_toptitless > div, .right_bottitless > div {
    position: relative; }

.right_bottitless {
  color: #fff; }
  .right_bottitless > div:after {
    background: #fff; }

.des_title {
  position: absolute;
  top: 60%;
  left: 45%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 768px) {
    .des_title {
      top: 15%;
      left: 10%;
      transform: translate(0%, 0%); } }
  .des_title .left_titless {
    font-family: NeutraText-BoldAlt;
    font-weight: 400;
    font-size: 24px;
    font-weight: 800; }
  .des_title .left_subtitless {
    font-size: 16px; }

.evaluation_box, .beans_box, .left_half_box {
  position: relative;
  overflow: hidden; }
  .evaluation_box img, .beans_box img, .left_half_box img {
    transition: 0.3s linear; }
  .evaluation_box .line-black, .beans_box .line-black, .left_half_box .line-black {
    transition: 0.3s linear; }

.comment_title {
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold; }

.swiper-comment {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px !important;
  text-align: center; }
  .swiper-comment .star_block {
    text-align: center;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .swiper-comment .star_block img {
        margin-left: 10px; } }
  .swiper-comment .comment-block {
    text-align: center;
    width: 70%;
    margin: 0 auto; }
    .swiper-comment .comment-block p {
      font-size: 17px; }
    .swiper-comment .comment-block a:hover {
      color: #000; }

.wrap-logolist {
  padding-bottom: 20px !important;
  max-width: 1000px;
  margin: 0 auto;
  /* text-align: center; */ }
  .wrap-logolist > div {
    justify-content: center;
    align-items: center; }

.wrap_bac {
  background: #252b2b; }

.wrap-logolist002 {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #666;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
  justify-content: center; }
  .wrap-logolist002 .img_barlink {
    float: left;
    text-align: center;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .wrap-logolist002 .img_barlink {
        flex: 0 1 33%; } }
    @media screen and (max-width: 768px) {
      .wrap-logolist002 .img_barlink {
        flex: 0 1 27%;
        padding: 0 5px; } }
  .wrap-logolist002 > div {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between; }

.wrap-flex-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.newsletter_title {
  margin-top: 15px;
  text-transform: uppercase;
  padding-left: 4px; }
  @media screen and (max-width: 768px) {
    .newsletter_title {
      text-align: center;
      padding-left: 0px;
      margin-top: 0px;
      margin-bottom: 5px !important;
      font-size: 18px; } }

@media screen and (max-width: 768px) {
  .newsletter__label {
    text-align: center;
    display: block;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 14px; } }

.banner_button {
  color: #ffffff;
  background-color: #b3bc18;
  font-size: 20px;
  padding: 8px 20px;
  background: linear-gradient(to right, #14bedc, 40%, #b4f096);
  border: none;
  display: inline-block;
  margin: 0;
  width: auto;
  line-height: 1.42;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer; }
  @media (min-width: 1600px) {
    .banner_button {
      font-size: 20px;
      padding: 15px 60px; } }

.mobile__cta {
  color: #ffffff;
  background-color: #b3bc18;
  font-size: 20px;
  padding: 8px 150px;
  background: linear-gradient(to right, #14bedc, 40%, #b4f096);
  border: none;
  display: inline-block;
  margin: 0;
  width: auto;
  line-height: 1.42;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer; }

.down-arrows {
  position: relative;
  top: -2px;
  left: 1px; }

.line-fenge {
  margin: 15px 0 12px;
  background: #999999;
  width: 50px;
  height: 1px; }

.featured-blog {
  margin-bottom: 20px; }

.wrap_allcomment, #shopify-section-1564732238629 {
  background: #f6f6f6; }

.wrap_allcomment {
  padding-top: 50px; }

#shopify-section-1564732238629 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  padding: 0 30px; }

.blog-title1 {
  padding-bottom: 20px;
  font-weight: bold;
  font-family: 'NeutraText-BoldAlt'; }

.link_text03, .link_text02 {
  font-size: 16px;
  word-break: break-all;
  color: #d8d8d8; }
  @media screen and (max-width: 768px) {
    .link_text03, .link_text02 {
      font-size: 12px;
      white-space: nowrap; } }

.link_text03 {
  padding-top: 5px;
  word-break: break-word; }

.collection_listss .collection_boxs {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
  float: left;
  position: relative; }
  .collection_listss .collection_boxs img {
    vertical-align: top;
    z-index: 1; }
    @media (min-width: 1150px) {
      .collection_listss .collection_boxs img {
        max-width: 70%; } }
  @media screen and (min-width: 768px) {
    .collection_listss .collection_boxs {
      padding-left: 10px;
      padding-top: 0px; } }
  .collection_listss .collection_boxs > div {
    background: #f6f6f6;
    overflow: hidden; }
  .collection_listss .collection_boxs img {
    transition: 0.7s linear; }
  .collection_listss .collection_boxs:hover img {
    transform: scale(1.1); }

.collection_listss .collection_boxs-1 {
  padding-left: 0px;
  padding-right: 10px; }
  @media screen and (max-width: 768px) {
    .collection_listss .collection_boxs-1 {
      padding-right: 0px;
      margin-left: 2%; } }

.collection_listss .collection_boxs-2 {
  position: relative; }
  @media screen and (min-width: 768px) {
    .collection_listss .collection_boxs-2 {
      right: 5px; } }
  @media screen and (max-width: 768px) {
    .collection_listss .collection_boxs-2 {
      margin-right: 2%; } }

.collction_titles {
  font-family: NeutraText-BoldAlt;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  font-weight: bold; }
  @media (max-width: 400px) {
    .collction_titles {
      font-size: 18px; } }

.collction_subtitles {
  text-align: center; }
  @media (max-width: 402px) {
    .collction_subtitles {
      min-height: 45px; } }

.wrap_titlecol {
  padding: 40px 0;
  opacity: 0;
  position: relative;
  top: 15%;
  z-index: 2; }
  @media (max-width: 402px) {
    .wrap_titlecol {
      padding: 30px 0; } }
  @media screen and (max-width: 768px) {
    .wrap_titlecol {
      opacity: 1;
      width: 100%; } }
  @media (max-width: 400px) {
    .wrap_titlecol {
      width: 90%; } }

.video__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1; }

/* 
.collection_listss{
 padding-top:15px;
} */
.hero__subtitlebig {
  font-size: 18px;
  padding-bottom: 15px; }

.hero__subtitle {
  margin: 0 auto;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .hero__subtitle {
      width: 80%; } }
  @media (max-width: 450px) {
    .hero__subtitle {
      width: 95%; } }

.line-black {
  position: absolute;
  width: 60px;
  height: 5px;
  bottom: 0px;
  left: 0; }

.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #14bedc, 18%, #b4f096) !important;
  border: none; }

@media screen and (min-width: 768px) {
  .medium--up-hide {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .small-hide {
    display: none !important; } }

.mobile-box-ev {
  float: left;
  margin-top: 10px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px; }
  @media screen and (max-width: 768px) {
    .mobile-box-ev {
      width: 49%; } }

@media screen and (max-width: 768px) {
  .collection_boxs {
    width: 49%; } }
.collection_boxs a {
  background: #f6f6f6; }

.mobile_coltitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold; }
  @media (max-width: 400px) {
    .mobile_coltitle {
      font-size: 18px; } }

@media screen and (max-width: 768px) {
  .od01 {
    order: 1; }

  .od02 {
    order: 2; }

  .od03 {
    order: 3; }

  .od04 {
    order: 4; }

  .right-newsletter {
    order: 0; } }
@media screen and (max-width: 768px) {
  .wrapper02 {
    width: 100% !important; } }

.newsletter--form .input-group {
  left: 10px; }

@media screen and (max-width: 768px) {
  .site-headerlogo {
    text-align: center;
    width: 75% !important; } }

@media (max-width: 450px) {
  .wrap-logolist002 .img_barlink > img {
    max-width: 50px;
    min-height: 45px; } }

.swiper-button-prev-com {
  background-image: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/arrow-leftsw_48x.png?v=16048944764653032308) !important;
  left: 25px !important;
  /*     &:after{
    transition:0.3s;
    left:0;
        opacity:0;
           content:'';
     background:url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/arrow-leftsw-after_48x.png?v=3938948798553614711) no-repeat;
    position:absolute;
         width: 32px!important;
      height: 70px!important;
          @include at-query($max, $medium) {
        width: 22px !important;
      height: 50px !important;
    
    }
        background-size: contain!important;
    }
     
    &:hover::after{
  
      left: -40px;
          @include at-query($max, $medium) {
      left: -22px;
      top: 3px;
      }
        opacity:1;
   
    } */ }
  @media screen and (min-width: 768px) {
    .swiper-button-prev-com {
      left: 50px !important; } }
  .swiper-button-prev-com:hover {
    left: 10px !important; }

.swiper-button-next-com {
  background-image: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/arrow-right-sw_48x.png?v=14956198203197611405) !important;
  right: 25px !important;
  /*   &:after{
    transition:0.3s;
    right:0;
        opacity:0;
         content:'';
     background:url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/arrow-right-sw-after_48x.png?v=14286740237322932812) no-repeat;
    position:absolute;
         width: 32px!important;
      height: 70px!important;
        @include at-query($max, $medium) {
        width: 23px !important;
      height: 50px !important;
    
    }
        background-size: contain!important;
    }
  
    &:hover::after{
  
      right: -40px;
      @include at-query($max, $medium) {
      right: -23px;
      top: 3px;
      }
        opacity:1;
   
    } */ }
  @media screen and (min-width: 768px) {
    .swiper-button-next-com {
      right: 50px !important; } }
  .swiper-button-next-com:hover {
    right: 10px !important; }

.swiper-button-prev-com, .swiper-button-next-com {
  display: none;
  outline: none;
  width: 80px !important;
  height: 65px !important;
  transition: 0.3s;
  background-size: contain !important; }
  @media screen and (max-width: 768px) {
    .swiper-button-prev-com, .swiper-button-next-com {
      width: 20px !important;
      height: 50px !important; } }

.left_half_box {
  z-index: 9;
  position: relative; }
  @media screen and (min-width: 768px) {
    .left_half_box {
      left: 15%; }
      .left_half_box:hover img {
        transform: scale(1.1); }
      .left_half_box:hover .line-black {
        width: 80px; } }

.right_two_box {
  z-index: 10;
  position: relative; }
  @media screen and (min-width: 768px) {
    .right_two_box {
      right: 15%; } }

@media screen and (min-width: 768px) {
  .beans_box {
    bottom: -30px; }
    .beans_box:hover img {
      transform: scale(1.1); }
    .beans_box:hover .line-black {
      width: 80px; } }

@media screen and (min-width: 768px) {
  .evaluation_box {
    top: -30px; }
    .evaluation_box:hover img {
      transform: scale(1.1); }
    .evaluation_box:hover .line-black {
      width: 80px; } }

#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9; }

.video-desc {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 4; }
  @media screen and (max-width: 768px) {
    .video-desc {
      width: 80%; } }
  .video-desc .video_titles {
    font-family: 'NeutraText-BoldAlt';
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .video-desc .video_titles {
        font-size: 22px; } }
  .video-desc .video_subtitles {
    font-size: 16px;
    margin-top: 8px; }
    @media screen and (max-width: 768px) {
      .video-desc .video_subtitles {
        font-size: 14px; } }

.box-video-block {
  position: relative; }
  .box-video-block > img {
    vertical-align: top; }

.arrow-rightslide {
  vertical-align: middle;
  position: relative;
  left: 8px;
  width: 0;
  transition: 0.3s; }
  .banner_button:hover .arrow-rightslide {
    width: 22px; }
  .mobile__cta:hover .arrow-rightslide {
    width: 22px; }

.col-imagebac {
  position: relative; }
  .col-imagebac .image-col {
    vertical-align: top; }
  .col-imagebac .test-col-field {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%); }
    .col-imagebac .test-col-field .title-col {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .col-imagebac .test-col-field {
        width: 100%;
        display: none; } }

.collection-bg {
  padding-bottom: 20px; }

.breadcrumb {
  padding: 20px 0;
  box-shadow: inset -3px 1px 3px 0px #ececec; }
  .breadcrumb * {
    color: #808080; }
  .breadcrumb .divider {
    padding: 0 8px; }

.col-onebox {
  position: relative;
  width: 33%;
  position: relative; }
  .col-onebox .img_colbottom {
    vertical-align: top; }
  .col-onebox .over_col-box {
    background: rgba(255, 255, 255, 0);
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .col-onebox .over_col-box > div {
      padding: 8%; }
  .col-onebox .col-bottom_title {
    font-family: 'NeutraText-BoldAlt';
    position: relative;
    font-size: 30px;
    font-weight: 600; }
    @media (min-width: 1650px) {
      .col-onebox .col-bottom_title {
        font-size: 36px; } }
    @media (max-width: 768px) {
      .col-onebox .col-bottom_title {
        font-size: 23px; } }
    @media (max-width: 410px) {
      .col-onebox .col-bottom_title {
        font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .col-onebox {
      width: 100%;
      margin-left: 0%;
      margin-bottom: 20px; } }

.col-onebox:hover .over_col-box {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: -2px 2px 2px 2px #e8e8e8; }

.collection-bottom_box {
  max-width: 1635px;
  margin: 0 auto;
  padding: 20px 20px 30px; }
  @media screen and (min-width: 768px) {
    .collection-bottom_box {
      padding: 50px 40px; } }
  .collection-bottom_box > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }

.link_colbottom {
  font-family: 'NeutraText-BoldAlt';
  display: inline-block;
  font-size: 16px;
  margin-top: 30px; }
  @media (min-width: 1650px) {
    .link_colbottom {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .link_colbottom {
      font-size: 14px; } }

#shopify-section-collection-bottom {
  background: #f7f7f7; }

.wrap-logolistcol {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  /* border-bottom: 1px solid #666; */
  max-width: 1500px;
  margin: 0 auto;
  justify-content: center; }
  .wrap-logolistcol > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .wrap-logolistcol {
      padding-top: 0px;
      padding-bottom: 0; } }
  .wrap-logolistcol .img_barlink {
    flex: 0 1 33.33%;
    float: left;
    text-align: center;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .wrap-logolistcol .img_barlink {
        flex: 0 1 100%;
        background: #f7f7f7;
        padding: 20px 50px; } }
    .wrap-logolistcol .img_barlink:nth-child(2) {
      background: #fff; }
    @media screen and (max-width: 768px) {
      .wrap-logolistcol .img_barlink img {
        max-width: 250px;
        width: 30px;
        height: 30px; } }
  .wrap-logolistcol .col-b_text {
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .wrap-logolistcol .col-b_text {
        margin-bottom: 25px;
        border-bottom: 1px solid #d8d8d8; } }

.collection_topnav {
  display: none;
  text-align: left;
  font-family: 'NeutraText-BoldAlt';
  border-bottom: 1px solid #e6e6e6;
  /*   .col_viewall{
     
       padding: 0 20px;
      font-size: 16px;
      border-radius: 50px;
  transition:0.3s;
      position: relative;
      &:after{
        content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/all_50x.png?v=11560535758631334090);
      position: absolute;
        bottom: 23px;
      left: 50%;
      width: 100%;
      transform: translate(-50%);
      }
      &:hover{
      
      opacity: 0.6;
      }
    } */ }
  .collection_topnav > ul, .collection_topnav > a {
    display: inline-block; }

/* .col-navul{
margin: 70px 0 30px;
} */
.col-navul > a {
  padding-right: 20px;
  margin-left: 20px;
  font-size: 16px;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .col-navul > a {
      padding: 0px 10px;
      margin-left: 0px; } }
  .col-navul > a:hover {
    opacity: 0.6; }

.power-bank-filehub:before {
  content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/Filehub_50x.png?v=4424262077526259469);
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 100%;
  transform: translate(-50%); }

/* .power-bank-filehub:hover:before{
 content:url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/zimulu01hover_30x.png?v=9101596071947097540);
}

.power-bank-filehub::before:hover{
 content:url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/zimulu01hover_30x.png?v=9101596071947097540);
} */
.power-bank-filehub-mate:before {
  content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/Mate_50x.png?v=15858730928645832956);
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translate(-50%); }

/* .power-bank-filehub-mate:hover:before{
 content:url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/zimulu02hover_50x.png?v=9503935715377983621);
}
 */
/*  Collection style */
@media screen and (min-width: 768px) {
  .collection-wrap {
    display: flex; } }

.collection-right {
  width: 100%; }

@media screen and (max-width: 768px) {
  .collection-left, .collection-right {
    width: 100% !important;
    float: none; }

  .collection-left .icon {
    width: 10px;
    height: 20px;
    color: #888;
    float: right;
    margin-right: 5px; }
  .collection-left #catalog_block {
    padding: 0 10px; }

  .catelog-title-btn, .filter-title-btn {
    color: #000;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 8px; }

  .catelog-box, .tagfilter-box {
    display: none; } }
.collection-left .icon {
  color: #000; }

.collection-left {
  background: #f7f7f7;
  padding: 20px 30px; }
  @media screen and (min-width: 768px) {
    .collection-left {
      width: 0%;
      opacity: 0;
      display: none; } }
  .collection-left .catelog-box h3, .collection-left .catelog-box .h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px; }
  .collection-left #catalog_block {
    padding: 0;
    border: 0; }

.toogle_sort_filter {
  padding: 5px;
  width: 8%;
  opacity: 0;
  z-index: -2;
  position: relative;
  text-align: center;
  color: #fff;
  background: #000;
  display: block;
  height: 32px; }
  .toogle_sort_filter span {
    padding-right: 10px;
    padding-left: 10px; }
  .toogle_sort_filter:hover {
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .toogle_sort_filter {
      display: none; } }

.filter-type ul {
  margin-left: 10px; }

.filter-box {
  font-size: 14px; }

.tagfilter-box {
  padding: 5px; }

.filter-box .filter-type {
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px; }

.top-title-filter {
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .top-title-filter {
      display: none; } }

.filter-box .filter-type > span {
  margin-right: 10px;
  font-size: 16px; }

.filter-box .filter-type .count {
  float: right; }

.filter-box li a {
  color: #000; }
  .filter-box li a:hover {
    color: #14bed2; }

/* .tag-close::before{ border:1px solid #000; content:'\2714'; color:#fff; display:inline-block;     padding: 0 1px;
    line-height: 12px; margin-right:20px;}
.active-filter .tag-close::before{background:#000;} */
.clear-btn {
  text-decoration: underline;
  display: inline-block;
  font-size: 12px;
  color: #808080;
  margin-left: 12px; }

.clear-btn:hover {
  color: #4d5c68;
  opacity: 1; }

.advanced-filter {
  list-style: none;
  padding: 3px;
  position: relative; }
  .advanced-filter .right-coll-span {
    position: absolute;
    right: 5px;
    top: 0; }

.color-li {
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: inline-block;
  margin: 5px; }
  .color-li:hover {
    cursor: pointer; }
  .color-li a {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: inline-block; }
    .color-li a span {
      font-size: 12px; }

.color-li.active-filter .tag-close::before {
  position: relative;
  left: 5px; }

#catalog_block li {
  list-style: none; }

.catelog-title-btn, .title-color {
  position: relative; }
  .catelog-title-btn > span, .title-color > span {
    position: absolute;
    right: 0; }

.filter-dropdown {
  padding-top: 15px;
  display: inline-block; }

#CollectionSection .grid-uniform {
  padding-top: 15px; }

.CollectionSection-gridf {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  /*   border: 1px solid #f6f6f6; */
  padding: 0 !important;
  margin-top: 20px !important; }

.span_price_pet {
  z-index: 9;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  display: inline-block;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(45deg, #14bedc, 55%, #b4f096);
  text-align: center;
  vertical-align: middle;
  /* line-height: 24px; */
  padding: 15px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .span_price_pet {
      top: 15px;
      right: 15px;
      width: 55px;
      height: 55px;
      padding: 11px;
      line-height: 17px;
      font-size: 14px; } }
  .product-new .span_price_pet {
    padding: 9px;
    line-height: 36px;
    text-transform: uppercase;
    right: none;
    width: 55px;
    height: 55px;
    left: 30px; }

.product-box {
  position: relative;
  padding-bottom: 110px; }

.wrapper02 {
  max-width: 1635px !important;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .wrapper02 {
      padding: 0 40px; } }

.grid-product_liststyle, .grid-product__text-lists {
  display: inline-block;
  vertical-align: top; }

.grid-product__wrapper-list {
  text-align: left;
  display: flex; }

@media (min-width: 1250px) {
  .grid-product_liststyle {
    width: 20%; } }

.grid__item_lists {
  padding-top: 20px; }

.grid-product__text-lists {
  padding-left: 30px; }
  @media (min-width: 1100px) {
    .grid-product__text-lists {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .grid-product__text-lists {
      padding-left: 10px; } }

.grid-product__sold-out-lists {
  z-index: 9;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  display: inline-block;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(45deg, #7cd79f, 65%, #20c1cc);
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border: none; }

.CollectionSection-lists {
  display: none; }

@media (min-width: 1000px) {
  .right_toptitless, .right_bottitless, .des_title {
    opacity: 0; } }
.site-nav__item.flag {
  margin-left: 15px;
  margin-top: 5px; }

.wrap-logolist .img_barlink img {
  opacity: 0.3;
  cursor: pointer; }
  .wrap-logolist .img_barlink img:hover {
    opacity: 1; }

.wrap-logolist .swiper-slide-thumb-active.img_barlink > img {
  opacity: 1; }

.featured-blog__post:hover img {
  box-shadow: 0px 0px 5px 3px #d8d8d8; }
.featured-blog__post:hover .article__heading-link {
  color: #22c1d0; }

.left_twolever {
  width: 22%;
  float: left; }
  .left_twolever li {
    display: block !important;
    text-align: left !important; }
    .left_twolever li > a {
      display: inline-block;
      position: relative; }
      .left_twolever li > a:before {
        content: '';
        position: absolute;
        left: 15px;
        right: 0;
        bottom: 10px;
        display: block;
        background: linear-gradient(to right, #14bedc, #b4f096);
        height: 3px;
        z-index: 6;
        width: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .left_twolever li > a:hover:before {
        width: 70%; }

.right_opt_box {
  width: 78%;
  /* display: flex; */
  float: right; }

.top_banner {
  display: flex;
  /*     justify-content: space-around; */ }
  .top_banner > div {
    margin-right: 15px;
    /*         max-width: 380px; */
    position: relative; }

.bottom_pro {
  display: flex;
  /*       max-width: 760px; */
  justify-content: space-around;
  /*   margin-top: 10px; */ }
  .bottom_pro > div {
    padding: 0 5px;
    flex: 0 1 24%; }
    .bottom_pro > div p {
      text-align: center;
      margin-top: 5px; }
  .bottom_pro img {
    max-width: 120px; }

.bannertext-nav {
  /*     position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 24px;
      color: #fff; */
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 20px;
  color: #fff; }

.bannertext-nav02 {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 18px;
  color: #fff; }

.product-left {
  display: flex; }

.modle_sku {
  font-size: 16px;
  color: #000;
  padding: 5px 0;
  font-weight: 500; }

#AddToCart--product-template {
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  font-weight: bold;
  min-height: 44px; }

.wrap_pay {
  display: flex;
  justify-content: space-between; }
  .wrap_pay .product-single__add-to-cart {
    flex: 0 1 49%;
    /*     @include at-query($max, $medium) {
          flex:0 1 100%;
        } */ }
  .wrap_pay .shopify-payment-button {
    flex: 0 1 49%;
    /*     @include at-query($max, $medium) {
          flex:0 1 100%;
        } */ }

.share-logo-text {
  position: relative;
  font-size: 14px !important;
  top: 0px;
  color: #808080; }

.social-icons-pro {
  margin-top: 15px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 1px solid #e9e9e9;
  padding-top: 4px;
  display: block; }
  .social-icons-pro .icon {
    color: #8b8b92; }

.subbox {
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    .subbox {
      padding: 0; } }

.flexwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .flexwrap .flexitemimg {
    flex: 0 1 50%;
    align-self: center; }
    @media screen and (max-width: 768px) {
      .flexwrap .flexitemimg {
        flex: 0 1 100%; } }
    .flexwrap .flexitemimg img {
      vertical-align: top; }
  .flexwrap .flexitemimg02 {
    flex: 0 1 40%;
    align-self: center; }
    @media screen and (max-width: 768px) {
      .flexwrap .flexitemimg02 {
        flex: 0 1 100%; } }
    .flexwrap .flexitemimg02 img {
      vertical-align: top; }
  .flexwrap .flexitemtext {
    flex: 0 1 50%;
    padding: 40px;
    align-self: center; }
    @media screen and (max-width: 768px) {
      .flexwrap .flexitemtext p {
        flex: 0 1 100%;
        padding: 10px; } }
    @media screen and (max-width: 768px) {
      .flexwrap .flexitemtext {
        flex: 0 1 100%;
        padding: 10px; } }
    .flexwrap .flexitemtext h5, .flexwrap .flexitemtext .h5 {
      font-weight: bold; }
  .flexwrap .flexitemtext02 {
    flex: 0 1 50%;
    padding: 40px;
    align-self: center; }
    @media screen and (max-width: 768px) {
      .flexwrap .flexitemtext02 p {
        flex: 0 1 100%;
        padding: 10px; } }
    @media screen and (max-width: 768px) {
      .flexwrap .flexitemtext02 {
        flex: 0 1 100%;
        padding: 10px; } }
    .flexwrap .flexitemtext02 h5, .flexwrap .flexitemtext02 .h5 {
      font-weight: bold; }

.featrued-specs table {
  border: 1px solid #d9d9d9; }
  .featrued-specs table td {
    border-top: 1px solid #d9d9d9; }
  .featrued-specs table tr:nth-child(even) {
    background: #f2f2f2; }

.featrued-specs h5, .featrued-specs .h5 {
  font-weight: bold; }

.wrap-width {
  background: #f7f7f7;
  position: sticky;
  z-index: 99;
  top: 0; }

.amz-button {
  display: block;
  background: #f4971a;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 17px; }
  .amz-button img {
    vertical-align: middle;
    margin-right: 5px; }
  .amz-button:hover {
    color: #fff; }

.product-recommendations {
  margin-top: 90px; }
  @media screen and (max-width: 768px) {
    .product-recommendations {
      margin-top: 45px; } }

@media (min-width: 768px) and (max-width: 962px) {
  .site-header__logo a.site-header__logo-link {
    padding-top: 10px; } }

@media (min-width: 768px) and (max-width: 1180px) {
  .header_search, .header_account, .flag {
    display: none !important; } }
.recommend_title {
  padding-bottom: 15px; }

.product-recommendations .grid-uniform {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap; }
.product-recommendations .grid-product {
  border: 1px solid #f6f6f6; }

.grid_sekuai {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  margin: 3px !important; }

.over-grid-pro {
  position: absolute;
  width: 100%;
  /* vertical-align: bottom; */
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none; }
  .grid-product:hover .over-grid-pro {
    display: flex; }
  .over-grid-pro > form button {
    width: 100%;
    background-color: transparent;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 0;
    padding: 8px 20px;
    border: 2px solid #000; }

.cart-lists {
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
  border-radius: 0;
  padding: 8px 20px;
  border: 2px solid #000;
  max-width: 300px; }

.l_more {
  padding: 8px 20px;
  background: linear-gradient(to right, #19c0da, #b1ef97);
  color: #fff;
  font-size: 18px;
  margin: 20px 0 60px;
  outline: none; }

.grid-product {
  position: relative; }

.sca-qv-image .sca-qv-button:before {
  content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/eyes3_40x.png?v=10208577636777108615);
  position: absolute;
  left: 10px;
  top: 12px; }

#sca-brankmark {
  opacity: 0;
  visibility: hidden; }

#paginateBy {
  border: none; }

.product__price-over {
  font-size: 18px;
  padding-top: 5px; }

.product__title_over {
  padding: 0 5px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .product__title_over {
      width: 80%; } }

@media screen and (min-width: 768px) {
  .collection-sorting {
    padding: 0 20px !important; } }

@media screen and (max-width: 768px) {
  .template-collection .grid-product01 {
    width: 50% !important; } }

@media screen and (max-width: 768px) {
  .grid-product02 {
    width: 100% !important; } }

.back_image_video {
  width: 100%;
  vertical-align: top;
  z-index: 10; }

#video_h5 {
  position: relative;
  z-index: 2;
  vertical-align: top;
  opacity: 0;
  outline: none; }

.video_wrap_background {
  position: relative; }

#youdaoBanner, .wrap-logolist, .swiper-comment, .blogpost-2, .blogpost-3, .blogpost-1, .comment_title, .featured-blog_mobile {
  opacity: 0; }

.over-grid-pro .grid-product__sale {
  color: #5ad1df; }

.pagination {
  margin-right: 20px !important; }

#ProductPrice {
  font-size: 33px !important; }

.kucun-pro {
  color: #fe2e2e; }

.faq-title {
  position: relative;
  background: #f7f7f7;
  padding: 10px 20px;
  color: #010101; }
  .faq-title img {
    position: absolute;
    right: 50px; }
    @media screen and (max-width: 768px) {
      .faq-title img {
        right: 10px; } }

.faq-content {
  color: #4c4c4c;
  padding: 0 20px; }

.downlod-link {
  font-size: 17px;
  /* padding: 0 20px; */
  padding-right: 25px; }
  .downlod-link:before {
    content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/download1_20x.png?v=11217683536277609133);
    padding-right: 10px;
    vertical-align: middle; }
  .downlod-link:link {
    opacity: 1; }
  .downlod-link:visited {
    opacity: 0.6; }
  .downlod-link:hover {
    opacity: 0.6;
    color: #000; }
  .downlod-link:active {
    opacity: 0.6; }

.downlod-link02 {
  padding-right: 0;
  color: #808080;
  padding-left: 15px; }
  .downlod-link02:before {
    content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/dl002_20x.png?v=9723352082816486017);
    padding-right: 10px;
    position: relative;
    vertical-align: middle;
    top: 4px; }

.lvsebg:before {
  content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/dl003_20x.png?v=16996487131399805013);
  padding-right: 10px;
  position: relative;
  vertical-align: middle;
  top: 4px; }

.d-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px; }

.des-faq {
  font-size: 18px;
  font-weight: bold; }

.lablefor-dl {
  color: #808080;
  font-size: 18px; }

.button_wrap-s {
  text-align: center;
  position: relative; }

.dl-buttons {
  padding: 4px 25px;
  font-size: 18px;
  border-radius: 30px;
  border: 2px solid #000;
  text-transform: uppercase;
  margin: 30px 0 20px;
  font-weight: bold;
  outline: none; }

.p-table p {
  margin-bottom: 7px; }

.p-table tr {
  border-bottom: 1px solid #bfbfbf; }
  .p-table tr td:first-child {
    border-right: 1px solid #bfbfbf; }
    .p-table tr td:first-child img {
      max-width: 35px; }
  .p-table tr td:last-child {
    padding: 10px 30px;
    color: #808080;
    font-size: 13px; }
  .p-table tr:last-child {
    border-bottom: none; }

.download_box_pro {
  display: none;
  padding: 20px 30px;
  box-shadow: -1px 1px 8px 3px #cecece;
  position: absolute;
  top: 85px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  z-index: 3; }
  .download_box_pro p {
    position: relative; }

.tag_downl {
  position: absolute;
  left: 0;
  top: 3px; }
  .tag_downl:before {
    border: 1px solid #b3b3b3;
    content: '\2714';
    color: transparent;
    display: inline-block;
    padding: 1px;
    line-height: 14px;
    margin-right: 10px; }

.gouxuan:before {
  content: '\2714';
  color: #fff;
  display: inline-block;
  line-height: 15px;
  margin-right: 10px;
  background: #27b0b3; }

@media screen and (max-width: 768px) {
  .template-product .wrapper {
    width: calc(100% - 20px); }
    .template-product .wrapper .recommend_title {
      font-size: 25px; } }

@media screen and (max-width: 768px) {
  #CollectionSection .wrapper02 {
    padding: 0px 10px; } }

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

.over-nav-tag {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 9;
  display: none; }

@media screen and (max-width: 768px) {
  .collection-left {
    width: 300px !important;
    position: absolute;
    z-index: 99;
    left: -310px; } }

.collection-wrap {
  position: relative; }

.show-coll {
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .show-coll {
      display: none; } }
  .show-coll button {
    float: right;
    background: linear-gradient(to right, #18bfda, #b1ef97);
    color: #fff;
    padding: 5px 17px;
    font-weight: bold; }

.movetagfilter {
  left: -310px;
  animation: mymovetag 0.5s;
  -webkit-animation: mymovetag 0.5s; }

@keyframes mymovetag {
  from {
    left: -10px; }

  to {
    left: -310px; } }

@-webkit-keyframes mymovetag {
  from {
    left: -10px; }

  to {
    left: -310px; } }

.movetagfilter02 {
  left: -10px;
  animation: mymovetag02 0.5s;
  -webkit-animation: mymovetag02 0.5s; }

@keyframes mymovetag02 {
  from {
    left: -310px; }

  to {
    left: -10px; } }

@-webkit-keyframes mymovetag02 {
  from {
    left: -310px; }

  to {
    left: -10px; } }

.coll-left_toggle {
  background: #999999;
  padding: 5px 20px;
  color: #fff;
  /*     display: inline-block; */
  display: none; }
  @media screen and (min-width: 768px) {
    .coll-left_toggle {
      display: none; } }

.coll-left_toggle:after {
  content: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/arr-down_10x.png?v=5952699089524886);
  position: relative;
  top: -2px;
  left: 10px; }

.more_lists {
  margin: 20px 0 30px; }

.right_coll_button {
  width: 20%;
  align-items: center;
  display: flex;
  /* display: inline-block; */
  flex-direction: column;
  justify-content: center; }

@media (max-width: 1250px) {
  .short_title02 {
    display: none; }

  .right_coll_button {
    display: none; }

  .grid-product_liststyle {
    width: 45%; } }
.right_coll_button02 .cart-lists {
  margin-top: 20px;
  width: 200px; }
  @media (min-width: 1250px) {
    .right_coll_button02 .cart-lists {
      display: none; } }

html {
  scroll-behavior: smooth; }

.des-faq, .d-title, .featrued-specs > h5, .featrued-specs > .h5 {
  font-family: 'NeutraText-BoldAlt'; }

.small-pro-canshu {
  font-family: 'NeutraText-BoldAlt';
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  font-weight: bold;
  font-size: 18px; }
  .small-pro-canshu span {
    position: absolute;
    right: 10px;
    bottom: 10px; }

.descroption-border {
  border-top: 1px solid #e6e6e6; }

@media (max-width: 768px) {
  .padd-des {
    padding: 10px !important; } }

/* .featrued-specs,#wc_review_section,.featrued-faq,.featrued-downloads {
    @media (max-width:768px){
   display:none;
  }
} */
.wc_review_section:after {
  content: '';
  display: table;
  clear: both; }

.toggle-menuul {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  background: #000;
  font-size: 17px;
  color: #808080;
  position: relative;
  padding: 8px 20px;
  list-style: none; }
  .toggle-menuul img {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 30px; }

.overpro-menu ul {
  background: #1a1a1a;
  padding-bottom: 30px;
  margin: 0; }
  .overpro-menu ul li {
    margin: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 15px 20px;
    list-style: none;
    border-bottom: 1px solid #4d4d4d; }
    .overpro-menu ul li a {
      color: #fff;
      text-transform: capitalize;
      font-size: 16px; }

.flag.site-nav__item {
  width: 25px; }

#AccessibleNav > li:hover a {
  color: #14bedc; }

@media screen and (min-width: 768px) {
  .featured-blog__post .article__heading-link {
    min-width: 52px;
    display: block; } }

.filterbycl {
  font-weight: bold;
  position: relative;
  top: 13px; }
  @media screen and (min-width: 768px) {
    .filterbycl {
      display: none; } }
  .filterbycl:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #000; }

.line-black02 {
  width: 50px;
  height: 4px; }

@media screen and (min-width: 768px) {
  .wrap-logolistcol .img_barlink:nth-child(2) .payimgscol {
    padding-top: 10px; } }

/*  about-us */
.about-toptilte {
  text-align: center; }
  .about-toptilte .wrap_titleab {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block; }
    .about-toptilte .wrap_titleab .title-about {
      font-size: 35px;
      font-family: 'NeutraText-BoldAlt'; }
      @media screen and (max-width: 768px) {
        .about-toptilte .wrap_titleab .title-about {
          font-size: 25px; } }

.about-us-02 {
  background: linear-gradient(to right, #14bedc, #b4f096);
  color: #fff;
  padding: 100px; }
  @media screen and (max-width: 768px) {
    .about-us-02 {
      padding: 20px;
      word-break: break-all; } }
  .about-us-02 .wrap-a-02 {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap; }
    .about-us-02 .wrap-a-02 > div {
      flex: 0 1 50%; }
      @media screen and (max-width: 768px) {
        .about-us-02 .wrap-a-02 > div {
          flex: 0 1 100%; } }
      .about-us-02 .wrap-a-02 > div .titleab-02 {
        font-family: 'NeutraText-BoldAlt';
        font-size: 40px;
        line-height: 50px;
        display: inline-block;
        float: right;
        width: 35%; }
        @media screen and (max-width: 768px) {
          .about-us-02 .wrap-a-02 > div .titleab-02 {
            width: 45%; } }

.about-03wrap {
  display: flex;
  flex-wrap: wrap; }
  .about-03wrap img {
    vertical-align: top; }
  .about-03wrap .about-03text {
    flex: 0 1 58%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .about-03wrap .about-03text {
        flex: 0 1 100%;
        order: 3; } }
    .about-03wrap .about-03text > div {
      width: 60%;
      margin: 0 auto;
      display: inline-block;
      padding: 20px; }
      @media screen and (max-width: 768px) {
        .about-03wrap .about-03text > div {
          width: 75%; } }
    .about-03wrap .about-03text h3, .about-03wrap .about-03text .h3 {
      position: relative;
      font-size: 35px;
      font-family: 'NeutraText-BoldAlt';
      margin-bottom: 50px; }
      .about-03wrap .about-03text h3:after, .about-03wrap .about-03text .h3:after {
        content: '';
        left: 0px;
        position: absolute;
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, #14bedc, #b4f096);
        bottom: -5px; }
  .about-03wrap .about-03img {
    flex: 0 1 42%; }
    @media screen and (max-width: 768px) {
      .about-03wrap .about-03img {
        flex: 0 1 100%;
        order: 1; } }

.about-04wrap {
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .about-04wrap {
      color: #000; } }
  .about-04wrap img {
    vertical-align: top; }
  .about-04wrap .about-04title {
    font-size: 35px;
    font-family: 'NeutraText-BoldAlt'; }
    @media screen and (max-width: 768px) {
      .about-04wrap .about-04title {
        font-size: 25px; } }
    @media screen and (min-width: 768px) {
      .about-04wrap .about-04title {
        text-align: center;
        position: absolute;
        top: 40px;
        /* width: 60%; */
        left: 0;
        right: 0; } }
  .about-04wrap .about-04subtitle {
    font-size: 16px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .about-04wrap .about-04subtitle {
        position: absolute;
        top: 100px;
        /* width: 60%; */
        left: 0;
        right: 0; } }
    @media (min-width: 1000px) {
      .about-04wrap .about-04subtitle {
        width: 30%;
        left: 35%; } }
  .about-04wrap .about-04bottomtext {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .about-04wrap .about-04bottomtext {
        position: absolute;
        bottom: 50px;
        /* width: 60%; */
        left: 0;
        right: 0; } }

.about-03textdis {
  font-size: 16px; }

@media (min-width: 1100px) {
  .titleab-02 p:first-child {
    padding-left: 53px; } }

.about-toptilte {
  margin-top: 20px; }

@media (min-width: 1600px) {
  .about-03textdis {
    font-size: 18px; }

  .slideshow__overlayleft .hero__text-content {
    padding: 2% 8% 2% 15%; }

  .slideshow__overlayright .hero__text-content {
    padding: 2% 15% 2% 8%; }

  .hero__slide .hero__title {
    font-size: 48px; }

  .flexwrap .flexitemtext h5, .flexwrap .flexitemtext .h5, .featrued-specs h5, .featrued-specs .h5, .d-title, .des-faq {
    font-size: 24px; }

  .hero__subtitlebig {
    font-size: 23px; }

  .hero__slide .hero__subtitle, .collction_subtitles, .swiper-comment .comment-block p, .link_text03, .link_text02, .modle_sku, .short_title li, .radio-wrapper .single-option-radio__label, .flexwrap .flexitemtext, .padd-des table, .p-table tr td:last-child, .featrued-faq {
    font-size: 18px; }

  .collction_titles, .right_toptitless, .right_bottitless, .des_title .left_titless {
    font-size: 30px; }

  .video_titles, .recommend_title, .about-04title, .about-03wrap .about-03text h3, .about-03wrap .about-03text .h3, .titleab-02, .title-about {
    font-size: 48px !important;
    font-family: 'NeutraText-BoldAlt'; }

  .product-single__title {
    font-size: 32px !important;
    font-family: 'NeutraText-BoldAlt'; }

  .video_subtitles, .des_title .left_subtitless, .featured-blog__post .article__heading-link, .more_info_block .nav-tabs li a {
    font-size: 24px; }

  .blog-title1 {
    margin-bottom: 30px !important;
    margin-top: 70px !important;
    font-size: 48px !important; }

  .comment_title {
    font-size: 48px !important; }

  .wrap_allcomment {
    padding-top: 70px; }

  .featured-blog {
    margin-bottom: 60px; }

  .breadcrumb {
    padding-top: 50px; }

  .wrapper {
    max-width: 1480px !important; }

  .product-single__title, .product-single__quantity .js-qty {
    display: block;
    margin-bottom: 24px; }

  .modle_sku, .wc_product_review_badge {
    margin-bottom: 12px; }

  .product-form__item {
    margin-bottom: 24px;
    margin-top: 24px; }

  .amz-button {
    margin: 16px 0 24px; }

  .more_info_block .tab-content {
    margin: 20px auto; }

  .about-04wrap .about-04subtitle {
    top: 120px;
    font-size: 18px; }

  .wrap-a-02 {
    font-size: 18px !important; }

  .wrap_titleab {
    width: 560px !important; }

  .about-us-02 .wrap-a-02 > div .titleab-02 {
    line-height: 70px; } }
.template-page .main-content {
  min-height: 400px; }

.where-navul {
  margin-left: 0;
  display: flex;
  justify-content: center; }
  .where-navul li {
    list-style: none;
    padding-left: 50px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .where-navul li {
        padding-left: 1px;
        flex: 0 1 33%; } }

.where-nav-content .subbox {
  display: none; }

.deals-topbanner {
  position: relative; }
  .deals-topbanner img {
    vertical-align: middle; }

.deals-text {
  /*     @include at-query($min, $medium) { */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*     } */
  text-align: center; }
  @media screen and (max-width: 768px) {
    .deals-text {
      margin-top: 20px;
      width: 100%; }
      .deals-text .deals-title {
        font-size: 24px; }
      .deals-text .deals-subtitle {
        font-size: 16px; }
      .deals-text .deals-description {
        font-size: 13px; } }

.deals-collectionlist {
  margin-left: 0; }

.deals-collectionlistitem {
  list-style: none; }

.deals-midicon {
  font-size: 18px;
  text-align: center;
  font-family: 'NeutraText-BoldAlt';
  display: flex;
  justify-content: space-around;
  padding: 40px 20px 20px;
  max-width: 600px;
  margin: 0 auto;
  /*   .deals-viewall{
        padding: 20px 50px;
      color: #fff;
      font-size: 18px;
      display: block;
      vertical-align: middle;
      text-align: center;
      line-height: 55px;
      background: linear-gradient(to right, #14bedc, #b4f096);
    } */ }
  @media screen and (max-width: 768px) {
    .deals-midicon {
      justify-content: space-between; } }

.deals-collectionlistitem .grid-product {
  border: 1px solid #f6f6f6;
  padding-left: 0;
  position: relative; }

.deals-collection-block {
  max-width: 1600px;
  padding: 20px;
  margin: 0 auto; }

.where-text {
  text-align: center;
  padding: 60px 0; }

.where-navul li a {
  cursor: pointer;
  font-size: 18px; }
  .where-navul li a:hover {
    color: #14bed2; }

.where-navul li a.active {
  font-family: 'NeutraText-BoldAlt';
  color: #14bed2;
  position: relative; }
  .where-navul li a.active:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient(to right, #14bedc, #b4f096); }

.where-distribution-block {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto; }

.dis-logo-title {
  display: inline-block;
  /* height: 60px; */
  vertical-align: top;
  margin-right: 30px;
  width: 90px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .dis-logo-title {
      display: block;
      width: 100%;
      text-align: left;
      padding-bottom: 10px; } }

.dis-logo-images {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .dis-logo-images img {
      max-width: 100px; } }

.stu-topbanner {
  position: relative; }
  .stu-topbanner img {
    vertical-align: top; }
  .stu-topbanner .stu-overimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%; }

.stu-text {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #e6e6e6; }

.stu-title {
  font-size: 35px;
  margin-top: 70px;
  color: #14bed2;
  font-family: 'NeutraText-BoldAlt'; }
  @media (max-width: 768px) {
    .stu-title {
      margin-top: 20px;
      font-size: 25px; } }
  @media (min-width: 1600px) {
    .stu-title {
      font-size: 48px; } }

.stu-subtitle {
  font-size: 20px;
  padding: 10px 0 40px; }
  @media (min-width: 1600px) {
    .stu-subtitle {
      font-size: 24px; } }

.stu-description {
  font-size: 16px; }
  @media (min-width: 1600px) {
    .stu-description {
      font-size: 18px; } }

.get-stucode {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 100px;
  color: #fff;
  background: linear-gradient(to right, #14bedc, #b4f096);
  margin: 40px 0 20px; }
  @media (max-width: 768px) {
    .get-stucode {
      padding: 15px 50px; } }
  .get-stucode:hover {
    color: #fff;
    background: #14bedc; }

.stu-app {
  text-decoration: underline; }

.copy-linkstu {
  background: #787b7b;
  padding: 7px 20px 7px 10px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .copy-linkstu {
      margin-left: 10px; } }
  @media (max-width: 350px) {
    .copy-linkstu {
      margin-top: 10px; } }
  .copy-linkstu img {
    vertical-align: middle;
    margin-right: 10px; }

.stu-text-bottom {
  margin-top: 15px;
  padding: 25px 20px 10px;
  border-top: 1px solid #e6e6e6; }

.fb-stu {
  background: #3c5994;
  display: inline-block;
  padding: 7px 20px;
  color: #fff; }
  .fb-stu:hover {
    color: #fff; }

.tw-stu {
  background: #00bcf2;
  display: inline-block;
  padding: 7px 20px;
  margin-left: 30px;
  color: #fff; }
  @media (max-width: 768px) {
    .tw-stu {
      margin-left: 10px; } }
  .tw-stu:hover {
    color: #fff; }

.arrival-collectionlist li {
  list-style: none; }

.arrival-collectionlist .grid-product {
  border: 1px solid #f6f6f6;
  padding-left: 0;
  position: relative; }

.arrival-collection-block .over-grid-pro {
  z-index: 12; }

.arrival-collection-block {
  max-width: 1600px;
  padding: 50px !important;
  margin: 15px auto 0px !important; }
  @media (max-width: 768px) {
    .arrival-collection-block {
      padding: 10px !important; } }

.box-text-images {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .box-text-images {
      padding: 10px; } }
  .box-text-images .new-arrival-imgs {
    flex: 0 1 50%;
    position: relative; }
    @media (max-width: 768px) {
      .box-text-images .new-arrival-imgs {
        flex: 0 1 100%;
        order: 0; } }
    .box-text-images .new-arrival-imgs img {
      vertical-align: top; }
    .box-text-images .new-arrival-imgs .new-img-overtext {
      opacity: 0;
      transition: 0.3s;
      z-index: 5;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%); }
    .box-text-images .new-arrival-imgs:hover .new-img-overtext {
      opacity: 1; }
  .box-text-images .arrival-textwrap-block {
    border: 2px solid #ccc;
    flex: 0 1 50%; }
    .box-text-images .arrival-textwrap-block.new-block01 {
      border-left: none; }
    .box-text-images .arrival-textwrap-block.new-block02 {
      border-right: none; }
    .box-text-images .arrival-textwrap-block .arrival-text-b {
      padding: 20px; }
      @media (min-width: 1100px) {
        .box-text-images .arrival-textwrap-block .arrival-text-b {
          padding: 30px; } }
      @media (min-width: 1550px) {
        .box-text-images .arrival-textwrap-block .arrival-text-b {
          padding: 70px; } }
    @media (max-width: 768px) {
      .box-text-images .arrival-textwrap-block {
        flex: 0 1 100%;
        order: 3;
        border: none;
        padding-bottom: 30px; } }

.box_new_atext li {
  list-style-type: disc; }
.box_new_atext h1, .box_new_atext .h1 {
  margin-bottom: 5px; }
  @media (max-width: 768px) {
    .box_new_atext h1, .box_new_atext .h1 {
      font-size: 24px; } }
.box_new_atext span {
  display: inline-block;
  padding: 30px 0 10px; }

.arrival-text > li {
  list-style-type: none; }

.new_over_title {
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .new_over_title:after {
    content: '';
    position: absolute;
    bottom: 10px;
    background: #000;
    width: 50px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%); }
  @media (min-width: 1600px) {
    .new_over_title {
      font-size: 20px; } }

.new-img-overbutton {
  font-size: 18px;
  display: inline-block;
  padding: 8px 50px;
  color: #fff;
  background: linear-gradient(to right, #14bedc, #b4f096); }
  .new-img-overbutton:hover {
    color: #fff;
    background: #14bedc; }

.reg-noew {
  font-size: 18px;
  display: inline-block;
  padding: 8px 30px;
  color: #fff !important;
  background: linear-gradient(to right, #14bedc, #b4f096); }
  .reg-noew:hover {
    color: #fff;
    background: #14bedc; }

.swiper-pagination-text, .swiper-pagination-text02 {
  bottom: 28px !important;
  padding-left: 35px;
  text-align: left !important; }
  @media (max-width: 768px) {
    .swiper-pagination-text, .swiper-pagination-text02 {
      padding-left: 20px;
      bottom: 18px !important; } }

.after-div {
  padding-bottom: 15px; }

.bg-over {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.3s; }
  .new-arrival-imgs:hover .bg-over {
    background: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 768px) {
  .about-04wrap-text {
    padding: 15px;
    text-align: center; } }

.apply-topbanner {
  position: relative; }
  .apply-topbanner img {
    vertical-align: top; }
  @media screen and (min-width: 768px) {
    .apply-topbanner .apply-text {
      position: absolute;
      top: 50%;
      left: 13%;
      width: 33%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 768px) {
    .apply-topbanner .apply-text {
      padding: 20px;
      text-align: center;
      margin-bottom: 40px; } }

.apply-subtitle-bottom {
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 1600px) {
    .apply-subtitle-bottom {
      font-size: 18px; } }

.apply-title-bottom {
  text-align: center;
  font-size: 24px;
  font-family: 'NeutraText-BoldAlt';
  padding-bottom: 30px; }
  @media (min-width: 1600px) {
    .apply-title-bottom {
      font-size: 30px; } }

.apply-tottom {
  padding: 60px 30px;
  background: #f5f5f5; }

.apply-navul li a {
  cursor: pointer;
  font-size: 18px; }
  .apply-navul li a:hover {
    color: #14bed2; }

.apply-navul li a.active {
  color: #14bed2;
  position: relative; }
  .apply-navul li a.active:after {
    content: '';
    width: 94%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 3%;
    background: linear-gradient(to right, #14bedc, #b4f096); }

.apply-navul {
  margin-left: 0;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto; }
  .apply-navul li {
    list-style: none;
    flex: 0 1 33%;
    text-align: center; }
    .apply-navul li a {
      font-family: 'NeutraText-BoldAlt'; }

.apply-nav-content .subbox {
  display: none; }

@media screen and (min-width: 768px) {
  .apply-block-mid {
    padding: 70px 50px; } }

.apply-rule-block {
  padding: 30px;
  border: 1px solid #e6e6e6; }
  .apply-rule-block li {
    list-style: none; }
  .apply-rule-block ul {
    margin-left: 0; }
  .apply-rule-block .apply-rule-des {
    padding-left: 20px; }
    @media (min-width: 1600px) {
      .apply-rule-block .apply-rule-des {
        font-size: 16px; } }
  .apply-rule-block .wrap-apply {
    padding-bottom: 20px; }

.apply-nav-content {
  max-width: 1400px;
  /* padding: 20px; */
  margin: 0 auto; }

.apply-nav-content .subbox {
  padding-top: 40px; }

.button-next-app {
  margin-bottom: 10px; }

.button-prev-app, .button-prev-appactive {
  outline: none;
  background: #e5e5e5 !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  top: 55%;
  text-align: center;
  left: -50px;
  z-index: 10;
  position: absolute;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .button-prev-app, .button-prev-appactive {
      top: 40%;
      left: 0px; } }
  .button-prev-app:before, .button-prev-appactive:before {
    display: none; }
  .button-prev-app:hover .trangle-left:before, .button-prev-appactive:hover .trangle-left:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    border-top: 9px solid transparent;
    border-right: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  .button-prev-app:active .trangle-left:before, .button-prev-appactive:active .trangle-left:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    border-top: 9px solid transparent;
    border-right: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  .button-prev-app:active .trangle-left:after, .button-prev-appactive:active .trangle-left:after {
    display: none; }
  .button-prev-app .trangle-left, .button-prev-appactive .trangle-left {
    position: absolute; }
    .button-prev-app .trangle-left:before, .button-prev-appactive .trangle-left:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid  #000;
      border-bottom: 9px solid transparent; }
    .button-prev-app .trangle-left:after, .button-prev-appactive .trangle-left:after {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-right: 9px solid  #e5e5e5;
      border-bottom: 9px solid transparent; }
    .button-prev-app .trangle-left:hover:before, .button-prev-appactive .trangle-left:hover:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    .button-prev-app .trangle-left:active:before, .button-prev-appactive .trangle-left:active:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-right: 9px solid #14bedc;
      border-bottom: 9px solid transparent; }
    .button-prev-app .trangle-left:active:after, .button-prev-appactive .trangle-left:active:after {
      display: none; }

.button-next-app, .button-next-appactive {
  outline: none;
  background: #e5e5e5 !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  top: 55%;
  text-align: center;
  right: -50px;
  z-index: 10;
  position: absolute;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .button-next-app, .button-next-appactive {
      top: 40%;
      right: 0px; } }
  .button-next-app:after, .button-next-appactive:after {
    display: none; }
  .button-next-app:hover .trangle-right:before, .button-next-appactive:hover .trangle-right:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    border-top: 9px solid transparent;
    border-left: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  .button-next-app:active .trangle-right:before, .button-next-appactive:active .trangle-right:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    border-top: 9px solid transparent;
    border-left: 9px solid #14bedc;
    border-bottom: 9px solid transparent; }
  .button-next-app:active .trangle-right:after, .button-next-appactive:active .trangle-right:after {
    display: none; }
  .button-next-app .trangle-right, .button-next-appactive .trangle-right {
    position: absolute; }
    .button-next-app .trangle-right:before, .button-next-appactive .trangle-right:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -3px;
      border-top: 9px solid transparent;
      border-left: 9px solid  #000;
      border-bottom: 9px solid transparent; }
    .button-next-app .trangle-right:after, .button-next-appactive .trangle-right:after {
      content: '';
      position: absolute;
      top: 10px;
      left: -5px;
      border-top: 9px solid transparent;
      border-left: 9px solid  #e5e5e5;
      border-bottom: 9px solid transparent; }

.wrap-complete-item {
  border: 1px solid #eee;
  transition: 0.3s;
  color: #666666;
  text-align: center;
  font-size: 16px; }
  .wrap-complete-item:hover {
    box-shadow: 0px -1px 3px 2px #eee; }
  .wrap-complete-item img {
    width: 100%; }
  @media (min-width: 1600px) {
    .wrap-complete-item {
      font-size: 18px; } }
  .wrap-complete-item .wrap-apply-price {
    padding: 20px;
    display: flex;
    justify-content: space-around; }
  .wrap-complete-item .apply-proprice > div, .wrap-complete-item .apply-protitle > div, .wrap-complete-item .apply-proapply > div {
    color: #000;
    font-size: 22px;
    font-family: 'NeutraText-BoldAlt'; }
    @media (min-width: 1600px) {
      .wrap-complete-item .apply-proprice > div, .wrap-complete-item .apply-protitle > div, .wrap-complete-item .apply-proapply > div {
        font-size: 28px; } }

.apply-protime {
  padding: 5px 0 15px; }

.apply-complete-block {
  padding-bottom: 10px; }

.apply-prosubmit {
  color: #ffffff;
  background-color: #b3bc18;
  font-size: 20px;
  padding: 8px 20px;
  background: linear-gradient(to right, #14bedc, 40%, #b4f096);
  border: none;
  display: inline-block;
  padding: 5px 35px;
  margin: 0;
  width: auto;
  text-decoration: none;
  text-align: center;
  margin: 5px 0 20px;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  font-family: 'NeutraText-BoldAlt'; }
  .apply-prosubmit:hover .arrow-rightslide {
    width: 25px; }

.apply_over_bg {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .apply_over_bg .wrap-form-apply {
    position: relative;
    width: 100%;
    height: 100%; }
    .apply_over_bg .wrap-form-apply > form {
      color: #808080;
      position: absolute;
      width: 65%;
      padding-top: 30px;
      max-height: 90%;
      box-shadow: 0px -1px 3px 2px #eee;
      /* overflow: scroll; */
      overflow-y: scroll;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff; }
      .apply_over_bg .wrap-form-apply > form input, .apply_over_bg .wrap-form-apply > form textarea {
        border-radius: 0; }

.submit_apply-f {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  border: none  !important;
  padding: 7px 35px  !important;
  background: linear-gradient(to right, #14bedc, #b4f096);
  margin: 10px 0 20px  !important; }
  .submit_apply-f:hover {
    color: #fff;
    background-color: #14bedc; }

.f-title {
  padding: 30px 10px; }

.manual-nav-content .subbox {
  display: none; }

.manual-navul {
  margin-left: 0;
  font-size: 16px; }
  @media (min-width: 1600px) {
    .manual-navul {
      font-size: 18px; } }

.page-all-chuanggui {
  position: relative; }
  .page-all-chuanggui .manual-topbanner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .page-all-chuanggui .manual-block-mid {
    z-index: 2;
    padding-bottom: 30px;
    position: relative;
    padding-top: 60px; }
    .page-all-chuanggui .manual-block-mid .manual-ma-tp {
      display: flex;
      flex-wrap: wrap;
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 20px; }
      @media (min-width: 1600px) {
        .page-all-chuanggui .manual-block-mid .manual-ma-tp {
          max-width: 1450px; } }

.manual-nav {
  padding-bottom: 20px;
  width: 20%;
  background: #fff; }
  .manual-nav li {
    list-style: none; }
    .manual-nav li:hover a {
      color: #fff;
      background: #000; }
  @media screen and (max-width: 768px) {
    .manual-nav {
      width: 100%; } }
  .manual-nav li {
    margin-bottom: 0;
    cursor: pointer; }
    .manual-nav li a {
      padding: 20px;
      display: block; }
    .manual-nav li a.active {
      color: #fff;
      background: #000; }

.nav-title-m {
  padding: 20px 0 20px 20px;
  font-weight: bold;
  font-size: 20px; }
  @media (min-width: 1600px) {
    .nav-title-m {
      font-size: 24px; } }

.manual-nav-content {
  font-size: 16px;
  margin-left: 2%;
  width: 77%;
  background: #fff; }
  @media (min-width: 1600px) {
    .manual-nav-content {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .manual-nav-content {
      width: 100%; } }

.manual-nav-content .subbox > div {
  padding: 30px 20px; }

.manual-nav-content .page_manual {
  padding: 0 !important; }

.manual-nav-content .subbox {
  padding: 0; }

.page_manual .collection-grid {
  display: flex;
  flex-wrap: wrap; }

.download_media_titlem {
  font-size: 16px; }

.down-load-over {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 70%;
  transform: translateX(-50%); }

.download-card02 {
  padding-bottom: 30px; }

.ddd-over {
  display: none;
  background: rgba(21, 190, 220, 0.5);
  width: 100%;
  position: absolute;
  height: 100%;
  color: #fff; }
  .ddd-over li {
    list-style: disc; }
  .ddd-over a {
    color: #fff;
    display: inline-block;
    padding-bottom: 5px; }
    .ddd-over a:hover {
      color: #fff;
      text-decoration: underline;
      text-transform: underline; }

.down-over-title {
  position: relative;
  padding-bottom: 20px; }
  .down-over-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
    background: #fff; }

.dele_down {
  z-index: 7;
  padding: 10px;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 0px;
  cursor: pointer; }

.search_titles {
  padding: 20px 0 10px; }

.dowload_search02 {
  padding-bottom: 30px; }

.in_man {
  border-radius: 0;
  width: 76%;
  padding: 6px 20px; }
  @media screen and (max-width: 768px) {
    .in_man {
      width: 65%; } }

.bt_manual {
  border-radius: 0;
  border: none !important;
  outline: none;
  float: right;
  width: 22% !important;
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #14bedc, #b4f096); }
  @media screen and (max-width: 768px) {
    .bt_manual {
      width: 33% !important;
      padding: 9px 20px !important; } }
  .bt_manual:hover {
    color: #fff;
    background: #14bedc !important; }

.wrap_o_ma {
  padding: 10px 20px; }
  @media screen and (max-width: 768px) {
    .wrap_o_ma {
      padding: 0; } }

.wrap_o_ma .grid__item {
  position: relative; }

.page_pro_ver {
  padding: 0 !important; }

.affiliate-topbanner {
  padding: 30px 0; }
  @media (min-width: 1600px) {
    .affiliate-topbanner {
      padding: 50px 0; } }
  @media screen and (min-width: 768px) {
    .affiliate-topbanner {
      background: #f7f7f7; } }

.affiliate-text {
  max-width: 1400px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .affiliate-text {
      display: flex; } }

.wrap_left-af {
  color: #282a29;
  display: flex;
  flex-flow: column-reverse; }
  .wrap_left-af > div {
    display: inline-block;
    width: 80%;
    margin-left: 20%;
    padding-right: 20px;
    padding-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .wrap_left-af > div {
        width: 100%;
        margin-left: 0px;
        padding-left: 20px;
        padding-bottom: 50px;
        text-align: center; } }
    @media (min-width: 1600px) {
      .wrap_left-af > div {
        width: 95%;
        margin-left: 5%;
        padding-right: 30px; } }

.aff-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px; }
  @media (min-width: 1600px) {
    .aff-container {
      max-width: 1440px; } }

.j-box1-title {
  font-size: 25px;
  padding-bottom: 15px;
  font-family: 'NeutraText-BoldAlt'; }
  @media (min-width: 1600px) {
    .j-box1-title {
      font-size: 35px; } }

.j-box1-text {
  font-size: 16px; }
  @media (min-width: 1600px) {
    .j-box1-text {
      font-size: 20px; } }

.join_three-bl {
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .join_three-bl {
      display: flex; } }
  .join_three-bl > div {
    flex: 0 1 30%;
    text-align: center; }

.affiliate-sec {
  text-align: center;
  padding: 40px 30px; }

.affiliate-sec > a {
  font-size: 18px;
  /* text-transform: uppercase; */
  display: inline-block;
  padding: 8px 40px;
  color: #fff;
  background: linear-gradient(to right, #14bedc, #b4f096);
  margin: 20px 0 40px; }
  @media (min-width: 1600px) {
    .affiliate-sec > a {
      padding: 8px 55px; } }
  .affiliate-sec > a:hover {
    background: #14bedc;
    color: #fff; }

.aff-step-title, .logo_top-title, .bottom-email-title {
  font-size: 35px;
  text-align: center;
  font-family: 'NeutraText-BoldAlt'; }
  @media (min-width: 1600px) {
    .aff-step-title, .logo_top-title, .bottom-email-title {
      font-size: 48px; } }

.aff-step-des {
  padding: 15px 0 0 30px;
  margin: 0 auto;
  width: 47%;
  font-size: 16px; }
  @media (max-width: 1300px) {
    .aff-step-des {
      width: 55%; } }
  @media (max-width: 1600px) {
    .aff-step-des {
      font-size: 18px;
      width: 51%; } }
  @media screen and (max-width: 768px) {
    .aff-step-des {
      width: 100%; } }

.aff-step {
  padding-bottom: 70px; }

.all-logobox {
  padding: 12px 10px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .all-logobox .logo-box1 {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .all-logobox .logo-box1 {
        flex: 0 1 50%; } }

.bottom-email {
  text-align: center; }
  .bottom-email > a {
    transition: 0.3s;
    padding: 12px 40px;
    background: #000;
    color: #fff;
    display: inline-block; }
    .bottom-email > a:hover {
      color: #fff;
      background: #14bedc; }

.j-box1-text, .aff-step-des, .logo-box1-text, .bottom-email-subtitle {
  color: #666666; }

.logo-box1-text {
  padding-top: 15px; }

.bottom-email {
  padding: 50px 0 70px;
  background: #f7f7f7; }

.bottom-email-subtitle {
  font-size: 16px;
  padding: 10px 0 20px; }
  @media (min-width: 1600px) {
    .bottom-email-subtitle {
      font-size: 18px; } }
  @media (min-width: 1000px) {
    .bottom-email-subtitle {
      width: 80%;
      margin: 0 auto; } }

.affiliate-topbanner, .deals-topbanner, .where-topbanner, .stu-topbanner, .apply-topbanner {
  margin-top: 20px; }
  @media (min-width: 1600px) {
    .affiliate-topbanner, .deals-topbanner, .where-topbanner, .stu-topbanner, .apply-topbanner {
      margin-top: 30px; } }

.wld_wrap {
  display: flex;
  flex-wrap: wrap; }
  .wld_wrap > div {
    flex: 0 1 50%; }
    @media screen and (max-width: 768px) {
      .wld_wrap > div {
        flex: 0 1 100%; } }
  .wld_wrap img {
    vertical-align: top; }

.luodi-text {
  position: relative; }
  @media screen and (min-width: 768px) {
    .luodi-text .inner-te {
      position: absolute;
      top: 50%;
      padding-right: 7%;
      transform: translateY(-50%);
      left: 35%; } }
  @media screen and (max-width: 768px) {
    .luodi-text .inner-te {
      padding: 20px; } }
  .luodi-text .inner-te .box_new_atext {
    position: relative;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
    padding-left: 25px;
    font-family: 'NeutraText-BoldAlt'; }
    @media screen and (max-width: 768px) {
      .luodi-text .inner-te .box_new_atext {
        font-size: 25px; } }
    @media (min-width: 1600px) {
      .luodi-text .inner-te .box_new_atext {
        line-height: 55px;
        font-size: 48px; } }
    .luodi-text .inner-te .box_new_atext:after {
      content: '';
      width: 6px;
      height: 86%;
      background: #14bedc;
      position: absolute;
      top: 7%;
      left: 0; }
  .luodi-text .inner-te .box_new_subtext {
    color: #333330;
    font-size: 16px;
    width: 90%; }
    @media (min-width: 1600px) {
      .luodi-text .inner-te .box_new_subtext {
        width: 70%; } }

.wrap-luodiimg-box02 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px; }

.luodi-text02 {
  flex: 0 1 45% !important; }
  @media screen and (max-width: 768px) {
    .luodi-text02 {
      flex: 0 1 100% !important; } }

.luodi-img02 {
  flex: 0 1 55% !important; }
  @media screen and (max-width: 768px) {
    .luodi-img02 {
      flex: 0 1 100% !important;
      order: 2; } }

.luodi-text02 {
  position: relative; }
  @media screen and (min-width: 768px) {
    .luodi-text02 .inner-te {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 768px) {
    .luodi-text02 .inner-te {
      padding: 20px;
      order: 1; } }
  .luodi-text02 .inner-te .box_new_atext {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 5%;
    margin-bottom: 20px;
    font-family: 'NeutraText-BoldAlt'; }
    @media screen and (max-width: 768px) {
      .luodi-text02 .inner-te .box_new_atext {
        font-size: 25px; } }
    @media (min-width: 1600px) {
      .luodi-text02 .inner-te .box_new_atext {
        line-height: 45px;
        font-size: 38px; } }
    .luodi-text02 .inner-te .box_new_atext:after {
      content: '';
      width: 6px;
      height: 86%;
      background: #eb6100;
      position: absolute;
      top: 7%;
      left: 0; }
  .luodi-text02 .inner-te .box_new_subtext {
    color: #333330;
    font-size: 16px;
    width: 90%; }
    @media (min-width: 1600px) {
      .luodi-text02 .inner-te .box_new_subtext {
        width: 75%; } }

@media (min-width: 768px) {
  .inner-te02 {
    padding-left: 50px; } }

.ldbottom_image > img {
  vertical-align: top; }

.wld_wrap02 {
  padding: 15px 0; }

.ld_eqwrap {
  position: relative; }
  .ld_eqwrap img {
    vertical-align: top; }
  .ld_eqwrap .image_eq_overtext {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 30%;
    font-size: 16px;
    color: #fff; }
    @media (max-width: 768px) {
      .ld_eqwrap .image_eq_overtext {
        top: 0%;
        left: 0%;
        text-align: center;
        width: 100%; } }
    @media (min-width: 768px) {
      .ld_eqwrap .image_eq_overtext {
        transform: translate(-50%, -50%); } }
    .ld_eqwrap .image_eq_overtext .image_eq_title {
      font-family: 'NeutraText-BoldAlt'; }
      @media (max-width: 768px) {
        .ld_eqwrap .image_eq_overtext .image_eq_title {
          font-size: 25px;
          padding-top: 10px; } }
      @media (min-width: 768px) {
        .ld_eqwrap .image_eq_overtext .image_eq_title {
          font-size: 95px;
          line-height: 110px; } }
      @media (min-width: 1600px) {
        .ld_eqwrap .image_eq_overtext .image_eq_title {
          font-size: 138px;
          line-height: 163px; } }
    .ld_eqwrap .image_eq_overtext .image_eq_subtitle {
      padding-top: 90px; }
      @media (max-width: 768px) {
        .ld_eqwrap .image_eq_overtext .image_eq_subtitle {
          padding-top: 10px; } }

.site-nav {
  font-size: 16px; }

#video_ld {
  vertical-align: top; }

.video-desctop {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10; }
  .video-desctop .video_titles {
    font-size: 35px !important;
    font-family: 'NeutraText-BoldAlt'; }
    @media (min-width: 1600px) {
      .video-desctop .video_titles {
        font-size: 48px !important; } }
    @media (max-width: 768px) {
      .video-desctop .video_titles {
        font-size: 24px !important; } }
  .video-desctop .video_subtitles {
    font-size: 16px;
    width: 50%;
    text-align: center; }
    @media (min-width: 1600px) {
      .video-desctop .video_subtitles {
        font-size: 18px !important;
        width: 60%; } }
  @media screen and (max-width: 768px) {
    .video-desctop {
      padding: 20px 0;
      position: relative; } }
  .video-desctop .video_subtitles {
    width: 60%;
    margin: 0 auto;
    padding-top: 15px; }
    @media screen and (max-width: 768px) {
      .video-desctop .video_subtitles {
        width: 100%; } }

.liodilogolist {
  padding: 10px 20px 70px; }
  .liodilogolist > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto; }
    .liodilogolist > div .img_barlink-ld {
      flex: 0 1 15%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .liodilogolist > div .img_barlink-ld {
          flex: 0 1 30%;
          padding: 10px 0; } }

.luodilogo-title {
  font-size: 16px;
  padding-top: 5px;
  max-width: 155px;
  margin: 0 auto; }
  @media (min-width: 1600px) {
    .luodilogo-title {
      font-size: 18px; } }

.image_overright {
  position: absolute;
  top: -10px;
  right: -97px;
  width: 180px; }
  @media screen and (max-width: 768px) {
    .image_overright {
      display: none; } }
  @media (min-width: 1600px) {
    .image_overright {
      top: 0px;
      right: -180px;
      width: 240px; } }

.image_overleft {
  position: absolute;
  bottom: 128px;
  z-index: -1;
  left: -55px;
  width: 150px; }
  @media (min-width: 1600px) {
    .image_overleft {
      left: -100px;
      width: 190px; } }

.page_war_info table td, .page_war_info table tr {
  border: 1px solid #e8e8e8; }
.page_war_info a {
  color: #14bedc; }

.cs-contactbanner {
  margin-top: 20px; }

.wrap-contact > div {
  float: left;
  padding: 20px; }
  .wrap-contact > div h4, .wrap-contact > div .h4 {
    margin-bottom: 20px; }

.contact-contents a {
  color: #14bedc; }

.wrap-contact {
  margin: 30px 0;
  border-bottom: 1px solid #e0e0e0; }

.page_pri_pl a {
  color: #14bedc; }

@media screen and (min-width: 768px) {
  .template-index .site-header {
    position: absolute;
    top: 36px;
    background: transparent;
    transition: 0.3s; }
    .template-index .site-header:hover {
      background: white !important; } }
@media screen and (max-width: 768px) {
  .template-index .site-header-over {
    background: #fff !important; } }

.link_colbottom02 {
  position: absolute;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  .image_eq_title, .image_eq_subtitle, .image_overright, .image_overleft {
    opacity: 0; } }
.logo-luodi02-pa {
  padding-top: 120px; }

.luodilogoboxover {
  position: absolute;
  width: 100%;
  padding-top: 15%;
  z-index: 9;
  height: 100%; }
  .luodilogoboxover > div {
    opacity: 0; }
  .luodilogoboxover .liodilogolist {
    background: transparent; }

.topluodi_tiltel02 .video_titles {
  font-size: 35px !important;
  font-family: 'NeutraText-BoldAlt'; }
  @media (min-width: 1600px) {
    .topluodi_tiltel02 .video_titles {
      font-size: 48px !important; } }
.topluodi_tiltel02 .video_subtitles {
  font-size: 16px;
  width: 50%;
  text-align: center; }
  @media (min-width: 1600px) {
    .topluodi_tiltel02 .video_subtitles {
      font-size: 18px !important;
      width: 60%; } }

.become-topbanner {
  position: relative; }

.become-in-text {
  padding: 20px; }
  @media (min-width: 768px) {
    .become-in-text {
      position: absolute;
      top: 50%;
      width: 40%;
      transform: translateY(-50%);
      left: 5%; } }

.become-navul {
  max-width: 1650px;
  margin: 0 auto;
  margin-top: 50px;
  border-bottom: 1px solid #d8d8d8; }
  @media (min-width: 768px) {
    .become-navul li {
      flex: 0 1 20%; } }

.belables {
  margin-top: 10px; }
  .belables > label {
    padding-bottom: 10px;
    display: block; }

.submit_become {
  border-radius: 50px; }
  @media (min-width: 768px) {
    .submit_become {
      margin-top: 30px !important;
      padding: 10px 100px !important; } }

.checkboxspan {
  padding-right: 18px;
  position: relative;
  top: -2px; }

@media (min-width: 768px) {
  #ContactFormsociallink {
    width: 50%; } }

.box-padding {
  padding: 20px; }

.deals-title, .where-title, .apply-title, .aff-title-banner {
  font-size: 35px;
  font-family: 'NeutraText-BoldAlt'; }
  @media screen and (max-width: 768px) {
    .deals-title, .where-title, .apply-title, .aff-title-banner {
      font-size: 25px; } }
  @media (min-width: 1600px) {
    .deals-title, .where-title, .apply-title, .aff-title-banner {
      font-size: 48px; } }

.deals-subtitle, .apply-subtitle, .aff-subtitle-banner {
  padding: 3px 0 7px;
  font-size: 20px; }
  @media (min-width: 1600px) {
    .deals-subtitle, .apply-subtitle, .aff-subtitle-banner {
      font-size: 24px; } }

.deals-description, .where-subtitle, .apply-description, .aff-des-banner {
  padding-top: 10px;
  margin: 0 auto;
  font-size: 16px; }
  @media (min-width: 1100px) {
    .deals-description, .where-subtitle, .apply-description, .aff-des-banner {
      font-size: 18px; } }

.deals-description {
  padding-top: 10px;
  margin: 0 auto; }
  .deals-description p {
    margin-bottom: 0; }
  @media (min-width: 1100px) {
    .deals-description {
      width: 82%; } }
  @media (min-width: 1600px) {
    .deals-description {
      font-size: 18px;
      width: 73%; } }

.slideshow__overlaycenter {
  left: 25%; }
  @media screen and (min-width: 769px) {
    .slideshow__overlaycenter .hero__text-content {
      padding: 10%; } }

.slideshow__overlaytop-center {
  top: 3%;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) and (max-width: 1300px) {
    .slideshow__overlaytop-center {
      width: 65%; } }
  .slideshow__overlaytop-center .hero__text-align {
    height: auto; }
  @media screen and (min-width: 1300px) {
    .slideshow__overlaytop-center .hero__text-content {
      padding: 8%; } }
  @media (min-width: 768px) and (max-width: 1300px) {
    .slideshow__overlaytop-center .hero__text-content {
      padding: 8% 0; } }

.slideshow__overlaybottom-center {
  top: auto;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%); }
  .slideshow__overlaybottom-center .hero__text-align {
    height: auto; }
  @media screen and (min-width: 769px) {
    .slideshow__overlaybottom-center .hero__text-content {
      padding: 10%; } }

.clickok02 {
  height: 0;
  opacity: 0; }

@media screen and (min-width: 769px) {
  .input01left {
    width: 29.5%; }

  .input01right {
    width: 70%; } }
.ac-lable {
  font-size: 16px; }

.featrued-faq {
  padding-bottom: 50px;
  position: relative; }

.pagination-faq, .swiper-pagination-download {
  bottom: 0;
  left: 50%; }
  .pagination-faq span, .swiper-pagination-download span {
    margin-right: 11px;
    background: transparent !important; }

.next-faq, .next-download {
  bottom: 0 !important;
  top: auto !important;
  right: 40% !important;
  width: 20px !important;
  height: 20px !important;
  background: none !important; }
  @media screen and (max-width: 769px) {
    .next-faq, .next-download {
      right: 20% !important; } }

.prev-faq, .prev-download {
  bottom: 0 !important;
  top: auto !important;
  left: 40% !important;
  height: 20px !important;
  width: 20px !important;
  background: none !important; }
  @media screen and (max-width: 769px) {
    .prev-faq, .prev-download {
      left: 20% !important; } }

.right-arrow02 {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 20px; }

.right-arrow02::after {
  display: inline-block;
  content: '';
  height: 13px;
  width: 13px;
  border-width: 3px 3px 0 0;
  border-color: #252a2b;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); }

.left-arrow02 {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 20px; }

.left-arrow02::after {
  display: inline-block;
  content: '';
  height: 13px;
  width: 13px;
  border-width: 0 0 3px 3px;
  border-color: #252a2b;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); }

.wrap_pay02, .product-form__item02 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px; }

.product-single__add-to-cart .btn-addcard {
  width: 100%;
  background-color: transparent;
  color: black;
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
  border-radius: 0;
  padding: 8px 20px;
  border: 2px solid black; }

.addformgrid {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); }

.slideshow__overlayright {
  width: 38%; }
  .slideshow__overlayright .hero__text-content {
    padding-right: 1%; }

.wrap_pay02 .product-single__add-to-cart {
  height: 60px; }

.span_price_pet_new, .span_price_pet_hot {
  line-height: 40px; }

.download-list-sw {
  padding-bottom: 50px !important; }

.prev-download, .next-download {
  bottom: 18px !important; }
  @media screen and (max-width: 769px) {
    .prev-download, .next-download {
      bottom: 12px !important; } }

.wrap_titlecol02 {
  padding: 40px 0; }

@media screen and (max-width: 769px) {
  .manual-nav-content .subbox {
    font-size: 14px; }
    .manual-nav-content .subbox h1, .manual-nav-content .subbox .h1 {
      font-size: 24px; }
    .manual-nav-content .subbox h4, .manual-nav-content .subbox .h4 {
      font-size: 18px; } }

.wrap-flex-support {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .wrap-flex-support .top-item-sup {
    flex: 0 1 48%;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .wrap-flex-support .top-item-sup {
        flex: 0 1 100%; } }
    .wrap-flex-support .top-item-sup:hover {
      box-shadow: 1px 1px 1px 1px #dbdada; }
    .wrap-flex-support .top-item-sup img {
      vertical-align: top; }
    .wrap-flex-support .top-item-sup .support-text {
      position: absolute;
      bottom: 5px;
      font-size: 25px;
      left: 20px; }

.support-looks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .support-looks .support-looks-item {
    list-style: none;
    flex: 0 1 20%;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 768px) {
      .support-looks .support-looks-item {
        flex: 0 1 50%; } }

.wrap-all-su {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px; }

.support-looks-item {
  text-align: center;
  font-size: 16px; }
  .support-looks-item img {
    width: 60px; }

.support-looks {
  margin-left: 0;
  padding-left: 0 !important; }

.wrap-all-su .text-link {
  border-bottom: none !important; }

.product--wrapper {
  /*   img{
      @media (max-width:1700px){
     max-height:350px;
      
      
    }
      @media (max-width:1500px){
         max-height:300px;
      }
          @media (max-width:1200px){
         max-height:250px;
      }
  } */ }
  @media (min-width: 1400px) {
    .product--wrapper {
      width: 80%; } }

.product-box02 {
  padding-bottom: 10px; }

@media (max-width: 1100px) {
  .grid-product01 .btn-addcard {
    padding: 8px 20px !important;
    width: 140px; } }
@media (max-width: 768px) {
  .grid-product01 .btn-addcard {
    padding: 5px 10px !important;
    width: 130px; } }

.pro-verification-form {
  padding-bottom: 20px;
  position: relative; }
  .pro-verification-form .pro-verification-te {
    width: 80%;
    /* border-radius: 0px !important; */
    padding: 10px 20px; }
    @media (max-width: 900px) {
      .pro-verification-form .pro-verification-te {
        width: 100%; } }
  .pro-verification-form .pro-verification-sub {
    width: 25%;
    background: linear-gradient(to right, #14bedc, #b4f096);
    border: none;
    color: #fff;
    font-size: 18px; }
    @media (min-width: 900px) {
      .pro-verification-form .pro-verification-sub {
        position: absolute;
        right: 0;
        border-radius: 0;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px; } }
    @media (max-width: 900px) {
      .pro-verification-form .pro-verification-sub {
        width: 100%;
        margin-top: 20px; } }
    .pro-verification-form .pro-verification-sub:hover {
      background: #14bedc; }

.grid-product {
  transition: 0.3s; }
  .grid-product:hover {
    box-shadow: 0px 0px 4px 3px #e6e6e6; }

@media (max-width: 1100px) {
  .medium-down--hide.navigation {
    display: none; } }

.template-collection .grid-product__title, .template-page .grid-product__title {
  min-height: 58px; }

.grid-color-co {
  box-shadow: #b2aaaa 0px 0px 2px 1px;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer; }

.grid-ul-color {
  margin-left: 0;
  text-align: center;
  margin-bottom: 0; }

.color-f-0:first-child {
  box-shadow: 0px 0px 2px 1px #14bedc; }

.comment_title {
  margin-bottom: 0; }

.theme-color {
  color: #14bedc; }

.sa-link {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0; }

.swiper-button-previmage {
  background-image: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/chevron02.png?v=4784770792885613811) !important;
  top: -30px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 50px !important;
  height: 50px !important;
  outline: none;
  background-size: contain !important; }

.swiper-button-nextimage {
  background-image: url(//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/chevron.png?v=14843392443039951294) !important;
  bottom: 0 !important;
  top: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 50px !important;
  height: 50px !important;
  outline: none;
  background-size: contain !important; }

.grid-product__title-list {
  min-height: auto !important; }

@media (max-width: 768px) {
  .collection-sorting {
    margin-top: 30px !important; } }

.template-cart .js-qty__adjust--plus {
  width: 35px;
  right: 0; }

.template-cart .js-qty__adjust--minus {
  width: 35px;
  left: 0; }

.box_new_morelink {
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(to right, #14bedc, #b4f096);
  margin: 20px 0; }
  .box_new_morelink:hover {
    color: #fff;
    background: #14bedc; }

.view-allpro {
  padding: 7px 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6; }
  .view-allpro a {
    color: #14bedc; }

.slideshow__overlayleft {
  left: 8%; }

.slideshow__overlayright {
  right: 2%; }

.featured-blog__post .article__heading-link {
  font-family: "OpenSans-Regular"; }

.featured-blog.small-hide .grid-uniform {
  display: flex;
  justify-content: space-between; }
  .featured-blog.small-hide .grid-uniform .grid__item {
    width: 30%; }

@media (min-width: 1000px) {
  .product-single__quantity .js-qty {
    width: 49%; } }

.view-allpro02 {
  margin-bottom: 0;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .view-allpro02 {
      display: none; } }

@media screen and (max-width: 768px) {
  .right-newsletter .paylogos {
    display: none; } }

.paylogos {
  display: block;
  margin: 0 auto; }
  @media (min-width: 1400px) {
    .paylogos {
      padding-right: 8px; } }
  @media (max-width: 768px) {
    .paylogos {
      width: 200px; } }

@media (min-width: 1150px) {
  .about-us-02 .wrap-a-02 > div {
    padding-right: 50px; }

  .about-us-02 .wrap-a-02 > div .titleab-02 {
    margin-right: 50px; }

  .about-03 {
    max-width: 1200px;
    margin: 0 auto; }

  .about-03wrap .about-03img {
    padding: 40px 0; } }
#privy-container #privy-inner-container .privy-spin-to-win-container .privy-spin-to-win-content-wrap .privy-s2w-elements-container #privy-submit-btn {
  border-radius: 0 !important; }

.search-bar--drawer .input-group-btn {
  margin: 0 -5px; }

.search-bar--drawer .input-group-field {
  border-radius: 0 !important; }

.wrap-list-menu {
  width: 920px;
  margin: 0 auto; }

@media (max-width: 450px) {
  .hero__title {
    font-size: 24px; }

  .hero__subtitlebig {
    font-size: 16px; } }
.site-header-over {
  position: relative;
  top: 0; }

#ContactFormothersocial, #ContactFormsociallink {
  display: inline-block; }

.grid-product__text .grid-product__sale, .grid-product__text-lists .grid-product__sale {
  font-size: 24px;
  color: #14bedc; }
  @media screen and (max-width: 768px) {
    .grid-product__text .grid-product__sale, .grid-product__text-lists .grid-product__sale {
      font-size: 18px; } }

.social-icons-pro .icon.icon-facebook {
  color: #3b5999; }

.social-icons-pro .icon.icon-twitter {
  color: #1da9f3; }

.social-icons-pro .icon.icon-pinterest {
  color: #bd081b; }

.social-icons-pro .share-twitter .share-logo-text {
  left: 3px; }

.wrap-luoidye-imgsshow img {
  vertical-align: top; }

.product-price__oldprice {
  color: #999999;
  text-decoration: line-through;
  font-size: 19px; }

.grid-product__regular {
  font-size: 24px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrap-clears {
  position: relative; }
  .wrap-clears .clear-btn {
    position: absolute;
    right: 20px;
    text-decoration: none;
    bottom: -13px; }
    @media screen and (min-width: 768px) {
      .wrap-clears .clear-btn {
        display: none; } }

.col-imagebac .test-col-field.collection-power-bank {
  width: 30%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%); }

.col-imagebac .test-col-field.collection-cyber-monday-deals {
  width: 30%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  color: #fff; }
  .col-imagebac .test-col-field.collection-cyber-monday-deals h1, .col-imagebac .test-col-field.collection-cyber-monday-deals .h1 {
    color: #fff; }

.col-imagebac .test-col-field.collection-black-friday-deals {
  width: 30%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  color: #fff; }
  .col-imagebac .test-col-field.collection-black-friday-deals h1, .col-imagebac .test-col-field.collection-black-friday-deals .h1 {
    color: #fff; }

.col-imagebac .test-col-field.collection-charger {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%); }
  .col-imagebac .test-col-field.collection-charger h1, .col-imagebac .test-col-field.collection-charger .h1 {
    color: #fff; }

.col-imagebac .test-col-field.collection-hub {
  width: 30%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%); }

.recommend_title {
  margin-top: 50px !important; }
  @media screen and (max-width: 768px) {
    .recommend_title {
      margin-top: 20px !important; } }

@media (min-width: 1000px) {
  .stu-text02 {
    width: 60%; } }

.template-search .grid-uniform {
  display: flex;
  flex-wrap: wrap; }
.template-search .pagination {
  text-align: center;
  display: block; }

.collection-descr {
  margin: 20px 0; }

.grid-subtitle {
  margin-bottom: 5px; }

.ho-logopayss {
  text-align: left;
  margin: 18px 0px 18px auto; }

.logolist-pro img {
  margin: 2px 2% 2px 0;
  display: inline-block;
  width: 50px;
  border-radius: 4px; }

.page_404 {
  margin: 0 auto 16px; }
  .page_404 .bg_404 {
    height: 263px;
    background: url("//cdn.shopify.com/s/files/1/0257/5656/5579/t/2/assets/RP-404-banner.jpg?v=12357561991946835225") center/90% no-repeat;
    margin-bottom: 30px; }
  .page_404 .search-box {
    margin-bottom: 24px; }
  .page_404 .hot-searches {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center; }
    .page_404 .hot-searches span.title {
      float: left;
      line-height: 30px; }
    .page_404 .hot-searches .search-items {
      float: left;
      overflow: hidden;
      line-height: 30px;
      list-style: none;
      margin: 0;
      padding: 0; }
      .page_404 .hot-searches .search-items li {
        margin-right: 12px;
        padding: 0px 10px;
        line-height: 30px;
        display: inline-block;
        border-radius: 32px;
        transition: all .2s; }
        .page_404 .hot-searches .search-items li:hover {
          background: #1eb3c5; }
          .page_404 .hot-searches .search-items li:hover a {
            color: #fff; }
        .page_404 .hot-searches .search-items li a {
          display: inline-block;
          color: #717375;
          width: 100%;
          height: 100%;
          cursor: pointer;
          transition: all .2s; }
  .page_404 .tips {
    margin-bottom: 30px; }
    .page_404 .tips p {
      text-align: center;
      color: #717375;
      margin: 0; }
      .page_404 .tips p > a {
        color: #1eb3c5;
        font-weight: bold;
        text-decoration: underline; }
        .page_404 .tips p > a:hover {
          color: #f0751d; }
  .page_404 .products_404 {
    margin-bottom: 30px; }
    .page_404 .products_404 .products_404-navs {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      line-height: 36px;
      text-align: center; }
      .page_404 .products_404 .products_404-navs li {
        display: inline-block;
        margin-right: 86px; }
        .page_404 .products_404 .products_404-navs li:last-child {
          margin-right: 0; }
        .page_404 .products_404 .products_404-navs li a {
          font-size: 18px;
          font-weight: bold;
          display: inline-block;
          padding-bottom: 10px;
          border-bottom: 3px solid transparent;
          color: #717375;
          transition: all .2s;
          height: 100%; }
          .page_404 .products_404 .products_404-navs li a:hover {
            border-bottom: 3px solid #1eb3c5;
            color: #1eb3c5; }
  .page_404 .others {
    text-align: center;
    overflow: hidden;
    margin: 0 auto 80px;
    width: 1040px; }
    .page_404 .others .gray-item {
      padding: 70px 82px 70px 70px;
      background: #f7f7f7;
      border-radius: 30px;
      height: 337px;
      display: inline-block;
      text-align: left;
      float: left; }
      .page_404 .others .gray-item:last-child {
        margin-right: 0;
        float: right; }
      .page_404 .others .gray-item h3.link-title, .page_404 .others .gray-item .link-title.h3 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #717375; }
      .page_404 .others .gray-item .item-list {
        list-style: none;
        margin: 0;
        padding: 0; }
        .page_404 .others .gray-item .item-list li {
          margin-bottom: 30px;
          max-width: 400px; }
          .page_404 .others .gray-item .item-list li:last-child {
            margin-bottom: 0; }
          .page_404 .others .gray-item .item-list li a {
            line-height: 24px;
            color: #717375; }
            .page_404 .others .gray-item .item-list li a:hover {
              color: #1eb3c5; }

.discount_text {
  background: #14bed2;
  display: table;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 18px;
  text-transform: uppercase; }

.table {
  display: table;
  width: 100%; }
  .table .table-col {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
  .table .table-cell {
    display: table-cell;
    vertical-align: middle; }

.footer-brands {
  text-align: center;
  max-width: 1300px;
  border-top: 1px solid #666;
  margin: 60px auto 20px;
  padding-top: 30px; }
  .footer-brands .main-logo {
    transition: all 0.1s;
    font-size: 30px;
    color: #9e9e9e; }
    .footer-brands .main-logo:hover {
      -webkit-background-clip: text;
      color: #fff; }
    .footer-brands .main-logo.sunvalley {
      color: #a4a4a4;
      font-size: 30px; }
      .footer-brands .main-logo.sunvalley:hover {
        color: #a92124; }
    .footer-brands .main-logo.ravpower {
      font-size: 18px; }
      .footer-brands .main-logo.ravpower:hover {
        background-image: linear-gradient(135deg, #14bed2 10%, #c8eb91 50%, #14bed2 75%);
        color: transparent; }
    .footer-brands .main-logo.taotronics {
      font-size: 34px; }
      .footer-brands .main-logo.taotronics:hover {
        color: #EB6100; }
    .footer-brands .main-logo.vava {
      font-size: 35px; }
      .footer-brands .main-logo.vava:hover {
        color: #fff; }
    .footer-brands .main-logo.boltune:hover {
      color: #c82328; }
  .footer-brands .table-cell {
    width: 16.66%; }
  .footer-brands .company {
    width: 300px; }
    .footer-brands .company:hover .default {
      display: none; }
    .footer-brands .company:hover .hover {
      display: initial; }
    .footer-brands .company::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 3rem;
      background: #767676;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .footer-brands .hover {
    display: none; }
  .footer-brands ul {
    overflow: hidden;
    margin: 0; }
    .footer-brands ul li {
      margin: 0; }
      .footer-brands ul li:hover .default {
        display: none; }
      .footer-brands ul li:hover .hover {
        display: initial; }

@media (max-width: 767px) {
  .footer-brands {
    margin-bottom: 0; }
    .footer-brands .company {
      display: block;
      width: 100%;
      text-align: center; }
      .footer-brands .company::after {
        content: '';
        display: none; }
    .footer-brands .brand-items {
      display: block;
      width: 100%; }
      .footer-brands .brand-items .table-cell {
        display: inline-block;
        width: 24%;
        margin: 0 3%;
        /*         line-height: 2rem; */ }
    .footer-brands .main-logo {
      font-size: 20px; }
      .footer-brands .main-logo.sunvalley {
        color: #a4a4a4;
        font-size: 20px; }
      .footer-brands .main-logo.ravpower {
        font-size: 12px; }
      .footer-brands .main-logo.taotronics {
        font-size: 24px; }
      .footer-brands .main-logo.vava {
        font-size: 25px; } }
#shopify-section-footer img.paylogos::before {
  content: "We accept"; }

#shopify-section-collection-template .icon-fallback-text .icon {
  height: 30px; }

@media screen and (max-width: 768px) {
  #ravpower-official-site-stay-powered .index-sections .image_over_texti .left_half_box .des_title {
    left: 5%; }
    #ravpower-official-site-stay-powered .index-sections .image_over_texti .left_half_box .des_title .left_titless {
      font-size: 16px; }
  #ravpower-official-site-stay-powered .index-sections .image_over_texti .right_two_box .right_toptitless, #ravpower-official-site-stay-powered .index-sections .image_over_texti .evaluation_box .right_bottitless {
    left: 5%;
    font-size: 16px; }
  #ravpower-official-site-stay-powered .index-sections .image_over_texti .line-black {
    height: 3px; }

  .wrap-logolistcol > div {
    flex-wrap: nowrap; }
    .wrap-logolistcol > div .img_barlink {
      padding: 20px 5px;
      flex: 0 1 33.3%;
      flex-shrink: 0; }
      .wrap-logolistcol > div .img_barlink .col-b_text {
        word-break: break-word; }
    .wrap-logolistcol > div .img_barlink:nth-child(2) {
      background: #f7f7f7; }

  .wrap-logolist002 .img_barlink > img {
    max-width: 35px;
    min-height: 35px; }

  #shopify-section-footer .footer_newsletter_pay {
    margin: 0 auto; }
  #shopify-section-footer .wrapper02 .footer_newsletter_pay {
    display: none; } }
@media (max-width: 450px) {
  .wrap-logolist002 .img_barlink > img {
    max-width: 30px;
    min-height: 30px; } }
