@charset "utf-8";

/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */
/**
 * Base
 */
 @font-face {  
    font-family: 'Montserrat-Regular';
    font-display: swap;
    src: url("https://cdn.shopifycdn.net/s/files/1/0508/7461/3942/files/Montserrat-Regular.otf?v=1625802951"); 
}
/*  @font-face {  
    font-family: 'Montserrat-SemiBold'; 
    font-display: swap;
    src: url("https://cdn.shopifycdn.net/s/files/1/0508/7461/3942/files/Montserrat-SemiBold.woff.ttf?v=1630288020"); 
} */
@font-face {  
    font-family: 'Montserrat-Medium'; 
   font-display: swap;
    src: url("https://cdn.shopifycdn.net/s/files/1/0508/7461/3942/files/Montserrat-Medium.otf?v=1625802951"); 
}
@font-face {  
    font-family: 'Montserrat-Light'; 
   font-display: swap;
    src: url("https://cdn.shopifycdn.net/s/files/1/0508/7461/3942/files/Montserrat-Light.otf?v=1625802951"); 
}
@font-face {  
    font-family: 'Montserrat-Bold'; 
   font-display: swap;
    src: url("https://cdn.shopifycdn.net/s/files/1/0508/7461/3942/files/Montserrat-Bold.otf?v=1625802951"); 
}
@font-face {  
    font-family: 'Montserrat-SemiBold'; 
   font-display: swap;
    src: url("https://cdn.shopifycdn.net/s/files/1/0508/7461/3942/files/Montserrat-SemiBold.ttf?v=1630464886"); 
}




.font-ml{
  font-family: 'Montserrat-Light'; 
}
.font-mb{
  font-family: 'Montserrat-Bold'; 
}
.font-mm{
  font-family: 'Montserrat-Medium'; 
}
.font-mr{
  font-family: 'Montserrat-Regular'; 
}
.page-width{
  max-width:1680px;
  padding:0px 40px;
  margin:0 auto;
}

.page-width1450{
  max-width:1530px;
  padding:0px 40px;
  margin:0 auto;
}

.product-page-width{
  max-width:1490px;
  padding:0px 40px;
  margin:0 auto;
}
.product-page-width1600{
  max-width:1680px;
  padding:0px 40px;
  margin:0 auto;
}
@media only screen and (max-width:520px){
 .page-width,.product-page-width,.product-page-width1600{
  padding:0px 20px;
}
}

*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,body{
  font-family: 'Montserrat-Medium'; 
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
.grid{
list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
  overflow:hidden;
}
.grid__item {
    float: left;
    padding-left: 20px;
    width: 100%;
}


@media only screen and (max-width: 768px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }
  /* Halves */
  .small--one-half {
    width: 50%; }
  /* Thirds */
  .small--one-third {
    width: 33.33333%; }
  .small--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .small--one-quarter {
    width: 25%; }
  .small--two-quarters {
    width: 50%; }
  .small--three-quarters {
    width: 75%; }
  /* Fifths */
  .small--one-fifth {
    width: 20%; }
  .small--two-fifths {
    width: 40%; }
  .small--three-fifths {
    width: 60%; }
  .small--four-fifths {
    width: 80%; }
  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }
  .small--two-sixths {
    width: 33.33333%; }
  .small--three-sixths {
    width: 50%; }
  .small--four-sixths {
    width: 66.66667%; }
  .small--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }
  .small--two-eighths {
    width: 25%; }
  .small--three-eighths {
    width: 37.5%; }
  .small--four-eighths {
    width: 50%; }
  .small--five-eighths {
    width: 62.5%; }
  .small--six-eighths {
    width: 75%; }
  .small--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .small--one-tenth {
    width: 10%; }
  .small--two-tenths {
    width: 20%; }
  .small--three-tenths {
    width: 30%; }
  .small--four-tenths {
    width: 40%; }
  .small--five-tenths {
    width: 50%; }
  .small--six-tenths {
    width: 60%; }
  .small--seven-tenths {
    width: 70%; }
  .small--eight-tenths {
    width: 80%; }
  .small--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }
  .small--two-twelfths {
    width: 16.66667%; }
  .small--three-twelfths {
    width: 25%; }
  .small--four-twelfths {
    width: 33.33333%; }
  .small--five-twelfths {
    width: 41.66667%; }
  .small--six-twelfths {
    width: 50%; }
  .small--seven-twelfths {
    width: 58.33333%; }
  .small--eight-twelfths {
    width: 66.66667%; }
  .small--nine-twelfths {
    width: 75%; }
  .small--ten-twelfths {
    width: 83.33333%; }
  .small--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .small--show {
    display: block !important; }
  .small--hide {
    display: none !important; }
  .small--text-left {
    text-align: left !important; }
  .small--text-right {
    text-align: right !important; }
  .small--text-center {
    text-align: center !important; } }

@media only screen and (min-width: 1024px) and (max-width:1700px) {
  .medium-up--one-half {
   	 width: 70%;
	}
  .medium-up--one-quarter {
    width: 15%; 
  }
  
}
@media only screen and (min-width: 769px)  {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }
  /* Halves */
  .medium-up--one-half { 
    width: 50%; }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }
  .medium-up--two-thirds {
    width: 66.66667%; }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }
  .medium-up--two-quarters {
    width: 50%; }
  .medium-up--three-quarters {
    width: 75%; }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }
  .medium-up--two-fifths {
    width: 40%; }
  .medium-up--three-fifths {
    width: 60%; }
  .medium-up--four-fifths {
    width: 80%; }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }
  .medium-up--two-sixths {
    width: 33.33333%; }
  .medium-up--three-sixths {
    width: 50%; }
  .medium-up--four-sixths {
    width: 66.66667%; }
  .medium-up--five-sixths {
    width: 83.33333%; }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }
  .medium-up--two-eighths {
    width: 25%; }
  .medium-up--three-eighths {
    width: 37.5%; }
  .medium-up--four-eighths {
    width: 50%; }
  .medium-up--five-eighths {
    width: 62.5%; }
  .medium-up--six-eighths {
    width: 75%; }
  .medium-up--seven-eighths {
    width: 87.5%; }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }
  .medium-up--two-tenths {
    width: 20%; }
  .medium-up--three-tenths {
    width: 30%; }
  .medium-up--four-tenths {
    width: 40%; }
  .medium-up--five-tenths {
    width: 50%; }
  .medium-up--six-tenths {
    width: 60%; }
  .medium-up--seven-tenths {
    width: 70%; }
  .medium-up--eight-tenths {
    width: 80%; }
  .medium-up--nine-tenths {
    width: 90%; }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }
  .medium-up--two-twelfths {
    width: 16.66667%; }
  .medium-up--three-twelfths {
    width: 25%; }
  .medium-up--four-twelfths {
    width: 33.33333%; }
  .medium-up--five-twelfths {
    width: 41.66667%; }
  .medium-up--six-twelfths {
    width: 50%; }
  .medium-up--seven-twelfths {
    width: 58.33333%; }
  .medium-up--eight-twelfths {
    width: 66.66667%; }
  .medium-up--nine-twelfths {
    width: 75%; }
  .medium-up--ten-twelfths {
    width: 83.33333%; }
  .medium-up--eleven-twelfths {
    width: 91.66667%; }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }
  .medium-up--show {
    display: block !important; }
  .medium-up--hide {
    display: none !important; }
  .medium-up--text-left {
    text-align: left !important; }
  .medium-up--text-right {
    text-align: right !important; }
  .medium-up--text-center {
    text-align: center !important; } }

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 768px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }
  .small--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }
  .small--push-two-quarters {
    left: 50%; }
  .small--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }
  .small--push-two-fifths {
    left: 40%; }
  .small--push-three-fifths {
    left: 60%; }
  .small--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }
  .small--push-two-sixths {
    left: 33.33333%; }
  .small--push-three-sixths {
    left: 50%; }
  .small--push-four-sixths {
    left: 66.66667%; }
  .small--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }
  .small--push-two-eighths {
    left: 25%; }
  .small--push-three-eighths {
    left: 37.5%; }
  .small--push-four-eighths {
    left: 50%; }
  .small--push-five-eighths {
    left: 62.5%; }
  .small--push-six-eighths {
    left: 75%; }
  .small--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }
  .small--push-two-tenths {
    left: 20%; }
  .small--push-three-tenths {
    left: 30%; }
  .small--push-four-tenths {
    left: 40%; }
  .small--push-five-tenths {
    left: 50%; }
  .small--push-six-tenths {
    left: 60%; }
  .small--push-seven-tenths {
    left: 70%; }
  .small--push-eight-tenths {
    left: 80%; }
  .small--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }
  .small--push-two-twelfths {
    left: 16.66667%; }
  .small--push-three-twelfths {
    left: 25%; }
  .small--push-four-twelfths {
    left: 33.33333%; }
  .small--push-five-twelfths {
    left: 41.66667%; }
  .small--push-six-twelfths {
    left: 50%; }
  .small--push-seven-twelfths {
    left: 58.33333%; }
  .small--push-eight-twelfths {
    left: 66.66667%; }
  .small--push-nine-twelfths {
    left: 75%; }
  .small--push-ten-twelfths {
    left: 83.33333%; }
  .small--push-eleven-twelfths {
    left: 91.66667%; } }

@media only screen and (min-width: 769px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }
  .medium-up--push-two-thirds {
    left: 66.66667%; }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }
  .medium-up--push-two-quarters {
    left: 50%; }
  .medium-up--push-three-quarters {
    left: 75%; }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }
  .medium-up--push-two-fifths {
    left: 40%; }
  .medium-up--push-three-fifths {
    left: 60%; }
  .medium-up--push-four-fifths {
    left: 80%; }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }
  .medium-up--push-two-sixths {
    left: 33.33333%; }
  .medium-up--push-three-sixths {
    left: 50%; }
  .medium-up--push-four-sixths {
    left: 66.66667%; }
  .medium-up--push-five-sixths {
    left: 83.33333%; }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }
  .medium-up--push-two-eighths {
    left: 25%; }
  .medium-up--push-three-eighths {
    left: 37.5%; }
  .medium-up--push-four-eighths {
    left: 50%; }
  .medium-up--push-five-eighths {
    left: 62.5%; }
  .medium-up--push-six-eighths {
    left: 75%; }
  .medium-up--push-seven-eighths {
    left: 87.5%; }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }
  .medium-up--push-two-tenths {
    left: 20%; }
  .medium-up--push-three-tenths {
    left: 30%; }
  .medium-up--push-four-tenths {
    left: 40%; }
  .medium-up--push-five-tenths {
    left: 50%; }
  .medium-up--push-six-tenths {
    left: 60%; }
  .medium-up--push-seven-tenths {
    left: 70%; }
  .medium-up--push-eight-tenths {
    left: 80%; }
  .medium-up--push-nine-tenths {
    left: 90%; }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }
  .medium-up--push-two-twelfths {
    left: 16.66667%; }
  .medium-up--push-three-twelfths {
    left: 25%; }
  .medium-up--push-four-twelfths {
    left: 33.33333%; }
  .medium-up--push-five-twelfths {
    left: 41.66667%; }
  .medium-up--push-six-twelfths {
    left: 50%; }
  .medium-up--push-seven-twelfths {
    left: 58.33333%; }
  .medium-up--push-eight-twelfths {
    left: 66.66667%; }
  .medium-up--push-nine-twelfths {
    left: 75%; }
  .medium-up--push-ten-twelfths {
    left: 83.33333%; }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }

body {
  margin: 0;
}

[hidden] {
  display: none !important;
}

/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

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

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------
 *   Grid LAYOUT
 *------------------------------------*/

.Grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -24px;
  font-size: 0;
}

.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 24px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

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

.Grid--center > .Grid__Cell {
  text-align: left;
}

.Grid__Cell--center {
  display: block;
  margin: 0 auto;
}

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

.Grid--right > .Grid__Cell {
  text-align: left;
}

.Grid--middle > .Grid__Cell {
  vertical-align: middle;
}

.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}

.Grid--m {
  margin-left: -30px;
}

.Grid--m > .Grid__Cell {
  padding-left: 30px;
}

.Grid--l {
  margin-left: -50px;
}

.Grid--l > .Grid__Cell {
  padding-left: 50px;
}

.Grid--xl {
  margin-left: -50px;
}

.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}

@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }

  .Grid--m > .Grid__Cell {
    padding-left: 60px;
  }

  .Grid--l {
    margin-left: -80px;
  }

  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }

  .Grid--xl {
    margin-left: -100px;
  }

  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
}

/*------------------------------------*\
    Grid WIDTHS
\*------------------------------------*/

.\31\/2, .\32\/4, .\36\/12 {
  width: 50%;
}

.\31\/3, .\34\/12 {
  width: 33.33333%;
}

.\32\/3, .\38\/12 {
  width: 66.66667%;
}

.\31\/4, .\33\/12 {
  width: 25%;
}

.\33\/4, .\39\/12 {
  width: 75%;
}

.\31\/12 {
  width: 8.33333%;
}

.\32\/12 {
  width: 16.66667%;
}

.\35\/12 {
  width: 41.66667%;
}

.\37\/12 {
  width: 58.33333%;
}

.\31\30\/12 {
  width: 83.33333%;
}

.\31\31\/12 {
  width: 91.66667%;
}

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

  .\31\/2--phone, .\32\/4--phone, .\36\/12--phone {
    width: 50%;
  }

  .\31\/3--phone, .\34\/12--phone {
    width: 33.33333%;
  }

  .\32\/3--phone, .\38\/12--phone {
    width: 66.66667%;
  }

  .\31\/4--phone, .\33\/12--phone {
    width: 25%;
  }

  .\33\/4--phone, .\39\/12--phone {
    width: 75%;
  }

  .\31\/12--phone {
    width: 8.33333%;
  }

  .\32\/12--phone {
    width: 16.66667%;
  }

  .\35\/12--phone {
    width: 41.66667%;
  }

  .\37\/12--phone {
    width: 58.33333%;
  }

  .\31\30\/12--phone {
    width: 83.33333%;
  }

  .\31\31\/12--phone {
    width: 91.66667%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31\/2--tablet, .\32\/4--tablet, .\36\/12--tablet {
    width: 50%;
  }

  .\31\/3--tablet, .\34\/12--tablet {
    width: 33.33333%;
  }

  .\32\/3--tablet, .\38\/12--tablet {
    width: 66.66667%;
  }

  .\31\/4--tablet, .\33\/12--tablet {
    width: 25%;
  }

  .\33\/4--tablet, .\39\/12--tablet {
    width: 75%;
  }

  .\31\/12--tablet {
    width: 8.33333%;
  }

  .\32\/12--tablet {
    width: 16.66667%;
  }

  .\35\/12--tablet {
    width: 41.66667%;
  }

  .\37\/12--tablet {
    width: 58.33333%;
  }

  .\31\30\/12--tablet {
    width: 83.33333%;
  }

  .\31\31\/12--tablet {
    width: 91.66667%;
  }
}

@media screen and (min-width: 769px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31\/2--tablet-and-up, .\32\/4--tablet-and-up, .\36\/12--tablet-and-up {
    width: 50%;
  }

  .\31\/3--tablet-and-up, .\34\/12--tablet-and-up {
    width: 33.33333%;
  }

  .\32\/3--tablet-and-up, .\38\/12--tablet-and-up {
    width: 66.66667%;
  }

  .\31\/4--tablet-and-up, .\33\/12--tablet-and-up {
    width: 25%;
  }

  .\33\/4--tablet-and-up, .\39\/12--tablet-and-up {
    width: 75%;
  }

  .\31\/12--tablet-and-up {
    width: 8.33333%;
  }

  .\32\/12--tablet-and-up {
    width: 16.66667%;
  }

  .\35\/12--tablet-and-up {
    width: 41.66667%;
  }

  .\37\/12--tablet-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--tablet-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--tablet-and-up {
    width: 91.66667%;
  }
}

@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31\/2--pocket, .\32\/4--pocket, .\36\/12--pocket {
    width: 50%;
  }

  .\31\/3--pocket, .\34\/12--pocket {
    width: 33.33333%;
  }

  .\32\/3--pocket, .\38\/12--pocket {
    width: 66.66667%;
  }

  .\31\/4--pocket, .\33\/12--pocket {
    width: 25%;
  }

  .\33\/4--pocket, .\39\/12--pocket {
    width: 75%;
  }

  .\31\/12--pocket {
    width: 8.33333%;
  }

  .\32\/12--pocket {
    width: 16.66667%;
  }

  .\35\/12--pocket {
    width: 41.66667%;
  }

  .\37\/12--pocket {
    width: 58.33333%;
  }

  .\31\30\/12--pocket {
    width: 83.33333%;
  }

  .\31\31\/12--pocket {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }

  .\31\/2--lap, .\32\/4--lap, .\36\/12--lap {
    width: 50%;
  }

  .\31\/3--lap, .\34\/12--lap {
    width: 33.33333%;
  }

  .\32\/3--lap, .\38\/12--lap {
    width: 66.66667%;
  }

  .\31\/4--lap, .\33\/12--lap {
    width: 25%;
  }

  .\33\/4--lap, .\39\/12--lap {
    width: 75%;
  }

  .\31\/12--lap {
    width: 8.33333%;
  }

  .\32\/12--lap {
    width: 16.66667%;
  }

  .\35\/12--lap {
    width: 41.66667%;
  }

  .\37\/12--lap {
    width: 58.33333%;
  }

  .\31\30\/12--lap {
    width: 83.33333%;
  }

  .\31\31\/12--lap {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31\/2--lap-and-up, .\32\/4--lap-and-up, .\36\/12--lap-and-up {
    width: 50%;
  }

  .\31\/3--lap-and-up, .\34\/12--lap-and-up {
    width: 33.33333%;
  }

  .\32\/3--lap-and-up, .\38\/12--lap-and-up {
    width: 66.66667%;
  }

  .\31\/4--lap-and-up, .\33\/12--lap-and-up {
    width: 25%;
  }

  .\33\/4--lap-and-up, .\39\/12--lap-and-up {
    width: 75%;
  }

  .\31\/12--lap-and-up {
    width: 8.33333%;
  }

  .\32\/12--lap-and-up {
    width: 16.66667%;
  }

  .\35\/12--lap-and-up {
    width: 41.66667%;
  }

  .\37\/12--lap-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--lap-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--lap-and-up {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }

  .\31\/2--desk, .\32\/4--desk, .\36\/12--desk {
    width: 50%;
  }

  .\31\/3--desk, .\34\/12--desk {
    width: 33.33333%;
  }

  .\32\/3--desk, .\38\/12--desk {
    width: 66.66667%;
  }

  .\31\/4--desk, .\33\/12--desk {
    width: 25%;
  }

  .\33\/4--desk, .\39\/12--desk {
    width: 75%;
  }

  .\31\/12--desk {
    width: 8.33333%;
  }

  .\32\/12--desk {
    width: 16.66667%;
  }

  .\35\/12--desk {
    width: 41.66667%;
  }

  .\37\/12--desk {
    width: 58.33333%;
  }

  .\31\30\/12--desk {
    width: 83.33333%;
  }

  .\31\31\/12--desk {
    width: 91.66667%;
  }
}
/* Create each media query */
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }

  .\31\/2--widescreen, .\32\/4--widescreen, .\36\/12--widescreen {
    width: 50%;
  }

  .\31\/3--widescreen, .\34\/12--widescreen {
    width: 33.33333%;
  }

  .\32\/3--widescreen, .\38\/12--widescreen {
    width: 66.66667%;
  }

  .\31\/4--widescreen, .\33\/12--widescreen {
    width: 25%;
  }

  .\33\/4--widescreen, .\39\/12--widescreen {
    width: 75%;
  }

  .\31\/12--widescreen {
    width: 8.33333%;
  }

  .\32\/12--widescreen {
    width: 16.66667%;
  }

  .\35\/12--widescreen {
    width: 41.66667%;
  }

  .\37\/12--widescreen {
    width: 58.33333%;
  }

  .\31\30\/12--widescreen {
    width: 83.33333%;
  }

  .\31\31\/12--widescreen {
    width: 91.66667%;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
  cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x) 18 18, zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--background);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: var(--background);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/**
 * Custom UI
 */
.pswp__ui {
  position: absolute;
  visibility: hidden;
  width: 100%;
  bottom: 50px;
  opacity: 0;
  transform: translateY(35px);
  left: 0;
  text-align: center;
  transition: all 0.15s ease;
}

.pswp__button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.pswp--animated-in .pswp__ui--hidden {
  visibility: hidden;
  opacity: 0;
}

.pswp__button--close {
  margin: 0 18px;
}

.pswp__button svg {
  pointer-events: none;
}

.pswp__error-msg {
  position: absolute;
  top: 40%;
  margin: 0 15px;
  padding: 8px 15px;
  background: #e6554d;
  color: #ffffff;
  text-align: center;
}

.js .no-js,
.no-js .hide-no-js {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
/*   padding-right:17px; */
}

body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: none;
}

[data-scrollable] {
  overflow: auto;
  /*-webkit-overflow-scrolling: touch;*/
}

.Container {
  margin: 0 auto;
  padding: 0 20px;
}

.Container--narrow {
  max-width: 1420px;
}

.Container--extraNarrow {
  max-width: 800px;
}

/*
   This fixes an issue in IE10/11 when using min-height in flex children
   @info: https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*/
.FlexboxIeFix {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 769px) {
  .Container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1140px) {
  .Container {
    padding: 0 60px;
  }
}
/**
 * Very general typographic rules that are applied site wide
 */
html {
  font-size: var(--base-text-font-size);
}

body {
/*   font-family: var(--text-font-family); */
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  color: var(--text-color);
  background: var(--background);
  line-height: 1.65;
}

.Link {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.supports-hover .Link--primary:hover,
.Link--primary.is-active {
  color: var(--text-color);
}

.supports-hover .Link--secondary:hover,
.Link--secondary.is-active {
  color: var(--text-color-light);
}

.Link--underline {
  position: relative;
  display: inline-block;
}

.Link--underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .Link--underline:hover::before {
    transform: scale(0, 1);
  }
}

.Link--underlineShort::before {
  width: 100%;
}

.features--heading-uppercase .Link--underlineShort::before {
  width: calc(100% - 0.2em);
}

.Link--underlineNative {
  text-decoration: underline;
  text-underline-position: under;
}

.Heading {
  font-family: 'Montserrat-Medium'; 
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.3s ease;
}

.features--heading-uppercase .Heading {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.Text--subdued {
  color: var(--text-color-light);
}

.Text--alignCenter {
  text-align: center !important;
}

.Text--alignRight {
  text-align: right !important;
}

.Icon-Wrapper--clickable {
  position: relative;
  background: transparent; /* This is used to increase the clickable area */
}

/* .Icon-Wrapper--clickable::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -12px;
  left: -12px;
  bottom: -8px;
  transform: translateZ(0); /* Needed to avoid a glitch on iOS */
} */

.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}

.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.features--heading-small .u-h1,
.features--heading-small .Rte h1 {
  font-size: 20px;
}

.features--heading-small .u-h2,
.features--heading-small .Rte h2 {
  font-size: 18px;
}

.features--heading-small .u-h3,
.features--heading-small .Rte h3 {
  font-size: 16px;
}

.features--heading-small .u-h4,
.features--heading-small .Rte h4 {
  font-size: 15px;
}

.features--heading-small .u-h5,
.features--heading-small .Rte h5 {
  font-size: 13px;
}

.features--heading-small .u-h6,
.features--heading-small .Rte h6 {
  font-size: 12px;
}

.features--heading-small .u-h7 {
  font-size: 11px;
}

.features--heading-small .u-h8 {
  font-size: 10px;
}

.features--heading-normal .u-h1,
.features--heading-normal .Rte h1 {
  font-size: 22px;
}

.features--heading-normal .u-h2,
.features--heading-normal .Rte h2 {
  font-size: 20px;
}

.features--heading-normal .u-h3,
.features--heading-normal .Rte h3 {
  font-size: 18px;
}

.features--heading-normal .u-h4,
.features--heading-normal .Rte h4 {
  font-size: 16px;
}

.features--heading-normal .u-h5,
.features--heading-normal .Rte h5 {
  font-size: 14px;
}

.features--heading-normal .u-h6,
.features--heading-normal .Rte h6 {
  font-size: 13px;
}

.features--heading-normal .u-h7 {
  font-size: 12px;
}

.features--heading-normal .u-h8 {
  font-size: 12px;
}

.features--heading-large .u-h1,
.features--heading-large .Rte h1 {
  font-size: 24px;
}

.features--heading-large .u-h2,
.features--heading-large .Rte h2 {
  font-size: 22px;
}

.features--heading-large .u-h3,
.features--heading-large .Rte h3 {
  font-size: 20px;
}

.features--heading-large .u-h4,
.features--heading-large .Rte h4 {
  font-size: 18px;
}

.features--heading-large .u-h5,
.features--heading-large .Rte h5 {
  font-size: 16px;
}

.features--heading-large .u-h6,
.features--heading-large .Rte h6 {
  font-size: 15px;
}

.features--heading-large .u-h7 {
  font-size: 13px;
}

.features--heading-large .u-h8 {
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .features--heading-small .u-h1,
  .features--heading-small .Rte h1 {
    font-size: 20px;
  }

  .features--heading-small .u-h2,
  .features--heading-small .Rte h2 {
    font-size: 18px;
  }

  .features--heading-small .u-h3,
  .features--heading-small .Rte h3 {
    font-size: 18px;
  }

  .features--heading-small .u-h4,
  .features--heading-small .Rte h4 {
    font-size: 16px;
  }

  .features--heading-small .u-h5,
  .features--heading-small .Rte h5 {
    font-size: 13px;
  }

  .features--heading-small .u-h6,
  .features--heading-small .Rte h6 {
    font-size: 12px;
  }

  .features--heading-small .u-h7 {
    font-size: 11px;
  }

  .features--heading-small .u-h8 {
    font-size: 10px;
  }

  .features--heading-normal .u-h1,
  .features--heading-normal .Rte h1 {
    font-size: 22px;
  }

  .features--heading-normal .u-h2,
  .features--heading-normal .Rte h2 {
    font-size: 20px;
  }

  .features--heading-normal .u-h3,
  .features--heading-normal .Rte h3 {
    font-size: 20px;
  }

  .features--heading-normal .u-h4,
  .features--heading-normal .Rte h4 {
    font-size: 17px;
  }

  .features--heading-normal .u-h5,
  .features--heading-normal .Rte h5 {
    font-size: 14px;
  }

  .features--heading-normal .u-h6,
  .features--heading-normal .Rte h6 {
    font-size: 13px;
  }

  .features--heading-normal .u-h7 {
    font-size: 12px;
  }

  .features--heading-normal .u-h8 {
    font-size: 12px;
  }

  .features--heading-large .u-h1,
  .features--heading-large .Rte h1 {
    font-size: 24px;
  }

  .features--heading-large .u-h2,
  .features--heading-large .Rte h2 {
    font-size: 22px;
  }

  .features--heading-large .u-h3,
  .features--heading-large .Rte h3 {
    font-size: 20px;
  }

  .features--heading-large .u-h4,
  .features--heading-large .Rte h4 {
    font-size: 19px;
  }

  .features--heading-large .u-h5,
  .features--heading-large .Rte h5 {
    font-size: 16px;
  }

  .features--heading-large .u-h6,
  .features--heading-large .Rte h6 {
    font-size: 15px;
  }

  .features--heading-large .u-h7 {
    font-size: 13px;
  }

  .features--heading-large .u-h8 {
    font-size: 13px;
  }
}

.js .features--show-page-transition .PageTransition {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--background);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: all 0.25s ease;
}
/**
 * ----------------------------------------------------------------------------
 * Standard button
 * ----------------------------------------------------------------------------
 */
 .Button {
    color: #000000;
    border-color: #ffffff;
  }
.Button:hover {
 color:#fff;
}
.Button::before {
    background-color: #ffffff;
  }
.Button,
.shopify-payment-button__button--unbranded,
input.spr-button-primary,
.spr-summary-actions-newreview,
.spr-button-primary:not(input),
.spr-pagination-prev > a,
.spr-pagination-next > a {
  position: relative;
  display: inline-block;
  overflow:hidden;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}
.Button,
.shopify-payment-button__button--unbranded{
 background-color: #fff;
}
input.spr-button-primary::before,
.spr-summary-actions-newreview.spr-summary-actions-newreview::before,
.spr-button-primary:not(input)::before,
.spr-pagination-prev > a::before,
.spr-pagination-next > a::before {
  position: absolute;
  content: "";
  display: block;
  left: -1px;
  top: -1px;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 101%;
  transform: scale(1, 1.05);
  transform-origin: left center;
  z-index: -1;
}
#section-list-collections-template .CollectionItem__Link::before,
#section-slideshow .Button::before,
.Button::before,
.shopify-payment-button__button--unbranded::before{
     content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -101%;
    background-color: #000 ;
     z-index:-1;
    transition: left .3s ease !important;
}
.Button:hover::before,.Button:focus::before, .shopify-payment-button__button--unbranded:hover::before{
  left: 0 !important;
}
.Button:hover svg{
 fill:#000;
}
.Button--primary:hover svg{
 fill:#fff;
}
  #section-slideshow .Button.Button--primary::before{
    background-color: var(--button-text-color);
  }
    #section-slideshow .Button.Button--primary{
    color: var(--button-text-color);
  border-color: var(--button-background);
    background-color:var(--button-background);
  }
  #section-slideshow .Button.Button--primary:hover{
  color:#000;
  }

@media (-moz-touch-enabled: 0), (hover: hover) {
/*   .features--show-button-transition .Button:not([disabled])::before,
  .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled])::before,
  .features--show-button-transition input.spr-button-primary:not([disabled])::before,
  .features--show-button-transition .spr-summary-actions-newreview:not([disabled])::before,
  .features--show-button-transition .spr-button-primary:not(input):not([disabled])::before,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled])::before,
  .features--show-button-transition .spr-pagination-next > a:not([disabled])::before {
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
 */
/*   .features--show-button-transition .Button:not([disabled]):hover::before,
  .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover::before,
  .features--show-button-transition input.spr-button-primary:not([disabled]):hover::before,
  .features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover::before,
  .features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-next > a:not([disabled]):hover::before {
    transform-origin: right center;
    transform: scale(0, 1);
  } */
}

.Button[disabled],
.shopify-payment-button__button--unbranded[disabled],
input.spr-button-primary[disabled],
.spr-summary-actions-newreview[disabled],
.spr-button-primary:not(input)[disabled],
.spr-pagination-prev > a[disabled],
.spr-pagination-next > a[disabled] {
  cursor: not-allowed;
}

.Button--primary,
.shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview,
.spr-button-primary:not(input) {
  color: var(--button-text-color) ;
  border-color: var(--button-background) ;
    background-color:var(--button-background) ;
}

.Button--primary::before,
.shopify-payment-button__button--unbranded::before,
.spr-summary-actions-newreview::before,
.spr-button-primary:not(input)::before {
 background-color:var(--button-text-color);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button--primary:not([disabled]):hover,
  .features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover,
  .features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover,
  .features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover {
   color: var(--button-background);
  }
}

.Button--secondary,
.spr-pagination-prev > a,
.spr-pagination-next > a {
  color: var(--text-color-light);
  border: 1px solid rgba(var(--text-color-light-rgb), 0.2);
}

.Button--secondary::before,
.spr-pagination-prev > a::before,
.spr-pagination-next > a::before {
  background-color: var(--button-background);
  transform-origin: right center;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color:#000;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-button-transition .Button--secondary:not([disabled]):hover,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled]):hover,
  .features--show-button-transition .spr-pagination-next > a:not([disabled]):hover {
    color: var(--button-text-color);
    border-color: var(--button-background);
  }

  .features--show-button-transition .Button--secondary:not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-prev > a:not([disabled]):hover::before,
  .features--show-button-transition .spr-pagination-next > a:not([disabled]):hover::before {
    transform-origin: left center;
    transform: scale(1, 1.05);
  }
}

.Button--full {
  width: 100%;
}

.Button--stretched {
  padding-left: 40px;
  padding-right: 40px;
}

.Button--small {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  padding: 12px 24px;
}

.Button__SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentColor;
}

.ButtonWrapper {
  text-align: center;
}

/* We allow those buttons to have secondary state. The secondary state is displayed (for instance during loading time) when
   the class "Button--secondaryState" is added */
.Button__PrimaryState,
.Button__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.Button__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}

.Button--secondaryState .Button__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.Button--secondaryState .Button__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/**
 * ----------------------------------------------------------------------------
 * Button group
 * ----------------------------------------------------------------------------
 */

.ButtonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -12px;
}

.ButtonGroup__Item {
  margin: 12px;
}

.ButtonGroup__Item--expand {
  flex: 1 1 0;
}

.ButtonGroup--spacingSmall {
  margin: -8px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item {
  margin: 8px;
}

.ButtonGroup--sameSize .ButtonGroup__Item {
  flex: 0 1 auto;
  white-space: nowrap;
  max-width: 245px;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 1 1 0;
    /* There is a bug in IE11 so we're forced to use this trick */
  }
}

@media screen and (min-width: 769px) {
  @supports (display: inline-grid) {
    .ButtonGroup--sameSize {
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
    }

    .ButtonGroup--sameSize .ButtonGroup__Item {
      max-width: none;
    }
  }
}

/**
 * ----------------------------------------------------------------------------
 * Round button
 *
 * Those buttons are not really button like the others, but they are used in
 * lot of different places to hold things like icons
 * ----------------------------------------------------------------------------
 */

.RoundButton,
.flickity-prev-next-button {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--button-text-color);
  color: var(--button-background);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001); /* Avoid rounding error during animation in Chrome */
  transition: background 0.15s ease, opacity 0.15s ease, transform 0.2s ease, color 0.2s ease;
  overflow: hidden;
}

.RoundButton.is-active,
.flickity-prev-next-button.is-active {
  background: var(--button-background);
  color: var(--button-text-color);
  outline: none;
}

.RoundButton svg,
.flickity-prev-next-button svg {
  height: 15px;
  width: 15px;
  fill: currentColor;
}

.RoundButton--small {
  width: 35px;
  height: 35px;
}
.RoundButton--small svg {
  height: 14px;
  width: 14px;
}

.RoundButton--medium {
  width: 50px;
  height: 50px;
}

.RoundButton--medium svg {
  height: 18px;
  width: 18px;
}

.RoundButton--large {
  width: 55px;
  height: 55px;
}
.RoundButton--large svg {
  height: 15px;
  width: 15px;
}

.RoundButton--flat {
  box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
  color: rgba(var(--button-background-rgb), 0.5);
}

/* We allow those buttons to have secondary state. The secondary state is displayed (for instance during loading time) when
   the class "RoundButton--withSecondaryState" is added */
.RoundButton__PrimaryState,
.RoundButton__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.RoundButton__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}

.RoundButton--secondaryState .RoundButton__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}

.RoundButton--secondaryState .RoundButton__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Animation states */
@-webkit-keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0%);
  }

  25% {
    opacity: 0;
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  75% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }

  25% {
    opacity: 0;
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0%);
  }

  25% {
    opacity: 0;
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .RoundButton:hover {
    transform: scale(1.1);
  }

  .RoundButton--small:hover {
    transform: scale(1.15);
  }

  .RoundButton:not([aria-expanded=true]):hover {
    color: var(--button-background);
  }

  .RoundButton[data-animate-left]:hover svg,
  .flickity-prev-next-button.previous:hover svg {
    -webkit-animation: buttonFromRightToLeft 0.5s ease forwards;
            animation: buttonFromRightToLeft 0.5s ease forwards;
  }

  .RoundButton[data-animate-right]:hover svg,
  .flickity-prev-next-button.next:hover svg {
    -webkit-animation: buttonFromLeftToRight 0.5s ease forwards;
            animation: buttonFromLeftToRight 0.5s ease forwards;
  }

  .RoundButton[data-animate-bottom]:hover svg {
    -webkit-animation: buttonFromTopToBottom 0.5s ease forwards;
            animation: buttonFromTopToBottom 0.5s ease forwards;
  }
}
/**
 * ----------------------------------------------------------------------------------------------
 * Flickity styles
 * ----------------------------------------------------------------------------------------------
 */

.flickity-enabled {
  position: relative;
}

body:not(.is-tabbing) .flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: auto;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled {
  -webkit-tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
}

.flickity-prev-next-button[disabled] {
  opacity: 0;
}

.flickity-prev-next-button svg {
  width: auto;
  height: 18px;
  stroke-width: 1.5px;
  stroke: currentColor;
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 22px 0 0 0;
  list-style: none;
  text-align: center;
}

.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
 background: currentColor;
  border: 1px solid var(--border-color);
  transition: color 0.2s ease, background 0.2s ease; /* This is used to increase the clickable area */
}

.flickity-page-dots .dot::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
}

.flickity-page-dots .dot.is-selected {
  background: currentColor;
  border-color: currentColor;
}

@media screen and (min-width: 769px) {
  .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    border-width: 2px;
   
  }
}

/**
 * ----------------------------------------------------------------------------------------------
 * Default styling for site-wide carousel
 * ----------------------------------------------------------------------------------------------
 */

.Carousel {
  position: relative;
}

.Carousel--fixed,
.Carousel--fixed .flickity-viewport,
.Carousel--fixed .Carousel__Cell {
  height: 100%;
}

/* This allows to hide cells that are not first one until slider is loaded */
.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
  display: none;
}

.Carousel__Cell {
  display: block;
  width: 100%;
}

.js .Carousel--fadeIn .flickity-slider {
  transform: none !important;
}

