/** Shopify CDN: Minification failed

Line 357:2 Expected identifier but found "*"
Line 927:2 Expected identifier but found "*"
Line 4641:1 Unexpected ","
Line 4647:1 Unexpected ","

**/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
	background: #fff var(--slick-img-url) center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick-icons, sans-serif";
	font-size: 20px;
	line-height: 1;
	color: #000;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev:before {
	content: '\2190';
}
[dir="rtl"] .slick-prev:before {
	content: '\2192';
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}
.slick-next:before {
	content: '\2192';
}
[dir="rtl"] .slick-next:before {
	content: '\2190';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button, .slick-dots li a {
	border: 0;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	padding: 5px;
	cursor: pointer;
	border-radius: 50%;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li a:hover:before, .slick-dots li a:focus:before {
	opacity: 1;
}
.slick-dots li button:before, .slick-dots li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	width: 20px;
	height: 20px;
	font-family: "slick-icons, sans-serif";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 0.75;
	border-radius: 50%;
}
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
body,
input,
textarea,
button,
select {
/* 	-webkit-font-smoothing: antialiased; */
  	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeSpeed;
}
a {
	background-color: transparent;
}
b,
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	border: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
textarea {
	overflow: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}
/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
	touch-action: manipulation;
}
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }
.product-template__container {
margin-left: 0px !important;
}
.grid::after {
  content: '';
  display: table;
  clear: both; }
@media only screen and (max-width: 749px) {
  .grid {
    margin-left: -15px; } }
.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%; }
@media only screen and (max-width: 749px) {
  .grid__item {
    padding-left: 15px; } }
.grid__item[class*="--push"] {
  position: relative; }
/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right; }
/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/* Whole */
.one-whole {
  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%; }
/*================ Build Grid Push Classes ================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* 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; }
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /* 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; }
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; } }
@media only screen and (max-width: 749px) {
  /* 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: 750px) {
  /* 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%; } }
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }
.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
.visibility-hidden {
  visibility: hidden; }
.visually-hidden--inline {
  margin: 0;
  height: 1em; }
.visually-hidden--static {
  position: static !important; }
.js-focus-hidden:focus {
  outline: none; }
.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }
.no-js .js {
  display: none; }
.hide {
  display: none !important; }
/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }
/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain; }
.ratio-container {
  position: relative; }
.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: ""; }
.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/*================ #Basic Styles ================*/
body,
html {
  background-color: var(--color-body); }
.page-width {
max-width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter-site);
  padding-right: var(--gutter-site); }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 749px) {
    .page-width {
      padding-left: 22px;
      padding-right: 22px; } }
.main-content {
  display: block;
  padding-top: 25px; }
  @media only screen and (min-width: 750px) {
    .main-content {
      padding-top: 30px; } }
.section-header {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .section-header {
      margin-bottom: 30px; } }
.section-header a {
  border-bottom: 1px solid currentColor; }
/*================ Typography ================*/
blockquote {
  font-size: em(18px);
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
.rte blockquote {
  border-color: var(--color-border);
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: var(--gutter-site)/2; }
blockquote p + cite {
  margin-top: var(--gutter-site)/2; }
blockquote cite {
  display: block;
  font-size: 0.85em;
  font-weight: var(--font-weight-body); }
blockquote cite::before {
  content: '\2014 \0020'; }
code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em; }
pre {
  overflow: auto; }
body,
input,
textarea,
button,
select {
  font-size: var(--font-size-base);
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-text);
  line-height: 1.5; }
@media only screen and (max-width: 749px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px; } }
/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 13px;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }
h1, .h1 {
  font-size: calc(var(--font-size-header) * 1.35);
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (max-width: 749px) {
    h1, .h1 {
      font-size: calc(var(--font-size-header) * 1.25); } }
h2, .h2 {
  font-size: var(--font-size-header);
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 749px) {
    h2, .h2 {
      font-size: var(--font-size-header)-2; } }
h3, .h3 {
  font-size: calc(var(--font-size-header) * 0.78);
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (max-width: 749px) {
    h3, .h3 {
      font-size: calc(var(--font-size-header) * 0.70); } }
h4, .h4 {
  font-size: calc(var(--font-size-header) * 0.68); }
  @media only screen and (max-width: 749px) {
    h4, .h4 {
      font-size: calc(var(--font-size-header) * 0.60); } }
h5, .h5 {
  font-size: calc(var(--font-size-header) * 0.58); }
  @media only screen and (max-width: 749px) {
    h5, .h5 {
      font-size: calc(var(--font-size-header) * 0.50); } }
h6, .h6 {
  font-size: calc(var(--font-size-header) * 0.54); }
  @media only screen and (max-width: 749px) {
    h6, .h6 {
      font-size: calc(var(--font-size-header) * 0.54); } }
/*================ RTE headings ================*/
.rte {
  color: var(--color-body-text);
  margin-bottom: 25px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: var(--gutter-site);
    margin-bottom: var(--gutter-site)/2; }
    .rte h1:first-child, .rte .h1:first-child,
    .rte h2:first-child,
    .rte .h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    margin-bottom: 4px;
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }
.rte-setting {
  margin-bottom: 14px; }
  .rte-setting:last-child {
    margin-bottom: 0; }
/*================ Paragraph styles ================*/
p {
  color: var(--color-body-text);
  margin: 0 0 14px; }
  @media only screen and (max-width: 749px) {
    p {
      font-size: em(var(--font-size-base)-1); } }
  p:last-child {
    margin-bottom: 0; }
/*================ Lists ================*/
li {
  list-style: none; }
/*================ Misc styles ================*/
.fine-print {
  font-size: em(14);
  font-style: italic; }
.txt--minor {
  font-size: 80%; }
.txt--emphasis {
  font-style: italic; }
.address {
  margin-bottom: var(--gutter-site); }
/*================ Hero and slideshow headers ================*/
.mega-title,
.mega-subtitle {
  color: var(--color-color_slid-txt-txt) !important;
  font-family: var(--font-stack-slideshow); }
  @media only screen and (min-width: 768px) {
    .mega-title,
    .mega-subtitle {
      font-size: em(var(--font-size-base)4);
      text-shadow: 0 0 4px var(--color-text-shadow);
      margin: 0 auto; }
      .text-center .mega-title, .text-center
      .mega-subtitle {
        max-width: 75%; } }
  .mega-title a,
  .mega-subtitle a {
    color: var(--color-overlay-title-text);
    border-bottom: 1px solid currentColor; }
    .mega-title a:hover, .mega-title a:focus,
    .mega-subtitle a:hover,
    .mega-subtitle a:focus {
      color: var(--color-overlay-text-focus); }
  .hero .mega-title, .hero
  .mega-subtitle {
    text-shadow: 0 0 4px var(--color-text-shadow); }
.mega-title {
  margin-bottom: 8px;
  color: var(--color-color_slid-txt-hd) !important;
  font-family: var(--font-stack-slideshow); }
/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }
/*================ #Icons ================*/
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #ffffff; }
/* A generic way to visually hide content while remaining accessible to screen readers (h5bp.com) */
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0; }
/*================ Payment Icons ================*/
.payment-icons {
  user-select: none;
  cursor: default; }
  @media only screen and (max-width: 749px) {
    .payment-icons {
      line-height: 40px; } }
  .payment-icons .icon {
    width: 38px;
    height: 24px;
    fill: inherit; }
/*================ Social Icons ================*/
.social-icons .icon {
  width: 48px;
  height: 23px; }
  @media only screen and (min-width: 768px) {
    .social-icons .icon {
      height: 25px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }
/*================ Loading Icons ================*/
.icon-spinner {
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear; }
/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0; }
ol {
  list-style: decimal; }
.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline > li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
/*================ #Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 13px 25px; }
  .rte ul.list--inline,
  .rte ol.list--inline {
    margin-left: 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }
.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }
.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
/*================ #Links and Buttons ================*/
a {
  color: var(--color-text);
  text-decoration: none; }
  a:not([disabled]):hover, a:focus {
    color: var(--color-text-focus); }
  a.classic-link {
    text-decoration: underline; }
a[href^="tel"] {
  color: inherit; }
/*================ Buttons ================*/
.btn {
  user-select: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px 15px;
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: var(--font-size-base)-2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  }
  @media only screen and (min-width: 768px) {
    .btn {
      padding: 10px 18px; } 
  transition: 0.3s; 
  }
  .btn:not([disabled]):hover, .btn:focus {
    color: var(--color-btn-primary-text);
    background-color: var(--color-btn-primary);
     }
  @media only screen and (min-width: 768px) {
    transform: translateX(6px);
  }
  .btn[disabled], .btn[aria-disabled] {
    cursor: default;
    opacity: 0.5; }
.btn--secondary {
  background-color: transparent;
  color: var(--color-btn-primary);
  border-color: var(--color-btn-primary); }
  .btn--secondary:not([disabled]):hover, .btn--secondary:focus {
    background-color: transparent;
    color: var(--color-btn-primary-focus);
    border-color: var(--color-btn-primary-focus); }
.btn--secondary-accent {
  background-color: var(--color-topheader-bg);
  color: var(--color-btn-primary);
  border-color: var(--color-btn-primary); }
  .btn--secondary-accent:not([disabled]):hover, .btn--secondary-accent:focus {
    background-color: var(--color-topheader-bg);
    color: var(--color-btn-primary-focus);
    border-color: var(--color-btn-primary-focus); }
.btn--small {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1; }
.btn--tertiary {
  background-color: transparent;
  color: var(--color-small-button-text-border);
  border-color: var(--color-small-button-text-border); }
  .btn--tertiary:not([disabled]):hover, .btn--tertiary:focus {
    background-color: transparent;
    color: var(--color-small-button-text-border-focus);
    border-color: var(--color-small-button-text-border-focus); }
/*================ Button variations ================*/
@media only screen and (max-width: 749px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px; } }
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: var(--color-text);
  text-align: left; }
  .btn--link:not([disabled]):hover, .btn--link:focus {
    color: var(--color-text-focus);
    background-color: transparent; }
  .btn--link .icon {
    vertical-align: middle; }
.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }
.btn--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%; }
  @media only screen and (min-width: 768px) {
    .btn--center {
      width: 10%; } }
.btn--has-icon-after .icon {
  margin-left: 10px; }
/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }
.text-link--accent {
  color: var(--color-btn-primary);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }
  .text-link--accent:not([disabled]):hover, .text-link--accent:focus {
    color: var(--color-btn-primary-focus); }
/*================ #Tables ================*/
table {
  margin-bottom: var(--gutter-site)/2; }
  table a {
    border-bottom: 1px solid currentColor; }
th {
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: 700; }
th,
td {
  text-align: left;
  border: 1px solid var(--color-border);
  padding: 10px 14px; }
tbody th,
tfoot th {
  font-weight: normal; }
/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none; }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: var(--gutter-site)/2;
    border: 0;
    margin: 0; }
  .responsive-table th::before,
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal; }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: var(--gutter-site); }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: var(--gutter-site)/2;
      right: var(--gutter-site)/2;
      border-bottom: 1px solid var(--color-border); } }
/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }
/*=============== Image Transitions lazyload ===================*/
.animation--zoomin {
  transition: transform var(--anim-duration);
  transform: scale(0.7) !important; }
  .animation--zoomin.lazyloaded {
    transform: scale(1) !important; }
.animation--zoomout {
  transition: transform var(--anim-duration);
  transform: scale(1.1) !important; }
  .animation--zoomout.lazyloaded {
    transform: scale(1) !important; }
.animation--fade-in {
  opacity: 0;
  transition: opacity var(--anim-duration) ease-in-out; }
  @media only screen and (max-width: 749px) {
    .animation--fade-in {
      transition: opacity 1s ease-in-out !important; } }
  .animation--fade-in.lazyloaded {
    opacity: 1; }
.animation--translatex {
  transition: transform var(--anim-duration);
  transform: translateX(-20px); }
  .animation--translatex.lazyloaded {
    transform: translateX(0px); }
.animation--translatey {
  transition: transform var(--anim-duration);
  transform: translateY(-20px); }
  .animation--translatey.lazyloaded {
    transform: translateY(0px); }
.animation--scalex {
  transition: transform var(--anim-duration);
  transform: scaleX(0.9) !important; }
  .animation--scalex.lazyloaded {
    transform: scaleX(1) !important; }
.animation--scaley {
  transition: transform var(--anim-duration);
  transform: scaleY(0.9) !important; }
  .animation--scaley.lazyloaded {
    transform: scaleY(1) !important; }
/*================ Forms ================*/
form {
  margin: 0; }
fieldset {
  border: 1px solid var(--color-border-form);
  margin: 0 0 var(--gutter-site);
  padding: var(--gutter-site)/2; }
legend {
  border: 0;
  padding: 0; }
button {
  cursor: pointer; }
input[type="submit"] {
  cursor: pointer; }
label {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 749px) {
    label {
      font-size: em(var(--font-size-base)-2px); } }
  [type="radio"] + label,
  [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }
input,
textarea,
select {
  border: 1px solid var(--color-border-form);
  background-color: var(--color-text-field);
  color: var(--color-text-field-text);
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  input.input--error::-webkit-input-placeholder,
  textarea.input--error::-webkit-input-placeholder,
  select.input--error::-webkit-input-placeholder {
    color: var(--color-error-input-text);
    opacity: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder {
    color: var(--color-error-input-text);
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder {
    color: var(--color-error-input-text);
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder {
    color: var(--color-error-input-text);
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }
  .product-form input, .product-form
  textarea, .product-form
  select {
    min-height: 44px; }
textarea {
  min-height: 100px; }
/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: var(--color-error);
  background-color: var(--color-error-bg);
  color: var(--color-error);
  margin-bottom: 9px; }
.input-error-message {
  display: block;
  width: 100%;
  color: var(--color-error);
  font-size: em(var(--font-size-base)-2px);
  margin-bottom: 9px; }
  @media only screen and (max-width: 749px) {
    .input-error-message {
      margin-bottom: 13px; } }
select {
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    select {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }
.select-label {
  font-size: em(12);
  text-transform: uppercase; }
optgroup {
  font-weight: 700; }
option {
  color: var(--color-topheader-txt);
  background-color: var(--color-topheader-bg); }
select::-ms-expand {
  display: none; }
/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
::-webkit-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6; }
::-moz-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6; }
:-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6; }
::-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 1; }
/*================ Labels ================*/
.label--error {
  color: var(--color-error); }
input,
textarea {
  padding: 8px 15px; }
  @media only screen and (min-width: 768px) {
    input,
    textarea {
      padding: 10px 18px; } }
/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 13px; }
  .form-vertical input.input--error,
  .form-vertical select.input--error,
  .form-vertical textarea.input--error {
    margin-bottom: 9px; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical [type="submit"],
.form-vertical .btn {
  display: inline-block;
  width: auto; }
/*================ Single field forms ================*/
.form-single-field {
  margin: 0 auto var(--gutter-site);
  max-width: 35rem; }
  .form-single-field .input--error {
    margin-bottom: 0; }
/*================ Form feedback messages ================*/
.note,
.form-message {
  padding: 8px;
  margin: 0 0 var(--gutter-site)/2; }
  @media only screen and (min-width: 768px) {
    .note,
    .form-message {
      padding: 10px; } }
.note {
  border: 1px solid var(--color-border-form); }
.form-message--success {
  border: 1px solid #1F873D;
  background-color: #f8fff9;
  color: #1F873D !important;
  display: block;
  width: 100%; }
.form-message--error {
  border: 1px solid var(--color-error);
  background-color: var(--color-error-bg);
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%; }
  .form-message--error li {
    list-style-type: disc;
    list-style-position: inside; }
  .form-message--error .form-message__title {
    font-size: 1.2em; }
  .form-message--error .form-message__link {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: var(--color-text); }
    .form-message--error .form-message__link:hover {
      text-decoration: none;
      color: var(--color-text); }
/*================ Input Groups ================*/
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center; }
  .form-vertical .input-group {
    margin-bottom: var(--gutter-site); }
.input-group--error {
  margin-bottom: 9px; }
.input-group__field,
.input-group__field input,
.input-group__btn .btn {
  min-height: 42px; }
  @media only screen and (min-width: 768px) {
    .input-group__field,
    .input-group__field input,
    .input-group__btn .btn {
      min-height: 46px; } }
.input-group__field {
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem;
  border-radius: 2px 0 0 2px;
  text-align: left; }
  .input-group__field input {
    width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }
.input-group__btn {
  flex-grow: 1; }
  .input-group__btn .btn {
    width: 100%;
    border-radius: 0 2px 2px 0; }
/*================ #Site Nav and Dropdowns ================*/
.site-header__logo img {
  display: block; }
.site-nav {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 5px 0; }
  .site-nav a {
    padding: 3px 10px;
    color: var(--color-topheader-txt); }
  .site-nav a:hover, .site-nav a:focus {
    color: var(--color-topheader-hover); }
  .site-nav body,
  .site-nav input,
  .site-nav textarea,
  .site-nav button,
  .site-nav select {
    color: var(--color-topheader-txt); }
  .site-nav body,
  .site-nav input,
  .site-nav textarea,
  .site-nav button:hover {
    color: var(--color-topheader-hover); }
.site-nav--centered {
  padding-bottom: 22px; }
/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }
  .site-nav--centered .site-nav__link {
    padding-top: 0; }
  .site-nav__link.site-nav--active-dropdown {
    border: 1px solid var(--color-border);
    border-bottom: 1px solid transparent;
    z-index: 2; }
  .site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label {
    border-bottom-color: var(--color-topheader-txt); }
.site-nav__label {
  border-bottom: 1px solid transparent; }
  .site-nav__link--active .site-nav__label {
    border-bottom-color: var(--color-topheader-txt); }
.site-nav__link--button {
  border: none;
  background-color: transparent;
  padding: 3px 10px; }
  @media only screen and (max-width: 749px) {
    .site-nav__link--button {
      font-size: var(--font-size-base); } }
  .site-nav__link--button:focus, .site-nav__link--button:hover {
    color: var(--color-text-focus); }
/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative; }
.site-nav--has-centered-dropdown {
  position: static; }