.js .Carousel--fadeIn .Carousel__Cell {
  left: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.js .Carousel--fadeIn .Carousel__Cell.is-selected {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.Carousel--insideDots .flickity-page-dots {
  position: absolute;
  width: auto;
  margin: 0;
  bottom: 20px;
  left: 20px;
  display: flex;
    align-items: center;
  z-index:3;
}

.Carousel--insideDots .flickity-page-dots .dot {
  border-color: currentColor;
   -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
}

.Carousel--insideDots .flickity-page-dots .dot.is-selected {
    width: 16px;
    height: 16px;
}

.Carousel--insideDots .flickity-prev-next-button {
  bottom: -25px;
  z-index: 1;
}

.Carousel--insideDots .flickity-prev-next-button.next {
  right: 25px;
}

.Carousel--insideDots .flickity-prev-next-button.previous {
  right: 75px;
  margin-right: 15px;
}

@media screen and (min-width: 1008px) {
  .Carousel--insideDots .flickity-page-dots {
  bottom: 50px; 
  
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
}


  }
}
/**
 * ----------------------------------------------------------------------------
 * Collapsible
 * ----------------------------------------------------------------------------
 */
.Collapsible {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}

.Collapsible + .Collapsible {
  border-top: none;
}

.Collapsible--padded {
  padding-left: 24px;
  padding-right: 24px;
}

.Collapsible__Button {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 0;
  text-align: left;
  cursor: pointer;
}

.Collapsible__Plus {
  position: absolute;
  right: 0;
  top: calc(50% - (11px / 2));
  width: 11px;
  height: 11px;
}

.Collapsible__Plus::before,
.Collapsible__Plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.Collapsible__Plus::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}

.Collapsible__Plus::after {
  width: 1px;
  height: 11px;
}
.Collapsible__Button[aria-expanded=true]+.Collapsible__Inner{
   margin-bottom: -1px;
 }
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before,
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before {
  opacity: 0;
}

.Collapsible .Collapsible {

  border: none;
}

.Collapsible .Collapsible .Collapsible__Button {
  padding: 17px 0;
}

.Collapsible__Inner {
  display: block;
  height: 0;
  visibility: hidden;
  transition: height 0.35s ease, visibility 0s ease 0.35s;
  overflow: hidden;
}

.Collapsible__Button[aria-expanded=true] + .Collapsible__Inner {
  visibility: visible;
  transition: height 0.35s ease;
}

.Collapsible__Content {
  padding-bottom: 18px;
}

.Collapsible .Linklist {
  margin-bottom: 4px;
}

.Collapsible .Linklist--bordered {
  margin-top: 16px;
  margin-bottom: 4px;
}

@media screen and (min-width: 769px) {
  /* When this class is applied to a collapsible, it will display as a collapsible on mobile but not on larger screen, where it will
     automatically appear is auto-expanded */
  .Collapsible--autoExpand {
    border: none;
    overflow: visible;
  }

  .Collapsible--autoExpand .Collapsible__Button {
    cursor: default;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .Collapsible--autoExpand .Collapsible__Plus {
    display: none;
  }

  .Collapsible--autoExpand .Collapsible__Inner {
    height: auto;
    visibility: visible;
    overflow: visible;
  }

  .Collapsible--autoExpand .Collapsible__Content {
    padding-bottom: 0;
  }

  .Collapsible--autoExpand .Linklist {
    margin-bottom: 0;
  }

  .Collapsible--autoExpand {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1008px) {
  .Collapsible--padded {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Collapsible--large .Collapsible__Button {
    padding: 34px 0;
  }

  .Collapsible--large .Collapsible__Content {
    padding-bottom: 45px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Base drawer
 * ----------------------------------------------------------------------------
 */
.Drawer {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: calc(100vw - 65px); /* Interestingly, 100% does not work on iOS 9 and lower */
  height: 100vh;
  max-height: none;
  z-index: 20;
  transition: transform 0.5s var(--drawer-transition-timing), visibility 0.5s var(--drawer-transition-timing);
  background: var(--background);
  box-shadow: none;
  touch-action: manipulation; /* Animating box-shadow is slow, even on modern browsers, so we instead move it in a pseudo-element and animate opacity */
}

.Drawer:focus {
  outline: none;
}

.Drawer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
  opacity: 0;
  transition: opacity 0.5s var(--drawer-transition-timing);
}

.Drawer--secondary {
  background: var(--light-background);
}

.Drawer--fromLeft {
  transform: translateX(calc(-100vw + 65px));
}

.Drawer--fromRight {
  right: 0;
  left: auto;
  width:calc(100vw - 65px);
  transform: translateX(calc(100vw - 65px));
}

.Drawer[aria-hidden=false] {
  visibility: visible;
  transform: translateX(0);
}

.Drawer[aria-hidden=false]::before {
  opacity: 1;
}

.Drawer__Container {
  width: 100%;
}

.Drawer--fromLeft .Drawer__Container {
  padding-left: 18px;
  padding-right: 24px;
}

.Drawer--fromRight .Drawer__Container {
  padding-left: 24px;
  padding-right: 18px;
}

.Drawer__Header {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 60px;
  background: inherit;
  text-align: center;
  z-index: 1;
}

.Drawer__Header--flexible {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Drawer__Header--flexible .Drawer__Close {
  top: 25px;
}

@supports (--css: variables) {
  .Drawer__Header {
    height: var(--header-height);
  }
}

.Drawer__Header--center {
  justify-content: center;
}

.Drawer__Close {
  position: absolute;
  margin-left: 0;
  left: 18px;
  top: calc(50% - 7px);
  line-height: 0;
}

.Drawer__Close svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.25px;
}

.Drawer--fromRight .Drawer__Close {
  right: 18px;
  left: auto;
}

#section-slideshow .SectionHeader__Heading{
  letter-spacing: -2px;
 line-height:1;
}
#section-slideshow .Button{
  min-width:143px;
 font-weight: 700;
  letter-spacing: 0px;
}
.Drawer__Header--bordered {
  box-shadow: 0 -1px var(--border-color) inset;
}

.Drawer--secondary .Drawer__Header--bordered {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6) inset;
}

.Drawer--secondary .Collapsible {
  border-bottom-color: rgba(var(--border-color-rgb), 0.6);
}

.Drawer__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 60px);
  max-height: calc(100% - 50px); /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
}

/* @supports (--css: variables) {
  .Drawer__Content {
    height: calc(100% - var(--header-height));
    max-height: calc(100% - var(--header-height));
  }
}

@supports (width: calc(max(100%))) {
  .Drawer__Content {
    height: max(calc(100% - var(--header-height)), calc(100% - 60px));
    max-height: max(calc(100% - var(--header-height)), calc(100% - 60px));
  }
} */

.Drawer__Main {
  flex: 1 1 auto;
}

.Drawer__Footer {
  flex: none;
/*   box-shadow: 0 -1px var(--border-color); */
}

.Drawer--secondary .Drawer__Footer {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6);
}

.Drawer__Footer--padded {
  padding: 24px;
}

@media screen and (min-width: 769px) {
  .Drawer {
    width: 400px;
    transform: translateX(-100%);
  }

  .Drawer--small {
    width: 340px;
  }
.Drawer--large {
    width: 445px;
  }
  .Drawer--fromRight {
    transform: translateX(100%);
  }

  .Drawer__Header {
    max-height: 80px;
    min-height: 60px;
  }

  @supports (width: calc(max(100%))) {
    .Drawer__Content {
      /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
      height: max(calc(100% - var(--header-height)), calc(100% - 80px));
      max-height: max(calc(100% - var(--header-height)), calc(100% - 80px));
    }
  }
 
  .Drawer--fromLeft .Drawer__Container,
  .Drawer--fromRight .Drawer__Container {
    padding-left: 30px;
    padding-right: 30px;
  } 
  .Drawer--fromLeft .Drawer__Container{
    padding-left: 50px;
    padding-right: 50px;
  }
  .product-Collapsible__Inner{
    margin-left: -50px;
    margin-right: -50px;
  }
  .Drawer__Close {
    left: 30px;
  }

  .Drawer--fromRight .Drawer__Close {
    right: 30px;
    left: auto;
  }

  .Drawer__Close svg {
    stroke-width: 1.5px;
  }

  .Drawer__Footer--padded {
    padding: 24px 30px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Animation
 * ----------------------------------------------------------------------------
 */

[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}

.Drawer[aria-hidden=false] [data-drawer-animated-left],
.Drawer[aria-hidden=false] [data-drawer-animated-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-drawer-animated-left] {
  transform: translateX(-65px);
}

[data-drawer-animated-right] {
  transform: translateX(65px);
}

[data-drawer-animated-bottom] {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.Drawer[aria-hidden=false] [data-drawer-animated-bottom] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
/**
 * ----------------------------------------------------------------------------
 * Basic form
 * ----------------------------------------------------------------------------
 */
.Form {
  width: 100%;
}

.Form__Item {
  position: relative;
  margin-bottom: 15px;
}

.Form__Input,
.Form__Textarea,
.spr-form-input-text,
.spr-form-input-email,
.spr-form-input-textarea {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease;
  background: transparent;
}

.Form__Input:focus,
.Form__Textarea:focus,
.spr-form-input-text:focus,
.spr-form-input-email:focus,
.spr-form-input-textarea:focus {
  border-color: rgba(var(--text-color-rgb), 0.8);
  outline: none;
}

.Form__Input::-moz-placeholder, .Form__Textarea::-moz-placeholder, .spr-form-input-text::-moz-placeholder, .spr-form-input-email::-moz-placeholder, .spr-form-input-textarea::-moz-placeholder {
  color: var(--text-color-light);
}

.Form__Input:-ms-input-placeholder, .Form__Textarea:-ms-input-placeholder, .spr-form-input-text:-ms-input-placeholder, .spr-form-input-email:-ms-input-placeholder, .spr-form-input-textarea:-ms-input-placeholder {
  color: var(--text-color-light);
}

.Form__Input::placeholder,
.Form__Textarea::placeholder,
.spr-form-input-text::placeholder,
.spr-form-input-email::placeholder,
.spr-form-input-textarea::placeholder {
  color: var(--text-color-light);
}

.Form__FloatingLabel {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 10px;
  padding: 0 5px;
  line-height: normal;
  color: var(--text-color-light);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  opacity: 0;
  background: rgba(var(--background-rgb), 0);
  pointer-events: none;
  transform: translateY(3px);
  transition: all 0.3s ease;
}

.Form__Input:not(:-moz-placeholder-shown) ~ .Form__FloatingLabel, .Form__Textarea:not(:-moz-placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}

.Form__Input:not(:-ms-input-placeholder) ~ .Form__FloatingLabel, .Form__Textarea:not(:-ms-input-placeholder) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}

.Form__Input:not(:placeholder-shown) ~ .Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}

.Form__Checkbox {
  position: absolute;
  opacity: 0;
}

.Form__Checkbox ~ label::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 10px;
  border: 1px solid var(--border-color);
  vertical-align: -2px;
}

.Form__Checkbox ~ svg {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.2s ease;
  will-change: transform;
}

.Form__Checkbox:checked ~ label::before {
  border-color: var(--text-color);
}

.Form__Checkbox:checked ~ svg {
  transform: scale(1);
}

.Form__Alert,
.spr-form-message {
  margin-bottom: 20px;
}

.Form__Submit {
  display: block;
  margin-top: 20px;
}

.Form__Label,
.spr-form-label {
  display: block;
  padding-bottom: 8px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  line-height: normal;
}

.Form--small .Form__Input,
.Form--small .Form__Textarea {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  padding-top: 10px;
  padding-bottom: 10px;
}

.Form--spacingTight .Form__Item {
  margin-bottom: 15px;
}

.Form--spacingTight .Form__Alert {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .Form__Item,
  .Form__Alert {
    margin-bottom: 30px;
  }

  .Form__Group {
    display: flex;
  }

  .Form__Group > .Form__Item {
    flex: 1;
  }

  .Form__Group > :nth-child(2) {
    margin-left: 30px;
  }

  .Form--spacingTight .Form__Group > :nth-child(2) {
    margin-left: 15px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Form elements
 * ----------------------------------------------------------------------------
 */

.Form__Header {
  margin-bottom: 24px;
  text-align: center;
}

.Form__Hint {
  margin: 24px 0 0 0;
}

.Form__Hint:not(:last-child) {
  margin-bottom: 32px;
}

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

.Form__ItemHelp {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  color: var(--text-color-light);
  transform: translateY(-50%);
}

/**
 * ----------------------------------------------------------------------------
 * Styled select
 * ----------------------------------------------------------------------------
 */
select::-ms-expand {
  display: none;
}

.Select {
  position: relative;
  color: currentColor;
  line-height: 1;
  vertical-align: middle;
}

.Select svg {
  position: absolute;
  line-height: normal;
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
}

.Select select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  line-height: normal; /* Remove the ugly blue background on IE when a value is selected */
}

.Select select:focus::-ms-value {
  background: var(--background);
  color: var(--text-color);
}

/* Make sure to have something easy to read... */
.Select option {
  background: white;
  color: black;
}

.Select--primary::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: 55px;
  background: linear-gradient(to right, rgba(var(--background-rgb), 0), rgba(var(--background-rgb), 0.7) 20%, var(--background) 40%);
  pointer-events: none;
}

.Select--primary select {
  width: 100%;
  height: 45px;
  padding-left: 14px;
  padding-right: 28px;
  border: 1px solid var(--border-color);
  background: var(--background);
}

.Select--primary select:active, .Select--primary select:focus {
  border-color: var(--text-color);
  outline: none;
}

.Select--primary svg {
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.Select--transparent select {
  padding-right: 15px;
  background: transparent;
  border: none;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: inherit;
  text-transform: uppercase;
}

.features--heading-uppercase .Select--transparent select {
  letter-spacing: 0.2em;
}

.Select--transparent svg {
  top: calc(50% - 3px);
  right: 0;
  height: 6px;
}

/**
 * ----------------------------------------------------------------------------
 * Select button (emulate a select button without the actual select)
 * ----------------------------------------------------------------------------
 */

.SelectButton {
  position: relative;
  color: currentColor;
  padding: 2px 18px 2px 0;
  background: transparent;
  border: none;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
}

.features--heading-uppercase .SelectButton {
  letter-spacing: 0.2em;
}

.SelectButton svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  height: 6px;
}
.HorizontalList {
  list-style: none;
  margin: -6px -8px;
}

.HorizontalList__Item {
  display: inline-block;
  margin: 6px 8px 6px 8px;
}

.HorizontalList__Item > .Link {
  display: inline-block;
}

.HorizontalList--spacingTight {
  margin-left: -8px;
  margin-right: -8px;
}

.HorizontalList--spacingTight .HorizontalList__Item {
  margin-right: 8px;
  margin-left: 8px;
}

.HorizontalList--spacingLoose {
margin-right: -28px;
}

.HorizontalList--spacingLoose .HorizontalList__Item {
  margin-right: 28px;
}

.HorizontalList--spacingExtraLoose {
  margin-left: -17px;
  margin-right: -17px;
}

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
  margin-right: 17px;
  margin-left: 17px;
}

.HorizontalList--spacingFill {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}

.HorizontalList--spacingFill .HorizontalList__Item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose {
    margin-left: -21px;
    margin-right: -21px;
  }

  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Image overlay
 * ----------------------------------------------------------------------------
 */

.Image--contrast {
  position: relative;
}

.Image--contrast::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2));
}

.Image--contrast > * {
  z-index: 1;
}

/**
 * ----------------------------------------------------------------------------
 * Image lazy loader (integrates with lazy sizes)
 * ----------------------------------------------------------------------------
 */

@-webkit-keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
}

@keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
  }
}

.Image--fadeIn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.Image--lazyLoaded.Image--fadeIn {
  opacity: 1;
}

.features--show-image-zooming .Image--zoomOut {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
  transform: none;
}

/* If zoom is disabled we apply the same effect than fadeIn */
body:not(.features--show-image-zooming) .Image--zoomOut {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body:not(.features--show-image-zooming) .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
}

.Image--slideRight,
.Image--slideLeft {
  transform: translateX(25px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Image--slideLeft {
  transform: translateX(-25px);
}

.Image--lazyLoaded.Image--slideRight,
.Image--lazyLoaded.Image--slideLeft {
  opacity: 1;
  transform: translateX(0);
}

.Image__Loader {
  position: absolute;
  display: block;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  pointer-events: none;
  background-color: var(--border-color);
  z-index: -1;
  transition: all 0.2s ease;
  overflow: hidden;
}

.Image__Loader::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: var(--heading-color);
}

.Image--lazyLoading + .Image__Loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.Image--lazyLoading + .Image__Loader::after {
  -webkit-animation: lazyLoader 3s infinite;
          animation: lazyLoader 3s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
          animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
}

/**
 * ----------------------------------------------------------------------------
 * Aspect ratio
 * ----------------------------------------------------------------------------
 */

.AspectRatio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.AspectRatio::before {
  content: "";
  display: block;
}

.AspectRatio > img {
  max-height: 100%;
  max-width: 100%;
}

.AspectRatio--withFallback > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.no-js .AspectRatio > img {
  display: none !important;
}

@supports (--css: variables) {
  /* For dynamic one, we use CSS variables, which makes it only compatible for newer browsers */
  .AspectRatio--withFallback {
    padding-bottom: 0 !important; /* For older browsers we use the padding-bottom trick, so make sure to remove it here */
  }

  .AspectRatio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  .AspectRatio > img,
  .no-js .AspectRatio > noscript img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.AspectRatio--square::before {
  padding-bottom: 100%;
}

.AspectRatio--short::before {
  padding-bottom: 75%;
}

.AspectRatio--tall::before {
  padding-bottom: 150%;
}

.AspectRatio--square > img,
.AspectRatio--short > img,
.AspectRatio--tall > img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .AspectRatio--square > img,
  .AspectRatio--short > img,
  .AspectRatio--tall > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.Image--lazyLoad[data-sizes=auto] {
  width: 100%; /* this is needed to help LazySizes calculate the correct size */
}
/**
 * ----------------------------------------------------------------------------
 * List
 * ----------------------------------------------------------------------------
 */

.Linklist {
  list-style: none;
  padding: 0;
}

.Linklist__Item {
  position: relative;
  display: block;
  margin-bottom: 12px;

  line-height: 1.5;
  text-align: left;
  transition: all 0.2s ease;
}

.Linklist__Item:last-child {
  margin-bottom: 0 !important;
}

.Linklist__Item::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 100%;
  background: var(--text-color);
  opacity: 0;
  transition: opacity 0.1s ease;
}

.Linklist__Item > .Link {
  display: block;
  text-align: inherit;
}

.Linklist--spacingLoose .Linklist__Item {
  margin-bottom: 18px;
}

.Linklist__Item.is-selected {
  padding-left: 18px;
}

.Linklist__Item.is-selected::before {
  opacity: 1;
  transition-delay: 0.1s;
}

.Linklist--bordered {
  margin-left: 8px;
  padding: 0 20px 0 25px;
  border-left: 1px solid var(--border-color);
}

.Linklist--bordered li:first-child .Linklist__Item {
  margin-top: 2px;
}

.Linklist--bordered li:last-child .Linklist__Item {
  margin-bottom: 2px;
}
/**
 * Google map
 */

.FeaturedMap {
  max-width: 1150px;
  margin: 0 auto;
}

.FeaturedMap__MapContainer {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.FeaturedMap__GMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.FeaturedMap__Info {
  position: relative;
  margin: 0 auto;
  background: var(--light-background);
  text-align: left;
  z-index: 1;
  padding: 25px;
}

.FeaturedMap__Store {
  display: block;
  margin-bottom: 1.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}

.FeaturedMap__Address {
  margin-bottom: 1.2em;
}

.FeaturedMap__Location {
  margin-top: 2.7em;
}

@media screen and (min-width: 769px) {
  .FeaturedMap {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding-top: 0;
    height: 550px;
  }

  .FeaturedMap__MapContainer {
    flex: 1 0 auto;
    height: 100%;
  }

  .FeaturedMap__Info {
    flex: none;
    min-width: 370px;
    width: 370px;
    padding: 50px 60px;
  }
}
/**
 * --------------------------------------------------------------------
 * MEDIA API
 *
 * All those colors have been defined by Shopify and standardized by them
 * --------------------------------------------------------------------
 */
.plyr.plyr--full-ui.plyr--video {
  color: var(--text-color);
  background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--text-color-rgb), 0.55);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor 0, rgba(var(--text-color-rgb), 0.6) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--text-color-rgb), 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(var(--text-color-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--text-color-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text-color);
  color: var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--text-color);
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(var(--text-color-rgb), 0.6) 25%, transparent 25%, transparent 50%, rgba(var(--text-color-rgb), 0.6) 50%, rgba(var(--text-color-rgb), 0.6) 75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: var(--light-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor 0, rgba(var(--light-background-rgb), 0.6) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--light-background-rgb), 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--light-background-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), 0.25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--text-color);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--text-color-rgb), 0.55);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--text-color-rgb), 0.55);
  background: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--text-color-rgb), 0.55);
}

/**
 * --------------------------------------------------------------------
 * VIDEO WRAPPER
 * --------------------------------------------------------------------
 */

.VideoWrapper {
  position: relative;

  overflow: hidden;
  max-width: 100%;
}

.VideoWrapper iframe,
.VideoWrapper object,
.VideoWrapper embed {
 
  width: 100%;
  height: 350px;
}

/* For native one we use a different thing */
.VideoWrapper--native::after {
  display: none;
}

.VideoWrapper--native .plyr,
.VideoWrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
  height: 100%;
}

/**
 * --------------------------------------------------------------------
 * 3D MODEL WRAPPER
 * --------------------------------------------------------------------
 */

.ModelWrapper {
  position: relative;
  padding-bottom: 100%;
}

.ModelWrapper .shopify-model-viewer-ui,
.ModelWrapper model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * ----------------------------------------------------------------------------
 * Anchor
 * ----------------------------------------------------------------------------
 */
.Anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

@supports (--css: variables) {
  .Anchor {
    top: calc(-1 * (var(--header-height))); /* + var(--announcement-bar-height)));*/
  }
}

/**
 * ----------------------------------------------------------------------------
 * Loading bar
 * ----------------------------------------------------------------------------
 */

.LoadingBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background: var(--heading-color);
  transition: width 0.25s ease;
  z-index: 50;
  pointer-events: none;
}

.LoadingBar.is-visible {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .LoadingBar {
    height: 3px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Placeholder (used within the theme editor only)
 * ----------------------------------------------------------------------------
 */

.PlaceholderSvg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.PlaceholderSvg--dark {
  background: dimgray;
  fill: #a1a1a1;
}

.PlaceholderBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.7;
}

.PlaceholderBackground__Svg {
  height: 100% !important;
  width: auto !important;
  min-width: 100%;
}

/**
 * ----------------------------------------------------------------------------
 * Quantity selector
 * ----------------------------------------------------------------------------
 */

.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-color);
  white-space: nowrap;
}

.QuantitySelector svg {
  width: 10px;
  height: 10px;
  stroke-width: 1.5px;
  vertical-align: -1px;
}