.site-nav__dropdown {
  display: none;
  position: absolute;
  padding: 11px 30px 11px 0;
  margin: 0;
  margin-top: -13px;
  z-index: 7;
  text-align: left;
  border: 1px solid var(--color-border);
  background: var(--color-topheader-bg);
  left: -1px;
  top: 41px; }
  .site-nav__dropdown .site-nav__link {
    padding: 4px 15px 5px; }
  .site-nav--active-dropdown .site-nav__dropdown {
    display: block; }
  .site-nav__dropdown li {
    display: block; }
.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  right: 0;
  left: unset; }
.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
  left: 0; }
.site-nav__dropdown--centered {
  width: 100%;
  padding: 0;
  text-align: center; }
/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  background: var(--color-topheader-bg);
  padding: 11px 17px;
  text-align: left; }
.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -15px; }
.site-nav__childlist-item {
  flex: 0 1 auto;
  margin-bottom: 15px; }
.site-nav__child-link--parent {
  font-weight: 700;
  margin: 4px 0; }
.page-container {
  position: relative; }
  .page-container.both-fixed {
    margin-top: 135px; }
  .page-container.shiiping-bar-fixed {
    margin-top: 55px; }
  .page-container.header-fixed {
    margin-top: 80px; }
hr {
  margin: var(--gutter-site) 0;
  border: 0;
  border-bottom: 1px solid var(--color-border); }
.hr--small {
  padding: 10px 0;
  margin: 0; }
.hr--invisible {
  border-bottom: 0; }
.border-bottom {
  border-bottom: 1px solid var(--color-border); }
.border-top {
  border-top: 1px solid var(--color-border); }
.empty-page-content {
  padding: 125px var(--gutter-site); }
  @media only screen and (max-width: 749px) {
    .empty-page-content {
      padding-left: 22px;
      padding-right: 22px; } }
.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle; }
.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters .grid__item {
    padding-left: 0; }
.grid--half-gutters {
  margin-left: 10px; }
  .grid--half-gutters > .grid__item {
    padding-left: 10px; }
.grid--double-gutters {
  margin-left: 40px; }
  .grid--double-gutters > .grid__item {
    padding-left: 40px; }
.grid--flush-bottom {
  margin-bottom: -30px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 30px; }
.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: var(--color-bg);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: var(--color-bg);
    color: var(--color-text); }
.js-drawer-open {
  overflow: hidden; }
.drawer--top {
  width: 100%; }
  .js-drawer-open-top .drawer--top {
    transform: translateY(100%);
    display: block; }
.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }
.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }
.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: em(18); }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6); }
.grid--view-items {
  overflow: auto;
  margin-bottom: -25px;
  overflow: hidden; }
.grid-view-item {
  margin: 0 auto 25px; }
  .custom__item .grid-view-item {
    margin-bottom: 0;
    overflow: hidden; }
.grid-view-item__title {
  margin-bottom: 0;
  margin-top: 5px;
  padding-top: 20px;
  line-height: 1;
  color: var(--color-text); }
.grid-view-item__meta {
  margin-top: 0; }
@media only screen and (max-width: 749px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: em(var(--font-size-base)-1px); } }
.grid-view-item__link {
  display: block; }
.grid-view-item__vendor {
  margin-top: 4px;
  color: var(--color-body-text);
  font-size: em(var(--font-size-base)-2px);
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .grid-view-item__vendor {
      font-size: em(var(--font-size-base)-3px); } }
.grid-view-item__image-wrapper {
  margin: 0 auto 10px;
  position: relative;
  width: 100%; }
.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%; }
  .grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0; }
  .grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5; }
  .grid-view-item__image.lazyload {
    opacity: 0; }
.list-view-item {
  margin-bottom: 22px; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .list-view-item {
      border-bottom: 1px solid var(--color-border);
      padding-bottom: 22px; }
      .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }
.list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%; }
.list-view-item__image {
  max-height: 95px; }
.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 130px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__image-column {
      width: 85px; } }
.list-view-item__image-wrapper {
  position: relative;
  margin-right: 25px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__image-wrapper {
      margin-right: 13px; } }
.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }
.list-view-item__title {
  color: var(--color-text);
  font-size: em(var(--font-size-base)2px);
  min-width: 100px;
  font-weight: bold; }
  @media only screen and (max-width: 749px) {
    .list-view-item__title {
      font-size: em(var(--font-size-base)-1px); } }
.list-view-item__sold-out {
  font-size: em(var(--font-size-base)-1px); }
.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }
.list-view-item__vendor {
  font-size: em(var(--font-size-base)-1px);
  font-style: italic; }
  @media only screen and (max-width: 749px) {
    .list-view-item__vendor {
      font-size: em(var(--font-size-base)-2px); } }
.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: em(var(--font-size-base)1px); }
  @media only screen and (max-width: 749px) {
    .list-view-item__price-column {
      font-size: em(var(--font-size-base)-1px); } }
  .list-view-item__price-column .price__vendor {
    display: none; }
  .list-view-item__price-column .price__regular,
  .list-view-item__price-column .price__sale {
    flex-basis: 100%; }
.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.list-view-item__price--reg {
  color: var(--color-sale-text); }
  @media only screen and (max-width: 749px) {
    .list-view-item__price--reg {
      display: block; } }
@media only screen and (max-width: 749px) {
  .list-view-item__price--sale {
    display: block; } }
/*================ Index sections ================*/
.index-section {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .index-section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .index-section:first-child {
    padding-top: 0;
    border-top: 0; }
  .index-section:last-child {
    padding-bottom: 0; }
.index-section--flush + .index-section--flush {
  margin-top: -50px; }
@media only screen and (min-width: 768px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -50px; } }
.index-section--flush:first-child {
  margin-top: -25px; }
@media only screen and (min-width: 768px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -30px; } }
.index-section--flush:last-child {
  margin-bottom: -25px; }
@media only screen and (min-width: 768px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: -30px; } }
.placeholder-svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }
.placeholder-noblocks {
  padding: 40px;
  text-align: center; }
.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }
.placeholder-background--animation {
  background-color: var(--color-text); }
  .no-js .placeholder-background--animation {
    display: none; }
.product-single {
  overflow-anchor: none; }
.product-single__title {
  margin-bottom: 0.5rem; }
.product__policies {
  margin: 0.4rem 0 1rem 0;
  font-size: em(var(--font-size-base)-1); }
/*================ Add to cart form ================*/
.product-form {
  width: auto;
  }
.product-form__item {
  margin-bottom: 10px;
  padding: 0 0px;
  width: 100%; }
  .product-form__item label {
    display: block; }
    .product-form--hide-variant-labels .product-form__item label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
.product-form__item--submit {
  flex: 1 1 300px; }
.product-form__item--no-variants {
  max-width: 400px; }
.product-form__item--payment-button {
  flex-basis: 100%; }
  .product-form__item--payment-button.product-form__item--no-variants {
    flex-direction: column;
    align-items: stretch; }
.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }
.variant-sku-hd {
  font-weight: bold; }
.product-form__item--quantity {
  flex: 0 0 100px; }
.product-form__input {
  display: block;
  width: 100%;
  background: var(--color-bg);
  color: var(--color-body-text); }
  .product-form__input.input--error {
    margin-bottom: 0; }
.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0.5rem 0;
  margin: 0 em(5px); }
  .product-form__error-message-wrapper i {
    color: var(--color-error); }
.product-form__error-message-wrapper--hidden {
  display: none; }
.icon-error {
  fill: var(--color-error);
  width: em(var(--font-size-base)-2px);
  height: em(var(--font-size-base)-2px);
  margin-top: 0.1em;
  flex-shrink: 0; }
.product-form__error-message {
  margin-left: 0.5rem;
  font-size: em(var(--font-size-base)-2px);
  line-height: 1.2;
  color: var(--color-body-text); }
.product-form__cart-submit {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  min-height: 44px;
  background-color: var(--color-bg-addtocart);
  color: var(--color-txt-addtocart); }
  .product-form__item--payment-button .product-form__cart-submit {
    margin-top: 10px; }
.product__quantity-error .icon {
  margin-right: 1rem; }
/*================ Template | Collections ================*/
.cart-header {
  margin-bottom: 0.7rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .cart-header {
      margin-bottom: 1.7rem; } }
.cart-header__title {
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 768px) {
    .cart-header__title {
      margin-bottom: 1rem; } }
.myaccount {
  display: flex;
  flex-wrap: wrap; }
.order-table {
  border: 1px solid var(--color-border); }
  .order-table a {
    border-bottom: 1px solid currentColor; }
  .order-table th, .order-table td {
    border: 0; }
  .order-table tbody th,
  .order-table tfoot th {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
  .order-table tbody tr + tr {
    border-top: 1px solid var(--color-border); }
  .order-table thead {
    border-bottom: 1px solid var(--color-body-text); }
  .order-table tfoot {
    border-top: 1px solid var(--color-body-text); }
    .order-table tfoot tr:first-child th,
    .order-table tfoot tr:first-child td {
      padding-top: 1.25em; }
    .order-table tfoot tr:nth-last-child(2) th,
    .order-table tfoot tr:nth-last-child(2) td {
      padding-bottom: 1.25em; }
    .order-table tfoot tr:last-child th,
    .order-table tfoot tr:last-child td {
      border-top: 1px solid var(--color-body-text);
      font-weight: 700;
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .order-table thead th {
      text-transform: uppercase;
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
    .order-table tbody tr th, .order-table tbody tr td {
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
    .order-table tfoot tr td, .order-table tfoot tr th {
      vertical-align: bottom; } }
  @media only screen and (max-width: 749px) {
    .order-table {
      border: 0; }
      .order-table thead {
        display: none; }
      .order-table th,
      .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 0.5rem 0;
        border: 0;
        margin: 0; }
      .order-table th::before,
      .order-table td::before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%; }
      .order-table tbody tr th:first-child {
        padding-top: 1.25em; }
      .order-table tbody tr td:last-child {
        padding-bottom: 1.25em; }
      .order-table tbody th::before,
      .order-table tbody td::before {
        font-weight: 700; } }
@media only screen and (max-width: 749px) {
  .order-table__product {
    display: flex;
    justify-content: space-between; } }
.order-discount {
  text-transform: uppercase;
  color: var(--color-sale-text);
  display: block;
  line-height: 1.2em; }
  .order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: 0.4em; }
.order-discount--title {
  word-break: break-word;
  padding-right: 1em; }
.order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0; }
.order-discount__item {
  text-indent: -1.3em; }
  .order-discount__item + .order-discount__item {
    margin-top: 0.6em; }
@media only screen and (max-width: 749px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; } }
.order-discount-card-wrapper {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .order-discount-card-wrapper {
      justify-content: flex-end; } }
.order-discount--cart {
  font-size: em(var(--font-size-base)-1px);
  padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .order-discount--cart {
      font-size: em(var(--font-size-base)-2px); } }
.order-discount--cart-total {
  padding-left: var(--gutter-site)/2; }
  @media only screen and (min-width: 768px) {
    .order-discount--cart-total {
      padding-left: var(--gutter-site);
      min-width: 150px; } }
/*================ MODULES ================*/
.site-header {
  background-color: var(--color-topheader-bg);
  position: relative;
  padding: 15px 5px; }
  .site-header.both-fixed {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 33px; }
  .site-header.header-fixed {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0; }
  @media only screen and (max-width: 749px) {
    .site-header {
      border-bottom: 1px solid var(--color-border);
      padding: 0; } }
.site-header__logo {
  margin: 15px 0; }
  .logo-align--center .site-header__logo {
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .logo-align--center .site-header__logo {
        text-align: left;
        margin: 15px 0; } }
  .site-header__logo img {
    margin: 0 0px;
    width: 50%;
    height: 50%;
    }
    @media only screen and (min-width: 769px) {
      .site-header__logo img {
        margin: 0 15px;
        width: 100%;
        height: 100%;
        } }
@media only screen and (max-width: 768px) {
  .site-header__icons .btn--link,
  .site-header__icons .site-header__cart {
    font-size: em(var(--font-size-base)); } }
.site-header__icons {
  position: relative;
  white-space: nowrap; }
  @media only screen and (max-width: 768px) {
    .site-header__icons {
      width: auto; } }
.site-header__icons-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (max-width: 749px) {
    .site-header__icons-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }
.site-header__cart,
.site-header__search,
.site-header__account,
.site-header__bars {
  position: relative;
  color: var(--color-topheader-txt); }
.site-header__search.site-header__icon {
  display: none; }
  @media only screen and (min-width: 1400px) {
    .site-header__search.site-header__icon {
      display: block; } }
.site-header__search-toggle {
  color: var(--color-topheader-txt);
  display: block; }
  @media only screen and (min-width: 1400px) {
    .site-header__search-toggle {
      display: none; } }
  .site-header__search-toggle svg:hover {
    color: var(--color-topheader-hover); }
@media only screen and (min-width: 768px) {
  .site-header__account,
  .site-header__cart {
    padding: 10px 11px; } }
.site-header__cart-title,
.site-header__search-title {
  display: block;
  vertical-align: middle;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
.site-header__cart-title {
  margin-right: 3px; }
.site-header__cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  font-weight: bold;
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  border-radius: 50%;
  min-width: 1em;
  height: 1em; }
  .site-header__cart-count span {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(11em / 16);
    line-height: 1; }
@media only screen and (max-width: 749px) {
  .site-header__cart-count {
    top: calc(7em / 16);
    right: 0;
    border-radius: 50%;
    min-width: calc(19em / 16);
    height: calc(19em / 16); }
    .site-header__cart-count span {
      padding: 0.25em calc(6em / 16);
      font-size: 12px; } }
.site-header__menu {
  display: none; }
.site-header__icon i {
  height: 20px;
  width: 19px;
  color: var(--color-topheader-txt); }
  @media only screen and (min-width: 768px) {
    .site-header__icon i {
      margin-right: 3px;
      height: 23px;
      width: 22px; } }
@media only screen and (max-width: 749px) {
  .site-header__icons {
    padding-right: 5px; }
  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 8px;
    margin: 0; }
  .site-header__logo img {
    margin: 0;
    padding-left: 10px;
    text-align: left; } }
.article__title {
  margin-bottom: 11px;
  margin-top: 11px;
  font-size: 33px;
  font-weight: 900;
  line-height: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }
.article__title-featured {
  margin-bottom: 11px;
  font-family: "BebasNeue";
  text-transform: uppercase; }
@media only screen and (max-width: 749px) {
  .article__title--has-image {
    padding-left: 22px; } }
.article__grid-meta .list--inline > li {
  margin: 5px; }
.article__tags {
  margin-bottom: 15px; }
.article__tags--list {
  font-style: italic; }
.article__link {
  display: block; }
  @media only screen and (max-width: 749px) {
    .article__link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      flex-direction: column; } }
.article__meta-buttons li + li {
  margin-left: 1.5rem; }
.article__comment-count {
	border-color: transparent;
	border-bottom-color: currentColor;
	padding: 0 0 3px 0;
}
.article__comment-count:not([disabled]):hover, .article__comment-count:focus {
	border-color: transparent;
	border-bottom-color: currentColor;
}
.article__author {
	margin-right: 10px;
}
.entry-comment, .entry-content, .article__author, .article__date {
	display: inline-block;
	margin-bottom: 2px;
	font-size: calc(var(--font-size-base) - 3px);
    padding-right:7px;
}
.template-article .entry-comment, .template-article .entry-content, .template-article .article__author, .template-article .article__date {
	margin-bottom: 0;
}
.article-listing {
  padding-top: var(--gutter-site);
  margin-bottom: var(--gutter-site);
}
.article__title {
  margin-bottom: calc(var(--gutter-site-mobilr) / 2);
  margin-top : calc(var(--gutter-site-mobilr) / 2);
    font-size: 33px;
    font-weight: 900;
    line-height: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  margin-bottom: -30px;
  overflow: auto; }
.article__grid-tag {
  margin-right: 10px;
  font-size: var(--font-size-base)-2px; }
.article__grid-meta {
  margin-bottom: 30px; }
@media only screen and (max-width: 749px) {
  .article__grid-meta--has-image {
    float: left;
    padding-left: 22px; } }
.article__grid-excerpt {
  margin-bottom: 13px; }
.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden; }
.article__grid-image-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .article__grid-image-wrapper img {
      -webkit-transition: var(--anim-duration) ease;
      transition: var(--anim-duration) ease;
      transform: scale(1); }
      .article__grid-image-wrapper img:hover {
        transform: scale(1.2) !important; } }
.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 15px 0;
  min-height: 1px;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 749px) {
    .article__grid-image-container {
      float: left;
      margin: 0 0 30px 0; } }
  .article__grid-image-container img {
    display: block; }
.article__grid-image {
  margin: 0 auto;
  width: 100%; }
  .js .article__grid-image {
    position: absolute;
    top: 0; }
.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }
.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }
.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }
.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }
.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0; }
.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: calc(46em / 16);
  border: 1px solid transparent; }
@media only screen and (max-width: 749px) {
  .search-bar__form {
    width: 100%; } }
.search-bar__submit .icon {
  position: relative;
  top: -1px;
  width: 1.2rem;
  height: auto; }
.search-bar__submit,
.search-header__submit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 12px;
  height: 100%;
  z-index: 1; }
.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-radius: 2px;
  color: var(--color-text);
  border-color: transparent;
  padding-right: calc(35em / 16);
  width: 100%;
  min-height: 44px; }
  .search-header__input::-webkit-input-placeholder,
  .search-bar__input::-webkit-input-placeholder {
    color: var(--color-text-field-text); }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: var(--color-text-field-text); }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: 1; }
.search-bar__input {
  border: 1px solid transparent; }
  .search-bar__input:focus {
    border-color: transparent; }
.search-bar__close {
  padding: calc(10em / 16) 0.75em; }
/*============================================================================
  The search submit button has pointer-events: none which also
  effects the :hover style. This forces the style to be applied.
==============================================================================*/
.search-header__input:hover + .btn--link {
  color: var(--color-text-focus); }
/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid var(--color-border);
  padding: 0 var(--gutter-site)/2;
  z-index: 99999; }
.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }
.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle; }
.search-bar__form-wrapper {
  width: 90%; }
/*================ Header Search ================*/
.search-header {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: calc(30em / 16);
  vertical-align: middle; }
  .search-header.search--focus {
    max-width: 250px; }