.QuantitySelector__Button {
  display: inline-block;
  padding: 5px 9px; /* this allows to slightly increase the clickable area */
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.QuantitySelector__CurrentQuantity {
  display: inline-block;
  width: 20px;
  padding: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  text-align: center;
  letter-spacing: normal;
  background: transparent;
  border: none;
}

.QuantitySelector--large .QuantitySelector__CurrentQuantity {
  width: 35px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 20px;
}

.QuantitySelector--large svg {
  width: 11px;
  height: 11px;
}

@media screen and (min-width: 769px) {
  .QuantitySelector__Button {
    padding: 7px 14px 8px 14px;
  }

  .QuantitySelector__CurrentQuantity {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product price
 * ----------------------------------------------------------------------------
 */

.Price {
  display: inline-block;
}

.Price--highlight {
  color: var(--product-sale-price-color);
}

.Price--compareAt {
  position: relative;
  margin-left: 10px;
}

.Price--compareAt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.4em;
  width: calc(100% + 0.8em);
  height: 1px;
  background: currentColor;
}

/**
 * ----------------------------------------------------------------------------
 * Color swatch
 * ----------------------------------------------------------------------------
 */

.ColorSwatch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius:50%;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
}

.ColorSwatch::after {
 content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
    border-radius: 50%;
}

.ColorSwatch::after {
  border: 1px solid var(--border-color);
}

.ColorSwatch--small {
  width: 16px;
  height: 16px;
}

.ColorSwatch--large {
  width: 36px;
  height: 36px;
}

.ColorSwatch--white {
  border: 1px solid var(--border-color);
  outline-offset: -1px;
}

.ColorSwatch.is-active::after,
.ColorSwatch__Radio:checked + .ColorSwatch::after {
  border: 1px solid currentColor !important;
}

.ColorSwatch__Radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.ColorSwatchList .HorizontalList__Item {
  position: relative;
}

.Collapsible .ColorSwatchList {
  padding-top: 4px;
  padding-bottom: 10px;
}

.Collapsible--autoExpand .ColorSwatchList {
  padding-top: 8px;
  padding-bottom: 12px;
}

/**
 * ----------------------------------------------------------------------------
 * Size swatch
 * ----------------------------------------------------------------------------
 */

.SizeSwatch {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  padding: 6px 10px;
  border: 1px solid var(--border-color);
  color: var(--text-color-light);
  cursor: pointer;
}

.SizeSwatch__Radio {
  display: none;
}

.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked + .SizeSwatch {
  border-color: var(--text-color);
  color: var(--text-color);
}

/**
 * ----------------------------------------------------------------------------
 * Alerts
 * ----------------------------------------------------------------------------
 */

.Alert,
.spr-form-message {
  display: block;
  padding: 10px 20px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  text-shadow: none;
}

.Alert--large {
  padding: 18px 20px;
}

.Alert--error,
.spr-form-message-error {
  background: #e4c4c4;
  color: #cb2b2b;
}

.Alert--success,
.spr-form-message-success {
  background: #d2e4c4;
  color: #307a07;
}

.Alert__ErrorList {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .Alert--large {
    padding: 18px 30px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Segment
 * ----------------------------------------------------------------------------
 */

.Segment + .Segment {
  margin-top: 50px;
}

.Segment__Title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color-light);
}

.Segment__Title--flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Segment__ActionList {
  margin-top: 16px;
}

.Segment__ActionItem {
  line-height: 1.4;
}

.Segment__ActionItem + .Segment__ActionItem {
  margin-left: 20px;
}

.Segment__ButtonWrapper {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .Segment__Title {
    margin-bottom: 34px;
  }

  .Segment__ActionList {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1140px) {
  .Segment + .Segment {
    margin-top: 65px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Empty state
 * ----------------------------------------------------------------------------
 */

.EmptyState {
  margin: 140px 0;
  text-align: center;
}

.EmptyState__Action {
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .EmptyState {
    margin: 200px 0;
  }
}

@media screen and (min-width: 1140px) {
  .EmptyState {
    margin: 250px 0;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Spinner
 * ----------------------------------------------------------------------------
 */

@-webkit-keyframes bouncingSpinnerAnimation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes bouncingSpinnerAnimation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

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

.BouncingSpinner > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: bouncingSpinnerAnimation 1.4s infinite ease both;
          animation: bouncingSpinnerAnimation 1.4s infinite ease both;
}

.BouncingSpinner > span:first-child {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.BouncingSpinner > span:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

/**
 * ----------------------------------------------------------------------------
 * Video
 * ----------------------------------------------------------------------------
 */

.Video__PlayButton {
  display: inline-block;
  transition: transform 0.2s ease;
  height: 80px;
  width: 80px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .Video__PlayButton:hover {
    transform: scale(1.1);
  }
}

.Video__PlayButton svg {
  width: 42px;
    height: 50px;
    pointer-events: none;
    fill: #fff;
}

/**
 * ----------------------------------------------------------------------------
 * Announcement bar
 * ----------------------------------------------------------------------------
 */

.AnnouncementBar {
  position: relative;
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  z-index: 1;
}

.AnnouncementBar__Wrapper {
  padding: 12px 15px;
}

.AnnouncementBar__Content {
  color: inherit;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .AnnouncementBar {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Share buttons
 * ----------------------------------------------------------------------------
 */

.ShareButtons {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.ShareButtons__Item {
  display: table-cell;
  width: 60px;
  height: 45px;
  min-height: 45px;
  color: var(--text-color-light);
  text-align: center;
  vertical-align: middle;
  background: var(--background);
  border: 1px solid var(--border-color);
  outline: 1px solid transparent;
  outline-offset: -1px;
  transition: all 0.2s ease;
}

.ShareButtons__Item svg {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
}

.ShareButtons__Item--facebook:hover,
.no-supports-hover .ShareButtons__Item--facebook {
  background: #4469af;
  color: #ffffff;
  border-color: #4469af;
  outline: 1.5px solid #4469af;
}

.ShareButtons__Item--pinterest:hover,
.no-supports-hover .ShareButtons__Item--pinterest {
  background: #c8232c;
  color: #ffffff;
  border-color: #c8232c;
  outline: 1.5px solid #c8232c;
}

.ShareButtons__Item--twitter:hover,
.no-supports-hover .ShareButtons__Item--twitter {
  background: #00aced;
  color: #ffffff;
  border-color: #00aced;
  outline: 1.5px solid #00aced;
}

@media screen and (min-width: 769px) {
  .ShareButtons {
    width: auto;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Featured quote
 * ----------------------------------------------------------------------------
 */

.FeaturedQuote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.FeaturedQuote__Author {
  margin-top: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  opacity: 0.5;
}

@media screen and (min-width: 1008px) {
  .FeaturedQuote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Shopify CAPTCHA
 * ----------------------------------------------------------------------------
 */

.shopify-challenge__container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.shopify-challenge__container .shopify-challenge__button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background: var(--button-background);
  color: var(--button-text-color);
}

/**
 * ----------------------------------------------------------------------------
 * Newsletter (home page)
 * ----------------------------------------------------------------------------
 */

.ImageHero--newsletter .SectionHeader.SectionHeader {
  margin-bottom: 30px;
}

.Newsletter .Form__Input::-moz-placeholder {
  color: inherit;
}

.Newsletter .Form__Input:-ms-input-placeholder {
  color: inherit;
}

.Newsletter .Form__Input::placeholder {
  color: inherit;
}

.Newsletter .Form__Input:focus {
  border-color: currentColor;
}

.Newsletter .Form__Submit {
  width: 100%;
}

@media screen and (max-width: 768px) {
 
  .no-scroll {
  padding-right:0px;
}
  .ImageHero--newsletter {
    min-height: 450px !important;
  }

  .ImageHero--newsletter .ImageHero__ContentOverlay {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 769px) {
  .Newsletter__Inner {
    display: flex;
  }

  .Newsletter .Form__Input {
    min-width: 395px;
    width: 395px;
  }

  .Newsletter .Form__Submit {
    margin: 0 0 0 20px;
  }
   .NewsletterPopup {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-height: 300px;
}
}

@media screen and (max-width: 768px) {
  .NewsletterPopup{
  
    max-height: 300px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * TOOLTIP
 * ----------------------------------------------------------------------------
 */

@media (-moz-touch-enabled: 0), (hover: hover) {
  [data-tooltip] {
    position: relative;
  }

  [data-tooltip]::before {
    position: absolute;
    content: attr(data-tooltip);
    bottom: 70%;
    left: 70%;
    padding: 4px 11px 3px 11px;
    white-space: nowrap;
    border: 1px solid var(--border-color);
    background: var(--light-background);
    color: var(--text-color-light);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease, opacity 0.2s ease;
    z-index: 1;
  }

  [data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
.Modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 15px 20px 20px 20px;
  z-index: 20;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--background);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@supports (--css: variables) {
  .Modal {
    max-height: calc(var(--window-height) - 40px);
  }
}

.Modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.Modal--dark {
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
}

.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
  color: var(--secondary-elements-text-color);
}

.Modal--fullScreen {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
}

.Modal--pageContent {
  padding: 60px 0 50px 0;
}

.Modal--videoContent {
  justify-content: center;
  background: #000000; /* Full theatre experience ! */
  color: #ffffff;
}

.Modal .Heading:not(.Link) {
  color: inherit;
}

.Modal__Header {
  margin-bottom: 30px;
  text-align: center;
}

.Modal__Close {
  display: block;
  margin: 25px auto 0 auto;
  flex-shrink: 0;
}

.Modal__Close--outside {
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  line-height: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.Modal__Close--outside:hover {
  opacity: 1;
}

.Modal__Close--outside svg {
  height: 16px;
  width: 16px;
  stroke-width: 1.25px;
}

.Modal--fullScreen .Modal__Close--outside {
  right: 40px;
  top: 40px;
}

.Modal__Content iframe {
  display: none;
}

.Modal[aria-hidden=false] .Modal__Content iframe {
  display: block;
}

/* We override some styles for common elements like table */
.Modal__Content th,
.Modal__Content td {
  border-color: var(--secondary-elements-border-color) !important;
}

.Modal__Content thead th:empty,
.Modal__Content tbody th {
  background: var(--secondary-elements-background) !important;
}

@media screen and (min-width: 769px) {
  .Modal:not(.Modal--pageContent) {
    padding: 35px 40px 40px 40px;
  }
}

@media screen and (min-width: 1008px) {
  .Modal {
    flex-direction: column;
  }

  .Modal--pageContent {
    padding: 100px 0 80px 0;
  }

  .Modal--pageContent .Modal__Content {
    flex: 1 0 0;
  }

  .Modal__Close:not(.Modal__Close--outside) {
    margin-top: 40px;
    flex-shrink: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * A11Y
 * ----------------------------------------------------------------------------
 */
.PageSkipLink:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text-color);
  background-color: var(--background);
  padding: 10px;
  z-index: 10000;
  transition: none;
}

/**
 * ----------------------------------------------------------------------------
 * Page overlay
 * ----------------------------------------------------------------------------
 */
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.PageOverlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}

/**
 * ----------------------------------------------------------------------------
 * Page header
 * ----------------------------------------------------------------------------
 */
.PageHeader {
  position: relative;
  margin: 35px 0;
}
.rotate180{
 transform: rotate(180deg);
}
.PageHeader--withBackground {
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.PageHeader--withBackground .Heading,
.PageHeader--withBackground .Rte a:not(.Button) {
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

.PageHeader__ImageWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
@supports (--css: variables) {
  .PageHeader__ImageWrapper {
    top: calc(-1 * 0px - 0px * 0);
    top: calc(-1 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0));
    height: calc(100% + 0px + 0px * 0);
    height: calc(100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) * var(--use-unsticky-header, 0));
  }
}

.PageHeader .SectionHeader__Heading,
.PageHeader .SectionHeader__Description {
  margin-top: 0 !important;
}

.PageHeader .Alert {
  margin-top: 22px;
}

.PageHeader__Back {
  display: inline-block;
  margin-bottom: 25px;
}
.PageHeader__Back svg {
  height: 9px;
  margin-right: 12px;
  vertical-align: baseline;
  vertical-align: initial;
}

/* Double selector is just to increase specificity and avoid !important */
.PageHeader--withBackground .SectionHeader.SectionHeader {
  position: relative;
  padding: 60px 0 80px 0;
}
@supports (--css: variables) {
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: calc(var(--header-height) * 0);
    margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
  }
}

@media screen and (max-width: 768px) {
  .PageHeader .SectionHeader__Heading {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .PageHeader {
    margin: 50px 0;
  }

  .PageHeader--withBackground {
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(380px + var(--header-height) * 0);
      min-height: calc(380px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 420px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(350px + var(--header-height) * 0);
      min-height: calc(350px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 480px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(410px + var(--header-height) * 0);
      min-height: calc(410px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: 50px;
    padding: 40px 0;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground .SectionHeader.SectionHeader {
      margin-top: calc(var(--header-height) * 0);
      margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1140px) {
  .PageHeader--withBackground {
    min-height: 550px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(450px + var(--header-height) * 0);
      min-height: calc(450px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 500px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(400px + var(--header-height) * 0);
      min-height: calc(400px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 620px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(520px + var(--header-height) * 0);
      min-height: calc(520px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1800px) {
  .PageHeader--withBackground {
    min-height: 650px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(600px + var(--header-height) * 0);
      min-height: calc(600px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--small.PageHeader--withBackground {
    min-height: 600px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(550px + var(--header-height) * 0);
      min-height: calc(550px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 700px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(650px + var(--header-height) * 0);
      min-height: calc(650px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
/**
 * ----------------------------------------------------------------------------
 * Page layout (to create two columns) and content
 * ----------------------------------------------------------------------------
 */
.PageLayout__Section:first-child {
  margin-bottom: 60px;
}

.PageLayout__Section--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  align-self: flex-start;
}
@supports (--css: variables) {
  .PageLayout__Section--sticky {
    top: calc(var(--header-height) + 20px);
  }
}

@media screen and (min-width: 769px) {
  .PageLayout {
    display: flex;
    flex-wrap: nowrap;
  }

  .PageLayout__Section {
    flex: 1 0 0;
  }

  .PageLayout__Section:first-child {
    margin-bottom: 0;
  }

  .PageLayout__Section--secondary {
    flex: 1 1 200px;
    max-width: 200px;
  }

  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .PageLayout--breakLap {
    display: block;
  }

  .PageLayout--breakLap .PageLayout__Section:first-child {
    margin-bottom: 60px;
  }

  .PageLayout--breakLap .PageLayout__Section + .PageLayout__Section {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1008px) {
  .PageLayout__Section--secondary {
    flex-basis: 235px;
    max-width: 235px;
  }
}
@media screen and (min-width: 1140px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px;
  }

  .PageLayout__Section--secondary {
    flex-basis: 425px;
    max-width: 425px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Page content
 * ----------------------------------------------------------------------------
 */
.PageContent {
  max-width: 1000px;
  margin: 35px auto;
}

.PageContent--fitScreen {
  display: flex;
  min-height: calc(100vh - 120px);
  align-items: center;
}
@supports (--css: variables) {
  .PageContent--fitScreen {
    min-height: calc(var(--window-height) - var(--header-height) - 0px - 120px);
    min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 120px);
    /* 120px is the margin */
  }
}

.PageContent--narrow {
  max-width: 680px;
}

.PageContent--extraNarrow {
  max-width: 400px;
}

.PageHeader + .PageContent {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .PageContent {
    margin-bottom: 80px;
    margin-top: 80px;
  }

  .PageContent--fitScreen {
    min-height: calc(100vh - 160px);
  }
  @supports (--css: variables) {
    .PageContent--fitScreen {
      min-height: calc(var(--window-height) - var(--header-height) - 0px - 160px);
      min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 160px);
      /* 160px is the margin */
    }
  }
}
.Pagination {
  margin: 60px 0;
  text-align: center;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  line-height: 1;
}

.Pagination__Nav {
  display: inline-block;
  list-style: none;
}

.Pagination__NavItem {
  display: inline-block;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}
.Pagination__NavItem svg {
  width: 6px;
  height: 10px;
  vertical-align: -1px;
}

.Pagination__NavItem.is-active {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
  box-shadow: 0 -2px var(--text-color) inset;
}

@media screen and (min-width: 769px) {
  .Pagination {
    margin: 80px 0;
  }

  .Pagination__NavItem {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1140px) {
  .Pagination {
    margin: 120px 0;
  }
}
.Panel {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 60px 24px;
}

.Panel--withArrows {
  margin: 0 15px;
}

.Panel--flush {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Panel__Title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 14px 0 18px;
  transform: translate(-50%, -50%);
  background: var(--background);
  white-space: nowrap;
}

.Panel .flickity-prev-next-button {
  top: calc(50% - (45px / 2));
}

.Panel .flickity-prev-next-button.next {
  right: calc(-45px / 2);
}

.Panel .flickity-prev-next-button.previous {
  left: calc(-45px / 2);
}

@media screen and (min-width: 769px) {
  .Panel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .Panel--withArrows {
    margin-left: 0;
    margin-right: 0;
  }
}
.Popover {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--light-background);
  z-index: 10;
/*   box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2); */
        border-radius: 6px;
    border: solid 1px #9fa0a0;
  touch-action: manipulation;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Popover--secondary {
  background: var(--background);
}

.Popover[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}

.Popover__Header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(var(--border-color-rgb), 0.4);
  text-align: center;
}

.Popover__Close {
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Popover__Close svg {
  stroke-width: 1.1px;
}

.Popover__ValueList {
  list-style: none;
  max-height: 385px;
  -webkit-overflow-scrolling: touch;
}
.CollectionToolbar-right{
      display: flex;
    justify-content: flex-end;
    align-items: center;
}
.Popover__Value {
  display: block;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--text-color-light);
  text-align: center;
  transition: color 0.2s ease;
}
.Popover__Value:focus {
  background: var(--background);
  outline: none;
}

.Popover__Value.is-selected {
  color: var(--text-color);
}

.Popover__FooterHelp {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid rgba(var(--border-color-rgb), 0.4);
}

@media screen and (min-width: 1008px) {
  .Popover {
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
/*   .Popover::before {
    content: "";
    position: absolute;
    right: 40px;
    width: 10px;
    height: 10px;
    border-style: solid;
  } */

  .Popover--noWrap {
    white-space: nowrap;
  }

  .Popover--withMinWidth {
    min-width: 375px;
  }

/*   .Popover--positionBottom::before {
    bottom: 100%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--light-background) transparent;
    -webkit-filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
            filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionTop::before {
    top: 100%;
    border-width: 10px 10px 0 10px;
    border-color: var(--light-background) transparent transparent transparent;
    -webkit-filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
            filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionLeft::before {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--light-background);
    -webkit-filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
            filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
  }
 */
  .Popover--positionTop.Popover--alignCenter::before,
  .Popover--positionBottom.Popover--alignCenter::before {
    left: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignCenter::before {
    top: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignBottom::before {
    top: 15px;
  }

  .Popover--positionLeft.Popover--alignTop::before {
    bottom: 10px;
  }

  .Popover[aria-hidden=false] {
    opacity: 1;
    transform: none;
  }

  .Popover__Header {
    display: none;
  }

  .Popover__Value {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    position: relative;
  }
  .Popover__Value::after{
  content: "";
    width: calc(100% - 40px);
    height: 1px;
    background: #9fa0a0;
    position: absolute;
    left: 20px;
    bottom: 0px;
  }
 .Popover__Value.is-selected::after,.Popover__Value:last-of-type::after{
   display:none;
  }
  .Popover--withMinWidth .Popover__Value,
  .Popover__ValueList--center .Popover__Value {
    text-align: center;
  }

  .Popover--small.Popover--positionTop::before {
    border-width: 8px 8px 0 8px;
  }
  .Popover--small.Popover--positionBottom::before {
    border-width: 0 8px 8px 8px;
  }
  .Popover--small .Popover__Value {
    padding: 5px 32px;
  }
  .features--heading-small .Popover--small .Popover__Value {
    font-size: 10px;
  }
  .features--heading-normal .Popover--small .Popover__Value {
    font-size: 12px;
  }
  .features--heading-large .Popover--small .Popover__Value {
    font-size: 13px;
  }
}
.Rte {
  word-break: break-word;
  /* Prevent long words to go outside the container */
  /* Simple, minimum clearfix added to every RTE text to avoid issue with float */
}
.Rte::after {
  content: "";
  display: block;
  clear: both;
}
.Rte iframe {
  max-width: 100%;
}
.Rte img {
  display: block;
  margin: 0 auto;
}
.Rte a:not(.Button) {
  color: var(--link-color);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(var(--link-color-rgb), 0.6);
          text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  text-underline-position: under;
  transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
.Rte a:not(.Button):hover {
  color: var(--text-color);
  -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.6);
          text-decoration-color: rgba(var(--text-color-rgb), 0.6);
}
.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
  margin-bottom: 1.6em;
}
.Rte img,
.Rte blockquote,
.Rte .VideoWrapper,
.Rte .Form {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.Rte ul, .Rte ol {
  margin-left: 30px;
  padding-left: 0;
  list-style-position: outside;
}
.Rte li {
  padding: 5px 0;
}
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease;
}
.features--heading-uppercase .Rte h1,
.features--heading-uppercase .Rte h2,
.features--heading-uppercase .Rte h3,
.features--heading-uppercase .Rte h4,
.features--heading-uppercase .Rte h5,
.features--heading-uppercase .Rte h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Rte h1 {
  margin: 2.2em 0 0.8em;
}
.Rte h2 {
  margin: 2.2em 0 0.9em;
}
.Rte h3 {
  margin: 2.2em 0 1.2em;
}
.Rte h4 {
  margin: 2.2em 0 1.4em;
}
.Rte h5 {
  margin: 2.2em 0 1.6em;
}
.Rte h6 {
  margin: 2.2em 0 1.8em;
}
.Rte blockquote {
  margin-left: 0;
  padding: 6px 0 6px 40px;
  font-size: 1.15em;
  line-height: 1.75;
  border-left: 3px solid rgba(var(--border-color-rgb), 0.6);
}
.Rte p:last-child,
.Rte blockquote:last-child,
.Rte ul:last-child,
.Rte ol:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child {
  margin-bottom: 0;
}

/**
 * ----------------------------------------------------------------------------
 * POLICY PAGES
 * ----------------------------------------------------------------------------
 */

.shopify-policy__container {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 680px;
}

@media screen and (min-width: 1008px) {
  .Rte img,
  .Rte .VideoWrapper,
  .Rte .Form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .Rte blockquote {
    margin-left: 40px;
  }
}
.shopify-section--hidden {
  display: none;
}

.shopify-section--bordered + .shopify-section--bordered {
  border-top: 1px solid var(--border-color);
}

/* When a spacing is applied to a bordered section, as it is isolated, we use padding, otherwise margin */
.Section--spacingNormal {
  margin: 50px 0;
}

.Section--spacingLarge,
.Section--spacingExtraLarge {
  margin: 90px 0;
}

.shopify-section--bordered > .Section--spacingNormal {
  padding: 50px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.shopify-section--bordered > .Section--spacingLarge,
.shopify-section--bordered > .Section--spacingExtraLarge {
  padding: 90px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.SectionHeader:not(:only-child) {
  margin-bottom: 40px;
}

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

/*
  This is just a hack to slightly increase the selector specificity. What this does is actually taking into account the line height (1.65)
  and removing the remaining amount in both direction (0.65 / 2 => 0.325) to have more easier and consistent alignments
*/
.SectionHeader__Heading.SectionHeader__Heading,
.SectionHeader__SubHeading.SectionHeader__SubHeading {
  margin-top: -0.325em;
}
.SectionHeader__SubHeading.SectionHeader__SubHeading{
line-height:1
  
}
.SectionHeader__SubHeading + .SectionHeader__Heading,
.SectionHeader__SubHeading + .SectionHeader__TabList,
.SectionHeader__Description {
  margin-top: 16px;
}

.SectionHeader__Description {
  max-width: 530px;
}

.SectionHeader__Description a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-position: under;
}

.SectionHeader--center .SectionHeader__Description {
  margin-left: auto;
  margin-right: auto;
}

.SectionHeader__ButtonWrapper {
  margin-top: 20px;
  z-index:1;
}



/* The SectionFooter is usually use at the end of a given section to redirect somewhere else */
.SectionFooter {
  margin-top: 50px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .SectionHeader__Heading--emphasize {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 36px)) !important;
  }
}
@media screen and (min-width: 1008px) {
  .Section--spacingNormal {
    margin: 35px 0;
  }

  .Section--spacingLarge {
    margin: 120px 0;
  }

  .Section--spacingExtraLarge {
    margin: 145px 0;
  }

  .shopify-section--bordered > .Section--spacingNormal {
    padding: 80px 0;
  }

  .shopify-section--bordered > .Section--spacingLarge {
    padding: 120px 0;
  }

  .shopify-section--bordered > .Section--spacingExtraLarge {
    padding: 145px 0;
  }

  .SectionHeader:not(:only-child) {
    margin-bottom: 70px;
  }

  .SectionHeader__Description {
    margin-top: 24px;
  }

  .SectionHeader__ButtonWrapper {
    margin-top: 30px;
  }

  .SectionFooter {
    margin-top: 80px;
  }
}
.TableWrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Table,
.Rte table {
  width: 100%;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  border-collapse: separate;
  white-space: nowrap;
}
.Table th,
.Table td,
.Rte table th,
.Rte table td {
  padding: 18px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}
.Table th:first-child,
.Table td:first-child,
.Table tfoot td:empty + td,
.Rte table th:first-child,
.Rte table td:first-child,
.Rte table tfoot td:empty + td {
  padding-left: 0;
}
.Table th:last-child,
.Table td:last-child,
.Rte table th:last-child,
.Rte table td:last-child {
  padding-right: 0;
}
.Table th,
.Rte table th {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.Table thead th:first-child:empty,
.Table tbody th:first-child,
.Rte table thead th:first-child:empty,
.Rte table tbody th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  min-width: 40px;
  max-width: 100px;
  z-index: 1;
  background: var(--background);
  white-space: normal;
}
.Table tbody th:first-child,
.Rte table tbody th:first-child {
  border-right: 1px solid var(--border-color);
}
.Table tfoot td:empty,
.Rte table tfoot td:empty {
  border-bottom: none;
}

.Table--large td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.Table--noBorder tbody tr:not(:last-child) td {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .TableWrapper > .Table {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .Table,
  .Rte table {
    white-space: normal;
  }

  .Table--large td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.TabList {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.TabList__Item {
  position: relative;
}
.TabList__Item::after {
  position: relative;
  display: block;
  content: "";
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--heading-color);
  transition: width 0.25s ease;
}

.TabList__Item + .TabList__Item {
  margin-left: 28px;
}

.TabList__Item.is-active::after {
  width: 100%;
}
.features--heading-uppercase .TabList__Item.is-active::after {
  width: calc(100% - 0.2em);
}

.TabPanel {
  display: none;
}

.TabPanel[aria-hidden=false] {
  display: block;
}

@media screen and (min-width: 769px) {
  .TabList__Item + .TabList__Item {
    margin-left: 45px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Layout override
 * ----------------------------------------------------------------------------
 */

.template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
  margin-top: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 0;
  }
}

@media screen and (min-width: 1140px) {
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 65px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Addresses
 * ----------------------------------------------------------------------------
 */

.AddressList {
  margin-bottom: -40px;
}

.AddressList .Grid__Cell {
  margin-bottom: 40px;
}

.AccountAddress span {
  display: inline-block;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .Modal--address {
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .Modal--address .Modal__Header {
    margin-top: 35px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .OrderAddresses {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 769px) {
  .AddressList {
    margin-bottom: -60px;
  }

  .AddressList .Grid__Cell {
    margin-bottom: 60px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Account table
 * ----------------------------------------------------------------------------
 */

.AccountTable th {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}

.AccountTable tfoot {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.AccountTable tfoot span + span {
  padding-left: 18px;
}

.AccountTable .CartItem__PriceList {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .AccountTable .CartItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Article inner
 * ----------------------------------------------------------------------------
 */

.Article__ImageWrapper {
  overflow: hidden;
  height: 215px;
}

.Article__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@supports (--css: variables) {
  .Article__Image {
    height: calc(100% + 0px);
    height: calc(100% + var(--announcement-bar-height, 0px));
    top: calc(-1 * 0px);
    top: calc(-1 * var(--announcement-bar-height, 0px));
  }
}

.Article__Wrapper {
  position: relative;
  max-width: 620px;
  margin: 0 auto 90px auto;
  padding: 24px 24px 0 24px;
  background: var(--background);
}

.Article__Header {
  margin-bottom: 35px;
}

.Article__Meta {
  margin-bottom: 18px;
}

.Article__MetaItem + .Article__MetaItem::before {
  position: relative;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  margin: 0 15px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  vertical-align: middle;
  background: currentColor;
}

.Article__Footer {
  margin-top: 45px;
}

.Article__ShareButtons {
  margin-top: 42px;
}

@media screen and (min-width: 769px) {
  .Article__Wrapper {
    margin-bottom: 120px;
    padding: 40px 50px 0 50px;
  }

  .Article__ImageWrapper {
    height: 335px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -45px;
  }

  .Article__Header {
    margin-bottom: 45px;
  }

  .Article__Footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
  }

  .Article__ShareButtons {
    margin-top: 0;
  }
}

@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 780px;
  }

  .Article__ImageWrapper {
    height: 450px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -70px;
  }
}

@media screen and (min-width: 1140px) {
  .Article__ImageWrapper {
    height: 600px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Comments
 * ----------------------------------------------------------------------------
 */

.Article__CommentForm {
  margin-top: 40px;
}

.Article__Comments,
.Article__CommentFormWrapper {
  margin: 80px 0;
}

.Article__Comments .Pagination {
  margin-top: 40px;
}

.ArticleComment {
  margin-top: 35px;
}

.ArticleComment + .ArticleComment {
  padding-top: 35px;
  border-top: 1px solid var(--border-color);
}

.ArticleComment__Body {
  margin-bottom: 18px;
}

.ArticleComment__Date {
  margin-left: 15px;
}

@media screen and (min-width: 769px) {
  .Article__Comments,
  .Article__CommentFormWrapper {
    margin: 105px 0;
  }

  .Article__Comments .Pagination {
    margin-top: 80px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Toolbar
 * ----------------------------------------------------------------------------
 */

.ArticleToolbar {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 16px 30px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
  z-index: 2;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

@supports (--css: variables) {
  .ArticleToolbar {
    top: calc(0 * var(--header-height));
    top: calc(var(--use-sticky-header, 0) * var(--header-height));
  }
}

.ArticleToolbar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.ArticleToolbar .Link:hover {
  color: var(--secondary-elements-text-color);
}

.ArticleToolbar .Text--subdued {
  color: var(--secondary-elements-text-color-light);
}

.ArticleToolbar__ArticleTitle {
  position: relative;
  display: inline-flex;
  max-width: 285px;
  width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  color: var(--secondary-elements-text-color);
}

.ArticleToolbar__ShareList {
  display: inline-block;
}

.ArticleToolbar__ShareList .HorizontalList {
  display: inline-block;
  margin-left: 20px;
}

.ArticleToolbar__Nav {
  display: inline-block;
  margin-left: 50px;
}

.ArticleToolbar__Nav svg {
  color: var(--secondary-elements-text-color);
}

.ArticleToolbar__NavItemSeparator {
  display: inline-block;
  position: relative;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: rgba(var(--secondary-elements-text-color-rgb), 0.8);
  vertical-align: middle;
}

.ArticleToolbar__NavItem svg {
  vertical-align: -1px;
}

.ArticleToolbar__NavItem--prev svg {
  margin-right: 6px;
}

.ArticleToolbar__NavItem--next svg {
  margin-left: 6px;
}

@media screen and (min-width: 1008px) {
  .ArticleToolbar__ArticleTitle {
    max-width: 400px;
    width: 400px;
  }
}

@media screen and (min-width: 1140px) {
  .ArticleToolbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ArticleToolbar__ArticleTitle {
    max-width: 550px;
    width: 550px;
  }

  .ArticleToolbar__Nav {
    margin-left: 100px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Article navigation
 * ----------------------------------------------------------------------------
 */

.ArticleNav {
  padding: 75px 0;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
}

.ArticleNav .Heading {
  color: inherit;
}

.ArticleNav__Item {
  display: block;
}

.ArticleNav__Image {
  height: 350px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .ArticleNav .Grid__Cell + .Grid__Cell {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .ArticleNav {
    padding: 140px 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Article item
 * ----------------------------------------------------------------------------
 */

.ArticleListWrapper {
  max-width: 1260px;
  margin: 0 auto 60px auto;
}

.ArticleList {
  margin-bottom: -60px;
}

.ArticleList .Grid__Cell {
  margin-bottom: 60px;
}

.js .features--show-element-staggering .ArticleItem {
  visibility: hidden;
}

.ArticleItem__ImageWrapper {
  display: block;
  margin-bottom: 22px;
  background-size: cover;
  overflow: hidden;
}

.ArticleItem__Image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.features--show-image-zooming .ArticleItem__Image {
  transform: scale(1);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.features--show-image-zooming .ArticleList .ImageHero__ImageWrapper {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
  .features--show-image-zooming .ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
    transform: scale(1.2);
  }
}

.ArticleItem__Content {
  margin: 0 8px;
}

.ArticleItem__Category {
  display: block;
  margin-bottom: 16px;
}

.ArticleItem__Excerpt {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 40px;
  }

  .ArticleItem__Content {
    margin: 0 18px;
  }
}

@media screen and (min-width: 1008px) {
  .ArticleListWrapper {
    margin-bottom: 100px;
  }

  .ArticleList {
    margin-bottom: -100px;
  }

  .ArticleList .Grid__Cell {
    margin-bottom: 100px;
  }

  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 60px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Blog
 * ----------------------------------------------------------------------------
 */

.Blog__RssLink {
  margin-left: 14px;
  vertical-align: baseline;
}

.Blog__RssLink svg {
  width: 10px;
  height: 10px;
}

.Blog__TagList {
  padding-top: 8px;
}

.Blog__TagList .Link.is-active::after {
  display: block;
  content: "";
  width: calc(100% - 0.15em);
  height: 1px;
  background: currentColor;
}

@media screen and (max-width: 768px) {
  .Blog__TagList .HorizontalList__Item {
    margin: 5px 10px;
  }
}

@media screen and (min-width: 769px) {
  .ArticleList + .Pagination {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1140px) {
  #shopify-section-blog-template + #shopify-section-shop-now {
    margin-top: 150px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * General
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes cartEmptyOpening {
  from {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes cartEmptyOpening {
  from {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.Cart__ShippingNotice {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  border-bottom: 1px solid var(--border-color);
  line-height: normal;
  z-index: 1;
  background: var(--background);
}

.Cart__Empty {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-animation: cartEmptyOpening 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: cartEmptyOpening 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 769px) {
  .Cart__ShippingNotice {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Items
 * ----------------------------------------------------------------------------
 */

.CartItemWrapper {
  overflow: hidden;
}

.CartItem {
  display: table;
  table-layout: fixed;
  margin: 30px 0;
  width: 100%;
}

.CartItem__ImageWrapper,
.CartItem__Info {
  display: table-cell;
  vertical-align: middle;
}

.CartItem__ImageWrapper {
  width: 90px;
  min-width: 90px;
  text-align: center;
}

.CartItem__Info {
  padding-left: 25px;
}

.CartItem__Title {
  width: 100%;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CartItem__Title,
.CartItem__Variant,
.CartItem__PlanAllocation,
.CartItem__PropertyList {
  margin-bottom: 0.45em;
}

.CartItem__Meta,
.CartItem__LinePriceList,
.CartItem__DiscountList {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));
}

.CartItem__PropertyList {
  list-style: none;
  font-style: italic;
}

.CartItem__DiscountList {
  list-style: none;
}

.CartItem__Discount {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  background: rgba(var(--product-sale-price-color-rgb), 0.1);
  color: var(--product-sale-price-color);
}

.CartItem__Discount svg {
  margin-right: 4px;
  vertical-align: text-bottom;
}

.CartItem__Discount + .CartItem__Discount {
  margin-top: 4px;
}

.CartItem__UnitPriceMeasurement {
  margin-top: 4px;
}

.CartItem__Actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}

.CartItem__Remove {
  margin: 8px 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 8px));
}

.CartItem__Remove::before {
  background: var(--text-color-light);
}

@media screen and (min-width: 769px) {
  .CartItem__ImageWrapper {
    width: 120px;
  }

  .CartItem__Title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }

  .CartItem__Meta,
  .CartItem__LinePriceList {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }

  .CartItem__Remove {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));
  }

  .CartItem__Actions {
    margin-top: 20px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Bottom
 * ----------------------------------------------------------------------------
 */

.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
  padding: 14px 24px 24px 24px;
}

.Cart__Checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.Cart__OffscreenNoteContainer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--background);
  border-top: 1px solid var(--border-color);
  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.Cart__OffscreenNoteContainer[aria-hidden=false] {
  transform: translateY(0);
  box-shadow: 1px 0 6px rgba(54, 54, 54, 0.2);
}

.Cart__Note {
  margin-top: 10px;
}

.Cart__Taxes {
  margin-bottom: 8px;
}

.Cart__Discount svg {
  margin-right: 8px;
  vertical-align: sub;
}

.has-note-open[aria-hidden=false] .Drawer__Header,
.has-note-open[aria-hidden=false] .Drawer__Main {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 769px) {
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding: 20px 30px 30px 30px;
  }

  .Cart__NoteButton + .Cart__Taxes {
    margin-top: 4px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Adjustments for dedicated cart page
 * ----------------------------------------------------------------------------
 */

.Cart--expanded .Cart__Footer {
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
}

.Cart--expanded .Cart__Recap {
  text-align: right;
}

.Cart--expanded .Cart__Recap,
.Cart--expanded .Cart__Recap .Cart__Checkout {
  margin-top: 16px;
}

.Cart--expanded .Cart__Checkout {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .CartItem__Info ~ .CartItem__Actions,
  .CartItem__Info ~ .CartItem__LinePriceList {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .Cart--expanded .Cart__ItemList {
    display: table;
    table-layout: auto;
    border-spacing: 0 30px;
    width: 100%;
  }

  .Cart--expanded .Cart__Head {
    display: table-header-group;
  }

  .Cart--expanded .Cart__HeadItem {
    display: table-cell;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
  }

  .Cart--expanded .CartItem {
    display: table-row;
  }

  .Cart--expanded .CartItem__Info {
    max-width: 300px;
    width: 300px;
  }

  .Cart--expanded .CartItem__Info > .CartItem__Actions {
    display: none;
  }

  .Cart--expanded .CartItem__Info ~ .CartItem__Actions,
  .Cart--expanded .CartItem__Info ~ .CartItem__LinePriceList {
    display: table-cell;
    vertical-align: middle;
  }

  .Cart--expanded .CartItem__QuantitySelector {
    margin-bottom: 6px;
  }

  .Cart--expanded .Cart__Footer {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .Cart--expanded .Cart__Recap,
  .Cart--expanded .Cart__NoteContainer {
    display: table-cell;
  }

  .Cart--expanded .Cart__NoteContainer {
    width: 340px;
  }

  .Cart--expanded .Cart__Checkout {
    width: auto;
  }
}

@media screen and (min-width: 1140px) {
  .Cart--expanded .CartItem__Info {
    max-width: 425px;
    width: 425px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Shipping estimator
 * ----------------------------------------------------------------------------
 */

.ShippingEstimator__Results {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
}

.ShippingEstimator__Error,
.ShippingEstimator__ResultsInner {
  margin-top: 32px;
}

.ShippingEstimator__Results p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .ShippingEstimator__Submit {
    width: 100%;
  }

  .ShippingEstimator__Country,
  .ShippingEstimator__Province,
  .ShippingEstimator__Zip {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .ShippingEstimator__Form {
    display: flex;
  }

  .ShippingEstimator__Form > *:not(:first-child) {
    margin-left: 20px;
  }

  .ShippingEstimator__Country,
  .ShippingEstimator__Province {
    margin-bottom: 0;
  }

  .ShippingEstimator__Zip {
    margin-bottom: 0;
    max-width: 130px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Collection item (for list of collections)
 * ----------------------------------------------------------------------------
 */

.CollectionList::after {
  content: "flickity";
  display: none;
}

.CollectionItem {
  display: block;
}

.CollectionItem__Wrapper {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.CollectionItem__Wrapper--small {
  height: 450px;
}

.CollectionItem__Wrapper--large {
  height: 550px;
}

.CollectionItem__ImageWrapper {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.features--show-image-zooming .CollectionItem__ImageWrapper {
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.CollectionItem__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.CollectionItem__Content {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter {
  text-align: center;
}

.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
  text-align: right;
}

.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--bottomCenter {
  bottom: 24px;
  top: auto;
  left: 0;
  transform: none;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming .CollectionItem:hover .CollectionItem__ImageWrapper {
    transform: scale(1.2);
  }
}



/*   .shopify-section:not(.shopify-section--slideshow) + .shopify-section .CollectionList--grid {
    margin-top: -12px;
  }
 */
  .CollectionList--grid .CollectionItem {
    padding: 12px;
  }

  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomLeft,
  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomRight,
  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomCenter {
    bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .CollectionList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .CollectionList::after {
    content: ""; /* disable Flickity */
  }

  .CollectionList--spaced {
    margin: 15px;
  }

  .CollectionList--spaced .CollectionItem {
    padding: 15px;
  }

  .shopify-section:not(.shopify-section--slideshow) + .shopify-section .CollectionList--grid.CollectionList--spaced {
    margin-top: -15px;
  }

  .CollectionItem {
    display: block !important;
    flex: 0 1 0;
    min-width: 50%;
  }

  .CollectionItem--expand {
    flex-grow: 1;
  }

  .CollectionItem__Content {
    padding: 0 30px;
  }

  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 35px;
  }
}

@media screen and (min-width: 1140px) {
  .CollectionItem {
    min-width: 33.33333%;
  }

  .CollectionItem__Wrapper {
    height: 600px;
  }

  .CollectionItem__Wrapper--small {
    height: 500px;
  }

  .CollectionItem__Wrapper--large {
    height: 700px;
  }

  .CollectionItem__Content {
    padding: 0 30px;
  }

  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 35px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Collection toolbar
 * ----------------------------------------------------------------------------
 */
.collection-link-continaer  {
 display:none;
}
.CollectionToolbar-left .collection-link-continaer{
 display: flex;
    justify-content:flex-start;
    align-items: center;
}
.CollectionToolbar-left .collection-link-continaer.start{
 justify-content: flex-start
}
.CollectionToolbar-left{
    flex: 1;
    max-width: 80%;
}
.CollectionToolbar-left .cell{
  text-align:center;
/* padding: 10px 70px; */
    position: relative;
    color: #6f6f6f;
 
    /* padding: 13px 0; */
/*     background-color: rgb(237,237,237); */
}
.CollectionToolbar-left .cell+.cell{
  margin-left:6%;
}
/* .CollectionToolbar-left .cell::before{
     content: "";
    background-color: rgb(221,221,221);
    width: 80px;
    height: 15px;
    position: absolute;
  top: 55%;
    left: 29%;
    transform: rotate(65deg);
} */
.CollectionToolbar-left .cell.active{
  
	color:var(--text-color);
}
.CollectionToolbar-left .cell a{
  
     position: relative;
    z-index: 1;

}
 .collection-link-continaer svg{
  width:15px;
    margin-left:20px;
  }
/* .CollectionToolbar-left .cell.active::after{
  content: "";
    width: 90%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0px;
    bottom: -8px;
} */
.CollectionToolbar-left .cell::after{
  content: "";
    width: 0%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0px;
    bottom: -18px;
  transition: all 0.3s ease-out;
}
.CollectionToolbar-left .cell:hover::after,
.CollectionToolbar-left .cell.active::after{
  width: 100%;
}
.CollectionToolbar {
  padding: 8px 0px;
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items:center;
  width: 100%;
  background: var(--background);
   border-top:1px solid var(--border-color);
     border-bottom:1px solid var(--border-color);
  z-index: 2;
}

.CollectionToolbar--top {
  top: var(--header-base-height);
}

@supports (--css: variables) {
  .CollectionToolbar--top {
    top: calc(var(--header-height) * 0);
    top: calc(var(--header-height) * var(--use-sticky-header, 0));
  }
}

.supports-sticky .CollectionToolbar--bottom {
  bottom: 0; /* as of today the best polyfill I've found does not support polyfilling sticky on bottom. As a consequence on those old
                browsers, the stickiness is always at the top */
}

.CollectionToolbar__Group {
  display: flex;
  flex: 1 0 auto;
}

.CollectionToolbar__Item {
  flex: 1 0 auto;
  padding: 13px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s ease;
}

.CollectionToolbar__Item--sort .Icon--select-arrow {
  width:15px;
      height: 16px;
    margin-left: 12px;
  pointer-events: none;
}

.CollectionToolbar__Item--layout {
  flex: none;
  width: unset;
  padding:11px 15px !important; 
  line-height: 1;
  cursor: auto;
  cursor: initial;
      border-radius: 6px;
    border: solid 1px #9fa0a0;
}

.CollectionToolbar__LayoutType {
  margin: 0 6px;
  opacity: 0.2;
  transition: opacity 0.25s ease;
}

.CollectionToolbar__LayoutType svg {
  width: 18px;
  height: 18px;
}

.CollectionToolbar__LayoutType.is-active {
  opacity: 1;
}



@media screen and (min-width: 769px) {
  .CollectionToolbar--reverse,
  .CollectionToolbar__Group {
    flex-direction: row-reverse;
  }

  .CollectionToolbar__Group {
    flex: none;
  }

  .CollectionToolbar__Item {
    padding: 9px 0;
  }

  .CollectionToolbar__Group .CollectionToolbar__Item {
    padding-left: 45px;
    padding-right: 45px;
  }

 
}
.CollectionToolbar_sort_box{
  margin-left: 5px;
}
/**
 * ----------------------------------------------------------------------------
 * Collection filters
 * ----------------------------------------------------------------------------
 */

.CollectionFilters .Collapsible:first-child {
  border-top: none;
}

@media screen and (min-width: 769px) {
  .CollectionFilters .Drawer__Main {
    padding-top: 35px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product item
 * ----------------------------------------------------------------------------
 */

.ProductItem {
  text-align: center;
  white-space: normal;
}

.js .features--show-element-staggering .ProductList--grid .ProductItem {
  visibility: hidden;
}

.ProductItem__Wrapper {
  position: relative;
}

.ProductItem__ImageWrapper {
  display: block;
}

.ProductItem__Image--alternate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ProductItem__LabelList {
  position: absolute;
  left: 0px;
  top: 6px;
  text-align: left;
}
.ProductItem__LabelList span{
     display: inline-block;
     padding: 0.4vw 0.9vw 0.4vw 1.97vw;
       background: #1fbaff;
  color:#fff;
    font-size: 0.88vw;
    position: relative;
}
.ProductItem__LabelList span::after{
content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 1.04vw;
    top: 50%;
    transform: translateY(-50%);
}


.ProductItem__Label {
  display: block;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));
  margin: 4px 0;
  padding: 2px 6px;
  background: var(--background);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.ProductItem__Info {
  text-align:left;
  margin-top: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}
.ProductItem__Info .subtitle,.ProductItem__Info .summarize{
 color: #666666;
}
.ProductItem__Title{
  margin-bottom:0px;
}

.ProductItem__Title .long-arrow{
   display: inline-block;
  margin-left:10px;
  
}
.ProductItem__Info .subtitle{
     margin-bottom: 5px;
    margin-top: 7px;
    font-weight: bold
}

.ProductItem__Info .summarize{
  line-height: 24px;
  margin-bottom:15px;
}
.features--heading-uppercase .ProductItem__Info {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}

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

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

.ProductItem__Vendor{
  display: block;
  margin-bottom: 4px;
}
.ProductItem__Title{
  font-size: 15px;
  display: flex;
    justify-content: space-between;
    align-items: center;
  font-family: 'Montserrat-Bold';
}
.ProductItem__ColorSwatchList {
  margin-top: 15px;
}

.ProductItem__ColorSwatchItem {
  display: inline-block;
  margin: 0 5px;
}

.ProductItem__ColorSwatchList + .ProductItem__PriceList {
  margin-top: 12px;
}

.ProductItem__UnitPriceMeasurement {
  margin-top: 4px;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-price-on-hover .ProductItem__PriceList--showOnHover,.features--show-price-on-hover .summarize,.features--show-price-on-hover .ProductItem__ColorSwatchList {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s ease;
  }

  .features--show-price-on-hover .ProductItem:hover .ProductItem__PriceList--showOnHover,
  .features--show-price-on-hover .ProductItem:hover .summarize,
   .features--show-price-on-hover .ProductItem:hover .ProductItem__ColorSwatchList
  {
    opacity: 1;
    transform: translateY(0);
  }
 .features--show-price-on-hover .ProductItem:hover .long-arrow{
   transform: translateX(-10px);
}
  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image {
    opacity: 0 !important;
  }

  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image--alternate {
    opacity: 1 !important;
  }
}

.CollectionInner .ProductItem__ImageWrapper{
 background-color:#fafafa;
}
.ProductItem__Wrapper .ProductItem__Image{
      max-width: 80%;
    max-height: 80%;
    margin: 0 auto;
    top: 10%;
    left: 10%;
}

.ProductItem__Wrapper .ProductItem__Image--alternate {
       max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    top: 00%;
    left: 0%;
}
@media (-moz-touch-enabled: 1), (hover: none) {
  .ProductItem__Image--alternate {
    display: none; /* This prevents the image to be lazy-loaded */
  }
}

@media screen and (min-width: 769px) {
  .CollectionInner{
 margin-bottom:100px;
}
  .ProductItem__Label {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }

  .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .features--heading-uppercase .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }
}

@media screen and (min-width: 1008px) {
  .ProductItem--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ProductItem--horizontal .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }

  .ProductItem--horizontal .ProductItem__ImageWrapper {
    min-width: 100px;
  }

  .ProductItem--horizontal .ProductItem__Info {
    margin: 0 30px 0 40px;
    text-align: left;
  }

  .ProductItem--horizontal .ProductItem__ViewButton {
    flex-shrink: 0;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product grid
 * ----------------------------------------------------------------------------
 */

.CollectionInner {
  margin-top: 24px;
}

.ProductList--grid {
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .ProductList--grid {
    margin-left: -10px;
  }

  .ProductList--removeMargin {
    margin-bottom: -35px !important;
  }

  .ProductList--grid > .Grid__Cell {
    padding-left: 10px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .CollectionInner {
    margin-top: 50px;
  }

  .ProductList--grid {
    padding: 0 24px;
    margin-left: -24px;
  }

  .ProductList--removeMargin {
    margin-bottom: -50px !important;
  }

  .ProductList--grid > .Grid__Cell {
    padding-left: 24px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1008px) {
  .CollectionInner {
    display: flex;
  }

  .CollectionInner__Sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    flex: none;
    align-self: flex-start;
    width: 200px;
    margin: 0 16px 0 24px;
    padding-bottom: 50px;
  }

  @supports (--css: variables) {
    .CollectionInner__Sidebar {
      top: calc(var(--header-height) + 50px);
    }
  }

  @supports (--css: variables) {
    .CollectionInner__Sidebar--withTopToolbar {
      top: calc(var(--header-height) * 0 + 105px);
      top: calc(var(--header-height) * var(--use-sticky-header, 0) + 105px);
    }
  }

  .CollectionInner__Products {
    flex: 1 0 0;
  }
  .CollectionInner__Products .Grid__Cell{
   
    margin-bottom: 60px;
  }
  @media screen and (max-width: 520px)
.CollectionInner__Products .Grid__Cell {
    margin-bottom: 48px;
}
  .CollectionInner__Sidebar .Collapsible {
    padding: 0;
  }
}

@media screen and (min-width: 1140px) {
  .CollectionInner__Sidebar {
    margin-right: 10px;
    margin-left: 50px;
  }

  .CollectionInner .Pagination {
    margin-bottom: 80px;
  }

  .ProductList--grid {
    padding: 0 50px;
  }

  .ProductList--grid[data-desktop-count="2"] {
    margin-left: calc(-1 * var(--horizontal-spacing-two-products-per-row));
  }

  .ProductList--grid[data-desktop-count="2"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-two-products-per-row);
    margin-bottom: var(--vertical-spacing-two-products-per-row);
  }

  .ProductList--removeMargin[data-desktop-count="2"] {
    margin-bottom: calc(-1 * var(--vertical-spacing-two-products-per-row)) !important;
  }

  .ProductList--grid[data-desktop-count="4"],
  .ProductList--grid[data-desktop-count="3"] {
    margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row));
  }

  .ProductList--grid[data-desktop-count="4"] > .Grid__Cell,
  .ProductList--grid[data-desktop-count="3"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-four-products-per-row);
    margin-bottom: var(--vertical-spacing-four-products-per-row);
  }

  .ProductList--removeMargin[data-desktop-count="4"],
  .ProductList--removeMargin[data-desktop-count="3"] {
    margin-bottom: calc(-1 * var(--vertical-spacing-four-products-per-row)) !important;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product carousel
 * ----------------------------------------------------------------------------
 */

.ProductList--carousel .Carousel__Cell {
  width: 50%;
  padding: 0 12px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .template-search .ProductList--grid,
  .template-collection .ProductList--grid {
    margin-bottom: 20px; /* hack, would require some better code */
  }
}

@media screen and (max-width: 1007px) {
  /* On phone and tablet we do not use the carousel but instead use a free scroll, which offers better performance */
  .ProductListWrapper {
    overflow: hidden;
  }

  .ProductList--carousel {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px; /* This is a trick to hide the scrollbar on iOS */
    margin-bottom: -30px;
  }

  .ProductList--carousel .Carousel__Cell {
    display: inline-block !important;
  }

  .ProductList--carousel .Carousel__Cell:first-child {
/*     margin-left: 19%; /* This is (100% - 62%) / 2, where 62% is the width of a single cell */ */
  }
  .ProductList--carousel .Carousel__Cell:last-child {
/*     margin-right: 19%; /* This is (100% - 62%) / 2, where 62% is the width of a single cell */ */
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .ProductList--carousel .Carousel__Cell {
    width: 48%;
    padding: 0 15px;
  }

  .ProductList--carousel .Carousel__Cell:first-child {
/*     margin-left: 26%; /* This is (100% - 48%) / 2, where 48% is the width of a single cell */ */
  }
  .ProductList--carousel .Carousel__Cell:last-child {
/*     margin-right: 26%; /* This is (100% - 48%) / 2, where 48% is the width of a single cell */ */
  }
}

@media screen and (min-width: 1008px) {
  .ProductList--carousel {
    margin: 0 90px;
  }

  .ProductList--carousel::after {
    content: "flickity";
    display: none;
  }

  .ProductList--carousel .Carousel__Cell {
    width: 33.3333%;
    left: 0;
    padding: 0 calc(var(--horizontal-spacing-four-products-per-row) / 2);
    margin-left: 0;
  }

  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    stroke-width: 1px;
  }

  .ProductList--carousel .flickity-prev-next-button.next {
    right: -50px;
  }

  .ProductList--carousel .flickity-prev-next-button.previous {
    left: -50px;
  }
}

@media screen and (min-width: 1140px) {
  .ProductList--carousel .Carousel__Cell {
    width: 25%;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product shop now
 * ----------------------------------------------------------------------------
 */

.ProductList--shopNow {
  position: static;
}

.ProductList--shopNow .Carousel__Cell {
  padding: 0 60px;
}

@media screen and (max-width: 768px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px -90px -24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1007px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 60px -50px -90px -50px;
  }
}

@media screen and (min-width: 769px) {
  .ProductList--shopNow {
    padding: 0 50px;
    overflow: hidden;
  }

  .ProductList--shopNow .flickity-viewport {
    overflow: visible;
  }

  .ProductList--shopNow .Carousel__Cell {
    width: 50%;
    padding: 0 50px;
  }
}

@media screen and (min-width: 1008px) {
  .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
    width: 33.333333%;
  }

  .ShopNowGrid {
    display: flex;
  }

  .ShopNowGrid .FeaturedQuote {
    height: 100%;
  }
}
.Faq__Section {
  margin-bottom: 20px;
}

.Faq__Section ~ .Faq__Section {
  margin-top: 34px;
}

.Faq__Item {
  position: relative;

}

.Faq__Icon {
     position: absolute;
    top: 17px;
    left: 36px;
    color: var(--text-color-light);
    transition: all .3s ease;

}

.Faq__Icon svg {
width: 10px;
    height: 15px;
  vertical-align: baseline;
}
.Faq__Icon svg  path{
  stroke: #040000;
}

.Faq__Item[aria-expanded=true] .Faq__Icon {
  transform: rotateZ(90deg);
  color: var(--heading-color);
}

.Faq__ItemWrapper {
  padding-left: 26px;
}

.Faq__Question {
  position:relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

.Faq__AnswerWrapper {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.25s ease, visibility 0s ease 0.25s;
}

.Faq__Item[aria-expanded=true] .Faq__AnswerWrapper {
  visibility: visible;
  transition: height 0.25s ease;
}

.Faq__Answer {
  padding: 16px 0 22px 0;
}

.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0;
}

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

.FaqSummary__Item {
  margin-bottom: 12px;
}

.FaqSummary__Item.is-active::after {
  width: 100%;
}

.FaqSummary__Link {
  display: block;
}

.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block;
}

.FaqSummary__LinkLabel::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left center;
  background: currentColor;
  transition: transform 0.2s linear;
}

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 769px) {
  .Faq__Section {
    margin-bottom: 34px;
  }

  .Faq__Section ~ .Faq__Section {
    margin-top: 60px;
  }
}
/**
 * As of today this section is displayed on the home page only
 */

.FeatureText {
  text-align: center;
}

.FeatureText__ContentWrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.FeatureText__ImageWrapper {
  overflow: hidden;
/*   margin:0 auto; */
}

.FeatureText--withImage .FeatureText__ContentWrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}

.FeatureText .SectionHeader__Description {
  margin-top: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .FeatureText--imageLeft {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 769px) {
  .FeatureText__Content {
    max-width: 430px;
    margin: 0 auto;
  }

  .FeatureText--withImage {
    display: table;
    width: 100%;
    text-align: left;
    table-layout: fixed;
  }

  .FeatureText--withImage .FeatureText__ContentWrapper,
  .FeatureText--withImage .FeatureText__ImageWrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }

  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding: 50px;
  }

  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 40px;
  }

  .FeatureText--imageRight .FeatureText__Content,
  .FeatureText--imageRight .AspectRatio {
    margin-right: 0;
  }

  .FeatureText--imageRight .AspectRatio {
    text-align: right;
  }

  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 40px;
  }

  .FeatureText--imageLeft .FeatureText__Content,
  .FeatureText--imageLeft .AspectRatio {
    margin-left: 0;
  }

  .FeatureText--imageLeft .AspectRatio {
    text-align: left;
  }
}

@media screen and (min-width: 1140px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 100px;
  }

  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 100px;
  }
}
.shopify-section--bordered + .shopify-section--footer {
  border-top: 1px solid var(--footer-border-color);
}

.Footer {
  padding: 34px 0;
  background: var(--footer-background);
  color: var(--footer-text-color);
}

.Footer--withMargin {
  margin-top: 60px;
}

.Footer__Title,
.Footer .Link--primary:hover {
  color: var(--footer-heading-color);
}

.Footer .Form__Input::-moz-placeholder {
  color: var(--footer-text-color);
}

.Footer .Form__Input:-ms-input-placeholder {
  color: var(--footer-text-color);
}

.Footer .Link--secondary:hover,
.Footer .Form__Input::placeholder {
  color: var(--footer-text-color);
}

/* .Footer__Block {
  margin-top: 48px;
}
 */
.Footer__Block:first-child {
  margin-top: 0;
}

.Footer__Title {
  margin-bottom: 20px;
}

.Footer__Social {
  margin-top: 5px;
}

.Footer__Content + .Footer__Newsletter {
  margin-top: 18px;
}

.Footer__Aside {
  text-align: center;
}
.Footer__Aside .courier-container,
.Footer__Aside  .fappcrb-right{
      flex: 0 0 20%;
}
.Footer__Aside .Footer__PaymentList{
 flex: 0 0 60%;
  text-align:center;
}
.Footer__Inner + .Footer__Aside {
  margin-top: 65px;
}
.Footer__Social .HorizontalList__Item{
 margin:0px;
  margin-right:28px;
}
.Footer__LocalizationForm {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.Footer__LocalizationItem + .Footer__LocalizationItem {
  margin-left: 30px;
}

.Footer__ThemeAuthor {
  font-size:13px;
}

.Footer__PaymentList {
  line-height:0;
  margin: 54px -24px 0 -24px;
  padding-top: 28px;
  border-top: 1px solid var(--footer-border-color);
}

.Footer__PaymentList svg {
  opacity: 0.8;
  width: 38px;
  height: 24px;
}

@media screen and (min-width: 769px) {
  .Footer {
    padding: 90px 0 40px 0;
  }

  .Footer--withMargin {
    margin-top: 80px;
  }
  .fbc-content{
     margin-left: -5px;
    margin-right: -5px;
  }
  .fbc-content .cell{
    padding-left: 5px;
    padding-right: 5px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
  }

  .Footer__Block {
    flex: 1 1 50%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .Footer__Social {
    margin-top: 14px;
  }

  .Footer__Aside {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
/*     flex-wrap: wrap; */
  }

  .Footer__Inner + .Footer__Aside {
    margin-top: 40px;
  }

  .Footer__Localization {
    width: 100%;
  }

  .Footer__LocalizationForm {
    justify-content: flex-start;
  }

  .Footer__StoreName {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }

  .Footer__PaymentList {
    padding: 0;
    margin: 0 -8px;
    border: none;
  }
}

@media screen and (min-width: 1140px) {
  .Footer--withMargin {
    margin-top: 120px;
  }

  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .Footer--center .Footer__Inner {
    justify-content: center;
  }

  .Footer__Block {
    flex: 0 1 auto;
  }

  .Footer__Block--text,
  .Footer__Block--newsletter {
    flex-basis: 240px;
  }

  .Footer__Inner + .Footer__Aside {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1140px) {
  .Footer__Block--text {
    flex-basis: 400px;
  }

  .Footer__Block--newsletter {
    flex-basis: 305px;
  }
}
.GiftCard {
  text-align: center;
}

.GiftCard__Wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.GiftCard__Redeem {
  margin-bottom: 30px;
}

.GiftCard__IllustrationWrapper {
  position: relative;
  margin: 40px 0;
}

.GiftCard__CodeHolder {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 3px;
  transform: translateX(-50%);
}

.GiftCard__QrCode {
  margin: 20px 0;
}

.GiftCard__QrCode img {
  margin: 0 auto;
}
/**
 * ----------------------------------------------------------------------------
 * Main header
 * ----------------------------------------------------------------------------
 */

.shopify-section--header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.Header .Heading,
.Header .Link--secondary,
.Header .Link--primary:hover {
  color: var(--header-heading-color);
}
.shopify-section--header.mb-Header-style{
   transform: translateY(0px);
}
.shopify-section--header.mb-Header-style.down{
 transform: translateY(-5rem);
}
.shopify-section--header.mb-Header-style.up{
transform: translateY(0px);
}
.Header .Text--subdued,
.Header .Link--primary,
.Header .Link--secondary:hover {
  color: var(--header-light-text-color);
}

.Header {
  width:100%;
  background: var(--header-background);
  color: var(--header-heading-color);
/*   box-shadow: 0 -1px var(--header-border-color) inset; */
    transition: all 0.2s ease;
/*   transition: background 0.3s ease, box-shadow 0.3s ease; */
}
@media screen and (max-width: 768px) {
 .Header {
   background:#000;
  color:#fff;
 }
}
.Header__Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
}

.Header__Logo {
  position: relative;
  margin-bottom: 0;
}

.Header__LogoLink,
.Header__LogoImage {
  display: block;
}

.Header__LogoLink {
  position:relative;
  text-align: center;
}

.Header__LogoImage {
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

.Header__LogoImage--transparent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .Header__LogoImage--transparent{
    opacity: 1;
  }
}
.Header__Icon {
  display: inline-block;
  line-height: 1;
  transition: color 0.3s ease;
}

.Header__Icon span {
  display: block;
}

.Header__Icon + .Header__Icon {
  margin-left: 18px;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent {
  background: transparent;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoImage--primary:not(:only-child) {
  opacity: 0;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoImage--transparent {
  opacity: 1;
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__Icon svg {
  -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
}

.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__Icon,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .HorizontalList__Item > .SelectButton,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .HorizontalList__Item > .Heading,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoLink > .Heading,
.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Text--subdued {
  color: currentColor;
}

.Header__Icon .Icon--nav {
  height: 14px;
  width: 20px;
}

.Header__Icon .Icon--cart {
  width: 20px;
  height: 20px;
}

.Header__Icon .Icon--search {
  position: relative;
  top: 1px; /* for pixel perfect */
  width: 18px;
  height: 17px;
}

.Header__FlexItem {
  display: flex;
}

.Header__FlexItem--fill {
  flex: 1 0 0;
  align-items: center;
}

.Header__FlexItem--fill:last-child {
  justify-content: flex-end;
}

.Header__CartDot {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--header-heading-color);
  box-shadow: 0 0 0 2px var(--header-background);
  transform: scale(0);
  transition: all 0.3s ease;
}

.Header__CartDot.is-visible {
  transform: scale(1);
}

.Search[aria-hidden=true] + .Header--transparent .Header__CartDot {
  box-shadow: none;
  background-color: currentColor;
}

@media screen and (min-width: 769px) {
  .Header__Wrapper {
    padding: 18px 60px;
  }

  .Header__LogoImage {
    max-width: 100%;
  }

  .Header__Icon + .Header__Icon {
    margin-left: 25px;
  }

  .Header__Icon .Icon--nav-desktop {
    height: 17px;
    width: 24px;
  }

  .Header__Icon .Icon--cart-desktop {
    height: 20px;
    width: 20px;
  }

  .Header__Icon .Icon--search-desktop {
    position: relative;
  
    width: 20px;
    height: 20px;
  }

  .Header__Icon .Icon--account {
    position: relative;
   
    width: 20px;
    height: 20px;
  }

  .Header--withIcons .Header__SecondaryNav {
    position: relative;
    top: 1px; /* for pixel perfect alignment with icons */
    margin-right: 32px;
  }
}

@media screen and (min-width: 1140px) {
  .js .Header__Wrapper {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 50px;
  }

  .Header__Localization {
    display: inline-block;
  }

  .Header__MainNav {
    margin-right: 45px;
  }

  .Header--inline .Header__FlexItem:first-child .Header__LocalizationForm,
  .Header--logoLeft .Header__FlexItem:first-child .Header__LocalizationForm {
    display: none;
  }

  .Header--logoLeft .Header__FlexItem--logo {
    order: -1;
    margin-right: 38px;
  }
  .Header--logoLeft .Header__FlexItem--fill:last-child {
    flex: none;
  }

/*   .Header--center .Header__Wrapper.Header__Wrapper {
  
    padding-bottom: 24px;
  } */

  .Header--center .Header__MainNav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
  }

  .Header--center .Header__MainNav .HorizontalList {
    margin-left: 0;
    margin-right: 0;
  }

  .Header--center .Header__FlexItem {
    margin-bottom: 40px;
  }

  .Header--center .Header__SecondaryNav .Header__LocalizationForm {
    display: none;
  }

  .Header--initialized .Header__Wrapper {
    opacity: 1;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Desktop nav
 * ----------------------------------------------------------------------------
 */

.Header__LinkSpacer {
  position: absolute;
  display: block;
  bottom: 0;
  color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Header__LinkSpacer::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  border-bottom: 2px solid var(--header-heading-color);
  transition: transform 0.3s, opacity 0.3s;
}

.Header:not(.Header--transparent) .HorizontalList__Item.is-expanded .Header__LinkSpacer::after,
.Header:not(.Header--transparent) .HorizontalList__Item.is-active .Header__LinkSpacer::after {
  opacity: 1;
  transform: scale(1, 1);
}

/**
 * ----------------------------------------------------------------------------
 * Dropdown menu
 * ----------------------------------------------------------------------------
 */

.DropdownMenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  padding: 25px 0;
  min-width: 200px;
  max-width: 270px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  background: var(--header-background);
  border: 1px solid var(--header-border-color);
  border-top: none;
  transition: all 0.3s ease;
}

.DropdownMenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: var(--header-heading-color);
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s;
}

.DropdownMenu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.DropdownMenu[aria-hidden=false]::before {
  transform: scale(1, 1);
}

.DropdownMenu[aria-hidden=false] .DropdownMenu {
  display: block;
}

.DropdownMenu [aria-haspopup] {
  position: relative;
}

.DropdownMenu .Link {
  padding-left: 25px;
  padding-right: 40px;
}

.DropdownMenu svg {
  position: absolute;
  width: 6px;
  top: calc(50% - 4px);
  height: 10px;
  right: 20px;
  transition: transform 0.2s ease;
}

.DropdownMenu .Linklist__Item:hover svg {
  transform: translateX(4px);
}

.DropdownMenu .Linklist__Item:hover > .Link--secondary {
  color: var(--header-light-text-color);
}

.DropdownMenu .DropdownMenu {
  display: none;
  left: 100%;
  top: -26px;
  border-top: 1px solid var(--header-border-color);
}

.DropdownMenu .DropdownMenu::before {
  display: none;
}

.DropdownMenu .DropdownMenu--reversed {
  left: auto;
  right: 100%;
}

/**
 * ----------------------------------------------------------------------------
 * Mega menu
 * ----------------------------------------------------------------------------
 */

.MegaMenu {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  max-height: 600px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  text-align: left;
  background: var(--header-background);
  border-bottom: 1px solid var(--header-border-color);
    z-index:5;
  transition: all 0.3s ease;
}

@supports (--css: variables) {
  .MegaMenu {
    max-height: calc(100vh - var(--header-height));
  }
}

.MegaMenu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.MegaMenu__Inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
max-width:64%;
  margin: 0 auto;
  padding: 0 10px; /* each menu has 40px margin, but header has 50px, so we normalize it here */
}

.MegaMenu--spacingEvenly .MegaMenu__Inner {
  justify-content: space-around;
  justify-content: space-evenly; /* space-evenly is not supported everywhere */
}

.MegaMenu--spacingCenter .MegaMenu__Inner {
  justify-content: center;
}

@supports (display: grid) {
  .MegaMenu--grid .MegaMenu__Inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.MegaMenu__Item {
  margin: 20px 40px;
  flex-shrink: 1;
}

.MegaMenu__Item--fit {
  flex-shrink: 0;
}

.MegaMenu__Title {
  display: block;
  margin-bottom: 20px;
}

.MegaMenu__Push {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.MegaMenu__Push--shrink {
  width: 50%;
}

.MegaMenu__Push--shrink:first-child {
  padding-right: 15px;
}

.MegaMenu__Push--shrink:last-child {
  padding-left: 15px;
}

.MegaMenu__PushImageWrapper {
  margin: 8px auto 20px auto;
  max-width: 100%;
  overflow: hidden;
}

.MegaMenu__PushHeading {
  margin-bottom: 6px;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .MegaMenu__Push img {
    transform: scale(1);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .MegaMenu__Push:hover img {
    transform: scale(1.2);
  }
}
/**
 * ----------------------------------------------------------------------------
 * Image with text overlay section
 * ----------------------------------------------------------------------------
 */
.video{
 line-height:1;
}
.featured-video-container .swiper-slide .ImageHero .ImageHero__ContentOverlay{
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
}

.ImageHero--small {
  min-height: 330px;
}

.ImageHero--large {
  min-height: 480px;
}

.ImageHero__ImageWrapper,
.ImageHero__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1008px) and (-moz-touch-enabled: 0), screen and (min-width: 1008px) and (hover: hover) {
  .ImageHero__Image--parallax {
    background-attachment: fixed;
  }
}

.ImageHero__ImageWrapper--hasOverlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ImageHero__Wrapper {
  z-index: 1;
}

.ImageHero__ContentOverlay {
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
      display: flex;
      justify-content: center;
    align-items: center;
  flex-basis: 425px;
  flex-grow: 0;
  padding: 0 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.ImageHero__TextContent {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* We allow embedding a video within an image hero */
.ImageHero iframe {
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  pointer-events: none;
}

.ImageHero--large iframe {
  width: 250%;
  left: -75%;
}

.ImageHero--preserveRatio {
  min-height: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.ImageHero--preserveRatio iframe {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.ImageHero iframe[src] {
  pointer-events: auto; /* When data saver is on in Chrome, it will just set the src but prevents autoplay, so we need to make sure that we make it clickable */
}

.ImageHero__Block {
  margin: 40px auto;
  padding: 38px 20px;
  max-width: 250px;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.3);
}

.ImageHero__Block--small {
  max-width: 165px;
}

.ImageHero__Block--large {
  max-width: 320px;
}

.ImageHero__BlockHeading {
  margin: -0.325em 0 18px 0;
}

.ImageHero__BlockContent + .ImageHero__BlockLink {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .Header.Header-index {
  background: #fff !important;
    color: #000!important;
  }
  
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoImage--transparent{
   opacity:0;
  }
  .supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoImage--primary:not(:only-child){
   opacity:1;
  }
  .ImageHero__Block {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }
}

@media screen and (min-width: 769px) {
  .ImageHero {
    min-height: 450px;
  }

  .ImageHero--small {
    min-height: 400px;
  }

  .ImageHero--large {
    min-height: 500px;
  }

  .ImageHero iframe {
    width: 100%;
    height: 200%;
    left: 0;
  }

  .ImageHero__Block {
    padding: 48px 15px;
    max-width: 380px;
  }

  .ImageHero__Block--small {
    max-width: 240px;
  }

  .ImageHero__Block--large {
    max-width: 520px;
  }

  .ImageHero__TextContent {
    padding: 0 40px;
    bottom: 40px;
    top: auto;
    left: 0;
    transform: none;
    text-align: left;
  }
}

@media screen and (min-width: 1140px) {
  .ImageHero {
    min-height: 500px;
  }

  .ImageHero--small {
    min-height: 253px;
  }

  .ImageHero--large {
    min-height: 600px;
  }

  .ImageHero__TextContent {
    padding: 0 50px;
    bottom: 50px;
  }
}
.NewsletterPopup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 24px 30px 30px 30px;
  background: var(--newsletter-popup-background);
  color: var(--newsletter-popup-text-color);
  z-index: 50;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  visibility: hidden;

  opacity: 0;
  transition: all 0.5s var(--drawer-transition-timing);
}
.NewsletterPopup .Heading {
  color: inherit;
}
.NewsletterPopup .Form__Input::-moz-placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}
.NewsletterPopup .Form__Input:-ms-input-placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}
.NewsletterPopup .Form__Input::placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}
.NewsletterPopup .Form__Input {
  border-color: rgba(var(--newsletter-popup-text-color-rgb), 0.4);
}
.NewsletterPopup .Form__Input:focus {
  border-color: var(--newsletter-popup-text-color);
}
.NewsletterPopup .Button {
  color: varvar(--newsletter-popup-text-color);
  border-color: var(--newsletter-popup-text-color);
  background-color: var(--newsletter-popup-background);
}
.NewsletterPopup .Button::before {
  background-color: var(--newsletter-popup-text-color);
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .NewsletterPopup .Button:not([disabled]):hover {
    color: var(--newsletter-popup-background);
    background-color: transparent;
  }
}

.NewsletterPopup[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.NewsletterPopup__Close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.NewsletterPopup__Close svg {
  display: block;
  width: 15px;
  height: 15px;
}

.NewsletterPopup__Content a {
  text-decoration: underline;
  text-underline-position: under;
}

.NewsletterPopup__Form {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .NewsletterPopup {
    max-width: 385px;
  
    padding-top: 35px;
  }

  .NewsletterPopup__Close svg {
    width: 18px;
    height: 18px;
  }
}
.Password {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

/**
 * ----------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------
 */
.Password__Header {
  position: relative;
  text-align: center;
}

.Password__Logo {
  display: block;
  line-height: 1;
}

.Password__LogoImage {
  vertical-align: middle;
}

.Password__LockAction {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Password__LockAction svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

/**
 * ----------------------------------------------------------------------------
 * Content
 * ----------------------------------------------------------------------------
 */
.Password__Content {
  width: 470px;
  max-width: 100%;
  margin: 35px auto;
}

.Password__Newsletter {
  margin-bottom: 10px;
}

.Password__Card {
  padding: 24px;
  background: var(--light-background);
  text-align: center;
}

.Password__Message {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.Password__Form {
  margin-top: 28px;
}

.Password__Form .Button {
  flex: none;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
}

.Password__Social {
  padding: 22px 25px 22px 28px;
  background: var(--background);
  text-align: center;
}

.Password__ShareButtons {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .Password__Content {
    margin: 80px auto;
  }

  .Password__Card {
    padding: 45px 60px 50px 60px;
  }

  .Password__Form .Button {
    width: auto;
    margin-top: 0;
  }

  .Password__Social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .Password__ShareButtons {
    margin-top: 0;
    margin-left: 15px;
    flex-shrink: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------
 */
.Password__Footer {
  text-align: center;
}

.Password__AdminLink {
  display: block;
  margin-top: 15px;
}

.Password__Footer svg {
  width: 70px;
  height: 20px;
  vertical-align: bottom;
  margin-left: 2px;
}

@media screen and (min-width: 769px) {
  .Password__Footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }

  .Password__AdminLink {
    margin-top: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Modal
 * ----------------------------------------------------------------------------
 */
.Password__Modal {
  display: flex;
  justify-content: center;
}
/**
 * ----------------------------------------------------------------------------
 * Product (general)
 * ----------------------------------------------------------------------------
 */

.product-section-wrapper{
  position: relative;
}

.Product--fill {
  max-width: none;
}

@media screen and (min-width: 769px) {
  .Product {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1008px) {
 
}
@media screen and (min-width: 1140px) {
 

  .Product--small .Product__Slideshow {
    max-width: 700px;
  }

  .Product--medium .Product__Slideshow {
    max-width: 550px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product gallery
 * ----------------------------------------------------------------------------
 */
.clear{
  clear:both;
}
.Product__Gallery {
    position: sticky;
    padding-top: 50px;
    top: 25px;
}
.Product__Gallery .flickity-prev-next-button.previous{
  left:0;
  top:50%;
  background: transparent;
    box-shadow: none;
  display:none;
}
.Product__Gallery .flickity-prev-next-button.next{
  right:0;
  top:50%;
  background: transparent;
    box-shadow: none;
  display:none;
}

@media screen and (max-width: 768px) {
  .Product__Gallery .flickity-prev-next-button.previous,
  .Product__Gallery .flickity-prev-next-button.next{
    display:block;
  }
}
.Product__ViewInSpace {
  background: rgba(var(--text-color-rgb), 0.08);
  /* This color is defined by Shopify spec */
}
.Product__ViewInSpace[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media screen and (min-width: 1008px) {
  .Product__ViewInSpace[data-shopify-xr] {
    display: none;
  }
}
.Product__ViewInSpace svg {
  margin: -1px 12px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.Product__Slideshow::after {
  content: "flickity";
  display: none;
}

.Product__SlideItem {
  position: relative;
}

.Product__SlideItem--hidden {
  visibility: hidden;
}

.Product__Slideshow.flickity-enabled .Product__SlideItem:not(.is-selected) .plyr__control {
  /* This is a quick fix to prevent the controls to gain focus until if the slide is not visible */
  visibility: hidden;
}

.Product__Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.Product__SlideshowNav {
  display: none;
}

.Product__SlideshowNavBadge {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  pointer-events: none;
}
.Product__SlideshowNavBadge svg {
  display: block;
  width: 20px;
  height: 20px;
}

.Product__SlideshowMobileNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 24px 0 24px;
}
.Product__SlideshowMobileNav .flickity-page-dots {
  display: inline-block;
  margin-top: 0;
  width: auto;
}
.Product__SlideshowMobileNav .dot {
  vertical-align: middle;
}

.Product__SlideshowNavArrow {
  position: relative;
  /* This is used to increase the clickable area */
}
.Product__SlideshowNavArrow::before {
  position: absolute;
  content: "";
  top: -18px;
  right: -18px;
  left: -18px;
  bottom: -18px;
  transform: translateZ(0);
  /* Needed to avoid a glitch on iOS */
}
.Product__SlideshowNavArrow svg {
  display: block;
  width: 6px;
  height: 9px;
}

.Product__SlideshowNavArrow--previous {
  margin-right: 24px;
}

.Product__SlideshowNavArrow--next {
  margin-left: 24px;
}

@media screen and (min-width: 769px) {
  .ProductForm{
   margin-top:60px;
   }
}
@media screen and (min-width: 1008px) {
  .Product__Gallery {
    padding-top: 50px;
  }

  .Product__SlideshowNav--dots {
    display: block;
  }

  .Product__SlideItem {
    display: block !important;
  }

  .Product__Slideshow--zoomable .Product__SlideItem--image {
    cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
    cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x), zoom-in;
  }

  /* Dots */
  .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
  }
  @supports (--css: variables) {
    .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
      top: calc(50% + (var(--header-height) / 2));
    }
  }

  .Product__SlideshowNavDot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 2px solid var(--border-color);
    background: transparent;
    transition: all 0.2s ease;
  }
  .Product__SlideshowNavDot:not(:last-child) {
    margin-bottom: 12px;
  }

  .Product__SlideshowNavDot.is-selected {
    border-color: var(--heading-color);
    background: var(--heading-color);
  }

  /* Thumbnails */
  .Product__SlideshowNavImage {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .Product__SlideshowNavImage:not(:last-child) {
    margin-bottom: 18px;
  }

  .Product__SlideshowNavImage.is-selected {
    border-color: var(--heading-color);
  }

  .Product__SlideshowNavPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  }
  .Product__SlideshowNavPlay svg {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease;
  }

  /* When the gallery is stack we have various adjusments to do */
  .Product__Gallery--stack {
    /* On desktop we use a different apparition effect than fade in if images are stacked */
    /* Thumbnails */
  }
  .Product__Gallery--stack .Product__SlideshowNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
  .Product__Gallery--stack .Product__SlideshowNav--dots {
    left: -30px;
  }
  .Product__Gallery--stack .Product__Slideshow::after {
    content: "";
    /* Disable Flickity */
  }
  .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .Product__Gallery--stack .Product__Slideshow .Image--lazyLoaded.Image--fadeIn {
    transform: translateY(0);
    opacity: 1;
  }
  .Product__Gallery--stack .Product__SlideItem {
    margin-bottom: 30px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .Product__Gallery--stack .Product__SlideItem:last-child {
    margin-bottom: 0;
  }
  .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
    position: -webkit-sticky;
    position: sticky;
    padding: 0 0 50px 0;
    top: var(--header-base-height);
    margin-bottom: -50px;
    width: 70px;
  }
  @supports (--css: variables) {
    .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
      top: calc(var(--header-height) + 25px);
    }
  }
}
@media screen and (min-width: 1140px) {
  .Product  {
    padding-bottom: 27px;
  }

  .Product__Slideshow {
    margin-left: auto;
    margin-right: auto;
  }

  .Product__Gallery--withThumbnails .Product__SlideshowNav--dots {
    display: none;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
    display: block;
  }

  .Product__Gallery--stack.Product__Gallery--withThumbnails {
    display: flex;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow,
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex: 1 0 auto;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
    flex-grow: 0;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
    padding-left: 50px;
  }

  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
    margin: 10px -10px -10px -10px;
    text-align: center;
  }
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
    display: inline-block;
    width: 70px;
    margin: 10px;
    vertical-align: top;
  }
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .flickity-page-dots {
    display: none;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product aside and info
 * ----------------------------------------------------------------------------
 */
.Product__Info,
.Product__Aside {
  max-width: 500px;
  margin: 0 auto;
}

.Product__Info--noGallery {
  padding-top: 24px;
}

@media screen and (min-width: 769px) {
  .Product__Info .Container {
    padding-left: 0;
    padding-right: 0;
  }

  .Product__Aside .Section {
    max-width: 630px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1008px) {


  .Product__Info {
   
    top: var(--header-base-height);
    right: 0;
    width: 375px;
    margin: 0 100px -40px 50px;
    padding-top: 3vw;
    padding-bottom: 40px;
  }
  @supports (--css: variables) {
    .Product__Info {
      top: calc(var(--header-height) + 25px);
    }
  }

  .Product__Aside {
    max-width: 820px;
    padding-left: 50px;
  }

  .Product__Aside .SectionHeader {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__Info {
    width: 520px;
  }
}
@media screen and (min-width: 1500px) {
  .Product__Info {
    margin-right: 50px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Action list
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes shareItemAnimation {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes shareItemAnimation {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.Product__ActionList {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}

.Product__ActionList.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.Product__ActionItem {
  display: block;
  position: relative;
}

.Product__ActionItem + .Product__ActionItem {
  margin-top: 15px;
}

.Product__ShareList {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 100%;
  right: 0;
  color: var(--text-color);
}

.Product__ActionItem .Icon--share {
  margin-left: -1px;
}

.Product__ShareItem {
  display: block;
  margin: 15px 0 15px auto;
  padding: 7px 15px 7px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--light-background);
  border-radius: 25px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  white-space: nowrap;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.Product__ShareItem:active, .Product__ShareItem:focus {
  color: var(--light-background);
  background: var(--text-color);
  outline: none;
}
.Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareItem:nth-child(3) {
  transition-delay: 0s;
}
.Product__ShareItem svg {
  margin-right: 12px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  vertical-align: sub;
  transform: translateZ(0);
}
.Product__ShareItem:hover svg {
  -webkit-animation: shareItemAnimation 0.5s ease forwards;
          animation: shareItemAnimation 0.5s ease forwards;
}

.Product__ShareList[aria-hidden=false] {
  visibility: visible;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem {
  opacity: 1;
  transition-delay: 0s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
  transition-delay: 0.2s;
}

@media screen and (min-width: 1008px) {
  .Product__ShareList {
    top: auto;
    bottom: 100%;
  }

  .Product__ShareItem {
    transition-delay: 0s;
  }
  .Product__ShareItem:nth-child(3) {
    transition-delay: 0.2s;
  }

  .Product__ShareList[aria-hidden=false] .Product__ShareItem {
    transition-delay: 0.2s;
  }
  .Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
    transition-delay: 0s;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product meta and info
 * ----------------------------------------------------------------------------
 */
.ProductMeta {
  text-align: left;
}

.ProductMeta__ImageWrapper {
  display: block;
  margin-bottom: 32px;
}

.ProductMeta__Vendor {
  margin-bottom: 20px;
}

.ProductMeta__Title {
  margin-bottom: 0;
}

.ProductMeta__PriceList {
  margin-top: 15px;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 30px;
}

.ProductMeta__UnitPriceMeasurement {
  margin-top: 5px;
}

.ProductMeta__TaxNotice {
  margin-top: 5px;
}

.ProductMeta__Description {
  margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  text-align: left;
}

.ProductMeta__ShareButtons {
  display: inline-flex;
  align-items: center;
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .ProductMeta__ShareButtons{
    display:block;
    text-align:center;
  }
}
.ProductMeta__ShareTitle {
  margin-right: 6px;
}

.ProductMeta__ShareList {
  font-size: 0;
}

.ProductMeta__ShareItem {
  display: inline-block;
  margin: 0 7px;
}
.ProductMeta__ShareItem svg {
  display: block;
  width: 28px;
  height: 28px;
  opacity:1;
  transition: opacity 0.2s ease;
  fill:#000;
}
.ProductMeta__ShareItem:hover svg {
  opacity: .6;
}

/* When the description is set after the product form, layout changes a bit */
.ProductForm ~ .ProductMeta__Description {
  border-top: none;
  padding-top: 0;
}
.ProductForm ~ .ProductMeta__Description .ProductMeta__ShareButtons {
  margin-bottom: 2px;
}

.Product__QuickNav {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.Product__QuickNav a {
  display: block;
  padding: 11px 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateX(0deg);
}
.Product__QuickNav a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(180deg);
}
.Product__QuickNav svg {
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  height: 10px;
  width: 8px;
}

.Product__QuickNavWrapper {
  transition: 0.6s;
  transform-style: preserve-3d;
}

.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
  transform: rotateX(180deg);
}

@media screen and (min-width: 1008px) {
  .ProductMeta {
    text-align: left;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product form
 * ----------------------------------------------------------------------------
 */


.ProductForm__Variants {
  margin-bottom: 25px;
}

.ProductForm__Option {
  position: relative;
  margin-bottom: 10px;
}

.ProductForm__Option--labelled {
  margin-bottom: 50px;
}

.no-js .ProductForm__Option:not(.no-js) {
  display: none;
}

.ProductForm__Item {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 28px 10px 14px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ProductForm__Item .Icon--select-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
}

.ProductForm__Label {
  display: none;
  margin-bottom: 8px;
}

.ProductForm__LabelLink {
  float: right;
  text-decoration: underline;
  text-underline-position: under;
}

.ProductForm__SelectedValue {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  vertical-align: top;
}

.ProductForm__OptionCount {
  float: right;
  margin-right: 14px;
}

.ProductForm__Inventory {
  margin-top: 8px;
  font-style: italic;
}

.ProductForm__Error {
  margin-top: 10px;
  text-align: center;
}

.ProductForm__AddToCart {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * ----------------------------------------------------------------------------
 * Featured image
 * ----------------------------------------------------------------------------
 */
.Product__FeatureImageWrapper {
  overflow: hidden;
  background-size: cover;
}

.Product__FeatureImage {
  height: 415px;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .Product__FeatureImage {
    height: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__FeatureImage {
    height: 600px;
  }

  .Product__FeatureImage--small {
    height: 500px;
  }

  .Product__FeatureImage--large {
    height: 700px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product tabs
 * ----------------------------------------------------------------------------
 */
.Product__Tabs {
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .Product__Tabs .Collapsible__Content {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1007px) {
  .Product__Tabs .Collapsible {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Tabs {
    margin: 80px 0;
  }

  .Product__Tabs .Collapsible__Content {
    padding-right: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Variant slideshow (for color carousel)
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes variantSelectorInfoOpeningAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes variantSelectorInfoOpeningAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.VariantSelector {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--background);
  padding: 24px 0;
  z-index: 10;
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.VariantSelector[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}

.VariantSelector__Item {
  padding: 0 10px;
  width: 60%;
}

.VariantSelector__Info {
  position: relative;
  margin: 48px 24px 0 24px;
}

.VariantSelector__ImageWrapper[aria-hidden="true"] {
  display: none;
}

.VariantSelector__ChoiceList {
  margin-bottom: 34px;
}

.VariantSelector__Choice {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-animation: 0.15s variantSelectorInfoClosingAnimation forwards ease;
          animation: 0.15s variantSelectorInfoClosingAnimation forwards ease;
}

.VariantSelector__Choice.is-selected {
  -webkit-animation: 0.3s variantSelectorInfoOpeningAnimation forwards ease;
          animation: 0.3s variantSelectorInfoOpeningAnimation forwards ease;
}

.VariantSelector__Choice:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.VariantSelector__ChoiceColor,
.VariantSelector__ChoicePrice {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

.VariantSelector__ChoiceColor {
  border-right: 1px solid var(--border-color);
}

.VariantSelector__ColorSwatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: sub;
  background-size: cover;
}

.VariantSelector__ColorSwatch--white {
  outline: 1px solid var(--border-color);
}

.VariantSelector__ChoicePrice {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}

@media screen and (max-width: 768px) {
  .VariantSelector .flickity-prev-next-button {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  /* Starting from tablet, the look and feel of this selector is completely different and look like a modal */
  .VariantSelector {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 80%;
    padding-bottom: 34px;
    max-height: 100%;
    max-width: 800px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    overflow: auto;
  }

  .VariantSelector[aria-hidden=false] {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .VariantSelector__Item {
    padding: 0 25px;
    width: 46%;
  }

  .VariantSelector .flickity-prev-next-button.next {
    top: calc(50% - 45px);
    right: 20px;
  }

  .VariantSelector .flickity-prev-next-button.previous {
    top: calc(50% - 45px);
    left: 20px;
  }

  .VariantSelector__Info {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .VariantSelector__ChoicePrice {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

@media (min-width: 800px) and (max-height: 950px) {
  .VariantSelector__ImageWrapper {
    max-width: 290px !important;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Featured product (on home page)
 * ----------------------------------------------------------------------------
 */
.FeaturedProduct__Gallery {
  display: block;
  margin-bottom: 20px;
}

.FeaturedProduct__ViewWrapper {
  margin-top: 34px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .FeaturedProduct {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 880px;
    margin: 0 auto;
  }

  .FeaturedProduct--center {
    align-items: center;
  }

  .FeaturedProduct__Gallery,
  .FeaturedProduct__Info {
    flex: 1 1 50%;
  }

  .FeaturedProduct__Gallery {
    margin: 0;
  }

  .FeaturedProduct__Info {
    margin-left: 50px;
  }

  .FeaturedProduct__Info .ProductMeta,
  .FeaturedProduct__ViewWrapper {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .FeaturedProduct__Info {
    margin-left: 80px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Shopify payment button
 * ----------------------------------------------------------------------------
 */
.shopify-payment-button {
  margin-top: 20px;
  text-align: center;
}

.shopify-payment-button__more-options {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease, opacity 0.2s ease;
  width: auto;
  line-height: normal;
}
.shopify-payment-button__more-options[aria-hidden=true] {
  display: none;
}
.shopify-payment-button__more-options::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .shopify-payment-button__more-options:hover::before {
    transform: scale(0, 1);
  }
}

.shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: none;
}
@charset "UTF-8";
/**
 * ----------------------------------------------------------------------------
 * Product reviews (integration with Shopify Reviews free app)
 * ----------------------------------------------------------------------------
 */
#shopify-product-reviews {
  margin: 18px 0 28px 0 !important;
  overflow: visible !important;
}
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-summary-starrating,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-form-title {
  display: none;
}
#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-header,
#shopify-product-reviews .spr-form {
  order: 2;
}
#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
  order: 1;
}
#shopify-product-reviews .spr-form {
  margin: -4px 0 0 0;
  padding: 0;
}
#shopify-product-reviews .spr-icon {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
}
#shopify-product-reviews .spr-form-input .spr-icon {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 3px;
}
#shopify-product-reviews .spr-icon-star-empty {
  opacity: 0.25;
}
#shopify-product-reviews .spr-icon-star-empty::before {
  content: "";
}
#shopify-product-reviews .spr-starrating.spr-form-input-error a {
  color: inherit;
}
#shopify-product-reviews .spr-reviews {
  margin: -6px 0 35px 0;
}
#shopify-product-reviews .spr-review {
  position: relative;
  padding: 0 0 30px 0;
  border: none;
  margin: 0;
}
#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 26px;
}
#shopify-product-reviews .spr-review-header {
  position: static;
  margin-bottom: 12px;
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-header-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-style: normal;
  opacity: 1;
  color: var(--text-color-light);
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
}
#shopify-product-reviews .spr-review-content {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-reply {
  margin: 18px 0 6px 0;
  padding: 0 0 0 14px;
  background: none;
  border-left: 3px solid var(--border-color);
  font-style: italic;
}
#shopify-product-reviews .spr-summary-actions {
  display: block;
}
#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button-primary:not(input) {
  width: 100%;
}
#shopify-product-reviews input.spr-button-primary {
  border-color: var(--button-background);
  background: var(--button-background);
  color: var(--button-text-color);
  width: 100%;
}
#shopify-product-reviews .spr-pagination-prev,
#shopify-product-reviews .spr-pagination-next {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-pagination-next > a {
  width: 100%;
}
#shopify-product-reviews .new-review-form {
  margin-top: 20px;
}
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  #shopify-product-reviews {
    margin: 8px 40px 28px 0 !important;
  }
  #shopify-product-reviews .spr-review-header-title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }
  #shopify-product-reviews .spr-review-header-byline,
  #shopify-product-reviews .spr-review-content-body {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }
  #shopify-product-reviews .spr-header {
    align-self: flex-start;
    width: 100%;
  }
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews input.spr-button-primary,
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-pagination-next > a {
    width: auto;
    float: none;
  }
  #shopify-product-reviews .spr-form-contact-name,
  #shopify-product-reviews .spr-form-contact-email,
  #shopify-product-reviews .spr-form-contact-location,
  #shopify-product-reviews .spr-form-review-title,
  #shopify-product-reviews .spr-form-review-rating,
  #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 25px;
  }
  #shopify-product-reviews .spr-summary-actions {
    display: flex;
  }
  #shopify-product-reviews .spr-pagination-prev,
  #shopify-product-reviews .spr-pagination-next {
    margin: 0 20px 0 0;
  }
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-pagination-next > a {
    display: block;
  }
}
@media screen and (min-width: 1008px) {
  #shopify-product-reviews {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1140px) {
  #shopify-product-reviews {
    margin-right: 100px !important;
  }
}
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--background);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease, opacity 0.15s ease, visibility 0.15s ease;
  z-index: -1;
}

.Search[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.Search__Inner {
  padding: 14px 18px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@supports (--css: variables) {
  .Search__Inner {
    max-height: calc(100vh - var(--header-height) - 88px);
    /* 88px is the height of bottom bar on iOS */
  }
}

.Search__SearchBar {
  display: flex;
  align-items: center;
}

.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.Search__Form .Icon--search {
  width: 18px;
  height: 17px;
}
.Search__Form .Icon--search-desktop {
  width: 21px;
  height: 21px;
}

.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  /* For pixel perfect */
  margin-right: 12px;
  color: var(--text-color-light);
}

.Search__Input {
  background: none;
  width: 100%;
  border: none;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  vertical-align: middle;
}
.Search__Input::-moz-placeholder {
  color: var(--text-color-light);
}
.Search__Input:-ms-input-placeholder {
  color: var(--text-color-light);
}
.Search__Input::placeholder {
  color: var(--text-color-light);
}
.Search__Input::-ms-clear {
  display: none;
}

.Search__Close {
  color: var(--text-color-light);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  line-height: 1;
}

.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Search__Results[aria-hidden=false] {
  display: block;
}

@media screen and (max-width: 768px) {
  .Search__Results .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .Search__Results .Grid__Cell + .Grid__Cell {
    margin-top: 25px;
  }
  .Search__Results .ProductItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
    margin-right: 25px;
  }
  .Search__Results .ProductItem__Info {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .Search__Inner {
    padding: 28px 50px;
  }

  .Search__Input {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }

  .Search__InputIconWrapper {
    margin-right: 20px;
  }

  .Search__Close {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
  .Search__Close svg {
    stroke-width: 1.25px;
  }

  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
}
@-webkit-keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ShopTheLook {
  z-index: 2;
}

.ShopTheLook__Item {
  padding: 0 5px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease;
}

.ShopTheLook__Item.is-selected {
  z-index: 1;
}

.ShopTheLook__ImageWrapper {
  position: relative;
  max-width: 100%;
}

.ShopTheLook__Image {
  display: block;
  height: 100%;
  width: 100%;
}

.ShopTheLook__Dot {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.25s ease;
}
.ShopTheLook__Dot::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: -12px;
  /* This is 40/2 - 16/2 */
  top: -12px;
  /* This is 40/2 - 16/2 */
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: 1.4s shopTheLookDotKeyframe ease infinite;
          animation: 1.4s shopTheLookDotKeyframe ease infinite;
}

.ShopTheLook__Dot--dark {
  background: #000000;
}
.ShopTheLook__Dot--dark::after {
  background: rgba(0, 0, 0, 0.4);
}

.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
  transform: scale(1.5);
}

.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
  max-width: 150px;
  margin: 0 auto;
}

.ShopTheLook__DiscoverButtonWrapper {
  margin: 24px 24px 0 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ShopTheLook__ViewButton {
    width: 100%;
  }

  .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info {
    display: none;
  }

  .ShopTheLook__ProductItem {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1007px) {
  .ShopTheLook > .flickity-viewport {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .ShopTheLook::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--background);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
  }

  .ShopTheLook.is-zoomed::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
    opacity: 0;
  }

  .ShopTheLook__ProductItem {
    padding: 30px 0 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .ShopTheLook__DiscoverButtonWrapper {
    margin-top: 50px;
  }

  .ShopTheLook__Item {
    width: auto;
    padding: 0 15px;
  }

  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1008px) {
  .ShopTheLook {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 130px;
  }

  .ShopTheLook__Item {
    width: 100%;
    padding: 0;
  }

  .ShopTheLook__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
  }

  .ShopTheLook__ImageWrapper {
    flex: 0 1 auto;
  }

  .ShopTheLook__Image {
    max-height: 100%;
    width: auto;
  }

  .ShopTheLook__ProductList {
    flex: none;
    width: 270px;
    margin: 0 80px;
  }

  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: none;
  }

  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: 250px;
  }

  .ShopTheLook__ViewButton {
    margin-top: 25px;
  }

  .ShopTheLook .flickity-prev-next-button {
    top: calc(50% - (45px / 2));
  }

  .ShopTheLook .flickity-prev-next-button.next {
    right: 40px;
  }

  .ShopTheLook .flickity-prev-next-button.previous {
    left: 40px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Sidebar
 * ----------------------------------------------------------------------------
 */
.SidebarMenu {
  height: 100%;
  background: var(--navigation-background);
  color: var(--navigation-text-color);
}

.SidebarMenu .Heading {
  color: var(--navigation-text-color);
}

.SidebarMenu .Text--subdued {
  color: var(--navigation-text-color-light);
}

.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
  border-color: var(--navigation-border-color);
}

.SidebarMenu__Nav .Collapsible:first-child {
  border-top: none;
}

/* We need to do that to add extra padding for scroll, as Safari on Mac and iOS has some issue with directly adding a padding-bottom */
.SidebarMenu .Drawer__Main::after {
  display: block;
  content: "";
  height: 35px;
}

.SidebarMenu__Nav--secondary {
  margin-top: 130px;
  margin-bottom:-30px;
}
.SidebarMenu__Nav--secondary .Linklist--spacingLoose .Linklist__Item{
 margin-bottom:30px;
}
.SidebarMenu .Drawer__Footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
/*   box-shadow: 0 1px var(--navigation-border-color) inset; */
  color: var(--navigation-text-color-light);
}

.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
  flex: 1 0 auto;
  margin: 0;
  padding: 6px 25px;
}
 
.SidebarMenu__Social a{
 color:#fff;
}
.SidebarMenu__Social a:hover {
    color: var(--footer-heading-color);
}

.SidebarMenu__CurrencySelector {
  width: 120px;
  flex: none;
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}
.SidebarMenu__CurrencySelector .Select {
  display: inline-block;
}

/* All this code is pretty ugly hack just to comply with some Shopify strict rules... */
@supports (display: grid) {
  .SidebarMenu__Social {
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    justify-content: space-evenly;
    text-align: center;
  }
}

.SidebarMenu__CurrencySelector + .SidebarMenu__Social {
  border-left: 1px solid var(--navigation-border-color);
}

/* .SidebarMenu .Drawer__Content::before,
.SidebarMenu .Drawer__Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.SidebarMenu .Drawer__Content::before {
  top: 0;
  height: 25px;
  background-image: linear-gradient(var(--navigation-background), rgba(var(--navigation-background-rgb), 0.6) 40%, rgba(var(--navigation-background-rgb), 0));
}

.SidebarMenu .Drawer__Footer::before {
  bottom: 100%;
  height: 30px;
  background-image: linear-gradient(rgba(var(--navigation-background-rgb), 0), rgba(var(--navigation-background-rgb), 0.6) 40%, var(--navigation-background));
} */

@media screen and (min-width: 1008px) {
  .SidebarMenu .Drawer__Content::before {
    height: 40px;
  }

  .SidebarMenu .Drawer__Main {
    padding-top: 70px;
  }

  .SidebarMenu .Drawer__Main::after {
    height: 60px;
    /* same here, Safari has some issues with adding padding-bottom :( */
  }

  .SidebarMenu .Drawer__Footer::before {
    height: 70px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Slideshow
 * ----------------------------------------------------------------------------
 */
.shopify-section--slideshow {
  position: relative;
}

.Slideshow--fullscreen {
  height: 100vh;
}

@supports (--css: variables) {
  .js .Slideshow--fullscreen {
    height: calc(var(--window-height) - (var(--header-height) * 0) - 0px);
    height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px));
    max-height: 100vh;
  }
}
/* Slideshow transition are handled in JavaScript, so while we use Flickity, we need to disable any transition */
.js .Slideshow__Carousel .Slideshow__Slide {
  transition: none;
}
.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
  visibility: hidden;
}

.Slideshow__ImageContainer {
  height: 100%;
}

.Slideshow--fullscreen .Slideshow__Image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  /* polyfill for IE */
}

.Slideshow__Image {
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .js .Slideshow__Image {
    opacity: 0;
  }
}
.Slideshow__Content {
  position: absolute;
  padding: 0 24px;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index:3;
}
.Slideshow__Content--topLeft,
.Slideshow__Content--middleLeft,
.Slideshow__Content--bottomLeft {
  text-align: left;
}
.Slideshow__Content--topLeft .ButtonGroup,
.Slideshow__Content--middleLeft .ButtonGroup,
.Slideshow__Content--bottomLeft .ButtonGroup {
  justify-content: flex-start;
}

.Slideshow__Content--middleRight,
.Slideshow__Content--bottomRight,
.Slideshow__Content--topRight{
  text-align: right;
}
.Slideshow__Content--topRight .ButtonGroup,
.Slideshow__Content--middleRight .ButtonGroup,
.Slideshow__Content--bottomRight .ButtonGroup {
  justify-content: flex-end;
}
.Slideshow__Content.separate.Slideshow__Content--topRight,
.Slideshow__Content--topRight,
.Slideshow__Content--topLeft,
.Slideshow__Content--topCenter
 {
 top: 70px;
  bottom: auto;
  left: 0;
  transform: none;
}

.Slideshow__Content--bottomRight
{
  top: auto;
  bottom: 50px;
  right: 0;
  transform: none;
}

.Slideshow__Content.separate.Slideshow__Content--centerRight,
.Slideshow__Content.separate.Slideshow__Content--bottomRight,
.Slideshow__Content--bottomLeft,
.Slideshow__Content--bottomCenter
 {
  top: auto;
  bottom: 50px;
  left: 0;
   right:unset;
  transform: none;
}


.Slideshow__Content.separate.Slideshow__Content--topLeft .SectionHeader__ButtonWrapper,
.Slideshow__Content.separate.Slideshow__Content--centerLeft .SectionHeader__ButtonWrapper,
.Slideshow__Content.separate.Slideshow__Content--bottomLeft .SectionHeader__ButtonWrapper{
     position: absolute;
    right: 0px;
    bottom: 0px;
}
.Slideshow__Content.separate.Slideshow__Content--topRight .SectionHeader__ButtonWrapper,
.Slideshow__Content.separate.Slideshow__Content--centerRight .SectionHeader__ButtonWrapper,
.Slideshow__Content.separate.Slideshow__Content--bottomRight .SectionHeader__ButtonWrapper{
     position: absolute;
    left: 0px;
    bottom: 0px;
}
.Slideshow__Content--topCenter,
.Slideshow__Content.separate,
.Slideshow__Content--bottomCenter{
 width:100%;
}

.js .Slideshow__Content .SectionHeader {
  opacity: 0;
}
.Slideshow__Content  .SectionHeader__Heading{
     font-family: 'Montserrat-SemiBold';
      margin-bottom: 0px;
}
.Slideshow__ScrollButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
  z-index:4;
}

.Slideshow__Carousel--withScrollButton {
  margin-bottom: 25px;
}

.Slideshow--fullscreen .Slideshow__ScrollButton {
  bottom: 10px;
}
.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
  max-height: calc(100% - 35px);
  margin-bottom: 0;
}

@media screen and (min-width: 1008px) {
  .Slideshow__Content {
    padding: 0 60px;
  }
}
.store-availability-container {
  margin-top: 30px;
}

.store-availability-information {
  display: flex;
  align-items: baseline;
}

.Icon--store-availability-in-stock {
  position: relative;
  width: 13px;
  height: 9px;
}

.Icon--store-availability-out-of-stock {
  position: relative;
  width: 11px;
  height: 10px;
}

.store-availability-information-container {
  margin-left: 6px;
}

.store-availability-information__title {
  margin-bottom: 2px;
}

.store-availability-information__stock {
  margin-bottom: 5px;
}

.store-availability-information__stock,
.store-availability-information__link,
.store-availability-list__item-info {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.store-availability-list__item:first-child {
  margin-top: 25px;
}

.store-availability-list__item {
  margin-top: 30px;
}

.store-availability-list__location,
.store-availability-list__stock {
  margin-bottom: 5px;
}

.store-availability-list__stock svg {
  margin-right: 3px;
}

.store-availability-list__contact {
  line-height: 1.45;
}

.store-availability-list__stock .Icon--store-availability-in-stock {
  top: -1px;
}

.store-availability-list__contact p {
  margin-bottom: 0; /* Remove the margin of the formatted address by Shopify */
}

/* Modal */

.store-availabilities-modal__product-information {
  text-align: left;
}
/**
 * For now testimonials are only used on home page but may be expanded
 */
@-webkit-keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
.Testimonial {
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.Testimonial__Logo {
  margin-top: 54px;
}

.js .TestimonialList {
  opacity: 0;
  transition: opacity 0s linear 0.5s;
}
.js .TestimonialList.flickity-enabled {
  opacity: 1;
}
.js .TestimonialList .flickity-viewport {
  overflow: visible;
}
.js .TestimonialList .flickity-page-dots {
  position: relative;
  margin-top: 60px;
}
.js .TestimonialList .Testimonial {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: testimonialClosing 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
          animation: testimonialClosing 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}
.js .TestimonialList .Testimonial.is-selected {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: testimonialOpening 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
          animation: testimonialOpening 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}

@media screen and (max-width: 768px) {
  .Testimonial__Logo {
    max-width: 110px;
  }
}
.Testimonial__Content ,.Testimonial__Content p{
 font-size:18px;
  font-family: 'Montserrat-Light';
      line-height: 2;
}
@media screen and (min-width: 769px) {
  .Testimonial {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
  }

  .Testimonial__Content {
    max-width: 550px;
    margin: 0 auto;
  }

  .Testimonial__Logo,
  .TestimonialNav__Item {
    max-width: 150px;
  }
}
@media screen and (min-width: 1008px) {
  .TestimonialList--withNav .flickity-page-dots {
    display: none;
  }

  .TestimonialNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }

  .TestimonialNav__Item {
    margin: 0 25px;
    cursor: pointer;
    opacity: 0.25;
    transition: opacity 0.2s ease;
    will-change: opacity;
  }

  .TestimonialNav__Item.is-selected {
    opacity: 1;
  }
}
@media screen and (min-width: 1140px) {
  .TestimonialNav__Item {
    margin: 0 45px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * For now timeline are only used on home page but may be expanded
 * ----------------------------------------------------------------------------
 */
/* .Timeline {
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
} */

.Timeline__ListItem {
  position: relative;
  height: 540px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.Timeline__Item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.Timeline__ImageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Timeline__Image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translateX(-50px) scale(1.1);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Timeline__Inner {
  position: relative;
  padding: 80px 14px 40px 14px;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Timeline__Header > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.Timeline__Header > .SectionHeader__Description {
  transform: translateY(50px);
}

.Timeline__Item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.Timeline__Item.is-selected .Timeline__Image {
  transform: translateX(0) scale(1);
}
.Timeline__Item.is-selected .Timeline__Header > * {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .shopify-section--timeline {
    border-top: none !important;
  }

  .shopify-section--timeline .Section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .shopify-section--timeline .Container {
    padding-left: 0;
    padding-right: 0;
  }

  .Timeline__Header .Heading,
  .Timeline__Header .Rte a {
    color: inherit;
  }

  .Timeline__Header .SectionHeader__Description {
    margin: 34px 30px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .Timeline__ListItem {
 
    height: 400px;
    text-shadow: none;
  }

  .Timeline__Item {
    align-items:center;
  
  }

  .Timeline__ImageWrapper,
  .Timeline__Inner {
    flex: none;
    width: 49%;
  }

  .Timeline__ImageWrapper {
    position: relative;
    height: 100%;
  }
  .Timeline__ImageWrapper::after {
    display: none;
    /* Remove any contrast that may have been added to image */
  }

  .Timeline__Image {
    transform: translateX(-60px) scale(1);
  }

  .Timeline__Inner {
    padding: 34px 40px;
    color: var(--text-color);
  }

  .Timeline__Header {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .Timeline__ListItem {
    height: 515px;
  }

  .Timeline__Inner {
    padding: 54px 60px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Timeline nav
 * ----------------------------------------------------------------------------
 */
.Timeline__Nav {
  position: relative;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  color: var(--text-color-light);
  background: var(--light-background);
}

.Timeline__NavWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.Timeline__NavWrapper--center {
  justify-content: center;
}

.Timeline__NavItem {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: inherit;
  vertical-align: text-bottom;
  transition: all 0.25s ease;
}
.Timeline__NavItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  height: 3px;
  width: calc(100% - 40px - 0.2em);
  opacity: 0;
  background:#35aee5;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: opacity 0.3s, transform 0.3s;
}

.Timeline__NavItem.is-selected {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  color: var(--text-color);
}
.Timeline__NavItem.is-selected::after {
  opacity: 1;
  transform: scale(1, 1);
}

.Timeline__NavLabel {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .Timeline {
    box-shadow: none;
  }

  .Timeline__Nav {
    margin-top: 40px;
    background: none;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }

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

  .Timeline__NavItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}



.player-btn span{
 line-height:0;
}
@media screen and (min-width: 1140px) {
  .Timeline__Nav {
    margin-top: 65px;
  }
}

.fpc-box{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
   

.fpc-box .item .item-inner{
   position: relative;
}
.fpc-box .item.big-item{
 width:100%;
      margin-bottom: 20px;
}
.fpc-box .item{
    padding-top:1px;
   padding-bottom:1px;
  padding-left:20px;
}
.fpc-box .text-box{
 position: absolute;
  left:30px;
  bottom: 30px;
}
.fpc-box{
 margin-left:-20px;
}
.fpc-box .item.small-item{
 width:calc(100% / 2);
}
.fpc-box .item .item-inner .image{
   width:100%;
  padding:20px;
  padding-bottom:0px;
}
.fpc-box .item .item-inner .FeatureText__ImageWrapper{

     margin-left: auto;
  overflow:unset;
}
.fpc-box .title{
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
}
.fpc-box .subtitle{
  font-size: 15px;
    margin-bottom: 15px;
}
.fpc-box .item .item-inner .FeatureText__ImageWrapper .AspectRatio{
 -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
   
}
.fpc-box .Button {
 min-width:142px;
}
/* .fpc-box .item .item-inner .FeatureText__ImageWrapper .AspectRatio:hover{
 transform: scale(1.05);
} */
.fbgi-box{
 position:relative;

}
.background-media-text__aligner{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5715rem;
    color: #fff;  
   width: 100%;
    text-align: center;
  line-height: 1.5;
    padding: 0px 40px;
 }

.featured-collection-item .CollectionItem__ImageWrapper{
 position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.featured-collection-item .Heading{
 color:#fff;
}
.featured-collection-item{
 margin-bottom:20px;
  
}
.featrued-CollectionList {
 margin-bottom:-20px;
}
.featrued-CollectionList .Button {
      min-width: 106px;
}
.featured-collection-item .CollectionItem__ImageWrapper{
   -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
}
.featured-collection-item .CollectionItem__Wrapper{
 -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
}
/* .featured-collection-item:hover .CollectionItem__Wrapper{
     transform: scale(0.95);
}
.featured-collection-item:hover .CollectionItem__ImageWrapper{
     transform: scale(1.05);
} */

.featured-review-container{
 padding:45px 0px; 
}
.featured-review-container .text{
     min-height: 105px;
    font-size: 18px;
    font-family: Montserrat-Light;
    line-height: 2;
    font-weight: 400;
}
.featured-review-container .image{
      display: flex;
    justify-content: center;
    align-items: center;
     margin: 80px 0px;
    width: 100%;
  min-height: 125px;
}
.fr-swiper-container .swiper-pagination-bullet{
 width:12px;
  height:12px;
  opacity:1;
  background-color:#c4c4c4;
  -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
}

.fr-swiper-container .swiper-pagination-bullet-active{
  width: 16px;
    height: 16px;
 background-color:#c4c4c4;
}
.featured-video-container h2{
  font-size: 29px;
}
/* .featured-review-section{
 margin-top:60px;
} */
.featured-video-container {
 padding-bottom:90px;
}


.featured-video-container header{
 margin-bottom:45px;
}

.featured-video-image{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 background-size: contain;
    background-repeat: no-repeat;
}



.fv-bottom-container{
  padding:20px;
  padding-bottom:35px;
  background-color:#fff;
}
.fv-bottom-container .content{
    min-height:60px;
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #9fa0a0;
}
.fv-bottom-container .title{
 font-size:15px;
  font-weight:700;
}
.featured-video-container .swiper-slide .FlexboxIeFix{
  position:relative;
}
.index-featured-video-container{
  padding-top:55px;
  margin-bottom:55px;
}
.index-featured-video-container .swiper-slide .FlexboxIeFix{
  opacity:0.8;
}
.featured-video-container .swiper-slide-active  .FlexboxIeFix,.featured-video-container .swiper-slide-prev  .FlexboxIeFix,.featured-video-container .swiper-slide-next  .FlexboxIeFix{
  opacity:1;
}

.featured-video-container .swiper-slide  .VideoWrapper{
     position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  z-index:-1;
}
.featured-video-container .swiper-slide  .ImageHero{
 position:relative;
}
.featured-video-container .swiper-slide .FlexboxIeFix.active .VideoWrapper{
  
 z-index:1;
}
.featured-video-container .swiper-slide .FlexboxIeFix.active .ImageHero {
  opacity:0;
 z-index:-1;
}
 .featured-video-container  .fv-video-placeholder-container,
 .featured-video-container  .VideoWrapper iframe{
height:100%;
   
 }

.hsc-content{
  display: flex;
 justify-content: space-between;
    align-items: center;
  flex-wrap:wrap;
  padding:30px 0px;
  color:rgba(0,0,0,0.8)
}
.hsc-inner .icon{
  width:40px;
  height:40px;
  margin-right:15px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.hsc-inner .icon svg{
   width:40px;
}
/* .hsc-content{
 margin-bottom:-20px;
} */
.hsc-content li{
 list-style: none;
  margin-bottom:20px;
}

.fcc-content{
    overflow:hidden;
}
.hsc-inner {
   display: flex;
  justify-content: center;
    align-items: center;
  font-weight: bold;
}
.sfh-content{
  flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  padding: 25px 0px;
  font-size: 16px;
}
.sfhc-right{
  border: 1px solid var(--border-color);
    background-color:var(--button-text-color);
}

.sfhc-right .Form__Input{
  border: none;
  margin-right:20px;
  font-family: 'Montserrat-Light';
      padding: 14px 14px;
}
.sfhc-right form{
    display: flex;
    justify-content: center;
    align-items: center;
}


.sfh-content a{
 line-height:0;
}
.sfhc-left{
margin-bottom:25px;
}
.Footer__Title {
     font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.Footer__Social .Icon{
    height: 19px;
    width: 19px;
  fill: #fff;
}
.Footer__Social .Icon path{
  fill: #fff;
}
.Footer__Block--text {
 position: relative;
}
.Footer__Block--text  .Footer__Social{
    position: absolute;
    bottom: 0px;
}
.Footer__Social a:hover{
 opacity:0.6;
}
.footer-brand-container{
 margin-bottom: 90px;
}
.fbc-content{
      display: flex;
    justify-content: flex-start;
    align-items: center;
  opacity:0.5;
}
/* .fbc-content .cell+.cell{
  margin-left:9.625vw;
} */
.courier-container{
     display: flex;
    justify-content: flex-start;
    align-items: center;
}
.courier-container li{
list-style: none;
  max-width: 44px;
  border: 1px solid #5a5a5a;
    border-radius: 5px;
}
.courier-container li+li{
 margin-left:20px;
}
.fappcrb-right{
  min-width:220px;
 display:flex;
  
}
.fappcrb-right .google-btn,.fappcrb-right .ios-btn{
 max-width:90px;
}
 .fappcrb-right .ios-btn+.google-btn{
    margin-left:20px;
  }
.footer-aside-container {
 position: relative;
}
.fac-content{
      max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  white-space: nowrap;
}
.fac-content .cell+.cell{
  margin-left:20px;
}

.footer-aside-container{
     padding-top: 40px;
    border-top: 1px solid #3e3a39;
    margin-top: 30px;
}
.footer-aside-container .Footer__Copyright{
 position: absolute;
}
.slideshow-video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    transition: all 0.2s ease-out;
}
.slideshow-video-container.active{
 opacity:1;
  z-index:2;
}
.slideshow-video-container video{
     width: 100%;
    height: 100%;
    object-fit: fill;
}
.Collapsible__Button_product{
  
 justify-content: flex-start !important;
}
.second-Collapsible__Content_product{
 padding-top: 13px;
}
.Collapsible__Button_product .neirong{
  
     display: block;
    color: #666666;
    font-size: 13px;
}

.Collapsible__Button_product .content{
 margin-left:40px;
}
.slideshow-video-btn-container:hover{
 transform: translate(-50%, -50%) scale(0.9);
}
.slideshow-video-btn-container{
   position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
   transition: all 0.2s ease-out;
}
#section-header{
 position: relative;
}
#section-header.Header--transparent::before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.Drawer_menu__Close{
 top:50px;
  left:50px;
}
.SidebarMenu .first-Heading{
     text-transform: uppercase;
  font-size: 15px;
      
}
.SidebarMenu .first-Collapsible{
 border-bottom: 1px solid #fff;
}
.Collapsible__arrow{
     line-height: 0;
}
.Collapsible__Button{
  
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Collapsible__Button[aria-expanded="true"]{
 color:#1fbaff;
}
.Collapsible__arrow{
  transition: all 0.2s ease-out;
}
.Collapsible__Button[aria-expanded="true"] .Collapsible__arrow{
  transform: rotate(90deg);
}

.Icon--account{
 fill:none;
}
#sidebar-menu .Drawer__Footer{
     padding-bottom: 80px;
}
.supports-hover .SidebarMenu .Link--primary{
 color:#fff;
}
.supports-hover .SidebarMenu .Link--primary:hover{
 color: var(--footer-heading-color);
       color: #1fbaff;
}
.SidebarMenu__Nav--secondary svg{
     width: 20px;
    height: 20px;
    margin-right: 23px;
}
/* .Collapsible .Collapsible.second-Collapsible{
 margin-left:65px;
} */
.Collapsible .Collapsible.second-Collapsible .Heading{
 font-size:15px;
}
.product-Collapsible__Inner{
 background-color: #fff;
}
.product-Collapsible__Inner a{
 
}
.product-Collapsible__Inner .image{
 width:50px;
}
.product-Collapsible__Inner .first-Collapsible__Content{
 padding-top:13px;
}
.product-Collapsible__Inner .title{
 color:#000000 ;
}
.sm-product-link{
     color: #9b9b9b;
    display: inline-block;
    margin-top: 18px;
      font-family: 'Montserrat-Light';
}
.first-Collapsible__Content{
margin-left:35px;
}
.product-Collapsible__Inner .first-Collapsible__Content{
 margin-left:50px;
}
.product-Collapsible{
 
}
.mb-fpc-box  .swiper-slide{
  margin:0px 5px;
    background-color: #f0f0f0;
    padding: 20px;
      transform: scale(0.94);
   -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    width: 70% !important;
}
.animate{
   -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
}
.mb-fpc-box  .image{
  min-height: 260px;
 
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-fpc-box  .swiper-slide.swiper-slide-active{
  transform: scale(1);
}

.mb-fpc-box .FeatureText__ImageWrapper{
 width:100%;
}
.mb-fpc-box .subtitle{
 font-size:12px;
  margin-bottom:3px;
 
}
.mb-fpc-box .text-box{
    
    position: absolute;
    bottom: 00px;
    width: calc(100%);
}

.mb-fpc-box .item-inner{
  position:relative;
  padding-bottom: 90px;
}
.featured-product-container {

  font-weight: bold;
    color: #000;
  letter-spacing: -1px;
     font-family: 'Montserrat-Medium';
}
.mb-fpc-box .title{
 margin-bottom: 10px;
}
.mb-fpc-box .Button{
  width: 100%;
  font-size: 13px;
  padding: 10px 28px;
}
.mb-fpc-box .Button::before{
 background-color:#000;
  
}
.mb-fbib-bottom{
   
    width: calc(100% - 40px);
        display: flex;
    justify-content: space-between;
   align-items: center;
    color: #fff;
}
.mb-fbib-bottom .mb-name{
 width:80%;
  margin-bottom:0px;
}
.mb-fbib-bottom svg{
 fill:#dbd9d9;
}
.player-botton{
 display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fafafa;
    justify-content: center;
    align-items: center;
}
.player-botton span{
 line-height:0;
}
.player-botton span svg{
 width:30px;
  height:30px;
}
.player-botton:hover{
 transform: scale(0.9);
}
/* #section-collection-list .Heading{
 font-size:23px;
} */

.fr-swiper-container .swiper-pagination{
 display: flex;
    justify-content: center;
    align-items: center;
}
.no-swiper-button{
   background-image:none;
      display: flex;
    justify-content: center;
    align-items: center;
}
.no-swiper-button svg{
  width:40px;
  height:40px;
}
.no-swiper-button svg,.no-swiper-button path{
 fill:#000;
  
}
.fv-swiper-container .no-swiper-button{

  z-index:-1;
  opacity:0;
}
.fv-swiper-container .swiper-button-prev{
  transform: rotate(180deg);
}
.Footer_link__Title{
    display: flex;
    justify-content: space-between;
    align-items: center;
  margin-bottom:0px;
}
.i-minus{
 display:none;
}
.Footer_link__Title h2{
 margin-bottom:0px;
}

.Footer_link_Linklist{
 margin-top:20px;
}
.mb-slideshow-video-btn{
	    width: 80px;
    height: 80px;
    padding: 25px 10px 25px 15px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.mb-slideshow-video-btn svg{
  width:100%;
  height:100%;
  fill:#fff;
}
.collection-cover-video-box video{
 width:100%;
}
.ccvb-inner{
  position: relative;
}
.CollectionMain{
 margin-top:27px;
}
.ccvb-inner:hover .collection-cover-video-btn{
  opacity:1;
}
 .collection-cover-video-btn{
  display: flex;
    justify-content: center;
    align-items: center;
   position: absolute;
    right: 30px;
    bottom: 25px;
    width: 86px;
    height: 86px;
    background-color: rgba(250,250,250,0.09);
    border-radius: 50%;
  cursor: pointer;
  opacity:0;
}
.collection-cover-video-btn svg{
     width: 30px;
  height:30px;
    fill: #fff;
}
.collection-cover-video-btn:hover{
  transform: scale(0.9);
}
.CollectionToolbar__Item--sort{
      padding: 13px 17px !important;
    line-height: 1;
    border-bottom: solid 1px #9fa0a0;
  text-transform: uppercase;
}
.Popover__Value.is-selected {
      background-color: #000000;
    border-radius: 6px;
    border: solid 1px #000000;
    color: #fff;
    font-weight: bold;
}
.i-plus svg,.i-minus svg{
     width: 15px;
  height:15px;
}

.plus-minus-icon{
 width: 20px;
    height: 20px;
 display: inline-flex;
    justify-content: center;
    align-items: center;
}
.burger-icon{
    display: block;
    height: 2px;
    width: 16px;
    left: 0px;
    position: absolute;
    transition: all 0.25s ease-out;
    background: currentColor;
}

.sidebar-menu-box{
 width:30px;
  height:30px;
}
.burger-icon--bottom {
  top: 21px; }
.burger-icon--top {
  top: 7px; }
.burger-icon--mid {
  top: 14px; }

.Header--transparent .burger-icon{
  background-color:#fff;
}



/* product custom css  */
.ProductMeta__Title{
  color: #000;
  font-weight: bold;
}
.ProductMeta_short_title{
  color:#9fa0a0;
}
.ProductMeta_short_desc{
  color:#000;

}
.ProductMeta_short_desc p{
  line-height:2;
  margin-bottom:0;
}
.short_overview{
  color:#1fbaff;cursor: pointer;
}
.short_overview:hover{
    color:#000;
  }
.ProductMeta_price_tips{
  color:#979797;
}
.ProductMeta__Price{
  color:#000;
}
.btn-in-line{
  display:flex;
  
}
.player-btn .play{
 display:none;
}
.btn-in-line .shopify-payment-button{
  width:100%;
  margin:0;
  padding-left:0;
  padding-right:0;
}
.submit-btn-box{
  width:100%;
 display:flex;
}
.submit-btn-box .sbt-left{
 padding-right:6px;
  
}
.submit-btn-box.select-box,
.submit-btn-box .select-box .main-box{
 position:relative;
  line-height: 0;
}
.submit-btn-box .select-box{
 position:relative;
}
.submit-btn-box .btn{
  display:block;
 padding-right: 40px;
  padding: 14px 7px;
}
.i-cion-long-arrow{
  display:block;
 position:relative;
  line-height:0;
 
}
.i-cion-long-arrow svg{
   transform: translateX(10px);
  
}

.Button:hover .i-cion-long-arrow::after{

   transform:scaleX(1.2) translateY(-50%);
}

.icon.icon-long-arrow{
    -webkit-transition:transform  .3s ease;
    transition:transform  .3s ease;
}
.i-cion-long-arrow::after{
content: "";
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
      transform-origin: right center;
   -webkit-transition:transform  .3s ease;
    transition:transform  .3s ease;
}
.submit-btn-box .select-box .i-icon{
 position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  z-index: 2;
  cursor: pointer;
    -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
}   
.submit-btn-box .select-box .i-icon path{
fill:#fff;
}
.submit-btn-box .sbt-right{
 padding-left:6px;
  
}
.submit-btn-box  .option-box .btn{
 margin-bottom:6px;
}
.submit-btn-box  .btn:hover{
 border-color:#000;
}
.submit-btn-box .option-box{
  width:100%;
      position: absolute;
 line-height:0;
  margin-top:6px;
  display:none;
  z-index: 4;
}

.submit-btn-box .ProductForm__AddToCart{
 margin-bottom:6px;
}
.submit-btn-box .sbt-left,.submit-btn-box .sbt-right{
 flex:1;
}
.select-box.active .i-icon{
  transform: translateY(-50%) rotate(-90deg);
}
.submit-btn-box .btn{
     background: #1fbaff;
    color: #fff;
}
.btn-in-line .ProductForm__AddToCart {
 padding:14px 2px;
  background:#1fbaff;
  color:#fff;
}
.shopify-payment-button__button{
   padding-left:0;
  padding-right:0;
}
.Product__SlideshowMobileNav .dot{
  background: #c4c4c4;
  border: 2px solid #fbfbfb;
}
.Product__SlideshowMobileNav .dot.is-selected{
  background: #c4c4c4;
  border-color: #c4c4c4;
}
/* .Product__SlideshowNavArrow{
  display:none;
} */
.show-icons{
  display:flex;
  align-items: center;
  font-size:12px;
  color:#000;
  margin-top:30px;
  justify-content: space-between;
}
.show-icons svg{
  width:30px;
  height:auto;
  margin-right:5px;
}
.show-icons li{
  list-style:none;
      display: flex;
    align-items: center;
  padding-right:10px;
}
.product-desc-tabbar-box{
  position:relative;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.box-video-block {
  margin-bottom:7.8125vw;
}


#product-desc-tabbar{
    
    width: 100%;
    background: #fff;
    color: #000;
    transition: transform .2s ease-out;
}
.product-video-list-container{

    background:#f3f3f3;
}
.product-video-list-container .video-list{
 max-width:1680px;
  margin:0 auto;
  padding:0px 40px;
}
#product-desc-tabbar li{
    font-weight:bold;
  position: relative;
  list-style:none;;
    padding: 9px 0px 9px 0;
    text-transform: uppercase;
      cursor: pointer;
}
#product-desc-tabbar li::after{

  content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #000;
    left: 5%;
    bottom: -9px;
      transition: all .3s ease;
}
#product-desc-tabbar li.active::after{
 width: 90%;
}
#product-desc-tabbar li[data-target="#Product__InfoWrapper"]{
  min-width:160px;
  line-height:0;
  padding-right:0px;
}
#product-desc-tabbar .cell span{
  position:relative;
}
#product-desc-tabbar .btn{
    padding: 8px 10px;
    cursor: pointer;
    font-size: 12px;
    min-height: 42px;
    line-height: 2;
  width:100%;
}
#product-desc-tabbar .btn:after{
  display:none !important;
}


/*   @media screen and (min-width:769px){
    #product-desc-tabbar{
  transform: translateY(-50%);
    }
  } */
#product-desc-tabbar.sticky{
    position: fixed;
    transform: translateY(0);
    top: 0;
    z-index: 3;
    margin: 0 auto;
        left: 0;
    right: 0;
  }

.Product{
  background: #fbfbfb;
}
.collection-header-mb{
 margin-top:50px;
}

.clc-box{
 display: flex;
    margin-left: 6%;
  align-items: center;
}
.product-desc-inner-tabbar{
      display: flex;
    justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:768px){
  .supports-sticky .Search[aria-hidden="true"] + .Header--transparent{
   background-color:#ffffff ;
  }
  .clc-box{
    margin:0px;
    display:none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
  }
  #product-desc-tabbar li::after{
   background-color:#fff;
    bottom:6px;
  }
#product-desc-tabbar{
  margin-top:-1px;
  border:none;
    background: #000;
    color: #fff;
   
}
   .shopify-section--header,.CollectionToolbar{
transition: transform .3s ease;
     margin-bottom:0!important;
    }
  }
  .fv-swiper-container .no-swiper-button{
z-index:2;
    opacity:1;
}
  .product-desc-inner-tabbar{
   
    padding-left:5px;
  }
  .pdci-title{
    position: relative;
    text-align: left;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 20px;
   
    
  }
  .pdci-title span{
       float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
.pdc-item-container{
 margin-top:30px;
}
.pdci-title span svg{
  width:18px;
}
 
  .spec-cont{
        display: flex;
    margin-top: 8vw;
    color:#9fa0a0;
    text-align:center;
  }
  .spec-cont h3,.spec-cont strong{
    color:#000;
    font-size:18px;
  }
  .spec-cont p{
    margin-bottom:0;
    line-height:2;
  }
  #spec{
    background:#fff;
  }
}
.spec-cont{
  display:flex;
  flex-wrap: wrap;
}
 .spec-cont .spec-left-box,.spec-cont .spec-right-box{
  width:100%;
  list-style:none;
  margin-bottom:-20px;
}
.spec-cont li{
 color: #9fa0a0;
    margin-bottom: 20px;
    font-family: 'Montserrat-Ligth';
}
@media screen and (min-width:769px){
  .spec-cont .spec-left-box,.spec-cont .spec-right-box{
    width:50%;
  }
}
.pdc-item .SectionHeader__Heading{
  border-bottom:1px solid #ddd;
  padding-bottom:20px;
      font-weight: bold;
    text-transform: uppercase;
}
.pdc-item {
  padding-top:4.12vw;
  padding-bottom:4.12vw;
}
#faq{
  background:#f3f3f3;
}

.faq-content{
  display:flex;
}
.faq-content li,.faq-tab li{
  list-style:none;
}
 .faq-tab{
  width:100%;
}

.faq_tab_content{
  width:100%;
  position:relative;
  overflow:hidden;
}
@media screen and (min-width:769px){
  .faq-tab{
  width:200px;
}
.faq_tab_content{
  width:calc(100% - 200px);
}
}
.faq-item{
  opacity:0;
  position:absolute;
  z-index:1;
  
}
@media screen and (min-width:769px){
.faq-item .page{
  padding:0 10px;
}
}
.faq-item.active{
  opacity:1;
  position:relative;
  z-index:2;
  height:100%;
}
.faq-tab span{
  font-weight:bold;
  padding-bottom:10px;
  border-bottom:2px solid transparent;
  cursor: pointer;
}
.faq-tab .pactive span{
  border-bottom:2px solid #1fbaff;
}
.faq-tab li{
  padding:0 10px 3vw 10px;
}
.faq-item .content{
  display:none;
  color:#9fa0a0;
  padding-left:30px;
}
.pfic-content .page-box .item{
  margin-bottom:20px;
}
.faq-item .item{
  margin-bottom:20px;
}
.pfic-content .page-box .title,
.faq-item .title{
  position:relative;
  padding-left:30px;
  cursor: pointer;
}
.pfic-content .page-box .title:before,
.faq-item .title:before{
  content: "\002B";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #fff;
    height: 15px;
    width: 15px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translateY(-50%);
}
.pfic-content .page-box .title.active:before,
.faq-item .title.active:before{
  content: "\2212";
}
.pfic-content .page-box .item:first-child .content，
.faq-item .item:first-child .content{
  display:block;
}

@media screen and (min-width:1025px)and (max-width:1365px){
  #section-collection-list .Heading{
   font-size: 1.7vw;
  }
  .fpc-box .title{
  font-size: 1.7vw;
  }
  .fpc-box .subtitle{
    font-size: 0.9vw;
  }
  .Button{
        padding: 10px 15px;
    font-size: 0.71vw;
  }
  .fpc-box .item .item-inner{
    min-height: 400px;
    display: flex;
    align-items: center;
  }
 
  .fpc-box .small-item .item-inner .FeatureText__ImageWrapper{
    max-width: 20vw !important;
  
  }
  .featured-review-container .image{
   margin:70px 0px;
  }
}


@media screen and (max-width:768px){
  .js-drawer-open-left .Header{
background: #000!important;
    color: #fff!important;
}
.js-drawer-open-left.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoImage--transparent{
    opacity: 1;
}
.js-drawer-open-left.supports-sticky .Search[aria-hidden=true] + .Header--transparent .Header__LogoImage--primary:not(:only-child){
    opacity: 0;
}
  .product-video-list-container .video-list{
   padding:0px;
  }
  .faq-tab{
   display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-tab li{
   padding-left:0px;
    padding-right:0px;
    
  }
  .pdc-content {
   margin-top:10px;
   
  }
  .pdc-item-container{
   margin-top:60px;
  }
  .pdc-item{
   
    padding:0px;
   
  }
  #faq{
    background:#fff;
  }
  .pdc-item .SectionHeader__Heading{
    border-color:#000;
  }
   .faq-content{
    flex-wrap:wrap;
  }
  .faq-tab li{
    display:inline-block;
  }
  .fat-tab{
    display:flex;
    justify-content: space-between;;
  }
  .faq-tab span{
    padding-bottom:10px;
  }
  .faq-item .title:before{
    top:13px;
  }
  .faq_tab_content{
    padding-top:20px;
  }
}
.faq-prev,.faq-next{
      bottom: 0;
    top: auto;
      width: 20px;
    height: 20px;
    background-size: contain;
}
.faq-prev{
  left:auto;
  right:50px;
}

/* download */
#download table{
  width:100%;
}
#download table td{
  padding:16px 0;
}

#download figure{
  margin:0;
}
#download table td:last-child a{
  position:relative;
  font-size:12px;
}
#download table td:last-child a:after{
  content:"";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='%E5%9B%BE%E5%B1%82_1' data-name='%E5%9B%BE%E5%B1%82 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18.5 18.49'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3B%7D.cls-2%7Bclip-path:url(%23clip-path)%3B%7D.cls-3%7Bfill:%231fbaff%3B%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(0 0)'%3E%3Crect class='cls-1' width='18.5' height='18.49'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Eproduct-download%3C/title%3E%3Cg class='cls-2'%3E%3Cpath class='cls-3' d='M18.5%2C17.68a.81.81%2C0%2C0%2C1-.81.81H.81a.81.81%2C0%2C1%2C1%2C0-1.61H17.7a.8.8%2C0%2C0%2C1%2C.8.8M9.25%2C15.4a.81.81%2C0%2C0%2C1-.81-.8V.81a.81.81%2C0%2C0%2C1%2C1.62%2C0V14.6a.8.8%2C0%2C0%2C1-.81.8' transform='translate(0 0)'/%3E%3Cpath class='cls-3' d='M9.82%2C15.16a.8.8%2C0%2C0%2C1-1.14%2C0L2.61%2C9.09A.81.81%2C0%2C0%2C1%2C2.61%2C8%2C.8.8%2C0%2C0%2C1%2C3.75%2C8L9.82%2C14a.8.8%2C0%2C0%2C1%2C0%2C1.14' transform='translate(0 0)'/%3E%3Cpath class='cls-3' d='M8.68%2C15.16a.8.8%2C0%2C0%2C1%2C0-1.14L14.75%2C8a.81.81%2C0%2C1%2C1%2C1.14%2C1.14L9.82%2C15.16a.8.8%2C0%2C0%2C1-1.14%2C0' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E");
  width:28px;
  height:28px;
      display: block;
    position: absolute;
    right: -28px;
    bottom: -11px;
}

@media screen and (max-width:768px){
  #download table tr{
    position:relative;
  }
  #download table td:first-child{
        position: absolute;
    transform: translateY(-20px);
    font-weight: bold;
  }
  #download table td:nth-child(2){
    width:60%;
  }
  #download table td:nth-child(3){
    width:24%;
  }

  #download table td:last-child{
   text-align:center;
  }
}
/* product single video */
 .bgstop {
   opacity:0;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.bgstop.opacity1{
 z-index:2!important;
}


.stop-svg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.stop-svg .hover-btn {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: scale(0);
}

.bgstop:hover .stop-svg {
  opacity: 1;
}
.bgstop:hover .stop-svg:hover .hover-btn {
  transform: scale(2);
}

.bgvideo svg, .bgstop svg {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  margin: auto;
  width: 70px;
  height: auto;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  -ms-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.bgvideo svg:hover path:first-child,
.bgstop svg:hover path:first-child {
  fill: #eae9e9 !important;
}

.bgvideo .hover-btn,
.stop-svg .hover-btn {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: auto;
  z-index: 3;
  transform: scale(0);
}

.bgvideo:hover .hover-btn,
.stop-svg:hover .hover-btn {
  transform: scale(2);
}

.bgvideo img {
  height: 100%;
  width: 100%;
}

.box-video-block {
  position: relative;
}

.box-video-block h2{
  display:none;
}
#mute-toggle {
  position: absolute;
  right: 10px;
  top: 3vw;
  color: #fff;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}


.box-video-block  .video-wrapper iframe{
  width:100%;
  height:100%;
}
.box-video-block .video-wrapper{
 position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.box-video-block .bgvideo{
  position: relative;
    z-index: 2;
}
.opacity0{
 opacity:0;
  z-index:0;
}
.opacity1{
 opacity:1;
  z-index:1;
}
@media screen and (max-width: 520px) {
.video-wrapper iframe{
  height:100vw;
}
.box-video-block h2{
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    left: 10px;
    font-size: 20px;
    width: 60vw;
  }
}
.product-video-list-container .featured-video-container{
 padding-top:4vw;
}

.video-list .SectionHeader__Heading{
  border-bottom:none !important;
  padding-bottom: 0;
}
.video-list .SectionHeader{
  margin-top:20px;
  margin-bottom:20px;
}
/* left image with text */
.pdc-content{
  font-family: 'Montserrat-Light';
}

.pdc-content .cell {
  padding: 50px 0;
}
.text-image-left-right-cell .text-item {
  margin-top: 20px;
  padding: 20px 60px !important;
  margin-bottom: 0px;
  width:50%;
}
.text-image-left-right-cell {
 overflow:hidden;
}
.text-image-left-right-cell .left-image-box {
  flex-wrap: wrap;
}
.text-image-left-right-cell img {
  max-width: 100%;
  width: 100%;
}
.text-image-left-right-cell .right-image-box {
  flex-wrap: wrap;
}
.text-image-left-right-cell .right-image-box .text-item {
  order: 1;
  padding: 0px;
}
.text-image-left-right-cell .right-image-box img {
  order: 2;
}
.text-image-left-right-cell h1.title {
  text-align: left;
  font-weight: 500;
  font-size: 22px;
}
.text-image-left-right-cell {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.text-image-left-right-cell .left-image-box {
  display: flex;
  align-items: center;
  background: transparent;
}
.text-image-left-right-cell .left-image-box img + .text-item {
  padding-left: 60px;
  padding-right: 40px;
}
.text-image-left-right-cell .left-image-box.bg-grey .text-item {
  background: #f6f6f6;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .text-image-left-right-cell .left-image-box.bg-grey .text-item {
    width: calc(100% - 300px );
    margin-left: 30px;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.text-image-left-right-cell .right-image-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-image-left-right-cell .right-image-box .text-item {
  padding-left: 40px;
}
.text-image-left-right-cell .right-image-box .text-item + img {
  margin-left: 60px;
}
.text-image-left-right-cell img {
  max-width: 50%;
}
.text-image-left-right-cell .text {
  max-width: 600px;
  font-size: 17px;
}
.right-image-box .text-item+img{
      margin-left:0px !important;
    }
    .right-image-box .text-item{
    
      padding-left:0px;

    }

.text-image-left-right-cell .text-item h2{
  font-size:29px;
  font-weight:bold;
      font-family: 'Montserrat-Medium';
  color:#000;
}
.mobile-image,.pc-image{
  display:block;
}
.mb-fixed-cart{
 position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    transform: translateY(100%);
    transition: all .3s ease;
    background: #fff;
    border-top: 1px solid #b4b4b4;
}
.faq-map-contianer{
 margin:80px 0px; 
}
.faq-map-contianer .image{
     max-width: 72px;
      margin: 0 auto;
  padding-bottom: 26px;
}
.faq-map-contianer  .title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 700;
}
.faq-map-contianer  .content{
 color: #727171;
  font-size:14px;
  text-align:center;
}
.faq-map-contianer  .content a{
  color: #35aee5;
  text-decoration: underline;
}
.fm-inner{
 
}
.faq-map-contianer .fm-inner{
      padding-right: 24px;
margin-bottom:72px;
}
.faq-map-contianer{
 margin-bottom:-90px;
}
.faq-template-container{
 margin-top:9.75rem;
}

.faq-template-container .SectionHeader__Heading{
 font-size:24px;
  margin-bottom:29px;
}
.faq-search-container,.faq-search-form{
     display: flex;
    justify-content: center;
    align-items: center;
}
.faq-search-container .faq-search-btn{
 display:flex;
}
.faq-search-container .faq-search-btn g{
 stroke: #9fa0a0;
}
.faq-search-container .faq-search-btn svg{
 width:20px;
  height:20px;
}
.faq-search-inner {
    position: relative;
 }
.faq-search-inner input{
     color: #9fa0a0;
   
    padding: 2px 10px;
    FONT-WEIGHT: 200;
    width: 150px;
    height: 30px;
    border-radius: 25px;
    border: solid 1px #9fa0a0;
    margin-right: 12px;
    font-size: 14px;
    padding-right: 30px;
}
.faq-search-close{
  width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9fa0a0;
  position: absolute;
    right: 25px;
    top: 50%;
      opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
}
.faq-search-close.active{
  opacity: 1;
    pointer-events: auto;
}
.faq-container-inner{
 margin-top:95px;
}
.FaqSummary__Link{
     display: flex;
    justify-content: space-between;
    align-items: center;
}
#search-answer{
 display:none;
}
.FaqSummary__LinkIcon .minus{
display:none;
}
.faq-contact-contianer{
 margin-top:90px;
}
.faqcc-inner .title{
    font-size: 24px;
    margin-bottom: 24px;
  font-weight:bold;
  line-height: 1;
}
.faqcc-inner  .content{
 color: #221815;
  font-size:15px;
      line-height: 2;
  margin-bottom:85px;
   font-family: 'Montserrat-Light';
 
  
}
.faqcc-inner-other{
  padding-left:20%;
}
.faqcc-inner-contact-us{
  padding-right: 20%;
  padding-left:0px;
}
.faqcc-inner-contact-us .content{
  margin-bottom:35px;

}
.faqcc-inner  .content a{
 color: #35aee5;
}
.faqcc-inner .Button{
    padding: 12px 24px;
    border-radius: inherit;
    text-transform: none;
    font-size: 16px;
    border: 1px solid #000!important;
    letter-spacing: normal;
    margin-bottom: 85px;
}
.faqcc-inner-contact-us{
 margin-bottom:40px;
}
.faqcc-bottom-content{
 font-size:14px;
 font-family: Montserrat-Light;
}
.faqxx-inner-contact-us{
 padding-right:20%;
}
.faq-big-title{
      display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-big-title .name{
  padding: 5px 28px;
    font-size: 24px;
    line-height: 1;
    min-width: 160px;
    text-align: left;
    border-radius: 50px;
    border: solid 2px #727171;
}
.faq-subtitle{
  margin: 35px;
    font-size: 15px;
  margin-bottom:0px;
}
.faq-subtitle__Item{
 color:#727171;
  cursor: pointer;
}
.faq-subtitle__Item.active{
 color:#000;
}
.faq-subtitle__Item +.faq-subtitle__Item {
 margin-top:10px;
}
.Faq__Question{
      padding: 15px;
    padding-left: 62px;
    font-size: 15px;
  background-color: #fafafa;
}
.Faq__Answer{
        padding: 15px 0 15px 0;
    padding-left: 62px;
    font-size: 14px;
}

.Faq__Answer a{
  color: #35aee5;
}
.faq-big-title.active  .name{
background-color:#000;
  color:#fff;
  border-color:#000;
}
.faq-big-title.active .minus{
 display:block;
}
.faq-big-title.active .plus{
 display:none;
}
.FaqSummary__LinkIcon i{
 width:18px;
  height:18px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.faq-subtitle{
 display:none;
}
.FaqSummary+.FaqSummary{
 margin-top:48px;
}
.faq-contact-contianer{
 margin-bottom:-68px;
}
.faq-container-inner.result .Faq__Item{
 display:none;
}

.faq-container-inner.result .Faq__Item.active{
 display:block;
}

.mb-faq-type{
 margin-top: 58px;
    padding-top: 17.5px;
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mb-faq-type li{
     list-style: none;
    font-size: 21px;
    font-weight: bold;
  padding-bottom: 16px;
    position: relative;
}


.mb-faq-type li::after{
     content: '';
    width: 0%;
    height: 1px;
    background-color: #1fbaff;
    position: absolute;
    bottom: 0;
    left: 0;
  transition: all .3s ease;
}
.mb-faq-type li.active::after{
    width: 100%; 
}
.mbftn-icon{
 width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  margin-right: 17px;
}

.mb-faq-type-name{
  
 display: flex;
    justify-content: flex-start;
    align-items: center;
      
}
.mbftn-icon .minus{
 display:none;
}
.mbftn-icon span{
 line-height:1;
}
.mb-faq-type-name .name{
 font-weight:700;
  font-size:16px;
}
.mb-faq-type-item-outer+.mb-faq-type-item-outer{
 margin-top:34px;
}
.mb-faq-type-name.active .minus{
 display:block;
}
.mb-faq-type-name.active .plus{
 display:none;
}
.mb-faq-type-item-inner{
 display:none;
  padding-top: 34px;
}
.mb-faq-type-item-outer{
 display:none;
}
.faq-template-content.active .mb-faq-type-item-outer{
  display:block;
}
.ppbc-inner_text-content{
 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  line-height:1.2;
}

.banner__Content--topLeft,
.banner__Content--middleLeft,
.banner__Content--bottomLeft {
  text-align: left;
}
.banner__Content--topLeft .ButtonGroup,
.banner__Content--middleLeft .ButtonGroup,
.banner__Content--bottomLeft .ButtonGroup {
  justify-content: flex-start;
}

.banner__Content--middleRight,
.banner__Content--bottomRight,
.banner__Content--topRight{
  text-align: right;
}
.banner__Content--topRight .ButtonGroup,
.banner__Content--middleRight .ButtonGroup,
.banner__Content--bottomRight .ButtonGroup {
  justify-content: flex-end;
}

.banner__Content--bottomLeft,
.banner__Content--bottomCenter,
.banner__Content--bottomRight {
  top: auto;
  bottom: 4%;
  left: 3%;
  transform: none;
}


.banner__Content--topLeft,
.banner__Content--topCenter,
.banner__Content--topRight {
  top: 3%;
  bottom: auto;
  left: 4%;
  transform: none;
}
.banner__Content--bottomCenter,.banner__Content--topCenter{
 left:0px;
  padding:0px 40px;
}
.banner_Content--bottomCenter, .banner__Content--topCenter{
 width:100%;
}
.ppbc-inner{
 position:relative;
}
.privacy-policy-banner-contianer{
 margin-bottom:88px;
}
.wmidtext-item-title,
.ppcc-inner .title{
   font-size: 24px;
    font-weight: 700;
    margin-bottom: 36px;
}
.ppcc-inner .content{
 font-size: 15px;
    color: #727171;
  line-height:1.8;
}
.ppcc-inner .item{
 margin-bottom:60px;
  padding-bottom:32px;
  border-bottom:solid 1px #898989;
}
.umbc-inner{
 margin-bottom:44px;
}
.um-inner_text-content .title{
    font-size: 29px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 28px;
  color:#000;
}
.um-inner_text-content .content{
 font-size:15px;
}
.user-manuals-banner-contianer{
 margin-bottom:60px;
}
.umnc-inner{
      border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    padding: 20px 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.umnc-inner .item{
  	color: #727171;
 font-size: 15px;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
    position: relative;
}
.umnc-inner .item.active{
  color: #000;
}
.umnc-inner .item:hover{
 color: #000;
}
.umnc-inner .item+.item{
 margin-left:16.5%;
}

.umnc-inner .item::after{
 content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 0%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}

.umnc-inner .item.active::after,
.umnc-inner .item:hover::after{
  width: 100%;
}
.dpi-link a{
  position: relative;
    display: inline-flex;
    width: 63px;
    height: 22px;
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #000;
    justify-content: center;
    align-items: center;
}
.dpi-link a::before{
 content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -101%;
    background-color: #000;
    z-index: -1;
    transition: left .3s ease!important;
}
.dpi-link a:hover::before{
left: 0!important;
}
.dpi-link a:hover svg path{
 transition: all .4s ease-out!important;
}
.dpi-link a:hover svg path{
 fill:#fff;
}
.dpi-name{
  width:33.333%;
 color: #1fbaff;
}
.dpi-time{
   width:33.333%;
  color: #727171;
}
.download-product-imageWrapper{
 margin-bottom:20px;
}
.download-product-imageWrapper .ProductItem__ImageWrapper {
 background: #f7f7f7;
}
 .download-product-imageWrapper .ProductItem__Image{
        -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
  }
   .download-product-imageWrapper .ProductItem__Image:hover{
        transform: scale(1.05);
  }
.download-product-title{
    font-size: 24px;
    font-weight: bold;
  margin-bottom:20px;
  color:#000;
  line-height: 1;
}
.download-product-item+.download-product-item{
 margin-top:10px;
}

.user-manuals-nav-container{
 margin-bottom:45px;
}
.mb--download-page-container .swiper-container{
 padding-bottom: 75px;
}
.mb--download-page-container .swiper-pagination{
 bottom:0px;
}
.download-statement-container p{
 margin:0px;
}
.download-statement-container{
        padding-top: 76px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    max-width: 50%;
    margin: 0 auto;
}
.download-statement-container a{
 color: #1fbaff;
    font-family: 'Montserrat-Light';font-weight: 500;
}
a.dpi-name{
     text-decoration: underline;
}

.mb--download-page-container .swiper-pagination-bullet-active{
 background:#1fbaff;
}
.user-manuals-content-container{
 padding-bottom:96px;
}
.user-manuals-content-container .i-cion-long-arrow svg{
 width:22px;
}
.user-manuals-content-container  .i-cion-long-arrow::after{
 height: 1px;
  right:0px;
  -webkit-transition: all .3s ease; 
    transition: all .3s ease;
}
.user-manuals-content-container .dpi-link a:hover  .i-cion-long-arrow::after{
 background:#fff;
}
.about-introduce-container{
 margin-bottom:52px;
}
.about-nav-container{
  position:relative;
  margin-bottom:60px;
   
}
.amnc-inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 0px;
    line-height:1;

}
.ascc-nav-inner{
 margin-bottom:4.25rem;
}  
.amnc-inner.more{
 justify-content: space-between;
}
.amnc-inner .item{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.media-nav .item::after,
.amnc-inner .item::after{
 content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 0%;
    height: 2px ;
    background-color: #35aee5;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.transition{
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.media-nav .item.active::after,
.media-nav .item:hover::after,
.amnc-inner .item.active::after,
.amnc-inner .item:hover::after{
  width: 100%;
}
.amnc-outer{
 position: absolute;
    width: 100%;
    top: 0px;
  z-index:3;
  background:#fff;
     border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
   transition: all .3s ease;
}
.amnc-outer-shadow{
 
    pointer-events: none;
    opacity: 0;
}

.amnc-outer.sticky{
      position: fixed;
}

.about-timeline-container{
  padding-top:80px;
 padding-bottom:40px;
}
.about-timeline-container .Timeline__Inner{
 padding:64px;
}
.about-timeline-container .Timeline__Inner .Heading  p{
 margin:0px;
}
.about-timeline-container .Timeline__Inner .SectionHeader__Heading{
    font-size: 24px;
    font-weight: bold;
    color:#000;
  margin-bottom:32px;
}
.about-timeline-container .Timeline__Inner .SectionHeader__Description{
 margin:0px;
  max-width:unset;
  line-height:2;
}
.about-blogs-container .bhtw-time-box{
     font-family: 'Montserrat-Light';
}
.about-timeline-container .Timeline__ListItem {
 height:unset!important;
}
.about-timeline-container .Timeline__Item{
 position:relative!important;
}
.about-timeline-container .Timeline__NavLabel{
     font-size: 23px;
    font-weight: bold;
  line-height:1;
}
.about-timeline-container .Timeline__NavWrapper .Timeline__NavItem+.Timeline__NavItem{
margin-left:12%;
}

.about-timeline-container .Timeline__NavItem::after{
     left: 15px;
    width: calc(100% - 30px);
}

.about-coverage-container{
 margin-top:60px;
  padding-top:60px;
}
.about-brands-second-contianer .SectionHeader__Heading,
.about-brands-contianer .SectionHeader__Heading,
.about-coverage-container .SectionHeader__Heading{
 font-size:24px;
  font-weight:bold;
}
.about-blogs-container {
 padding-top:80px;
 padding-bottom: 65px;
}
.about-blogs-container .SectionHeader__Heading{
    font-size: 24px;
    font-weight: bold;
    color:#000;
  margin-bottom:0px;
}
.about-blogs-container .SectionHeader {
  margin-bottom:40px;
}
.aai-inner,.aai-left{
     display: flex;
    align-items: flex-start;
}
.articleList-box{
 display:none;
}
.articleList-box.active{
 display:block;
}
.month-filter-box{
 margin-bottom:50px;
}
.month-filter-box .item{
     padding: 1px 20px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 25px;
      border: 1px solid transparent;
  cursor: pointer;
  margin-right: 20px;
}
.month-filter-box .Button {
      padding: 3px 30px;
      font-weight: bold;
}
.month-filter-box .Button svg{
    margin-left: 5px;
  height:25px;
}

.month-filter-box .item:hover{
  border: solid 1px #0d0d0d;
}
.month-filter-box .item.active{
     background-color: #0d0d0d;
    border: solid 1px #0d0d0d;
    color: #fff;
}
.month-filter-box,.mfb-box{
    display: flex; 
    align-items: flex-start;
}
.aai-inner{
  justify-content: space-between;
}
.aai-left .aail-left{
 max-width:405px;
}
.aai-left .aail-left,.aai-left .ArticleItem__Content{
 flex:1;
}
.about-blogs-container .ArticleItem__ImageWrapper{
 margin-bottom:0px;
}
.about-blogs-container .ArticleItem{
  background-color: #f7f7f7;
 }
.aai-left .ArticleItem__Content{
     margin-top: 3.2458vw;
    margin-left: 2.6041vw;  
    margin-bottom: 2.083vw;
  margin-right: 4.1666vw;
}
.about-blogs-container .cell+.cell{
 margin-top:25px;
}
.about-blogs-container .cell:hover{
 box-shadow: 8px 6px 7px 1px rgba(198, 198, 198, 0.49);
}
.about-blogs-container  .ArticleItem__Title {
     font-size: 18px;
    font-weight: bold;
    line-height: 2;
  margin-bottom: 2.6041vw;
}
.about-blogs-container .ArticleItem__Excerpt{
 color: #727171;
}

.aai-blog-time-box .data{
      display: flex;
    align-items: center;
    justify-content: center;
  font-size: 33px;
  color: #727171;
}
.aai-right{
     margin-top: 20px;
    margin-right: 2.6041vw;
}

.aai-blog-time-box .year{
      font-size: 19px;
    font-weight: bold;
    color: #727171;
}
.about-blogs-container .btn-Link{
  margin-top: 3.125vw;
      position: relative;
    overflow: hidden;
   display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 23px;
    border: solid 1px #000;
}
.about-blogs-container .btn-Link svg{
    width: 18px;
    height: 15px;
 -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.about-blogs-container .btn-Link svg path{
 -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.about-blogs-container .btn-Link::before{
 content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -101%;
    background-color: #000;
    z-index: -1;
    transition: left .3s ease!important;
}
.about-blogs-container .btn-Link:hover::before{
    left: 0%;
}
.about-blogs-container .btn-Link:hover svg path{
 fill:#FFF;
}
.about-blogs-container .ArticleList{
margin-bottom:0px;
}
.bold-title{
  font-size: 24px;
    font-weight: bold;
  line-height:1;
}
.about-brands-contianer{
 padding-top:85px;
  padding-bottom:65px;
}
.common-header{
 margin-bottom:32px;
}

.abcc-inner-box{
  position: absolute;
    top: 0px;
  left:0px;
  width:100%;
    height: 100%;
 padding:4.8958vw 2.8645vw 70px;
  
}
.abc-content .title{
  font-size: 21px;
  color:#000;
  font-weight:bold;
  margin-bottom:2.6041vw;
}
.abc-content  .content {
 color: #9fa0a0;
    line-height: 2.5;
}
.abc-content  .logo-image{
 margin-bottom:8.8541vw;
}
.abc-content .Button{
  position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
      padding: 4px 27px;
 }
.abc-swiper-container .CollectionItem__Image{
  position: relative !important;
z-index:2;
}
.abc-content .logo-image{
  position:relative;
 text-align:center;
  z-index:3;
}
.about-brands-second-contianer{
 padding-top:45px;
}

.abc-content .swiper-slide:hover .CollectionItem__Image{
 opacity:0;
}
.abc-content .swiper-slide  .CollectionItem__Image{
 pointer-events: none;
}
.abc-content .swiper-slide:hover .normal-image{
 opacity:0;
}
.abc-content .swiper-slide:hover .hover-image{
 opacity:1;
}
.abcc-inner-box .normal-image{
 transition: all .3s ease;
}
.abcc-inner-box .hover-image{
  opacity:0;
     position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
      transition: all .3s ease;
}
.affiliate-banner-contianer .Button {
    margin-top: 36px;
    width: 130px;
    height: 40px;
    border-radius: 25px;
}
.affiliate-banner-contianer .Button  svg{
 width: 40px;
    height: 40px;
   -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.affiliate-banner-contianer{
 margin-bottom:60px;
}
.afnc-inner{
  margin-bottom:44px;
 border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  padding:24px 0px;
  display: flex;
    justify-content: flex-start;
    align-items: center;
}

.afnc-inner.more{
  justify-content: space-between;
}
.media-nav .item,
 .afnc-inner .item{
   font-size:14px;
  }
.afnc-inner .item.active{
 color: var(--text-color);
}
.afnc-inner .item{
 color:#727171;
 cursor: pointer;
  position:relative;
}
.afnc-inner .item:after,
.afnc-inner .item:after{
 content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 0%;
    height: 2px;
    background-color: var(--text-color);
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}


.afnc-inner .item.active:after,
.afnc-inner .item:hover:after{
 width:100%;
}

.affiliate-nav-container{
 margin-bottom:40px;
}
.apc-inner{
 padding:72px 0;
}
.apc-content .image{
 max-width:62px;
  margin: 0 auto;
  
}
.apc-content{
  padding-top:36px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
      font-size: 15px;
    font-weight: bold;
}
.apc-content .cell{
  max-width:215px;
  position: relative;
  text-align:center;
 }
.apc-content .cell .content{
 margin-top:36px;
}
.apc-icon-arrow{
  margin:25px 5px 0;
  
}
.affiliate-platforms-container{
 margin-bottom:52px;
}
.affiliate-join-container{
 padding-top:36px;
}
.ajc-content{
   display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ajc-content .cell{
 flex:1;
  padding:0px 10px;
  text-align: center;
}
.ajc-content .image{
 margin-bottom:30px;
      display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ajc-content .image .FeatureText__ImageWrapper{
 width:100%;
}
.ajc-content a{
border-radius: 25px;
}

.ajc-content{
 margin-bottom:8.75rem;
}
.paddingBottom65{
 padding-bottom:52px;
}
.marginBottom65{
 margin-bottom:52px;
}

.affiliate-join-container .Heading{
  font-size:29px;
}
.affiliate-join-container .common-header{
 margin-bottom:48px;
}
.aj-inner .title{
   display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #585c43;
    cursor: pointer;
}
.aj-inner .content{
  display:none;
 font-size: 14px;
    line-height: 2;
font-family: 'Montserrat-Light';
    padding-bottom: 56px;
}
.anc-inner .content{
 font-size: 14px;
 line-height: 2;
  margin-bottom: 32px;
}
.anc-inner  .Button{
     font-size: 15px;
    padding: 6px 18px;
    height: 30px;
    border-radius: 15px;
    border-radius: 15px;
    text-transform: unset;
    letter-spacing: 0;
    line-height: 1;
     margin-bottom:20px;
}
  .faqcc-bottom-content a{
   color:#1fbaff;
  }
.anc-inner {
 margin-bottom:40px;
}

.afnc-inner .item:hover{
 color:var(--text-color);
}
.affiliate-nav-content .box{
 display:none;
}

.affiliate-nav-content .box.active{
 display:block;
}
/* By： Ho
 * Date: 2021-08-17
 * Content: Warranty Form
 */
@media (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .mb-hide {
    display: none;
  }
}
.w-topform-topimagebox {
  position: relative;
  margin-bottom: 88px;
}

.w-topform-topimagebox img {
  vertical-align: top;
  width: 100%;
}

.w-topform-toptitle {
  position: absolute;
  font-size: 3.6458333333333335vw;
  bottom: 4%;
  left: 3%;
  color: #fff;
  
  line-height: 1.3;
}

.tem-Warranty .page-width {
  max-width: 1530px;
}

@media screen and (min-width: 1140px) {
  .tem-Warranty .Footer__Block {
    flex: 0 1 calc((100% - 270px)/4);
  }

  .tem-Warranty .Footer__Block--text {
    flex-basis: 270px;
  }
}

.wmidtext-item-content {
  color: #727171;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.w-midtext-item {
  margin-bottom: 60px;
  border-bottom: 1px solid #A1A1A1;
}

.form-warranty {
  max-width: 525px;
  margin: 0 auto;
  padding: 50px 0;
}

.form-warranty-title {
  font-size: 30px;
  margin-bottom: 35px;
}

.Form__Item-holabel {
  color: #727171;
  font-size: 18px;
  font-family: Montserrat-Light;
  margin: 0 0 4px 3px;
  display: inline-block;
}

.tem-Warranty .Form__Input_ho {
  padding: 8px 12px;
  border: none;
  background: #DCDDDD;
  border-radius: 25px;
}

.tem-Warranty .Form__Group > .Form__Item, .tem-Warranty .Form__Item {
  margin-bottom: 25px;
}

.tem-Warranty .Form__Group {
  display: flex;
  justify-content: space-between;
}

.tem-Warranty .Form__Group > .Form__Item {
  flex: 0 1 42%;
}

.tem-Warranty .Form__Submit_warr {
  max-width: 250px;
  border-radius: 30px;
  padding: 10px 20px 10px 50px;
  text-align: left;
  font-size: 15px;
  font-family: Montserrat-Light;
  letter-spacing: 0.05em;
  margin-top: 35px;
}

@media screen and (max-width: 1500px) {
  .w-topform-toptitle {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .abc-swiper-container .CollectionItem__Image{
   display:none;
  }
  .abcc-inner-box{
    position: relative;
  }
  .w-topform-toptitle {
    font-size: 4.5vw;
    bottom: 5%;
    left: 5%;
    line-height: 1.5;
  }

  .w-topform-topimagebox {
    margin-bottom: 50px;
    margin-top: 45px;
  }

  .wmidtext-item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .wmidtext-item-content {
font-size:13px;
    margin-bottom: 22px;
  }

  .w-midtext-item {
    margin-bottom: 38px;
  }

  .form-warranty {
    max-width: 525px;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  .Form__Item-holabel {
    font-size: 12px;
    margin: 0 0 6px 3px;
  }

  .tem-Warranty .Form__Group > .Form__Item, .tem-Warranty .Form__Item {
    margin-bottom: 20px;
  }

  .tem-Warranty .Form__Submit_warr {
    max-width: 150px;
    border-radius: 20px;
    padding: 7px 0;
    text-align: center;
    font-size: 12px;
    margin-top: 65px;
  }

  .tem-Warranty .Form__Input_ho {
    padding: 5px 12px;
    font-size: 12px;
  }

  .tem-Warranty .faq-contact-contianer {
    margin-top: 45px;
  }
}

/* End Warranty Form */
.asbc-inner {
 position:relative;
}
.asbc-inner .text-box{
 position: absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  
}
.all-store-banner-contianer .asbc-inner {
 margin-bottom:48px;
}
.asbc-inner .text-box{
     color: #fff;
}
.asbc-inner .text-box-inner{
 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 670px;
    padding: 0px 20px;
    margin: 0 auto;
    text-align: center;
  padding-top:70px;
}
.asbc-inner .text-box-inner .title{
 font-size:29px;
}
.asbc-inner  .text-box-inner{
 color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.asbc-inner  .title{
 font-size: 36px;
    margin-bottom: 20px;
}
.asbc-inner  .subtitle{
 font-size:15px;
}
.asbci-bottom{

     margin-top: 105px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  text-align: center;
}
.asbci-bottom .asbci-label{
 margin-bottom:15px;
  font-size:13px;
}
.asbci-bottom .box+.box {
margin-left:65px; 
}

.asbci-bottom .select-box{
       position: relative;
    min-width: 156px;
    /* height: 43px; */
    border-radius: 21px;
    font-size: 16px;
    border: solid 1px #fff;
    padding: 5px 10px;
}
.asbci-bottom .select-box .select{
 position: relative;
  cursor: pointer;
}
.asbci-bottom .select-box .select .i-icon{
    position: absolute;
  display:inline-block;
    right: 5px;
    top: 50%;
    line-height: 0;
    transform: translateY(-50%) rotate(90deg);
   -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.asbci-bottom .select-box .select.active .i-icon{
    transform: translateY(-50%) rotate(-90deg);
}
.asbci-bottom .select-box .option-box{
   display:none;
    position: absolute;
  overflow: hidden;
    width: 100%;
    top: 100%;
  left:0px;
    background: #fff;
    border-radius: 10px;
    color: var(--text-color);
      z-index:1;
  box-shadow: 0px 4px 5px 1px rgb(198 198 198 / 49%);
}
.asbci-bottom .select-box .option-box .option{
  font-size:15px;
 padding: 8px 4px;
    cursor: pointer;
   -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.asbci-bottom .select-box .option-box .option:hover{
 opacity:0.8;
  background-color:#fafafa;
}
.ascc-nav-inner{
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
}
.ascc-nav-inner .item{
 color: #727171;
}
.ascc-nav-inner .item.active{
  color: var(--text-color);
}


.asbc-inner   .custom-option{
 display:none;
}
.amnc-content .box{
 display:none;
}
.amnc-content-outer{
  position:relative;
   padding-bottom:80px;
}
.amnc-content.has-arrow{
 
  overflow:hidden;

}
.amnc-content-outer .go-arrow {
  position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.amnc-content-outer  .pdc-inner{
 margin:0px;
}
.amnc-content .box.active{
 display:block;
}
/* .amnc-content  .right-td .cell:last-of-type{
  display:none;
} */
.amnc-content .item+.item{
 margin-top:3rem;
}
.amnc-content .item-inner,
.amnc-content .right-td
{
    display: flex;
        align-items: flex-start;
}
.amnc-content .left-td{
        font-size: 20px;
    flex: 0 0 14%;
    margin-right: 5.5%;
    text-align: right;
    padding: 0px 0;
}
.amnc-content .right-td .cell a{
 position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
 }
.amnc-content .right-td{
  width:100%;
  margin-right:-10px;
}
.amnc-content .right-td .cell{
  display:none;
  flex-shrink: 0;
  margin-right:10px;
  padding: 5px;
  position:relative;
}
.amnc-content .right-td{
flex-wrap: wrap;
}


.amnc-content .right-td .cell.checked{
 display:block;
}
.amnc-content .item.active{
 display:block;
}
.amnc-content .item.hidden{
 display:none!important;
}
.asbc-inner .mb-show{
 display:none;
}

.amncfb-content{
     display: flex;
    justify-content: flex-start;
    align-items: flex-start;
      flex-wrap: wrap;
}
.amncfb-content .cell{
     display: block;
    padding: 8px 10px;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    border: solid 1px #898989;
    color: #727171;
      margin: 0px 10px 15px 0px;
}
.amncfb-content{
 margin-bottom:10px;
}
.mb-ascc-nav-inner{
display:none;
}
.amncfb-channel-content .mb-ascc-nav-inner{
 display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.amncfb-content .cell.active{
color:#000;
  border: solid 1px #000;
}
.media-slideshow-container{
 padding:56px 0px;
}

.ms-inner{
  display:flex;

  width:100%;
  background-color: #fff; 
}

.msi-left{
 flex:1;
}
.msi-right{
  position:relative;
   display: flex;
    align-items: flex-end;
     flex: 1;
     padding: 28px 60px 112px 76px;
}
.msi-right .blog-time-box .data,
.msi-right .blog-time-box .year{
      font-size: 15px;
  font-weight: bold;
}

.msi-right .blog-time-box .data{
         display: flex;
    align-items: center;
    color: #727171;
}
.msi-right .msir-time-box{
      display: flex;
    align-items: center;
  position: absolute;
    top: 35px;
}
.msi-right .ArticleItem__Content{
 margin: 0px;
  padding-top:60px;
}
.msi-right  .ArticleItem__Title{
      font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.msir-tag{
     border-radius: 27px;
    font-size: 15px;
    border: solid 1px #1fbaff;
    padding: 15px 24px;
    line-height: 1;
    margin-right: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.media-slideshow-container .swiper-pagination{
      left: 51%;
    bottom: 50px;
  width:unset;
}
.media-slideshow-container .swiper-pagination-bullet{
      width: 15px;
    height: 15px;
    border: rebeccapurple;
    border-radius: 50%;
}
.media-slideshow-container .swiper-pagination-bullet-active{
     background: #35aee5;
}
/* .media-slideshow-container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
 margin:0px;
} */
.media-slideshow-container .swiper-pagination-bullet+.swiper-pagination-bullet{
 margin-left:15px;
}
.media-nav{
     display: flex;
    justify-content: flex-start;
    align-items: center;
  margin-bottom:48px;
}
.media-nav.more{
  justify-content: space-between;
}
.media-content-container{
      padding-top: 64px;
}

.media-nav{
    padding: 24px 0px;
    border-top: 1px solid rgba(214,214,214,0.5);
    border-bottom: 1px solid rgba(214,214,214,0.5);
}
.media-nav .item{
     position: relative;
     cursor: pointer;
  
}
.media-nav .item+.item{
 margin-left:15%;
}
.media-nav.more .item+.item{
 margin-left:0%;
}
.media-nav .item::after{
 background-color:#000;
}

.media-content-container .ArticleItem__Content{
 margin:0px;
}
.media-content-container .blog-time-box .data{
  line-height:1;
     display: flex;
    justify-content: flex-start;
    align-items: center;
      color: #727171;
}

.media-content-container .image{
 margin-bottom:15px;
}

.mc-news-top{
     display: flex;
    justify-content: flex-start;
    align-items: center;
  margin-bottom:32px;
  font-weight:bold;
  min-height:26px;
}
.mc-news-top .tags{
 border-radius: 12px;
    border: solid 1px #1fbaff;
    padding: 5px 24px;
    line-height: 1;
    margin-right: 7px;
  text-transform: uppercase;
}
.media-content-container .ArticleItem__Title{
  font-size:16px;
 margin-bottom:32px;
}
.news-video-box{
 position: relative;
}

.media-content-container  .VideoWrapper{
 position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  padding-bottom:0px;
  z-index: -1;
}

.media-content-container .news-video-box.active  .VideoWrapper{
 z-index:1;
}
.ms-container{
 display:none;
}

.ms-container.active{
 display:block;
}

.pre-form1-container{
 margin-top:36px;
  margin-bottom:72px;
}
.pre-form1-container .title{
  max-width:100%!important;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.5;
  margin-bottom: 15px;
}
.pre-form1-container .subtitle{
 font-size:15px;
}
.pfc-content{
     display: flex;
    justify-content: space-between;
    align-items: flex-start;
  text-align:center;
  font-weight: bold;
}
.pfc-content .image{
 width:65px;
      margin: 0 auto;
  padding-bottom:35px;
}
.pre-feature-container{
 margin-bottom:100px;
}
.pdc .product-image{
   position:relative;
margin:0 auto;
  
}
   
.pdc{
 padding-top:1px;
}
.pdc-inner{
 position:relative;
  margin-top:99px;
  padding-top:1px;
}
.pdc-inner .circle{
    position:relative;
    display: inline-block;
    padding: 3px;
    line-height: 1;
    border-radius: 50%;
    border: 2px solid #1fbaff;
}

.pdc-inner .circle .i{
  width:18px;
  height:18px;
   -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}
.pdc-inner .btn.active .circle  .plus{
     transform: rotate(90deg);
  opacity:0;
}
.pdc-inner .circle .minus{
     position: absolute;
    left: 3px;
  top:3px;
   transform: rotate(-90deg);
  opacity:0;
}
.pdc-inner .btn.active .circle  .minus{
  transform: rotate(0deg);
  opacity:1;
}
.pdc-inner .circle .i svg {
 width:100%;
  height:100%;

}
.pdc-inner .circle .i svg path{
   fill: #1fbaff;
}

.pdc-inner .circle::after{
  -webkit-animation: wateranimate 4s 3s cubic-bezier(0.51, 0.52, 0.51, 0.51) infinite;
                animation: wateranimate 4s 3s cubic-bezier(0.51, 0.52, 0.51, 0.51) infinite;
}
.pdc-inner .circle::before{

    -webkit-animation: wateranimate 4s 2s cubic-bezier(0.51, 0.52, 0.51, 0.51) infinite;
                animation: wateranimate 4s 2s cubic-bezier(0.51, 0.52, 0.51, 0.51) infinite;
}
.pdc-inner .circle::after,.pdc-inner .circle::before{
   content:"";
   position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    border: 1px solid #1fbaff;
    border-radius: 50%;
    z-index: 1;
   opacity: 0;
  transform: scale(1);
}

 @-webkit-keyframes wateranimate {
                0% {
                   transform: scale(1);
                    -webkit-transform: scale(1);
                    opacity: 0;
                }
    50% {
               
                    opacity: 0.7;
                }
                100% {
                   transform: scale(2);
                    -webkit-transform: scale(2);
                  opacity: 0;
                }
            }
            @keyframes wateranimate {
                0% {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 0;
                }
               50% {
                  
                    opacity: 0.7;
                }
                100% {
                    -webkit-transform: scale(2);
                    transform: scale(2);
                   opacity: 0;
                }
            }   


.pdc .product-image{
 margin-top:79px;
}
.pdc .product-image .btn{
  position: absolute;
  cursor: pointer;
  border-radius: 50%;

  z-index: 1;
}
.pdc .item{
 position: absolute;
  max-width:30%;
  opacity:0;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.pdc .item.active{
  opacity:1;
}
.pdc .item .title{
 font-size: 28px;
  font-weight:bold;
  margin-bottom:15px;
}
.pdc .item .content{
 font-size: 15px;
line-height:1.5;
}
.pdc .item-topLeft{
 top:0px;
  left:0px;
  
}

.pdc .item-topRight{
 right:0px;
  top:0px;
}
.pdc .item-middleLeft{
  left:0px;
  top:40%;
      transform: translateY(-50%);
}

.pdc .item-middleRight{
  right:0px;
  top:40%;
      transform: translateY(-50%);
}
.pdc .item-bottomLeft{
  left:0px;
  bottom:15%;
  
}
.pdc .item-bottomRight{
  right:0px;
  bottom:15%;
  
}
.ptic-inner .item{
     display: flex;
    justify-content: center;
    align-items: center;
}

.ptic-inner .item .box{
 width:50%;
}
.ptic-inner .item .right.text-box{
 padding: 20px 6%;
}
.ptic-inner .item .left.text-box{
     padding: 20px 11% 20px 4%;

}
.ptic-inner .item .title{
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 35px;
}
.pre-text-image-container{
 padding-top:170px;
  padding-bottom:210px;
}
.ptic-inner .item .content{
     font-size: 14px;
    line-height: 2;
}
.pre-coverage-container {
  position:relative;
    margin-bottom: 176px;
}


.pre-coverage-container .swiper-pagination-bullet{
 width:15px;
  height:15px;
}
.pre-coverage-container  .swiper-pagination{
     bottom: -76px;
    width: 100%;
  line-height: 1;
}
.pre-coverage-container .swiper-pagination-bullet+.swiper-pagination-bullet{
 margin-left:15px;
}
.pre-faq-container .SectionHeader__Heading{
 font-size:36px;
  font-weight:bold;
}
.pfi-nav{
  display: flex;
      justify-content: flex-start;
    align-items: center;
      padding: 24px 0px;
    margin-top: 16px;
      line-height: 1;
    border-top: solid 1px #000000;
  margin-bottom:48px;
}
.pfi-nav.more{
    justify-content: space-between;
}
.pfi-nav .item{
    font-size: 24px;
    font-weight: bold;
  cursor: pointer;
  position: relative;
}
.pfi-nav .item::after{
 content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #1fbaff;
    bottom: -24px;
    left: 0px;
   -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}


.pfi-nav .item.active::after,
.pfi-nav .item:hover::after{
  width: 100%;
}

.pre-faq-container  {
 margin-bottom:65px;
}
.pfic-content .box{
 display:none;
}
.pfic-content .box.active,
.pfic-content .page-box.active{
 display:block;
}
.pfic-content .page-box .title{
     font-size: 14px;
    color: #727171;
}

.pfic-content .page-box .title{
 padding-left:30px;
}
.pfic-content .page-box .content{
 margin-left:30px;
  display: none;
}
.pfic-content .page-box .item{
 margin-bottom:30px;
}
.pfc-form-box{
 margin-top:29px;
}

.pfc-form-box iframe{
 height:70px !important;
}
.pfic-content .dowmload-pagination{
 margin-top:75px;
}
.pfc-form-box .online-form .btn{
  color: #898989 !important;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #000;
    height: 45px;
  
    padding: 10px 20px;
   
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    background-position-x: 125px;
    
}
.pfc-form-box .online-form .btn:hover{
  color: #fff !important;
}
.pfc-form-box .online-form .i-icon {
 padding-left:14px;
}
.pfc-form-box .online-form .i-icon svg{
 width:34px;
  fill:#000;
   -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}
.pfc-form-box .online-form .btn:hover svg{
  fill: #fff ;
}

.pfic-content .swiper-container{
  padding:10px 0px;
  
 }

.pfic-content .swiper-pagination-bullet{
     width: 15px;
    height: 15px;
    border: #663399;
    border-radius: 50%;
}
.pfic-content .swiper-pagination-bullet-active{
      background: #35aee5;
}

.pfic-content .swiper-pagination{
 width: 100%;
}    

.pfic-content .swiper-pagination-bullet+.swiper-pagination-bullet{
 margin-left:15px;
}



/* bannerlist */
.bannerlist-pagination{  
  display: flex;
    justify-content: center;
    align-items: center;
  left:0;
  right:0;
  margin:auto;
  z-index:1;
  margin-top:20px;
}
.bannerlist-pagination .swiper-pagination-bullet{
  background:#000;
  opacity:1;
  margin:5px;
}
.bannerlist-pagination .swiper-pagination-bullet-active{
  background:#000;
  width:12px;
  height:12px;
  border:3px solid #000;
  
}
.bannerlist-next,.bannerlist-prev{
  width:15px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  
  .bannerlist-pagination .swiper-pagination-bullet{
    background:#c4c4c4;
  }
  .bannerlist-pagination .swiper-pagination-bullet-active{
    width:8px;
    height:8px;
    background:#1fbaff;
    border:3px solid #000;
    border-color: transparent;
  }
}

 .fadein-05,.fadein-0,.fadein-1,.fadein-1-5{
    opacity: 0;
  }

@keyframes fadein1{
  0%   {transform: translateY(20%);opacity: 0;}
  100% {transform: translateY(0%);opacity: 1;}
}
@-webkit-keyframes fadein1{
  0%   {transform: translateY(20%);opacity: 0;}
  100% {transform: translateY(0%);opacity: 1;}
}

@keyframes fadein2{
  0%   {transform: translateY(20px);opacity: 0;}
  100% {transform: translateY(0px);opacity: 1;}
}
@-webkit-keyframes fadein2{
  0%   {transform: translateY(20px);opacity: 0;}
  100% {transform: translateY(0px);opacity: 1;}
}

@keyframes fadein3{
  0%   {transform: translate(-50%,20%);opacity: 0;}
  100% {transform: translate(-50%,0%);opacity: 1;}
}
@-webkit-keyframes fadein3{
  0%   {transform: translate(-50%,20%);opacity: 0;}
  100% {transform: translate(-50%,0%);opacity: 1;}
}

@keyframes leftfadein1{
  0%   {transform: translate(-100%, 0);opacity: 0;}
  100% {transform: translate(0%);opacity: 1;}
}
@keyframes rightfadein1{
  0%   {transform: translate(100%, 0);opacity: 0;}
  100% {transform: translate(0%);opacity: 1;}
}



.normalmove .fadein-0 {
  animation: fadein1 0.5s linear 0.1s;
  -moz-animation: fadein1 0.5s linear 0.1s;
 
  -webkit-animation: fadein1 0.5s linear 0.1s;
 
  -o-animation: fadein1 0.5s linear 0.1s;
  
  animation-fill-mode: forwards;
}
.normalmove .fadein-05 {
  animation: fadein1 0.5s linear 0.5s;
  -moz-animation: fadein1 0.5s linear 0.5s;
 
  -webkit-animation: fadein1 0.5s linear 0.5s;

  -o-animation: fadein1 0.5s linear 0.5s;

  animation-fill-mode: forwards;
}
.normalmove .fadein-1 {
  animation: fadein1 0.5s linear 1s;
  -moz-animation: fadein1 0.5s linear 1s;
 
  -webkit-animation: fadein1 0.5s linear 1s;
 
  -o-animation: fadein1 0.5s linear 1s;

  animation-fill-mode: forwards;
}
.normalmove .fadein-1-5 {
  animation: fadein1 0.5s linear 1.5s;
  -moz-animation: fadein1 0.5s linear 1.5s;

  -webkit-animation: fadein1 0.5s linear 1.5s;

  -o-animation: fadein1 0.5s linear 1.5s;

  animation-fill-mode: forwards;
}
.normalmove .fadein-2 {
  animation: fadein1 0.5s linear 2s;
  -moz-animation: fadein1 0.5s linear 2s;
 
  -webkit-animation: fadein1 0.5s linear 2s;

  -o-animation: fadein1 0.5s linear 2s;
 
  animation-fill-mode: forwards;
}
.normalmove .fadein-2-5 {
  animation: fadein1 0.5s linear 2.5s;
  -moz-animation: fadein1 0.5s linear 2.5s;
 
  -webkit-animation: fadein1 0.5s linear 2.5s;
  
  -o-animation: fadein1 0.5s linear 2.5s;

  animation-fill-mode: forwards;
}
.normalmove .fadein-1-5-center {
  animation: fadein3 0.5s linear 1.5s;
  -moz-animation: fadein3 0.5s linear 1.5s;
 
  -webkit-animation: fadein3 0.5s linear 1.5s;
 
  -o-animation: fadein3 0.5s linear 1.5s;
 
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .normalmove .fadein-05-mb {
    animation: fadein1 0.5s linear 0.5s;
    -moz-animation: fadein1 0.5s linear 0.5s;
   
    -webkit-animation: fadein1 0.5s linear 0.5s;
  
    -o-animation: fadein1 0.5s linear 0.5s;
   
    animation-fill-mode: forwards;
  }
}

img.animation-text{
  opacity:0;
}
img.animation-text.normalmove{
  animation: fadein1 0.5s linear 0.1s;
  -moz-animation: fadein1 0.5s linear 0.1s;

  -webkit-animation: fadein1 0.5s linear 0.1s;
 
  -o-animation: fadein1 0.5s linear 0.1s;

  animation-fill-mode: forwards;
}

.animation-text.left-pop.normalmove{
  animation: leftfadein1 1s linear 0.1s;
  -moz-animation: leftfadein1 1s linear 0.1s;

  -webkit-animation: leftfadein1 1s linear 0.1s;
 
  -o-animation: leftfadein1 1s linear 0.1s;

  animation-fill-mode: forwards;
}
.animation-text.right-pop.normalmove{
  animation: rightfadein1 1s linear 0.1s;
  -moz-animation: rightfadein1 1s linear 0.1s;

  -webkit-animation: rightfadein1 1s linear 0.1s;

  -o-animation: rightfadein1 1s linear 0.1s;
 
  animation-fill-mode: forwards;
}

/*  review */
.jdgm-widget.jdgm-widget{
  display:block !important;
      padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}
.jdgm-widget .jdgm-prev-badge[data-average-rating='0.00']{
  display:block !important;
}
#to-top{
  display:none;
      position: fixed;
    bottom: 30%;
    right: 20px;
    z-index: 20;
      cursor: pointer;
}

.pdc-item-container .pdc-content{
 margin-bottom:30px;
}

.mb-fc-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.25rem;
}
.mb-fci-left .ProductMeta__PriceList{
  margin:0px;
}
.mb-fixed-cart.sticy{
     transform: translateY(0%);
}
.Product__Wrapper{
 overflow: unset;
}

#section-about-slideshow .SectionHeader__BigHeading{
    font-size: 3.020vw;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5.885vw;
}
#section-about-slideshow .SectionHeader__Heading{
      margin-bottom: 22px;
    line-height: 1;
}
#section-about-slideshow .SectionHeader__SubHeading{
  font-size: 18px;
}
.Button-white--transparent{
  display:inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    border: solid 1px #fff !important;
  padding: 3px 43px;
  color:#fff!important;
    background: transparent;
}
.Button-white--transparent:hover{
 color:#000!important;
}
.Button-white--transparent::before{
  background-color: #fff !important;
}
.Button-black--transparent{
  display:inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    border: solid 1px #000 !important;
  padding: 3px 43px;
  color:#000!important;
    background: transparent;
}
.Button-black--transparent:hover{
 color:#fff!important;
}
.Button-black--transparent:hover svg{
 fill:#fff;
}
.Button-black--transparent::before{
  background-color: #000 !important;
}
 .image{
   max-width:1920px;
  }
.about-introduce-container{
 position:relative;
}
.ai-text{
  width:100%;
    position: absolute;
    top: 11.5vw;
    left: 0;
    
}
.Slideshow__Content_outer{
 position:relative;
}
.aiti-title{
 font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
 
}
.aiti-content{
     line-height: 2.2;
  color: #fff;
   font-family: Montserrat-Light;
}
.ait-inner{
max-width: 750px;
  margin-bottom:35px;
}
.aiti-cell+.aiti-cell{
margin-top: 2.6041vw;
}
.ait-inner p{ 
 margin-bottom:0px;
}
.download-product-item{
  line-height:1;
display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-manuals-content-container .Grid{
 margin-bottom:-74px;
  margin-left:-24px;
}
.user-manuals-content-container .Grid__Cell {
 margin-bottom:60px;
  padding:0 0 0 24px;
}
.desk-download-page{
 display:none;
}
.desk-download-page.active{
  display:block;
}
.dowmload-pagination{
     margin-top: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dowmload-pagination .prev,.dowmload-pagination .next{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #000a0f;
    display: flex;
    justify-content: center;
    align-items: center;
      cursor: pointer;
}
.dowmload-pagination .prev svg{
 width: 19px;
    height: 19px;
    transform: rotate(180deg);
}
.dowmload-pagination .next svg{
    width: 15px;
    height: 15px;

}
.dowmload-pagination span{
 margin:0px 11px;
}
.dp-page-num{
 font-size: 18px;
}
.dp-page-num span{
  cursor: pointer;
}
.dp-page-num span.active{
  color: #1fbaff;
}
.dowmload-pagination .btn.disabled svg path{
 fill:#717171;
}
.dowmload-pagination .btn.disabled {
 pointer-events: none;
}
 .affiliate-faqs-container{
   padding-top:52px;
  }

.Button  .icon-long-arrow{
 position:relative;
}
.Button .icon-long-arrow::after{
 content:"";
}
.Header__FlexItem--fill-middle-division{
 margin-bottom:0px!important;
}
.Header__FlexItem--fill-middle-division  .Header__MainNav{
  width:100%;
      position: unset!important;
      margin-right: 0;
  padding:0px !important;
}
.Header__FlexItem--fill-middle-division  .Header__MainNav .HorizontalList{
       display: flex;
   justify-content: space-between;
    align-items: center;
  margin:0px;
}
.Header__FlexItem-center{
 flex:1 0 51%;
}
.Header__FlexItem--fill-middle-division .HorizontalList--spacingExtraLoose .HorizontalList__Item .Heading {
 font-size: 15px;
}
.second-layout.header-layout  .MegaMenu{
      background: rgba(0,0,0,0.9);
  border-bottom:none;
}
.second-layout.header-layout .MegaMenu__Title{
 color:#fff;
  margin-bottom:0px;
  font-family: 'Montserrat-Light';
}
.second-layout.header-layout .MegaMenu__Inner{
 padding:10% 0px;
  padding-bottom: var(--header-height);
}
.MegaMenu{
 height:calc(100vh - var(--header-height));
}
.second-layout.header-layout  .MegaMenu__Item{
    line-height: 1;
    margin: 0px 20px;
}
.second-layout.header-layout  .MegaMenu__Item+.MegaMenu__Item{
    margin-top: 60px;
}
.third-layout.header-layout .mmi-left,
.second-layout.header-layout .mmi-left{
 border-left: 1px solid #9fa0a0;
}
.second-layout.header-layout .mmi-left .subtitle{
 display:none;
}
.second-layout.header-layout  .mmi-right{
 margin-left:10%;
  flex: 1;
}
.mmi-right{
 position:relative;
}
.mmi-right .Link{
 color:#fff;
}
.mmi-right  .Linklist {
      visibility: hidden; 
   opacity: 0;
  position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  transition: all .3s ease;
}
.mmi-right  .Linklist.active {
 display:block;
    visibility: visible; 
   opacity:1;
}
.mmir-box{
     width: 100%;
    display: flex;
    align-items: flex-start;
      flex-wrap: wrap;
}

.Header.second-layout .mmir-box .image{
 width:210px;
      margin-bottom: 20px
}
.Header.third-layout .mmir-box .image{
  width:210px;
}
.Header.second-layout  .mmir-box .Linklist__Item{
 margin-right:15px;
}
.mmir-box{
 margin-right:-15px;
}
.mmi-left .MegaMenu__Item.active .MegaMenu__Title{
 color:#1fbaff;
}
.olt_text-box a{
  transition: all .3s ease;
}
.other-layout-nav-item .mmi-left .MegaMenu__Item .MegaMenu__Title:hover,
.olt_text-box a:hover{
 color:#1fbaff;
}
.Header.third-layout .third-mmil-left .sub_sub_link{
 position:relative;
 
    padding-bottom: 8px;
}
.other-layout-nav-item .mmi-left .MegaMenu__Item .MegaMenu__Title{
position:relative;
  display: inline-block;
    padding-bottom: 8px;
}
.Header.third-layout .third-mmil-left .sub_sub_link::after,
.other-layout-nav-item .mmi-left .MegaMenu__Item .MegaMenu__Title::after{
  content: "";
    position: absolute;
    left: 0px;
    width: 0%;
    bottom: 0px;
    border-top: 1px solid #1fbaff;
 transition: all .3s ease;
}
.Header.third-layout .third-mmil-left .sub_sub_link span,
.other-layout-nav-item .mmi-left .MegaMenu__Item .MegaMenu__Title span{
  display: inline-block;
  transition: all .3s ease;
}
.Header.third-layout .third-mmil-left .sub_sub_link:hover::after,
.other-layout-nav-item .mmi-left .MegaMenu__Item .MegaMenu__Title:hover::after{
 width: 100%;
}
.Header.third-layout .third-mmil-left .sub_sub_link:hover span,
.other-layout-nav-item .mmi-left .MegaMenu__Item .MegaMenu__Title:hover span{
  transform: translateX(10px);
}

.mmi-left .subtitle,
.third-mmil-left .subtitle{
 color: #9fa0a0;
      padding-top: 10px;
    display: inline-block;
      font-family: 'Montserrat-Light';
}
.olt_text-box{
      position: fixed;
    bottom: 0px;
   width:100%;
    margin: 0 auto;
    left: 0px;
    right: 0;
   
    background: rgba(0,0,0,0.6);
}
.olt_text-box-inner{
   
    max-width: 64%;
    margin: 0 auto;
 
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height);

}

.olt_text-box-inner a{
 color:#fff;
}
.olt_text-box-inner a+a{
  margin-left: 15px;
}
.Header.third-layout .HorizontalList__Item:hover>a,
.Header.second-layout .HorizontalList__Item:hover>a{
 color:#1fbaff !important;
}
.Header.third-layout .HorizontalList__Item>a,
.Header.second-layout .HorizontalList__Item>a{
 position:relative;
}
.Header.third-layout .HorizontalList__Item>a::after,
.Header.second-layout .HorizontalList__Item>a::after{
content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0%;
    transition: all .3s ease;
    height: 2px;
    background: #1fbaff;
}
.Header.third-layout .HorizontalList__Item:hover>a::after,
.Header.second-layout .HorizontalList__Item:hover>a::after{
    width: 100%;
}
.mmi-right .Link:hover{
   color:#1fbaff ;
 }
.MegaMenu[aria-hidden="true"]{
 pointer-events: none;
}

.Header.third-layout .olt_text-box{
     background: rgba(0,0,0,.9);
}
.Header.third-layout .MegaMenu__Inner{
 padding:50px 0px;
}

.Header.third-layout .mmi-left .MegaMenu__Item .MegaMenu__Title{
 color:#000;
  margin: auto;
}
.Header.third-layout  .MegaMenu__Item{
 display: flex;
    align-items: flex-start;
    margin: 0;
/*     margin-left: 20px; */
 width:50%;
}
/* .Header.third-layout .MegaMenu__Item+.MegaMenu__Item{
 margin-top:30px;
} */
.Header.third-layout .MegaMenu__Inner-inner{
  width: 100%;
     display: flex;
    align-items: flex-start;
  flex-wrap:wrap;
}
.third-mmil-left a{
 color:#000 !important;
      margin-bottom: 0;
}
.Header.third-layout .third-mmil-left .sub_sub_link{
 color:#000;
}
.Header.third-layout .third-mmil-left .sub_sub_link:hover,
.third-mmil-left a:hover{
 color:#1fbaff !important;
}

.Header.third-layout .sub_sub_title{
 
}
.sub_sub_link_box a{
    display: table;
}
.third-mmil-left{
      min-width: 140px;
    max-width: 150px;
      padding-left: 20px;
 border-left: 1px solid #9fa0a0;
}

.third-mmil-left .sub_sub_link_box{
 margin-top:34px;
}
.Header.third-layout .third-mmil-left .sub_sub_link+.sub_sub_link{
 margin-top:15px;
}
.Header.third-layout .mmir-box{
 position: relative;
  margin:0px;
}
.Header.third-layout  .third-mmi-right{
     margin-left: 25%;
}
.Header.third-layout .mmir-box .Linklist__Item {
 position: absolute;
    top: 0;
    left: 0;
    opacity:0;
  margin:0px;
  pointer-events: none;
    transition: all .3s ease;
}
.Header.third-layout .mmir-box .Linklist__Item.first{
  position: relative!important;
  
}
.Header.third-layout .mmir-box .Linklist__Item.active{
 opacity:1;
  pointer-events: auto;
}
.Header.third-layout  .mmir-box .image{
 margin:0px;
}
.Header.third-layout .MegaMenu__Item{
 margin-bottom:120px;
}
.Header.third-layout .MegaMenu__Item:nth-of-type(2n){
 justify-content: flex-end;
}

.Header.third-layout .MegaMenu__Item:nth-last-child(2),
.Header.third-layout .MegaMenu__Item:nth-last-child(){
  margin-bottom:0px;
}
.other-layout-nav-item{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.other-layout-nav-item ul,.other-layout-nav-item .Header__Logo{
 flex:1;
}
.other-layout-nav-item .Header__LogoLink,
.other-layout-nav-item .Header__LogoImage{
 display: inline-block;
}
.other-layout-nav-item .Header__Logo{
 text-align:center;
}
.jdgm-widget .jdgm-write-rev-link{
  display:block!important;
}
    
     .background-media-text--topCenter,
  .background-media-text--bottomCenter{
   
margin: 0 auto;
        right: 0;
    text-align: center;
  }
    .background-media-text--middleCenter{
       max-width:725px;
    
    text-align: center;
    }
 .background-media-text--topRight,
  .background-media-text--bottomRight,
  .background-media-text--middleRight {
    text-align: right;
  }
  .background-media-text--topLeft,
  .background-media-text--bottomLeft,
  .background-media-text--middleLeft {
    text-align: left;
  }
  .background-media-text--bottomLeft,
  .background-media-text--bottomRight,
  .background-media-text--bottomCenter {
    bottom: 24px;
    top: auto;
    left: 0;
    transform: none;
  }
   .background-media-text--topLeft,
  .background-media-text--topRight,
  .background-media-text--topCenter {
    bottom: auto;
    top: 24px;
    left: 0;
    transform: none;
  }  
    .background-media-text--middleCenter .h3{
      font-size:30px;
      line-height:2;
      margin-bottom:20px;
    }

.PageHeader-bottomCenter,
.PageHeader-bottomRight,
.PageHeader-bottomLeft {
  justify-content: flex-end;
}
.PageHeader-topCenter,
.PageHeader-topRight,
.PageHeader-topLeft {
  justify-content: flex-start;
}

.PageHeader-bottomCenter .SectionHeader__Heading{
   text-align:center;
}
.Container .SectionHeader__Heading{
   text-align:left;
}
.PageHeader-bottomLeft .SectionHeader__Description{
  margin-left: unset; 
  margin-right: unset;
  max-width:unset;
  text-align: left;
}
.PageHeader-bottomLeft .Container,
.PageHeader-topLeft .Container,
.PageHeader-middleLeft .Container{
  margin:unset;
    margin-right: auto !important;
}

.PageHeader-topRight .Container,
.PageHeader-bottomRight .Container,
.PageHeader-middleRight .Container{
   margin:unset;
    margin-left: auto !important;
}
.PageHeader-topCenter .SectionHeader__Description,
.PageHeader-middleCenter .SectionHeader__Description,
.PageHeader-bottomCenter .SectionHeader__Description{
  text-align: center;
}
.PageHeader-topRight .SectionHeader__Heading,
.PageHeader-middleRight .SectionHeader__Heading,
.PageHeader-bottomRight .SectionHeader__Heading{
   text-align:right;
}

.PageHeader-topCenter .SectionHeader__Heading,
.PageHeader-middleCenter .SectionHeader__Heading,
.PageHeader-bottomCenter .SectionHeader__Heading{
   text-align:center;
}


.PageHeader-bottomRight .SectionHeader__Description{
  margin-left: unset; 
  margin-right: unset;
  max-width:unset;
  text-align: right;
}
#language-box .wg-drop.country-selector ul{
 background:#d6d6d6!important;
}

@media screen and (min-width: 1140px){
  .about-timeline-container .Timeline__Nav{
   margin-top:6.25rem;
  }  
  
  }


@media screen and (min-width: 769px) and (max-width:1500px){
  .ai-text{
   top:8.5vw !important;
  }
  .aiti-title{

    margin-bottom:20px !important;
  }
  .about-introduce-container .Button {
       padding: 3px 2.239vw !important;
  }
  .about-introduce-container .Button  svg{
   width: 1.5625vw !important;
    height: 1.5625vw !important;
  }

  .afnc-inner{
   padding:24px 0px;
  }
 
 
 
}

@media screen and (min-width: 769px) and (max-width:1024px){
 
}
@media screen and (min-width: 769px) {
  .collection-link-continaer svg{
   display:none;
  }
 .about-timeline-container  .Timeline__NavItem{
   padding:15px;
  }
   
  .Header.second-layout:hover{
 color: #fff !important;
    background: rgba(0,0,0,0.95) !important;
}
   .Header.third-layout:hover{
 color: #fff !important;
    background: rgba(0,0,0,0.9) !important;
}
  .Header.third-layout:hover .Header__LogoImage,
.Header.second-layout:hover .Header__LogoImage{
  opacity:0!important;
}
   .Header.third-layout:hover .Header__LogoImage--transparent,
.Header.second-layout:hover .Header__LogoImage--transparent{
  opacity:1!important;
}
    .Header.third-layout:hover .HorizontalList__Item>a,
.Header.second-layout:hover .HorizontalList__Item>a{
 color:#fff;
}

  }
.wg-drop.country-selector ul {
  background: #efeeee !important;
}
@media screen and (max-width: 768px) {
   .collection-link-continaer  {
   position:relative;
  }
.wg-drop.country-selector :not(.wgcurrent) a{
  color:#000!important;}

  .aai-left .aail-left{
   max-width:100%;
  }
  .about-timeline-container .Timeline__Nav{
       margin-top: 15px;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
  }
  .about-timeline-container .Timeline__Item{
   display:block;
  }
  .about-timeline-container  .Timeline__NavItem{
   padding:12px 0px;
  }
  .about-timeline-container  .Timeline__NavWrapper{
   padding:0px 40px;
  }
  .about-timeline-container .Timeline__Inner .SectionHeader__Heading{
   margin-bottom:22px;
  }
  .about-timeline-container .Timeline__Inner .SectionHeader__Heading,
 .about-timeline-container .Timeline__Inner .SectionHeader__SubHeading,
 .about-timeline-container .Timeline__Inner .SectionHeader__Description{
   text-align:left;
  }
  
  .about-timeline-container .Timeline__Inner .SectionHeader__Heading{
   color:#fff;
  }
  .about-timeline-container .Timeline__ImageWrapper{
   position: relative;
    height:unset;
  }
   .about-timeline-container .Timeline__Inner{
   padding: 30px 20px;
    background: #000;
  }
     
  
  .aiti-cell+.aiti-cell{
   margin-top:50px;
  }
  #section-about-slideshow .SectionHeader__BigHeading{
   font-size:40px !important;
  }
 .media-slideshow-container .swiper-pagination{
   left:0;
    width:100%;
   bottom: 10px;
  }
  .pre-faq-container{
   margin:0px;
    margin-top:40px;
  }
  .pfic-content .swiper-container{
   padding-bottom:70px;
  }
  .affiliate-banner-contianer,
  .pre-sale-slideshow-container,
  .all-store-banner-contianer,
  .user-manuals-banner-contianer{
   padding-top:50px;
  }
  .umbc-inner{
  margin-bottom:50px;
  }
  .um-inner_text-content .title{
   font-size:30px;
    margin-bottom:28px;
  }
  
  
  .banner__Content--topLeft,
.banner__Content--topCenter,
  .banner__Content--topRight{
   top: 5%;
  bottom: auto;
  left: 5%;
  }
    .banner__Content--bottomCenter, .banner__Content--bottomLeft, .banner__Content--bottomRight{
   bottom: 5%;
    left: 5%;
  }
  .Faq__ItemWrapper{
   padding-left:0px;
  }
  .faq-container-inner{
   margin-top:28px;
  }
  .faq-contact-contianer .grid{
    padding-top:20px;
   margin-bottom: -24px;
  }
  .faq-contact-contianer .grid__item{
   margin-bottom: 50px;
  }
  .faqcc-inner .Button{
   margin-bottom:35px;
  }
  .faq-contact-contianer{
    margin-top:55px;
   margin-bottom:0px;
  }
  .faqcc-inner .content{
   margin-bottom:15px;
  }
  .faqcc-inner .title{
   margin-bottom:0px;
  }
  .faq-contact-contianer .fcc-inner{
    border-top: solid 1px #585c43;
    border-bottom: solid 1px #585c43;
  }
  .faqcc-inner-contact-us{
    padding-right: 4%;
  }
  .faqcc-inner-other{
   padding-left:0px;
  }
  .faq-template-container{
   margin-top: 95px;
  }
  .faq-map-contianer{
   margin:80px 0px;
  }
  .faq-map-contianer .title{
    font-size: 30px;
    margin-bottom: 25px;
  }
  .faq-map-contianer .image{
    max-width: 70px;
    padding-bottom: 20px;
  }
  .faq-map-contianer .fm-inner{
   padding-right:0px;
    margin-bottom:70px;
  }
  .faq-banner-contianer{
   padding-top:50px;
  }
  .Header.Header-index .burger-icon{
  background-color:currentColor;
}

  .Carousel--insideDots .flickity-page-dots .dot.is-selected{
   width:14px;
    height:14px;
  }
  .CollectionToolbar_sort_box{
   margin-left:auto;
  }
  .ProductItem__PriceList{
   font-size:16px;
  }
  .ProductItem__Info .summarize{
        font-family: 'Montserrat-Light';
   line-height:15px;
  }
  .ProductItem__Title{
   font-size:14px;
  }
  .ProductItem__Title{
   align-items: flex-start;
  }
  .ProductItem__Title .long-arrow{
   
  }
  .CollectionToolbar-left{
   max-width:100%;
  }
 
  .CollectionToolbar__Item--sort{
   font-size:12px!important; 
    padding:13px 5px !important;
  }
  .CollectionToolbar{
   display:block;
  }
  .collection-cover-video-btn{
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .collection-cover-video-btn svg{
   width:20px;
    height:20px;
  }
  .text-image-left-right-cell{
    padding:50px 10px;
  }
  .text-image-left-right-cell .text-item{
    width:100%;
    background: #000;
    color: #fff;
    margin-top:0;
  }
  .text-image-left-right-cell .text-item h2{
    color:#fff;
  }
  .text-image-left-right-cell img{
    max-width:100%;
    width:100%;
  }
  .text-image-left-right-cell .right-image-box .text-item{
    order:2;
  }
  .text-image-left-right-cell .right-image-box img{
     order:1;
  }
  .collection-cover-video-box{
   padding-top:50px;
  }
   .user-manuals-banner-contianer{
   margin-bottom:70px;
  }
  .umnc-inner{
   padding:20px 0px;
  }
  .user-manuals-content-container{
   padding-bottom:0px;
  }
  .download-statement-container{
   max-width:100%;
  }
   .afnc-inner{
       display: -webkit-box;
    overflow-x: scroll;
  }
  .TestimonialNav::-webkit-scrollbar,
  .pfi-nav::-webkit-scrollbar,
  .amnc-inner::-webkit-scrollbar,
  .Timeline__NavWrapper::-webkit-scrollbar,
 .afnc-inner::-webkit-scrollbar{
    display: none;
}
  
   .TestimonialNav,
  .pfi-nav,
  .amnc-inner,
  .Timeline__NavWrapper,
  .afnc-inner{
    -ms-overflow-style: none; 
    scrollbar-width: none;
  }
 
  
  .afnc-inner .item+.item{
   margin-left:35px;
  }
   .apc-content{
  
     padding-top: 0px;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
   .apc-content .cell{
   width:33%;
    margin-bottom:43px;
  }
  .apc-content{
   margin-bottom:-43px;
  }
 .apc-icon-arrow:nth-of-type(6){
   display:none;
  }
  .afnc-inner .item:after{
   bottom:-30px;
  }
  .all-store-banner-contianer{
   margin-bottom:30px;
  }
  .all-store-banner-contianer .mb-title,.amncfb-label{
   font-size:20px;
    font-weight:bold;
    margin-bottom:30px;
  }
  
  .pfc-content{
   flex-wrap:wrap;
        margin-bottom: -30px;
  }
  .pfc-content .cell{
   width:33.33%;
        margin-bottom: 30px;
  }
  .pdc-inner{
   margin-top:45px;
  }
  .pdc .page-width{
   padding:0px;
  }
  .ms-inner{
   flex-wrap:wrap;
        background-color: transparent;
  }
  .msi-left,.msi-right{
   width:100%;
    flex:unset;
  }
  .msi-right{
    display:block;
   padding:35px 0px;
  }
  .msi-right .msir-time-box{
   position:relative;
    top:0px;
    margin-bottom: 65px;
  }
  .msir-tag{
    font-size: 16px;
    padding: 10px 20px;
  }
  .media-slideshow-container  .swiper-container{
   padding-bottom:30px;
  }
  .media-slideshow-container{
   background-color:#fff!important;
  }
  .media-slideshow-container{
   padding:50px 0px 0px 0px;
  }
   .media-content-container{
   padding-top:60px;
  }
  .mc-news-top{
   margin-left: -20px;
  }
  
  .media-content-container .ArticleItem__Content{
   background-color:#f3f3f3;
        padding: 10px 20px;
    padding-bottom: 70px ;
  }
  .media-content-container .image{
   margin-bottom:0px;
  }
  .media-content-container .Grid__Cell{
   margin-bottom:0px!important;
  }
  .dowmload-pagination .next, .dowmload-pagination .prev{
        width: 30px!important;
    height: 30px!important;
  }
  .dowmload-pagination .prev svg{
   width:15px !important;
  }
 
  .about-introduce-container{
   margin-top:50px;
  }
  .about-introduce-container .FeatureText__ImageWrapper{
   padding:0px 40px;
  }
  .amnc-inner .item+.item,
   .pfi-nav .item+.item,
  .about-timeline-container .Timeline__NavWrapper .Timeline__NavItem+.Timeline__NavItem{
   margin-left:35px;
  }
  .about-timeline-container .Timeline__NavItem::after{
   left:0px;
    width:100%;
    height:1px;
    bottom:5px;
    background-color:#070000;
  }
  .aai-inner, .aai-left{
   display:block;
  }
  .aai-left .ArticleItem__Content{
   margin:20px;
    margin-bottom:0px;
  }
  .aai-right{
       display: flex;
    justify-content: flex-end;
    align-items: center;
        margin: 0;
    padding: 20px;
    padding-top: 0px;
    line-height:1;
  }
  .about-blogs-container .btn-Link{
   margin-top:0px;
    margin-left:15px;
  }
  .abcc-inner-box .CollectionItem__Image{
   display:none;
  }
   .asbci-bottom{
  margin-top:40px;
  }
}

@media screen and (min-width: 520px) {
  
  .mobile-image{
    display:none !important;
  }
 
}
@media screen and (max-width: 520px) {
  .asbci-bottom .box+.box{
   margin-left:10px;
  }
  .asbc-inner .subtitle{
   font-size:13px;
  }
  .asbc-inner .text-box-inner{
   padding-top:20px;
  }
  .asbc-inner .text-box-inner .title{
   font-size:18px;
  }
  .asbci-bottom .select-box{
   font-size:12px;
  }
  .asbci-bottom{
  margin-top:20px;
  }
  .about-introduce-container{
   margin-top:25px;
  }
  .about-blogs-container{
   padding-top:40px;
  }
  .i-cion-long-arrow::after{
  top: 51%;
    height:1px;
    right: -4px;
  }
  .msi-right{
   padding-top:15px;
  }
  .msi-right .ArticleItem__Content{
   padding-top:35px;
  }
    .about-nav-container .amnc-inner .item+.item{
  margin-left: 35px;
  }
  .amnc-inner,
  .pfi-nav,
   .about-nav-container  .amnc-inner{
    display: -webkit-box;
    overflow-x: scroll;
  }
  .text-image-left-right-cell .text-item h2{
   font-size:20px;
  }
  .about-blogs-container .btn-Link{
   width:38px;
    height:38px;
  }
  .aai-blog-time-box .data{
   font-size:14px;
  }
    .about-blogs-container .btn-Link{
    margin-left:7px;
  }
   .aai-blog-time-box .year{
   font-size:12px;
     transform: scale(0.8);
     margin-left:-4px;
  }
  .about-blogs-container .ArticleItem__Title{
   line-height:1.5;
  }
  .about-timeline-container .Timeline__NavWrapper{
   padding:0px 20px;
  }
  .about-timeline-container .Timeline__NavLabel{
   font-size:12px;
  }
  .about-nav-container {
   margin-bottom:30px;
  }
   .about-introduce-container .FeatureText__ImageWrapper{
   padding:0px 20px;
  }
  .about-nav-container .amnc-inner .item{
   font-size:14px;
  }
  .amnc-content .FeatureText__ImageWrapper{
   width:100%!important;
  }
  .amnc-inner,
 .pfi-nav,
  .about-nav-container .amnc-inner{
   padding:12px 0px !important;
  }
  .amnc-inner .item::after,
  .pfi-nav .item::after,
  .about-nav-container .amnc-inner .item::after{
   bottom:-12px !important;
    height:2px;
  }
 
  .ai-text .Button {
   padding:3px 25px;
  }
  .mc-news-top{
   margin-bottom:30px;
  }
  .media-nav .item{
   font-size:14px;
  }
  .media-content-container .ArticleItem__Title{
   margin-bottom:20px;
  }
  .media-nav{
   padding:14px 0px;
    border:none;
    margin-bottom:35px;
  }
  .media-nav .item::after{
   bottom:-14px;
    height:2px;
  }
  
  .media-content-container{
   padding-top:30px;
  }
  .media-slideshow-container .swiper-pagination-bullet{
   width:10px;
    height:10px;
    
  }
  .media-slideshow-container .swiper-pagination-bullet+.swiper-pagination-bullet{
   margin-left:10px;
  }
  .media-content-container .blog-time-box .data,
  .msi-right .blog-time-box .data, .msi-right .blog-time-box .year{
   font-size:12px;
  }
   .msi-right .msir-time-box{
    margin-bottom: 0px;
  }
  .mc-news-top .tags,
  .msir-tag{
   font-size:12px;
    padding:5px 10px;
  }
  .pre-form1-container{
   margin-bottom:75px;
  }
  .pfc-content{
   font-size:12px;
  }
  .pfc-content .image{
    width:40px;
   padding-bottom:15px;
  }
  .amnc-content .item+.item{
   margin-top:5px;
  }
  .amnc-content .left-td{
    font-size: 14px;
    font-weight: bold;
    margin-right: 0%;
    text-align: left;
        margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: solid 1px #898989;
  }
  .amnc-content .right-td .cell{
   width:50%;
    margin-right:0px;
  }
  .amnc-content .item-inner{
    display: block;
  }
  .all-store-banner-contianer .mb-title,.amncfb-label{
   font-size:14px;
     margin-bottom:20px;
  }
 
  .afnc-inner .item:after{
   bottom:-15px;
  }
    .apc-content .cell{
   width:30%;
  }
  .ajc-content .image{
   margin-bottom:12px;
  }
  .affiliate-platforms-container{
   margin-bottom:20px;
  }
  .affiliate-join-bottom .SectionHeader--center {
   text-align:center !important;
  }
  .ajc-content a{
    font-size:12px;
   letter-spacing: 0;
    padding:6px 9px;
    border-radius: 25px;
        transform: scale(0.7);
  }
  .ajc-content{
   margin-bottom:60px;
  }
 
  .affiliate-faqs-container .aj-inner .title{
   font-size:14px;
    padding-bottom:10px;
    margin-bottom:10px;
  }
  .aj-inner .content{
   font-size:14px;
    padding-bottom:35px;
  }
  .anc-inner .content{
   margin-bottom:45px;
  }
  .affiliate-join-container{
   padding-top:20px;
    margin-bottom:40px;
  }
  .affiliate-faqs-container .common-title{
   margin-bottom:30px;
  }
  .aj-inner .title{
   
  }
  .apc-content{
        margin-top: -10px;
   
  }
  .apc-inner{
   padding:30px 0 32px;
  }
  .ajc-inner .SectionHeader--center,
  .apc-inner .SectionHeader--center{
   text-align:left;
  }
   .ajc-inner .SectionHeader--center h2
  .apc-inner .SectionHeader--center h2{
  font-size:18px;
  }
 
  .apc-content{
   font-size:12px;
  }
  .apc-content .cell .content{
   margin-top:22px;
  }
  .afnc-inner .item:before{
    bottom: calc(-100% + 5px);
    height: 2px;
  }
  .anc-inner .Button{
   margin-bottom:15px;
  }
 
  .affiliate-banner-contianer{
       margin-bottom: 36px;
  }
  .anc-inner  .title {
   font-size:21px;
  }
  .afnc-inner {
      margin: 0px -20px;
    margin-bottom: 35px;
    padding: 14px 20px;
    white-space: nowrap;
  }
  
  .afnc-inner .item{
    font-size:12px;
    
  }
  .abbc-inner{
   margin-bottom:42px;
  }
  .pre-form1-container .title,
  .abbc-inner_text-content  .title{
  font-size: 18px !important;
    max-width: 70%;
    line-height: 1.5;
        margin-bottom: 15px;
  }
  .download-statement-container{
   padding-top: 64px;
    font-size: 12px;
    max-width:82%;
  }
  .download-product-imageWrapper{
   margin-bottom:20px;
  }
 
     
  .download-product-title{
   font-size:14px;
    margin-bottom:19px;
  }
  .download-product-item{
   font-size:12px;
  }
  .dpi-link{
   display:none;
  }
  .dpi-name{
   width:50%;
  }
  .dpi-time{
   width:50%;
    text-align:right;
  }
 
   .user-manuals-content-container .Grid__Cell{
   margin-bottom:48px;
  }
  .user-manuals-nav-container{
   margin-bottom:52px;
  }
  .umnc-inner .item::after{
   bottom:-10px;
  }
  .umnc-inner .item{
   font-size:12px;
  }
   .umnc-inner{
   padding: 10px 20px;
    margin: 0px -20px;
  }
  .pre-form1-container .subtitle,
  .um-inner_text-content .content{
   font-size:14px;
  }
  .user-manuals-banner-contianer{
   margin-bottom:35px;
  }
   .um-inner_text-content .title{
   font-size:20px;
  }
  .faqcc-inner .title{
        font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
  }
  .faqcc-inner .content{
    font-size: 12px;
    line-height: 2;
  }
  .faqcc-inner .Button{
    padding: 9px 17px;
  margin-bottom: 20px;
    font-size: 12px;
  }
  .faqcc-bottom-content{
     font-size: 12px;
  }

  .faq-contact-contianer .grid__item{
   margin-bottom:24px;
  }
  .Faq__Question{
       padding: 13px 0px;
   font-size: 12px;
    background-color: transparent;
    padding-left: 35px;
  }
  .Faq__Icon svg{
    width: 8px;
    height: 12px;
  }
  .Faq__Icon{
    top: 16px;
    left: 12px;
  }
  .Faq__Answer{
        padding: 17px 0 17px 0;
    padding-left: 39px;
    font-size: 12px;
  }
 
  .faq-template-container .SectionHeader__Heading{
    margin-top: 58px;
   margin-bottom:25px;
    font-weight: bold;
   }
  .faq-search-close{
   width:14px;
    height:14px;
  }
  .faq-search-container .faq-search-btn svg{
   width: 20px;
    height: 20px;
  }
  .faq-map-contianer .fm-inner{
   margin-bottom:30px;
  }
  
  .faq-map-contianer .title{
   font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .faq-map-contianer .content{
   font-size: 13px;
  }
  
  .faq-map-contianer{
   margin: 60px 0;
  }
  .faq-map-contianer .image{
    max-width: 50px;
  }
  .CollectionToolbar-left .cell::before{
    left: 41%;
  }
  .CollectionToolbar__Item--sort{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .CollectionToolbar_sort_box{
    width: 100%;
  }
 

  .CollectionToolbar-left .cell+.cell{
   margin-left:0px;
  }
 
   .CollectionToolbar-left .cell{
     width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px ;
  }
  .SectionHeader__Heading{
   margin-bottom:25px;
  }
  .Slideshow__Content--bottomCenter, .Slideshow__Content--bottomLeft, .Slideshow__Content--bottomRight{
   bottom:45px !important;
  }
  .Carousel--insideDots .flickity-page-dots .dot{
    width:7px;
    height:7px;
  }
  .Carousel--insideDots .flickity-page-dots .dot.is-selected{
   width:12px;
    height:12px;
    
  }
  .ProductItem__Title .long-arrow svg{
    width:15px;
  }
  .pc-image{  
    display:none !important;
  }
  .CollectionMain{
   margin-top:15px;
  }
}
@media screen and (min-width: 1921px) {
 .ProductItem__LabelList span{
    padding: 8px 15px 8px 38px;
    font-size: 17px;
}
.ProductItem__LabelList span::after{
    left: 20px;
}

#insta-feed{max-width:1680px;margin:0 auto;padding:0px 40px;}
  .Header__Wrapper{
   max-width: 1680px;
    margin: 0 auto;
    padding:18px 40px !important;
  }
}


@media screen and (min-width: 769px){
  .clc-box{
   display:flex!important;
    width:50%;
    
  }
.clc-box .cell+.cell {
    margin-left: 11%;
  }
 
.ProductItem__PriceList{
 font-size:20px;
}

  .faq-template-container .SectionHeader__Heading{
   text-transform: uppercase;
  }
}


@media screen and (max-width: 768px){
  
   .CollectionToolbar-left .cell:hover::after,
  .CollectionToolbar-left .cell::after{
  display:none;
  }
  .mb-fbib-bottom .player-botton{
  position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .mb-fbib-bottom .mb-name{
   font-size:23px;
    padding:15px;
  }
  .background-media-text--bottomCenter, .background-media-text--bottomLeft, .background-media-text--bottomRight{
   bottom:5px;
  }
  .background-media-text__aligner{
   padding:0px;
  }
  .faqcc-inner-contact-us{
   margin-bottom:0px;
  }
    .collection-link-continaer>.cell i,
  .collection-link-continaer>.cell a{
   display:inline-block;
    transform: translateX(20px);
  }
  .CollectionToolbar-left .cell{
    width:100%;
   padding:10px;
  }
  .CollectionToolbar-left .cell+.cell{
  margin-left:0px;
  }
  .aiti-title{
   font-size:24px!important;
  }
  .aiti-content{
   font-size:14px!important;
  }
  .aiti-title,.aiti-content{
    color:#000!important;
  }
  .Faq__Item{
   display:block!important;
  }
  .month-filter-box{
        flex-wrap: wrap;
    margin-bottom:50px;
   justify-content: space-between;
   }
  .month-filter-box .item{
   margin-bottom:20px;
  }
   .ai-text{
  position:relative;
    margin-top:20px;
     top:0px;
     
  }
 .abc-text-content{
       padding: 40px 30px 80px 30px;
  }
  .abc-content .logo-image{
       background: #000;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:0px;
  }
  .abc-content  .FeatureText__ImageWrapper{
   flex:1;
    max-width:50%;
  }
  .abcc-inner-box{
   padding:0px;
  }
  .aiti-content{
  color:#000;
   }
 
  .pre-form1-container .title{
   font-size:30px;
  }
  .msi-right .ArticleItem__Title{
   font-size: 18px;
  }
 .ppbc-inner_text-content{
   font-size:30px!important;
  }
  .ppcc-inner .item{
     margin-bottom: 37px;
    padding-bottom: 22px;
  }
  .ppcc-inner .title{
   margin-bottom:20px;
  }
  .privacy-policy-banner-contianer{
   padding-top: 50px;    
    margin-bottom: 50px;
  }
  .Product__Gallery{
   position:relative;
    top:0px;
  }
  .product-section-wrapper{
   padding-bottom:30px;
  }
  .stop-svg{
  opacity:1!important; 
  }
  .ProductRecommendations .long-arrow{
 display:none;
}
  #to-top{
   bottom:100px;
  }
  .SidebarMenu__Nav--secondary .Linklist__Item>.Link{
   color:#fff;
  }
  #sidebar-menu .Drawer__Footer{
   padding:0px;
  }
 .SidebarMenu .Drawer__Header{
   display:none;
  }
    .js-drawer-open-left .burger-icon--top {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }


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


   .js-drawer-open-left .burger-icon--bottom {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #shopify-section-announcement,
  .shopify-section--header{
    position: sticky;
   z-index:20;
  }
  .Footer__Block--links:first-child{
  padding-top:20px;
      border-top: 1px solid #fff;
}
  .fbc-content{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity:1;
  }
   .fbc-content .first-cell{
   margin-bottom:50px;
  }
  .footer-brand-container{
    margin-bottom: 0px;
    margin-top: 50px;
  }
  .fb-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-aside-container{
    margin: 0px 20px;
    margin-top:10px;
   padding-top:10px;
  }
  .Footer__Copyright{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
  }
  .Footer__ThemeAuthor{
   font-size:12px;
  }
  .Linklist__Item > .Link{
    color:#c9caca;
      font-family: 'Montserrat-Light';
  }
  .fa-container{
  margin-top:30px;
  }
  .fac-content{
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 12px;
  }
  .Footer_link__Title h2{
   font-size:16px !important;
  }
  .Footer__Block--text .Footer__Social{
        position: relative;
    bottom: 0px;
    margin-top: 20px;
  }
  .Footer__Block--links{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .Footer_link_Linklist{
   display:none;
  }
 
  .featured-product-container .page-width{
   padding:0px;
  }
  .featured-collection-item  .Button{
    font-weight: bold;
    padding: 10px 20px;
    font-size:15px;
    border: 1px solid rgba(255,255,255,0.78);
  }
 
  .featured-collection-item .Button::before{
   background-color: rgba(255,255,255,0.78);
  }
  .featured-review-container .image{
  margin:0px;
    margin-bottom:30px;
  }
  .featured-review-container{
   color:#000;
  }
  .featured-review-container .text{
    max-width: 65%;
    margin: 0 auto;
    font-size:15px;
  }
  .Testimonial__Content, .Testimonial__Content p{
   font-size:15px;
  }
  .fr-swiper-container {
       padding-bottom: 50px;
  }
  .featured-video-container .Heading {
    font-family: Montserrat-Bold;
  }
 
  .hsc-content li{
    width: 50%;
  }
  .hsc-inner{
    padding:0px 10px;
    flex-direction: column;
  }
  .hsc-inner .icon{
   margin:0px;
        margin-bottom: 10px;
  }
  .hscc-content{
  
    white-space: nowrap;
    
  }
/*   .hsc-content {
   margin-bottom:-30px;
  } */
  .pc-hsc-content li{
   margin-bottom:30px;
  }
  .pc-hsc-content li+li{
   margin-left:0px;
  }
  .sfhc-left{
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
    margin-right:0px;
  }
  .sfh-content{
      flex-direction: column;
  }
  .sfhc-right{
  padding: 2px 5px;
    text-transform: uppercase;
  }
  .Drawer_menu__Close{
        top: 40px;
    left: 20px;
  }
  .product-Collapsible__Inner .first-Collapsible__Content{
        margin-left: 20px;
    margin-right:20px;
  }
  .first-Collapsible__Content{
  margin-left: 30px;
  }
  .Collapsible__Button_product .content{
    margin-left: 20px;
  }
  .slideshow-video-container video{
   object-fit: cover;
  }
  .mb-fpc-box .image{
   min-height:460px;
    margin-bottom:20px;
  }
  .abc-content .swiper-slide {
   width:60% !important;
    padding:0 10px;
  }
    .featured-video-container .swiper-slide{
   width:60% !important;
        transform: scale(0.85);
      -webkit-transition: all cubic-bezier(0.4,0,0.2,1) .3s;
    transition: all cubic-bezier(0.4,0,0.2,1) .3s;
  }
 
  .fv-bottom-container .content{
       font-size: 14px;
    line-height:21px;
    min-height: 60px;
    font-family: Montserrat-Light;
  }
  .fv-bottom-container .title{
    font-size: 12px;
  }
   .featured-video-container .swiper-slide .ImageHero.ImageHero--small{
   min-height:260px;
  }
 

  .featured-video-container .swiper-slide.swiper-slide-active{
    transform: scale(1);
  }
 
  .fv-bottom-container{
   padding-bottom:20px;
  }
  .Collapsible__Button+.Collapsible__Inner{
    margin-left: -18px;
    margin-right: -24px;
  }
  .product-Collapsible__Inner .second-Collapsible:last-of-type{
    border-bottom: solid 1px #d9d9d9;
  }
  .product-Collapsible__Inner .second-Collapsible+.second-Collapsible{
    border-top: solid 1px #d9d9d9;
  }
 .SidebarMenu__Nav .Collapsible__Inner {
   background-color: #fff;
  }
  .SidebarMenu .second-Collapsible .Heading{
   color:#000;
    font-family: 'Montserrat-Bold'; 
  }
   .pdc .item{
   
    top: 0;
    max-width: 100%;
    left: 0;
    bottom: unset;
    right: unset;
     padding:0px 20px;
         transform: translateY(0%);
   }
  .pdc .product-image{
   margin-top:130px;
  }
  .pre-text-image-container{
   padding-top:0px;
    padding-bottom:0px;
  }
  .ptic-inner .item{
   flex-wrap:wrap;
  }
  .ptic-inner .item .box{
   width:100%;
  }
  .ptic-inner .item .text-box{
       background: #000;
    color: #fff;
    padding:20px 40px !important;
    padding-bottom:100px!important;
  }
  .ptic-inner .item .box{
   order:1;
  }
   .ptic-inner .item .text-box{
   order:2;
  }
  .pre-coverage-container .page-width{
   padding:0px;
  }
  .pre-coverage-container{
   margin-bottom:80px;
  }
  .pre-coverage-container .swiper-pagination{
   display:none;
  }
  .pfi-nav .item{
   font-size:20px;
  }
  .pfi-nav{
   padding:20px 0px;
    margin-bottom:30px;
  }
  .pfi-nav .item::after{
   bottom:-20px;
  }
   .about-brands-contianer{
       
    background-color: #f7f7f7;
  }
  .abcc-inner-box{
   background-color:#fff !important;
  }
}
@media screen and (max-width: 520px){
  
  .mb-fbib-bottom .mb-name{
   font-size:19px;
  }
  .hscc-content{
   transform: scale(0.65);
  }  
  .aiti-title{
   font-size: 20px!important;
  }
  .text-image-left-right-cell .text-item{
   padding:20px!important;
    font-size:14px;
  }
   .month-filter-box{
    margin-bottom:25px;

   }
/*    .aiti-title{
   font-size:18px;
  } */
  .abc-content .title{
   font-size:12px;
  }
  .abc-content .Button{
   padding: 4px 15px;
  }
  .about-brands-contianer{
       padding-top: 45px;
    padding-bottom: 35px;
    background-color: #f7f7f7;
  }
  .abc-content .Button svg{
    width:15px;
    height:15px;
  }
  .abc-content .content{
   line-height:2;
    font-size:12px;
  }
  .abc-text-content{
    padding: 20px 15px 80px 15px;
  }   
  .pfic-content .page-box .title{
   padding-left:35px;
  }
  .pfic-content .page-box .content{
   margin-left:35px;
    font-size:15px;
  }
  .pfic-content .page-box .title:before{
   width:15px;
    height:15px;
    font-size:15px;
  }
  .pfi-nav .item{
   font-size:14px;
  }
   .pre-coverage-container{
   margin-bottom:40px;
  }
  .ptic-inner .item .text-box{
   padding:20px !important;
    padding-bottom:50px!important;
  }
  .ptic-inner .item .title{
   font-size:18px;
    margin-bottom:15px;
  }
  .pdc .product-image .btn{
     transform: scale(0.7);
}
  .pdc .item .title{
   font-size:18px;
  }
  .pdc .item .content{
   font-size:14px;
   line-height: 1.5;
  }
  .pre-form1-container{
       margin-top: 42px;
  }
  .ppcc-inner .item:last-of-type{
     margin-bottom:0;
    padding-bottom:0px;
    border-bottom:none;
  }
  .ppbc-inner_text-content{
   font-size:20px!important;
  }
  .ppcc-inner .item{
        margin-bottom: 22px;
    padding-bottom: 12px;
  }
  .ppcc-inner .content{
   font-size:13px;
    font-weight:500;
  }
  .ppcc-inner .title{
   font-size:20px;margin-bottom: 15px;
  }
  
    .spec-cont .spec-left-box{
   margin-bottom:0px;
  }
  .spec-cont {
   flex-wrap:wrap;
  }
  .animation-text.left-pop,
  .animation-text.right-pop,
  img.animation-text,
  .product-desc-content  .fadein-0,
   .product-desc-content  .fadein-05,
   .product-desc-content  .fadein-1,
   .product-desc-content  .fadein-1-5,
   .product-desc-content  .fadein-2,
  .product-desc-content  .fadein-2-5,
  .product-desc-content  .fadein-1-5-center
  {
     -moz-animation:none!important;
    -webkit-animation: none!important;
    -o-animation: none!important;
   transform: translateY(0px) !important;
    opacity: 1 !important;
  }
  
  
  .product-desc-content{
   margin-top:20px;
  }
  .pdc-overview-content{
   padding-top:20px;
        background: #f3f3f3;
  }
  .product-video-list-container{
   margin-top:0px;
    padding-top:50px;
  }
   .ProductList--carousel .Carousel__Cell{
   width:100%;
  }
  .sfhc-right{
   width:100%;
    padding: 4px 11px;
  }
  .sfhc-right .Form__Input {
   padding:8px 0px;
  }
  .sfhc-right  button{
   padding: 8px 28px ;
  }
 
  #download table td:last-child a:after{
       width: 15px;
    height: 15px;
    right: -16px;
    bottom: 0px;
  }
  .Collapsible .Collapsible .Collapsible__Button{
   padding:12px 0px;
  }
  
  .SidebarMenu__Nav--secondary .Linklist--spacingLoose .Linklist__Item{
   margin-bottom:15px;
  }
  .SidebarMenu .Drawer__Content{
    height: calc(100% - 23px);
    max-height: calc(100% - 23px);
    border-top: 1px solid #fff;
  }
  .SidebarMenu__Nav--secondary{
   margin-top:30px;
  }
   .Collapsible__Button{
   padding:12px 0px;
  }
  .Drawer{
   width:100%;
  }
  .ProductItem__LabelList{
   left:10px;
  }
  .ProductItem__LabelList span{
    padding: 2px 5px 2px 15px;
    font-size: 12px;
  }
  .mb-fpc-box .image{
    min-height:260px;
  }
   .featured-video-container .swiper-slide .ImageHero.ImageHero--small{
   min-height:130px;
  }
  .fv-swiper-container .no-swiper-button{
  z-index:5;
}
   .featured-collection-item .Heading{
     font-size:14px;
  }
  .fr-swiper-container .swiper-pagination-bullet{
        width: 10px;
    height: 10px;
  }
  .fr-swiper-container .swiper-pagination{
   height:14px;
  }
  .fr-swiper-container .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background-color:#000;
  }

  #section-slideshow .SectionHeader__SubHeading{
       font-size: 12px;
    line-height: 20px;
  }
  .Slideshow__Content.separate .SectionHeader__ButtonWrapper{
    position: relative !important;
  }
  .SectionHeader__Heading{
     font-size: 20px !important;
    line-height: 30px !important;
  }
 .SectionHeader__SubHeading + .SectionHeader__Heading, .SectionHeader__SubHeading + .SectionHeader__TabList, .SectionHeader__Description{
  margin-top:5px;
 }
  .CollectionToolbar-left .collection-link-continaer{
   flex-wrap:wrap;
  }


}
@media screen and (min-width: 1921px){
 .about-slideshow-container .Slideshow__Content_outer{
 max-width:2000px;
}
 .max-page-width{
  max-width:1860px;
  margin:0 auto;
}
}
@media screen and (max-width: 1200px) {
   .Header__FlexItem-center{    justify-content: center;   }
  .TestimonialNav{
       margin: 0 25px;
  }
}
@media screen and (max-width: 1505px) {
  .Header.third-layout .third-mmi-right{
   margin-left:15%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px){
  .Header.second-layout .mmir-box .image,
  .Header.third-layout .mmir-box .image{
 width:160px;
     
}
  
 
  .faqcc-inner-other{
   padding-left:10%;
  }
  .fac-content{
   padding-left: 20%;
  }
}
@media screen and (min-width:769px) and (max-width: 1024px){

}

@media screen and (min-width: 769px) and (max-width: 1680px){
  .footer-aside-container,
  .fa-container{
   padding-left:70px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px){
  .asbci-bottom{
   margin-top: 5vw;
  }
   
}

@media screen and (max-width: 375px) {
  #section-about-slideshow .SectionHeader__BigHeading{
   font-size:30px!important;
  }
  #section-about-slideshow  .SectionHeader__Heading{
   font-size:18px!important;
  }
  #section-about-slideshow .SectionHeader__SubHeading{
   font-size:14px!important;
  }
  #download table td:nth-child(2){
   width:55%;
  }
}