.search-header__input {
  cursor: pointer; }
.search--focus .search-header__input {
  outline: none;
  border-color: var(--color-border-form);
  cursor: auto; }
.search--focus .search-header__submit {
  pointer-events: auto; }
.search-header__submit {
  pointer-events: none; }
.search-header,
.search-header__submit {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1); }
.no-svg .site-header__search {
  display: inline-block; }
.no-svg .search-header {
  max-width: none; }
.no-svg .search__input {
  width: auto;
  padding-left: 60px; }
/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  padding-bottom: 50px;
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .sub-nav--is-open .mobile-nav {
    transform: translate3d(-100%, 0, 0); }
  .third-nav--is-open .mobile-nav {
    transform: translate3d(-200%, 0, 0); }
.mobile-nav__link,
.mobile-nav__sublist-link {
  color: var(--color-topheader-txt);
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px; }
.mobile-nav__link {
  position: relative; }
.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px;
  padding-right: 30px; }
.mobile-nav__item {
  display: block;
  width: 100%; }
  .mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px; }
.mobile-nav__return-btn {
  position: relative;
  padding: 18px 0 0 15px;
  width: 55px;
  font-weight: bold; }
.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 20px;
  pointer-events: none;
  overflow: hidden; }
.mobile-nav__table {
  display: table;
  width: 100%; }
.mobile-nav__toggle-button {
  padding: 20px 15px; }
.mobile-nav__dropdown {
  position: absolute;
  background-color: var(--color-topheader-bg);
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none; }
  .is-active + .mobile-nav__dropdown {
    display: block;
    opacity: 1; }
  .mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99; }
  .mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
  .mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
    color: var(--color-topheader-txt); }
/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-topheader-bg);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden;
  width: 100%; }
  .mobile-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--color-border); }
  .mobile-nav-wrapper.js-menu--is-open {
    display: block; }
.mobile-nav--open .icon-close {
  display: none; }
.mobile-nav--close .icon-hamburger {
  display: none; }
.site-header__mobile-nav {
  z-index: 9999;
  position: relative;
  background-color: var(--color-topheader-bg); }
  @media only screen and (max-width: 749px) {
    .site-header__mobile-nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      align-items: center; } }
/*================ Modals ================*/
.modal {
  transform: translateY(-20px);
  background-color: var(--color-bg);
  bottom: 0;
  color: var(--color-text);
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }
.modal--is-active {
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }
.modal__inner {
  height: 100%; }
.modal__centered {
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  .no-csstransforms .modal__centered {
    top: 20%; }
.modal__close {
  border: 0;
  padding: var(--gutter-site);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2; }
  .modal__close .icon {
    font-size: em(20); }
.price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .price {
      font-size: em(var(--font-size-base)-1); } }
  .price dl {
    margin-top: 0; }
  .price dd {
    margin: 0 0.5em 0 0; }
.price--unavailable {
  visibility: hidden; }
.price__regular {
  color: var(--color-body-text); }
.price__sale {
  color: var(--color-sale-text);
  display: none; }
  .price--on-sale .price__sale {
    display: block;
    font-size: var(--font-size-base); 
      }
.price__vendor {
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  flex-basis: 100%; }
.price__unit {
  flex-basis: 100%;
  display: none; }
  .price--unit-available .price__unit {
    display: block; }
.price-item {
  font-weight: var(--font-weight-header); }
.price-item--regular {
  color: var(--color-sale-regular-text); }
  .price--on-sale .price-item--regular {
    text-decoration: line-through; 
      font-size: var(--font-size-base); 
  }
.price-item--sale-only {
  color: var(--color-sale-text);
  font-size: var(--font-size-base); 
    }
  .price--on-sale .price-item--sale-only {
    text-decoration: line-through; }
.price-unit-price {
  color: var(--color-body-text);
  font-size: 0.8em; }
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 749px) {
    .feature-row {
      flex-direction: column; } }
.feature-row__item {
  flex: 1 1 50%; }
  @media only screen and (max-width: 749px) {
    .feature-row__item {
      flex: 1 1 auto;
      width: 100%;
      max-width: 100%; } }
.feature-row__image-wrapper {
  margin: 0 auto 14px;
  position: relative;
  width: 100%;
  overflow: hidden; }
.feature-row__image-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto; }
.feature-row__image {
  display: block;
  margin: 0 auto; }
  .feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0; }
  @media only screen and (max-width: 749px) {
    .feature-row__image {
      order: 1; } }
.feature-row__text {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media only screen and (max-width: 749px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }
@media only screen and (min-width: 768px) {
  .feature-row__text--left {
    padding-left: 25px; }
  .feature-row__text--right {
    padding-right: 25px; } }
@media only screen and (min-width: 768px) {
  .featured-row__subtext {
    font-size: em(var(--font-size-base)2); } }
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.hero--adapt,
.hero-fixed-width__image {
  max-height: 100vh; }
  @media only screen and (min-width: 768px) {
    .hero--adapt,
    .hero-fixed-width__image {
      max-height: 80vh; } }
.hero--x-small {
  height: 94px; }
.hero--small {
  height: 225px; }
.hero--medium {
  height: 357px; }
.hero--large {
  height: 488px; }
.hero--x-large {
  height: 582px; }
@media only screen and (min-width: 768px) {
  .hero--x-small {
    height: 125px; }
  .hero--small {
    height: 300px; }
  .hero--medium {
    height: 475px; }
  .hero--large {
    height: 650px; }
  .hero--x-large {
    height: 775px; } }
.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0;
  z-index: 2; }
.hero__btn {
  margin-top: 15px; }
/*================ Fixed width ================*/
.hero-fixed-width {
  position: relative; }
  .hero-fixed-width::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
    z-index: 1; }
.hero-fixed-width__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-50%); }
.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -20px;
  margin-left: -20px; }
  @media only screen and (max-width: 749px) {
    .custom-content {
      margin-bottom: -15px;
      margin-left: -15px; } }
.custom__item {
  flex: 0 0 auto;
  margin-bottom: 20px;
  padding-left: 20px;
  max-width: 100%; }
  @media only screen and (max-width: 749px) {
    .custom__item {
      flex: 0 0 auto;
      padding-left: 15px;
      margin-bottom: 15px; }
      .custom__item.small--one-half {
        flex: 0 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
.custom__item--image {
  margin: 0 auto;
  padding-left: 0; }
.custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%; }
.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block; }
.custom__item-inner--image {
  position: relative;
  margin: 0 auto; }
.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0; }
/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }
.align--top-right {
  text-align: right; }
.align--middle-left {
  align-self: center; }
.align--center {
  align-self: center;
  text-align: center; }
.align--middle-right {
  align-self: center;
  text-align: right; }
.align--bottom-left {
  align-self: flex-end; }
.align--bottom-middle {
  align-self: flex-end;
  text-align: center; }
.align--bottom-right {
  align-self: flex-end;
  text-align: right; }
.newsletter-section {
  padding-top: 30px; }
.product-card {
  position: relative; }
  .product-card:hover .product-card__image-wrapper, .product-card:focus-within .product-card__image-wrapper {
    opacity: 0.8; }
  .product-card:hover .product-card__title, .product-card:focus-within .product-card__title {
    border-bottom-color: var(--color-text); }
.product-card__image-with-placeholder-wrapper {
  position: relative; }
.product-card__title {
  border-bottom: 1px solid transparent;
  display: inline; }
[data-section-type="video-section"] {
  margin: 0 auto; }
  @media only screen and (max-width: 749px) {
    [data-section-type="video-section"] {
      transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87); } }
.video-section-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .video-section-wrapper {
      overflow: hidden; } }
  @media only screen and (max-width: 749px) {
    .video-section-wrapper {
      overflow: visible !important; }
      .video-section-wrapper.video-is-playing {
        margin: 0; }
      .video-section-wrapper.video-is-loaded {
        transition: margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87); } }
.video-section-wrapper--small.video-section-wrapper--min-height {
  min-height: 175px; }
  @media only screen and (min-width: 768px) {
    .video-section-wrapper--small.video-section-wrapper--min-height {
      min-height: 475px; } }
.video-section-wrapper--medium.video-section-wrapper--min-height {
  min-height: 270px; }
  @media only screen and (min-width: 768px) {
    .video-section-wrapper--medium.video-section-wrapper--min-height {
      min-height: 650px; } }
.video-section-wrapper--large.video-section-wrapper--min-height {
  min-height: 375px; }
  @media only screen and (min-width: 768px) {
    .video-section-wrapper--large.video-section-wrapper--min-height {
      min-height: 775px; } }
.video-section-wrapper iframe.youtube-iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.video-section-wrapper iframe.vimeo-video {
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }
.anim-label {
  animation: beat 1s ease infinite alternate; }
@keyframes beat {
  from {
    transform: translateX(20px) scale(1); }
  to {
    transform: translateX(20px) scale(1.1); } }
.image-text-title.center, .featured-row__subtext.center {
  text-align: center; }
.image-text-title.left, .featured-row__subtext.left {
  text-align: left; }
.image-text-title.right, .featured-row__subtext.right {
  text-align: right; }
nav.breadcrumb {
  margin-top: 30px; }
/*   ***************** Product page ******************* */
.youtube_video {
  width: 100%;
  pointer-events: none; }
  .youtube_video.mobile {
    height: 50px; }
.mainFrameVideo {
  width: 100%;
  height: 100%; }
.custom-grid {
  display: flex;
  flex-wrap: wrap; }
/*BLOG */
.note-seller {
  width: 100%;
  background : var(--color-bg);
  color: var(--color-body-text);
  &::-webkit-input-placeholder {
  color: var(--color-body-text);
}
    &:-ms-input-placeholder { 
  color: var(--color-body-text);
}
    &::placeholder {
  color: var(--color-body-text);
}
} 
.product-options {
width :100%;
padding-bottom :0px;  
}  
.product-form input {
min-height : 4px;
}
.radio-input-block {
	display: block;
}
.radio-input-block label {
	font-weight: normal !important;
}
.radio-input-inline-block {
	display: inline-block;
}
.radio-input-inline-block label {
	font-weight: normal !important;
}   
.required-icon:after {
    content:" *";
    color: red;
}    
.product-single__media video {
width : 100%;
}
.video-play {
position : absolute;
top: 2px;
left: -18px;  
padding : 5px;
background: white;  
}
.zoom-not .zoomImg {
    display: none!important;
}
.loader::before {
  content: 'Loading...';
  position: absolute;
  top: 50%;
  left: 45%;
}
.prev-arrow { position:absolute; left:0; z-index:999; top:47%; border:1px solid #000; height:30px; background:#fff; outline:0; }
.next-arrow { position:absolute; right:30px; z-index:999; top:47%; border:1px solid #000; height:30px; background:#fff; outline:0; }
@media only screen and (max-width: 749px) {
  .price--on-sale .price-item--regular{
   	font-size: 11px; 
  }
  .product-form__item--no-variants {
    max-width: 120px;
  }
}
.template-product .product-single .add-to-wishlist{
  display: block;
  margin-bottom: 20px;
}
.product-single .wishlist-active{
   font-weight: 700; 
}
.wishlist-text{
   margin-left: 8px; 
}
  .sticky-collection-sidebar {
    position: -webkit-sticky;
    position: sticky;
        top : 110px !important;
    z-index: +1;        
} 
@media screen and (max-width: 749px) {
.sticky-collection-sidebar  {
 position: relative;
      top: 0px;
        z-index: +99999 !important;  
  }
}
/*================ Cart page ================*/
.cart th,
.cart td {
	border: 0;
}
.cart td {
	padding-top: 22px;
	padding-bottom: 22px;
}
@media only screen and (min-width: 750px) {
	.cart td {
		padding-left: 22px;
		padding-right: 22px;
	}
}
.cart th {
	font-weight: var(--font-weight-body);
	padding: calc(var(--gutter-site) / 2) 22px;
}
@media only screen and (min-width: 750px) {
	.cart td:nth-child(3),
  .cart th:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
}
.cart td:first-child,
.cart th:first-child {
	padding-left: 0;
}
.cart td:first-child.cart__removed-product,
  .cart th:first-child.cart__removed-product {
	padding: 1rem 0 1.2rem 0.5rem;
}
.cart td:last-child,
.cart th:last-child {
	padding-right: 0;
}
.cart dd {
	margin-left: 0;
}
.cart__meta {
	width: 50%;
}
@media only screen and (min-width: 750px) {
	.cart__meta {
		width: 40%;
	}
}
@media only screen and (min-width: 1400px) {
	.cart__meta {
		width: 45%;
	}
}
.cart__product-information {
	display: flex;
}
.cart__image-wrapper {
	padding-right: 1.5rem;
	flex: 5rem 0 0;
}
@media only screen and (min-width: 750px) {
	.cart__image-wrapper {
		padding-right: 2.5rem;
		flex: 8rem 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.cart__image-wrapper {
		padding-right: 3rem;
		flex: 9rem 0 0;
	}
}
.product-details {
	padding: em(5px) 0 0;
	font-size: em(calc(var(--font-size-base))-2);
}
.product-details.hide + .cart__remove {
	margin-top: em(0px);
}
.product-details__item {
	margin-bottom: 0.15em;
}
.product-details__item--variant-option:not(.hide) + .product-details__item--property {
	margin-top: 0.8rem;
}
.product-details__item-label {
	font-weight: 700;
}
.cart__qty {
	margin-top: em(15px);
}
@media only screen and (min-width: 750px) {
	.cart__qty {
		margin-top: 0;
	}
}
.cart__qty-label {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.cart__qty-input {
	text-align: center;
	width: 80px;
	padding-left: em(5px);
	padding-right: em(5px);
}
.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
	line-height: 1.2;
}
.cart__qty-error-message-wrapper .icon-error,
  .cart__error-message-wrapper .icon-error {
	margin-top: 0;
}
.cart__qty-error-message-wrapper--desktop {
	display: none;
}
@media only screen and (min-width: 750px) {
	.cart__qty-error-message-wrapper--desktop {
		display: block;
	}
}
.cart__qty-error-message-wrapper--mobile {
	display: block;
}
@media only screen and (min-width: 750px) {
	.cart__qty-error-message-wrapper--mobile {
		display: none;
	}
}
.cart__qty-error-message,
.cart__error-message {
	font-size: em(calc(var(--font-size-base))-2px);
	color: var(--color-body-text);
	vertical-align: middle;
}
.cart__error-message-wrapper {
	margin-top: 1rem;
}
@media only screen and (min-width: 750px) {
	.cart__error-message-wrapper {
		margin-top: 0;
	}
}
.cart__row {
	border-bottom: 1px solid var(--color-border);
}
.cart__row p {
	margin-bottom: 0;
}
.cart__row p + p {
	margin-top: 10px;
}
.cart__row td {
	vertical-align: top;
}
@media only screen and (min-width: 750px) {
	.cart__row td {
		vertical-align: middle;
	}
}
.cart__removed-product-details {
	font-weight: 700;
}
.cart-subtotal {
	display: flex;
	font-weight: bold;
	justify-content: center;
	display: inline-block;
}
@media only screen and (min-width: 750px) {
	.cart-subtotal {
		justify-content: flex-end;
	}
}
.cart-subtotal__title, .cart-subtotal__price {
	font-size: em(calc(var(--font-size-base) + 2px));
}
.cart-subtotal__price {
	padding-left: calc(var(--gutter-site) / 2);
	color: var(--color-sale-text);
}
@media only screen and (min-width: 750px) {
	.cart-subtotal__price {
		padding-left: var(--gutter-site);
		min-width: 150px;
		display: inline-block;
	}
}
.cart__footer {
	padding-top: 13px;
}
.cart__submit-controls {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.cart__submit-controls > .cart__submit-control {
	margin-left: 10px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 750px) {
	.cart__submit-controls {
		justify-content: center;
	}
	.cart__submit-controls .cart__submit {
		margin-left: 0;
		margin-bottom: 0;
	}
	.cart__submit-controls .cart__submit--ajax-disabled {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 749px) {
	.cart__submit-controls .cart__submit {
		margin-left: 0;
		margin-bottom: 0;
	}
	.cart__submit-controls .cart__submit--ajax-disabled {
		margin-bottom: 10px;
		margin-right: 0;
	}
}
@media only screen and (min-width: 750px) {
	.cart__submit {
		line-height: 1.4;
		min-height: 44px;
		margin-left: 0;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 750px) {
	.cart__submit {
		width: 100%;
	}
}
.cart__shipping {
	font-size: em(calc(var(--font-size-base))-2);
	padding: 10px 0 0px;
	margin-bottom: 3px;
}
.cart-note__label,
.cart-note__input {
	display: block;
}
@media only screen and (min-width: 750px) {
	.cart-note__label,
    .cart-note__input {
		margin: 0 auto;
	}
}
.cart-note__label {
	margin-bottom: 15px;
}
.cart-note__input {
	min-height: 50px;
	width: 100%;
}
@media only screen and (min-width: 750px) {
	.cart-note__input {
		margin-bottom: 40px;
	}
}
.cart__product-title {
	border-bottom: none;
}
.cart__product-title:hover, .cart__product-title:focus {
	border-bottom: 1px solid currentColor;
}
.cart__image {
	max-height: 95px;
	display: block;
	margin: 0 auto;
}
.cart__remove {
	margin-top: em(8px);
}
.cart__price {
	text-align: right;
	padding-right: 0;
	font-size: em(calc(var(--font-size-base))-1px);
	width: 50%;
}
.cart__price dl {
	margin: 0;
}
@media only screen and (min-width: 750px) {
	.cart__price {
		width: 25%;
	}
}
.cart__quantity-td {
	width: 20%;
}
.cart__final-price {
	width: 15%;
}
@media only screen and (min-width: 750px) {
	.cart-message {
		padding-top: 20px;
	}
	.cart__qty-label {
		position: inherit !important;
		overflow: auto;
		clip: auto;
		width: auto;
		height: auto;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		font-size: em(13);
		margin-right: 5px;
	}
}
.cart--no-cookies .cart__continue-btn {
	display: none;
}
.cart--no-cookies .cart--empty-message {
	display: none;
}
.cookie-message {
	display: none;
	padding-bottom: 25px;
}
.cart--no-cookies .cookie-message {
	display: block;
}
.flexBox {
	display: flex;
	align-items: flex-end;
}
.search-bar.drawer {
	overflow: initial;
}
.youtube_video {
	width: 100%;
	pointer-events: none;
}
.youtube_video.mobile {
	height: 50px;
}
.mainFrameVideo {
	width: 100%;
	height: 100%;
}
.custom-grid {
	display: flex;
	flex-wrap: wrap;
}
.product-form {
	padding-top: 0;
}
#inventory table {
	margin-bottom: 15px;
}
#shopify-section-cart-template .promo-countainer img {
	max-width: 100%;
	margin-left: 0;
	margin: 0 auto;
}
.promo-countainer h3, .promo-countainer .h3 {
	display: block;
}
.cart-header {
	margin-bottom: 0;
}
.cart__submit-controls > .cart__submit-control {
	margin-left: 0;
}
@media screen and (min-width: 1400px) {
	.template-collection .page-width {
		max-width: 80%;
	}
}
@media screen and (max-width: 749px) {
	.index-section--flush.index-section {
		padding: 0px 0;
	}
	.promo-countainer img {
		margin-left: 0%;
	}
}
.product-showmore {
	height: 200px;
	overflow: hidden;
}
.readmore {
	font-weight: bold;
}
.stick-prod-title {
	color: var(--color-text);
}
/*SIDEBAR*/
@media only screen and (max-width: 749px) {
	#myDIV2 {
		opacity: 1;
		padding-bottom: 60px;
	}
}
.sidebar-title {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 6px;
	margin-top: 0;
	color: black;
}
.sidebar-title:before {
	position: absolute;
	top: 100%;
	content: '';
	width: 45px;
	height: 2px;
}
.sidebar-content ul {
	list-style: none;
}
.sidebar-content ul li {
	margin-bottom: 0px;
}
.sidebar-content ul li.active a {
	color: black;
	font-weight: bold;
}
.sidebar-content span, .sidebar-content a {
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: capitalize;
}
@media (min-width: 1200px) {
	.sidebar-content span:hover, .sidebar-content a:hover {
		color: black;
		font-weight: bold;
	}
}
/*TAGE FILTER*/
.filter-block {
	width: 100%;
	float: left;
}
#tags-filter-content {
	width: 100%;
	float: left;
}
#tags-filter-content .filter-tag-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: left;
	-moz-justify-content: left;
}
#tags-filter-content .filter-tag-group .tag-group {
	padding: 0;
	width: 100%;
	float: left;
}
#tags-filter-content .filter-tag-group .tag-group .title {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
}
@media (max-width: 991px) {
	#tags-filter-content .filter-tag-group .tag-group .title {
		border-left: 0;
	}
}
@media (max-width: 360px) {
	#tags-filter-content .filter-tag-group .tag-group .title {
		padding-left: 0px;
	}
}
#tags-filter-content .filter-tag-group .tag-group ul {
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
	overflow: auto;
	padding-right: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
@media (max-width: 991px) {
	#tags-filter-content .filter-tag-group .tag-group ul {
		border-left: 0;
	}
}
@media (max-width: 360px) {
	#tags-filter-content .filter-tag-group .tag-group ul {
		padding-bottom: 10px;
	}
}
#tags-filter-content .filter-tag-group .tag-group ul a {
	font-size: 14px;
	text-transform: capitalize;
}
#tags-filter-content .filter-tag-group .tag-group ul li {
	margin-bottom: 7px;
}
#tags-filter-content .filter-tag-group .tag-group ul li a {
	position: relative;
	display: block;
	line-height: 20px;
}
@media (max-width: 360px) {
	#tags-filter-content .filter-tag-group .tag-group:first-child .title {
		padding-left: 0;
	}
}
#tags-filter-content .filter-tag-group .tag-group:first-child ul {
	border-left: 0 !important;
}
#tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group {
	width: 100%;
}
#tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group ul {
	min-height: 0px;
	height: auto;
	padding-bottom: 10px;
}
@media (max-width: 360px) {
	#tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group .title {
		padding-left: 15px;
	}
}
@media (max-width: 480px) {
	#tags-filter-content {
		margin-bottom: 0px;
	}
}
/*LOADER*/
#loader-div {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
#tags-load {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
#tags-load > i {
	top: 50%;
	position: absolute;
}
.sidebar-col {
  	z-index: 99999;
	background: var(--color-body);
	padding-bottom: 35px;
	padding-left: 0px;
}
@media only screen and (max-width: 749px) {
	.sidebar-col {
		padding-left: 12px !important;
		padding-right: 12px !important;
		opacity: 0.98;
		padding-bottom: 60px;
	}
}
.sidebar-col .sidebar-block {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	padding-right: 0px !important;
}
.sidebar-col .sidebar-block.filter-block .title {
	line-height: 1em;
}
.sidebar-col .sidebar-block.filter-block .tag-group {
	margin-bottom: 5px;
}
.sidebar-col .sidebar-block:last-child {
	margin-bottom: 100px;
}
.collapsible-arrow {
	cursor: pointer;
	border: none;
	outline: none;
}
.content {
	display: block;
	overflow: auto;
	max-height: 150px;
}
/* width */
#scroll-bar-coll::-webkit-scrollbar {
	width: 7px;
}
/* Track */
#scroll-bar-coll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
/* Handle */
#scroll-bar-coll::-webkit-scrollbar-thumb {
	background: #805353;
	border-radius: 10px;
}
/* Handle on hover */
#scroll-bar-coll::-webkit-scrollbar-thumb:hover {
	background: #0C0101;
}
i.rotate {
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}
i.rotate.down {
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
i.fa-angle-up {
	float: right;
}
.trust-badge-cart {
	width: 100%;
}
.no-filter {
	float: none;
	margin: 0 auto;
}
.sidebar {
	margin-top: 40px;
}
.sidebar__list {
	list-style: none;
	margin-bottom: var(--gutter-site);
}
.sidebar__list li {
	margin-bottom: 10px;
}
@media only screen and (max-width: 749px) {
	.mob-sidebar {
		width: 70%;
		display: block !important;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		z-index: 99999;
		position: fixed;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
		background: var(--color-bg);
	}
}
.float-filter {
	position: fixed;
	width: 45px;
	height: 45px;
	top: 120px;
	right: 30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 99999;
}
.sidebar-widget {
	margin-bottom: 50px;
}
.widget-title {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}
@media (max-width: 991px) {
	.widget-title {
		border-left: 0;
	}
}
@media (max-width: 360px) {
	.widget-title {
		padding-left: 0px;
	}
}
.product_list_widget input.custom-qty {
	height: 30px;
}
.product_list_widget li {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(124, 124, 124, 0.15);
}
.product_list_widget li a {
	margin-bottom: 8px;
	display: block;
	font-size: 12px;
	letter-spacing: .3px;
	text-transform: uppercase;
}
.product_list_widget li img {
	float: left;
	margin-right: 12px;
	max-width: 60px;
}
.product_list_widget li .amount {
	color: var(--color-sale-text);
}
.product_list_widget li del {
	color: var(--color-sale-text);
}
.product_list_widget li del .amount {
	font-size: 12px;
	color: var(--color-sale-text);
}
.product_list_widget li ins {
	text-decoration: none;
	font-size: 14px;
}
.product_list_widget li ins .amount {
	color: #1aada3;
}
.product_list_widget li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.banner-image {
	cursor: pointer;
}
.image-text-title{
font-weight : bold;
}
.image-text-title.center,.featured-row__subtext.center{
    text-align: center;
}
.image-text-title.left,.featured-row__subtext.left{
    text-align: left;
}
.image-text-title.right,.featured-row__subtext.right{
    text-align: right;
}
.anim-addtocart{animation:1s shaky-add-to-cart infinite alternate}@keyframes shaky-add-to-cart{0%{transform:translateX(-10px)}5%{transform:translateX(10px)}10%{transform:translateX(-10px)}15%{transform:translateX(10px)}20%{transform:translateX(0)}100%{transform:translateX(0)}}
div.sticky-prod-img {
    position: -webkit-sticky;
    position: sticky;
      top: 100px;
    z-index: +1; 
}
@media only screen and (max-width: 667px) {
div.sticky-prod-img {
  position: relative;
      top: 0px;  
}  
} 
.product-card__image-with-placeholder-wrapper {
  position: relative;
}
.product-card__title {
  border-bottom: 1px solid transparent;
  display: inline;
}
.product-recommendations__inner {
  padding: 25px 0;
@media only screen and (min-width: 750px) {
    padding: 30px 0;
  }
} 
/*============================================================================
  Blog article grid
==============================================================================*/
.featured-article-img {
	width: 100%;
	height: 100%;
}
.grid--blog {
	margin-bottom: -30px;
	overflow: auto;
}
.article__grid-tag {
	margin-right: 10px;
	font-size: calc(var(--font-size-base) - 2px);
}
.article__grid-meta {
	margin-bottom: 30px;
}
@media only screen and (max-width: 749px) {
	.article__grid-meta--has-image {
		float: left;
		padding-left: 22px;
	}
}
.article__grid-excerpt {
	margin-bottom: 13px;
}
.article__grid-image-wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.article__grid-image-container {
	display: block;
	clear: both;
	position: relative;
	margin: 0 auto 15px 0;
	min-height: 1px;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 749px) {
	.article__grid-image-container {
		float: left;
		margin: 0;
	}
}
.article__grid-image-container img {
	display: block;
}
.article__grid-image {
	margin: 0 auto;
	width: 100%;
}
.js .article__grid-image {
	position: absolute;
	top: 0;
}
.article__list-image-container {
	display: block;
	clear: both;
	position: relative;
	min-height: 1px;
	width: 100%;
	height: 100%;
}
.article__list-image-wrapper {
	width: 100%;
	margin-bottom: 20px;
}
.article__list-image-container {
	display: block;
	clear: both;
	position: relative;
	min-height: 1px;
	width: 100%;
	height: 100%;
}
.article__list-image-wrapper {
	width: 100%;
	margin-bottom: 20px;
}
.article__list-image {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0;
}
.product-details {
	margin-top: 0.25rem;
	font-size: em(calc(var(--font-size-base) - 2px));
}
.product-details__item {
	margin-bottom: 0.2rem;
	line-height: 1.5;
}
.product-details__item:last-child {
	margin-bottom: 0;
}
.product-details__item--variant-option + .product-details__item--property {
	margin-top: 0.8rem;
}
.product-details__property-label {
	font-weight: 700;
}
.comment {
	margin-bottom: 20px;
}
.comment:last-child {
	margin-bottom: 0;
}
.comment__content {
	margin-bottom: 5px;
}
.comment__meta-item {
	margin-right: 10px;
	font-size: em(14);
}
.comment__meta-item:first-child::before {
	content: '\2014 \0020';
}
.social-sharing {
	display: flex;
}
.social-sharing i.fa-facebook-square {
	color: #3b5998;
}
.social-sharing i.fa-twitter-square {
	color: #00aced;
}
.social-sharing i.fa-pinterest-square {
	color: #c8232c;
}
.btn--share {
	background-color: transparent;
	border-color: var(--color-border);
	color: var(--color-text);
	margin-right: 5px;
	margin-bottom: 10px;
}
.btn--share:not([disabled]):hover, .btn--share:focus {
	background-color: transparent;
	color: var(--color-text);
}
.btn--share .icon {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.btn--share .icon-facebook {
	fill: #3b5998;
}
.btn--share .icon-twitter {
	fill: #00aced;
}
.btn--share .icon-pinterest {
	fill: #cb2027;
}
.share-title {
	display: inline-block;
	vertical-align: middle;
}
.additional-checkout-buttons {
	margin-top: 22px;
}
.additional-checkout-buttons input[type="image"] {
	padding: 0;
	border: 0;
	background: transparent;
}
@media only screen and (max-width: 749px) {
	.additional-checkout-buttons {
		margin-top: 1rem;
	}
}
.myaccount {
  display: flex;
  flex-wrap: wrap;
}
.myaccount__order-history {
@media only screen and (min-width: 750px) {
  flex:1 0 percentage(2/3);
  }
}
.myaccount__account-details {
@media only screen and (min-width: 750px) {
  flex:1 0 percentage(1/3);
  }
}
.template-blog .social-sharing {
	margin-bottom: 13px;
}
.blog-filter {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.blog-filter .icon-chevron-down {
	fill: var(--color-text-field-text);
	width: calc(10em / 16);
	height: calc(10em / 16);
	right: 1rem;
}
.blog-filter__label {
	margin: 0 1rem 0 0;
}
/*================ Product Images ================*/
.product-single__thumbnail {
	display: block;
	margin: -2px 0 8px;
	min-height: 44px;
	position: relative;
}
.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
	opacity: 0.8;
}
.product-single__thumbnail-image {
	max-width: 100%;
	display: block;
	border: 2px solid transparent;
	padding: 2px;
}
.active-thumb .product-single__thumbnail-image {
	border-color: var(--color-text);
}
.product-featured-img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
}
.no-js .product-featured-img {
	position: relative;
}
@media only screen and (min-width: 750px) {
	.product-single__thumbnails {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 749px) {
	.product-single__photos {
		margin-bottom: 20px;
	}
	.product-single__photo--has-thumbnails {
		margin-bottom: 20px;
	}
}
.product-single__photo-wrapper {
	margin: 0 auto;
	width: 100%;
}
.product-single__photo {
	margin: 0 auto;
	min-height: 1px;
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 4px;
}
@media only screen and (max-width: 749px) {
	.template-product .main-content {
		padding-top: 15px;
	}
	.thumbnails-slider--active .product-single__thumbnails {
		display: none;
	}
	.thumbnails-slider--active .product-single__thumbnails.slick-initialized {
		display: block;
		margin: 0 auto;
		max-width: 75%;
	}
	.product-single__photos {
		position: relative;
	}
	.thumbnails-wrapper {
		position: relative;
		top: 30px;
		text-align: center;
		margin: 0 2px 30px 2px;
	}
	.thumbnails-slider__btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.thumbnails-slider__prev {
		left: -20px;
	}
	.thumbnails-slider__next {
		right: -20px;
	}
	.product-single__thumbnails-item {
		display: inline-block;
		padding-bottom: 5px;
		width: 72px;
		float: none;
		vertical-align: middle;
	}
	.slick-slider .product-single__thumbnails-item {
		float: left;
	}
	.thumbnails-slider--active .product-single__thumbnails-item {
		padding: 5px 0;
	}
	.product-single__thumbnail {
		margin: 0 auto;
		width: 50px;
	}
}
/*================ Add to cart form ================*/
.product-form__item {
	margin-bottom: 10px;
	padding: 0 0px;
	width: 100%;
}
.product-form__item label {
	display: block;
}
.product-form--hide-variant-labels .product-form__item label {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.product-form__item--submit {
	flex: 1 1 300px;
}
.product-form__item--no-variants {
	max-width: 400px;
}
.product-form__item--payment-button {
	flex-basis: 100%;
}
.product-form__item--payment-button.product-form__item--no-variants {
	flex-direction: column;
	align-items: stretch;
}
.product-form__variants {
	display: none;
}
.no-js .product-form__variants {
	display: block;
}
.variant-sku-hd {
	font-weight: bold;
}
.product-form__item--quantity {
	flex: 0 0 100px;
}
.product-form__input.input--error {
	margin-bottom: 0;
}
.product-form__error-message-wrapper {
	display: flex;
	flex-basis: 100%;
	padding: 0.5rem 0;
	margin: 0 em(5px);
}
.product-form__error-message-wrapper i {
	color: var(--color-error);
}
.product-form__error-message-wrapper--hidden {
	display: none;
}
.icon-error {
	fill: var(--color-error);
	width: em(calc(var(--font-size-base) - 2px));
	height: em(calc(var(--font-size-base) - 2px));
	margin-top: 0.1em;
	flex-shrink: 0;
}
.product-form__error-message {
	margin-left: 0.5rem;
	font-size: em(calc(var(--font-size-base) - 2px));
	line-height: 1.2;
	color: var(--color-body-text);
}
.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
	display: block;
	width: 100%;
	line-height: 1.4;
	padding-left: 5px;
	padding-right: 5px;
	white-space: normal;
	margin-top: 0;
	min-height: 44px;
	background-color: var(--color-bg-addtocart);
	color: var(--color-txt-addtocart);
}
.product-form__item--payment-button .product-form__cart-submit, .product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form__item--payment-button .shopify-payment-button__button--unbranded {
	margin-top: 10px;
}
.shopify-payment-button .shopify-payment-button__button {
	margin-top: 5px;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
	margin-bottom: 10px;
	padding-top: 5px !important;
}
.shopify-payment-button .shopify-payment-button__button--branded {
	border-radius: 2px;
	overflow: hidden;
}
.shopify-payment-button .shopify-payment-button__more-options {
	margin: 16px 0 10px;
	font-size: em(calc(var(--font-size-base) - 2px));
	text-decoration: underline;
}
.shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
	opacity: 0.6;
}
@media only screen and (min-width: 750px) {
	.product-form__cart-submit--small {
		max-width: 300px;
	}
}
.product-single__description {
	margin-top: 20px;
}
.product__quantity-error .icon {
	margin-right: 1rem;
}
/*================ Return to collection/blog links ================*/
.related-article {
	margin-top: 30px;
}
.related-title {
	padding-top: 15px;
}
.related__meta-buttons {
	padding: 10px 0px 40px 0px;
}
.related__meta-buttons li + li {
	margin-left: 1.5rem;
}
.return-link-wrapper {
	margin-top: 45px;
	margin-bottom: 0;
}
@media only screen and (max-width: 749px) {
	.return-link-wrapper {
		margin-top: 30px;
	}
}
.full-width-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.flags {
	background-image: url(new-currencies-flags.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0px 0 0;
	float: left;
	width: 30px;
	height: 20px;
}
/* --- Hide elements for full-screen hero page --- */
header.site-header,
.breadcrumb, .breadcrumb__item, .page-title {
  display: none !important;
}

main, .template-index, .page-width, body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
}
header,
.site-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
},
.shopify-section-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
},
#shopify-section-header {
  display: none !important;
}
.section-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
