/** Shopify CDN: Minification failed

Line 193:3 Unexpected "zoom"
Line 2299:3 Unexpected "zoom"
Line 2571:3 Unexpected "zoom"
Line 2797:5 Unexpected "zoom"
Line 3697:3 Unexpected "zoom"
Line 3888:3 Unexpected "zoom"
Line 3995:5 Unexpected "zoom"
Line 4212:3 Unexpected "zoom"
Line 4620:3 Unexpected "zoom"
Line 4688:3 Unexpected "zoom"
... and 20 more hidden warnings

**/
@charset "UTF-8";
         /*============================================================================

Jumpstart Theme

Table of contents:

1. BASICS
1.1. Reset
1.2. Variables
1.3. Mixins
1.4. Grid
1.5. Helper classes
1.6. Typography
2. STRUCTURE
2.1. General
2.2. Header
2.3. Navigation
2.4. Footer
2.5. Objects
2.6. Forms
2.7  Blank states
3. HOME PAGE
3.1. General
3.2. Crowdfunding
3.3. Hero
3.4. Image feature content
3.5. Slideshow
3.6. Page
3.7. FAQ
3.8. Features
3.9. Clients
3.10. Gallery
3.11. Newsletter
4. TEMPLATES
4.1. Blog
4.2. Collections
4.3. Cart/*============================================================================

Jumpstart Theme

Table of contents:

1. BASICS
1.1. Reset
1.2. Variables
1.3. Mixins
1.4. Grid
1.5. Helper classes
1.6. Typography
2. STRUCTURE
2.1. General
2.2. Header
2.3. Navigation
2.4. Footer
2.5. Objects
2.6. Forms
2.7  Blank states
3. HOME PAGE
3.1. General
3.2. Crowdfunding
3.3. Hero
3.4. Image feature content
3.5. Slideshow
3.6. Page
3.7. FAQ
3.8. Features
3.9. Clients
3.10. Gallery
3.11. Newsletter
4. TEMPLATES
4.1. Blog
4.2. Collections
4.3. Cart
4.4. Password
4.5. Customer
5. MAGNIFIC POPUP

============================================================================*/
/*-------------------------
1. GENERAL
*------------------------*/
/*!
*  1.1. Reset
*/
html, body, div, span, applet, object, iframe, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, canvas, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/*!
*  1.2. Variables
*/
/* -- Responsive -- */
/* -- Colors -- */
/* -- Typography -- */
/*!
*  1.3. Mixins
*/
a, .nav-bar li a, .nav-bar li .btn__account a, svg, .video-overlay, .flexslider .slides img, .flex-control-nav li a, .jumpstart-accordion h3, .jumpstart-accordion .h3, .article, .article__title {
  -webkit-transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear;
  transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear; }

.header__custom hr:after, .home-section-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #c4004f;
  margin-top: 25px; }
.text-center .header__custom hr:after, .header__custom .text-center hr:after, .text-center .home-section-title:after {
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

/*!
*  1.4. Grid
*/
.grid-margins {
  margin-top: -80px !important; }
  .grid-margins > .grid__item {
    margin-top: 80px; }

@media screen and (max-width: 992px) {
  .grid-margins {
    margin-top: -65px !important; }
    .grid-margins > .grid__item {
      margin-top: 65px; } }
@media screen and (max-width: 767px) {
  .grid-margins {
    margin-top: -50px !important; }
    .grid-margins > .grid__item {
      margin-top: 40px; } }
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid:before, .grid--rev:before, .grid--full:before, .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:before,
  .grid-uniform:after {
    content: " ";
    display: table; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after {
    clear: both; }

.grid__item.clear {
  clear: both; }

.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8%; }
  .grid.small-gutter, .small-gutter.grid--rev, .small-gutter.grid--full,
  .grid-uniform.small-gutter {
    margin-left: -4.5%; }

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 8%;
  vertical-align: top;
  width: 100%; }

.small-gutter .grid__item {
  padding-left: 4.5%; }

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/** Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.666%; }

/* 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.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

/* 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.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media only screen and (max-width: 767px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

  .small--two-thirds {
    width: 66.666%; }

  /* 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.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

  /* 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.333%; }

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--show {
    display: block !important; }

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

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

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

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

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .small--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .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--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), .grid-margins .small--one-half:nth-child(2n+1),
  .grid-margins .small--one-third:nth-child(3n+1),
  .grid-margins .small--one-quarter:nth-child(4n+1),
  .grid-margins .small--one-fifth:nth-child(5n+1),
  .grid-margins .small--one-sixth:nth-child(6n+1),
  .grid-margins .small--two-sixths:nth-child(3n+1),
  .grid-margins .small--three-sixths:nth-child(2n+1),
  .grid-margins .small--two-eighths:nth-child(4n+1),
  .grid-margins .small--four-eighths:nth-child(2n+1),
  .grid-margins .small--five-tenths:nth-child(2n+1),
  .grid-margins .small--one-twelfth:nth-child(12n+1),
  .grid-margins .small--two-twelfths:nth-child(6n+1),
  .grid-margins .small--three-twelfths:nth-child(4n+1),
  .grid-margins .small--four-twelfths:nth-child(3n+1),
  .grid-margins .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

  .medium--two-thirds {
    width: 66.666%; }

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

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

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

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

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

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

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

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

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

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

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

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--show {
    display: block !important; }

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

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

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

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

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .medium--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1), .grid-margins .medium--one-half:nth-child(2n+1),
  .grid-margins .medium--one-third:nth-child(3n+1),
  .grid-margins .medium--one-quarter:nth-child(4n+1),
  .grid-margins .medium--one-fifth:nth-child(5n+1),
  .grid-margins .medium--one-sixth:nth-child(6n+1),
  .grid-margins .medium--two-sixths:nth-child(3n+1),
  .grid-margins .medium--three-sixths:nth-child(2n+1),
  .grid-margins .medium--two-eighths:nth-child(4n+1),
  .grid-margins .medium--four-eighths:nth-child(2n+1),
  .grid-margins .medium--five-tenths:nth-child(2n+1),
  .grid-margins .medium--one-twelfth:nth-child(12n+1),
  .grid-margins .medium--two-twelfths:nth-child(6n+1),
  .grid-margins .medium--three-twelfths:nth-child(4n+1),
  .grid-margins .medium--four-twelfths:nth-child(3n+1),
  .grid-margins .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 992px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

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

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

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

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

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

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

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

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

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

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

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

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .medium-down--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1), .grid-margins .medium-down--one-half:nth-child(2n+1),
  .grid-margins .medium-down--one-third:nth-child(3n+1),
  .grid-margins .medium-down--one-quarter:nth-child(4n+1),
  .grid-margins .medium-down--one-fifth:nth-child(5n+1),
  .grid-margins .medium-down--one-sixth:nth-child(6n+1),
  .grid-margins .medium-down--two-sixths:nth-child(3n+1),
  .grid-margins .medium-down--three-sixths:nth-child(2n+1),
  .grid-margins .medium-down--two-eighths:nth-child(4n+1),
  .grid-margins .medium-down--four-eighths:nth-child(2n+1),
  .grid-margins .medium-down--five-tenths:nth-child(2n+1),
  .grid-margins .medium-down--one-twelfth:nth-child(12n+1),
  .grid-margins .medium-down--two-twelfths:nth-child(6n+1),
  .grid-margins .medium-down--three-twelfths:nth-child(4n+1),
  .grid-margins .medium-down--four-twelfths:nth-child(3n+1),
  .grid-margins .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 993px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

  .large--two-thirds {
    width: 66.666%; }

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

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

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

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

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

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

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

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

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

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

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

  .large--two-twelfths {
    width: 16.666%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--show {
    display: block !important; }

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

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

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

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

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .large--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1), .grid-margins .large--one-half:nth-child(2n+1),
  .grid-margins .large--one-third:nth-child(3n+1),
  .grid-margins .large--one-quarter:nth-child(4n+1),
  .grid-margins .large--one-fifth:nth-child(5n+1),
  .grid-margins .large--one-sixth:nth-child(6n+1),
  .grid-margins .large--two-sixths:nth-child(3n+1),
  .grid-margins .large--three-sixths:nth-child(2n+1),
  .grid-margins .large--two-eighths:nth-child(4n+1),
  .grid-margins .large--four-eighths:nth-child(2n+1),
  .grid-margins .large--five-tenths:nth-child(2n+1),
  .grid-margins .large--one-twelfth:nth-child(12n+1),
  .grid-margins .large--two-twelfths:nth-child(6n+1),
  .grid-margins .large--three-twelfths:nth-child(4n+1),
  .grid-margins .large--four-twelfths:nth-child(3n+1),
  .grid-margins .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

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

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

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

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

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

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

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

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

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

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 992px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 993px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

  .push--large--two-fifths {
    left: 40%; }

  .push--large--three-fifths {
    left: 60%; }

  .push--large--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%; }

  .push--large--two-eighths {
    left: 25%; }

  .push--large--three-eighths {
    left: 37.5%; }

  .push--large--four-eighths {
    left: 50%; }

  .push--large--five-eighths {
    left: 62.5%; }

  .push--large--six-eighths {
    left: 75%; }

  .push--large--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%; }

  .push--large--two-tenths {
    left: 20%; }

  .push--large--three-tenths {
    left: 30%; }

  .push--large--four-tenths {
    left: 40%; }

  .push--large--five-tenths {
    left: 50%; }

  .push--large--six-tenths {
    left: 60%; }

  .push--large--seven-tenths {
    left: 70%; }

  .push--large--eight-tenths {
    left: 80%; }

  .push--large--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

  .push--large--six-twelfths {
    left: 50%; }

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
[class*="pull--"] {
  position: relative;
  margin-left: -8% !important; }

/* Whole */
.pull--one-whole {
  right: 100%; }

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

/* Thirds */
.pull--one-third {
  right: 33.333%; }

.pull--two-thirds {
  right: 66.666%; }

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

.pull--two-quarters {
  right: 50%; }

.pull--three-quarters {
  right: 75%; }

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

.pull--two-fifths {
  right: 40%; }

.pull--three-fifths {
  right: 60%; }

.pull--four-fifths {
  right: 80%; }

/* Sixths */
.pull--one-sixth {
  right: 16.666%; }

.pull--two-sixths {
  right: 33.333%; }

.pull--three-sixths {
  right: 50%; }

.pull--four-sixths {
  right: 66.666%; }

.pull--five-sixths {
  right: 83.333%; }

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

.pull--two-eighths {
  right: 25%; }

.pull--three-eighths {
  right: 37.5%; }

.pull--four-eighths {
  right: 50%; }

.pull--five-eighths {
  right: 62.5%; }

.pull--six-eighths {
  right: 75%; }

.pull--seven-eighths {
  right: 87.5%; }

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

.pull--two-tenths {
  right: 20%; }

.pull--three-tenths {
  right: 30%; }

.pull--four-tenths {
  right: 40%; }

.pull--five-tenths {
  right: 50%; }

.pull--six-tenths {
  right: 60%; }

.pull--seven-tenths {
  right: 70%; }

.pull--eight-tenths {
  right: 80%; }

.pull--nine-tenths {
  right: 90%; }

/* Twelfths */
.pull--one-twelfth {
  right: 8.333%; }

.pull--two-twelfths {
  right: 16.666%; }

.pull--three-twelfths {
  right: 25%; }

.pull--four-twelfths {
  right: 33.333%; }

.pull--five-twelfths {
  right: 41.666%; }

.pull--six-twelfths {
  right: 50%; }

.pull--seven-twelfths {
  right: 58.333%; }

.pull--eight-twelfths {
  right: 66.666%; }

.pull--nine-twelfths {
  right: 75%; }

.pull--ten-twelfths {
  right: 83.333%; }

.pull--eleven-twelfths {
  right: 91.666%; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* Whole */
  .pull--medium--one-whole {
    right: 100%; }

  /* Halves */
  .pull--medium--one-half {
    right: 50%; }

  /* Thirds */
  .pull--medium--one-third {
    right: 33.333%; }

  .pull--medium--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--medium--one-quarter {
    right: 25%; }

  .pull--medium--two-quarters {
    right: 50%; }

  .pull--medium--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--medium--one-fifth {
    right: 20%; }

  .pull--medium--two-fifths {
    right: 40%; }

  .pull--medium--three-fifths {
    right: 60%; }

  .pull--medium--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--medium--one-sixth {
    right: 16.666%; }

  .pull--medium--two-sixths {
    right: 33.333%; }

  .pull--medium--three-sixths {
    right: 50%; }

  .pull--medium--four-sixths {
    right: 66.666%; }

  .pull--medium--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--medium--one-eighth {
    right: 12.5%; }

  .pull--medium--two-eighths {
    right: 25%; }

  .pull--medium--three-eighths {
    right: 37.5%; }

  .pull--medium--four-eighths {
    right: 50%; }

  .pull--medium--five-eighths {
    right: 62.5%; }

  .pull--medium--six-eighths {
    right: 75%; }

  .pull--medium--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--medium--one-tenth {
    right: 10%; }

  .pull--medium--two-tenths {
    right: 20%; }

  .pull--medium--three-tenths {
    right: 30%; }

  .pull--medium--four-tenths {
    right: 40%; }

  .pull--medium--five-tenths {
    right: 50%; }

  .pull--medium--six-tenths {
    right: 60%; }

  .pull--medium--seven-tenths {
    right: 70%; }

  .pull--medium--eight-tenths {
    right: 80%; }

  .pull--medium--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--medium--one-twelfth {
    right: 8.333%; }

  .pull--medium--two-twelfths {
    right: 16.666%; }

  .pull--medium--three-twelfths {
    right: 25%; }

  .pull--medium--four-twelfths {
    right: 33.333%; }

  .pull--medium--five-twelfths {
    right: 41.666%; }

  .pull--medium--six-twelfths {
    right: 50%; }

  .pull--medium--seven-twelfths {
    right: 58.333%; }

  .pull--medium--eight-twelfths {
    right: 66.666%; }

  .pull--medium--nine-twelfths {
    right: 75%; }

  .pull--medium--ten-twelfths {
    right: 83.333%; }

  .pull--medium--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (max-width: 992px) {
  /* Whole */
  .pull--medium-down--one-whole {
    right: 100%; }

  /* Halves */
  .pull--medium-down--one-half {
    right: 50%; }

  /* Thirds */
  .pull--medium-down--one-third {
    right: 33.333%; }

  .pull--medium-down--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--medium-down--one-quarter {
    right: 25%; }

  .pull--medium-down--two-quarters {
    right: 50%; }

  .pull--medium-down--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--medium-down--one-fifth {
    right: 20%; }

  .pull--medium-down--two-fifths {
    right: 40%; }

  .pull--medium-down--three-fifths {
    right: 60%; }

  .pull--medium-down--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--medium-down--one-sixth {
    right: 16.666%; }

  .pull--medium-down--two-sixths {
    right: 33.333%; }

  .pull--medium-down--three-sixths {
    right: 50%; }

  .pull--medium-down--four-sixths {
    right: 66.666%; }

  .pull--medium-down--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--medium-down--one-eighth {
    right: 12.5%; }

  .pull--medium-down--two-eighths {
    right: 25%; }

  .pull--medium-down--three-eighths {
    right: 37.5%; }

  .pull--medium-down--four-eighths {
    right: 50%; }

  .pull--medium-down--five-eighths {
    right: 62.5%; }

  .pull--medium-down--six-eighths {
    right: 75%; }

  .pull--medium-down--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--medium-down--one-tenth {
    right: 10%; }

  .pull--medium-down--two-tenths {
    right: 20%; }

  .pull--medium-down--three-tenths {
    right: 30%; }

  .pull--medium-down--four-tenths {
    right: 40%; }

  .pull--medium-down--five-tenths {
    right: 50%; }

  .pull--medium-down--six-tenths {
    right: 60%; }

  .pull--medium-down--seven-tenths {
    right: 70%; }

  .pull--medium-down--eight-tenths {
    right: 80%; }

  .pull--medium-down--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--medium-down--one-twelfth {
    right: 8.333%; }

  .pull--medium-down--two-twelfths {
    right: 16.666%; }

  .pull--medium-down--three-twelfths {
    right: 25%; }

  .pull--medium-down--four-twelfths {
    right: 33.333%; }

  .pull--medium-down--five-twelfths {
    right: 41.666%; }

  .pull--medium-down--six-twelfths {
    right: 50%; }

  .pull--medium-down--seven-twelfths {
    right: 58.333%; }

  .pull--medium-down--eight-twelfths {
    right: 66.666%; }

  .pull--medium-down--nine-twelfths {
    right: 75%; }

  .pull--medium-down--ten-twelfths {
    right: 83.333%; }

  .pull--medium-down--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 993px) {
  /* Whole */
  .pull--large--one-whole {
    right: 100%; }

  /* Halves */
  .pull--large--one-half {
    right: 50%; }

  /* Thirds */
  .pull--large--one-third {
    right: 33.333%; }

  .pull--large--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--large--one-quarter {
    right: 25%; }

  .pull--large--two-quarters {
    right: 50%; }

  .pull--large--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--large--one-fifth {
    right: 20%; }

  .pull--large--two-fifths {
    right: 40%; }

  .pull--large--three-fifths {
    right: 60%; }

  .pull--large--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--large--one-sixth {
    right: 16.666%; }

  .pull--large--two-sixths {
    right: 33.333%; }

  .pull--large--three-sixths {
    right: 50%; }

  .pull--large--four-sixths {
    right: 66.666%; }

  .pull--large--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--large--one-eighth {
    right: 12.5%; }

  .pull--large--two-eighths {
    right: 25%; }

  .pull--large--three-eighths {
    right: 37.5%; }

  .pull--large--four-eighths {
    right: 50%; }

  .pull--large--five-eighths {
    right: 62.5%; }

  .pull--large--six-eighths {
    right: 75%; }

  .pull--large--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--large--one-tenth {
    right: 10%; }

  .pull--large--two-tenths {
    right: 20%; }

  .pull--large--three-tenths {
    right: 30%; }

  .pull--large--four-tenths {
    right: 40%; }

  .pull--large--five-tenths {
    right: 50%; }

  .pull--large--six-tenths {
    right: 60%; }

  .pull--large--seven-tenths {
    right: 70%; }

  .pull--large--eight-tenths {
    right: 80%; }

  .pull--large--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--large--one-twelfth {
    right: 8.333%; }

  .pull--large--two-twelfths {
    right: 16.666%; }

  .pull--large--three-twelfths {
    right: 25%; }

  .pull--large--four-twelfths {
    right: 33.333%; }

  .pull--large--five-twelfths {
    right: 41.666%; }

  .pull--large--six-twelfths {
    right: 50%; }

  .pull--large--seven-twelfths {
    right: 58.333%; }

  .pull--large--eight-twelfths {
    right: 66.666%; }

  .pull--large--nine-twelfths {
    right: 75%; }

  .pull--large--ten-twelfths {
    right: 83.333%; }

  .pull--large--eleven-twelfths {
    right: 91.666%; } }
/*!
*  1.5. Helper classes
*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.fallback-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

* {
  box-sizing: border-box; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-height: inherit; }

.display-table-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (min-width: 993px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    min-height: inherit; }

  .large--display-table-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.visually-hidden, .no-js img.lazyload, .no-js span.lazyload, .no-js div.lazyload {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
*  1.6. Typography
*/
body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.6;
  font-family: Roboto, sans-serif;
  color: #343434;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: Montserrat, sans-serif;
  margin: 0 0 0.5em;
  line-height: 1.4;
  color: #000; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/* -- Headings -- */
h1, .h1 {
  font-size: 2.85714em; }
  @media screen and (max-width: 992px) {
    h1, .h1 {
      font-size: 2.28571em; } }
  @media screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 1.57143em; } }

h2, .h2 {
  font-size: 2.42857em; }
  @media screen and (max-width: 992px) {
    h2, .h2 {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 1.57143em; } }

h3, .h3 {
  font-size: 1.71429em; }
  @media screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 1.28571em; } }

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

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

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

/* -- Other -- */
p {
  margin: 0 0 30px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

a {
  color: #c4004f; }
  a:hover {
    color: #91003a; }

/* -- Blockquotes -- */
blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e9e9e9; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

/* -- Code -- */
code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px; }

/* -- Lists -- */
ul, ol {
  margin: 0 0 15px 20px;
  padding: 0; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 20px; }

li {
  margin-bottom: 0.25em; }

ul.square {
  list-style: square outside; }

ul.disc {
  list-style: disc outside; }

ol.alpha {
  list-style: lower-alpha outside; }

.no-bullets {
  list-style: none outside;
  margin-left: 0; }

.inline-list {
  margin-left: 0; }
  .inline-list li {
    display: inline-block;
    margin-bottom: 0; }

/* -- RTE -- */
.rte ol, .rte ul {
  margin: 0 0 25px 20px;
  padding: 0;
  list-style-position: inside; }
.rte ol {
  list-style-type: decimal; }
  .rte ol ol {
    list-style-type: lower-alpha; }
.rte ul {
  list-style-type: disc; }
.rte li {
  margin-bottom: 0; }
.rte > *:last-child {
  margin-bottom: 0; }

.text-center ol, .text-center ul {
  list-style-position: inside;
  margin-left: 0; }

/*-------------------------
2. STRUCTURE
*------------------------*/
/*!
*  2.1. General
*/
html.js .supports-no-js {
  display: block; }
html.no-js .supports-no-js {
  display: none !important; }

body {
  width: 100%;
  overflow-x: hidden;
  background-color: white; }

/* -- Main content -- */
.main-content {
  display: block;
  overflow: hidden; }
  .template-password .main-content {
    overflow: visible; }

/* -- Site wrapper -- */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  *zoom: 1; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }
  .wrapper.wrapper--margins {
    padding: 120px 0 150px; }
    .wrapper.wrapper--margins + .wrapper--margins {
      padding-top: 0; }
    .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
      padding: 280px 0; }
      @media screen and (max-width: 992px) {
        .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
          padding: 180px 0; } }
      @media screen and (max-width: 767px) {
        .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
          padding: 150px 0 40px; } }
    @media screen and (max-width: 1025px) {
      .home-product .wrapper.wrapper--margins {
        padding-top: 0; } }
    .template-password .wrapper.wrapper--margins {
      padding-top: 100px; }
  .wrapper.wrapper--mini {
    max-width: 900px;
    margin: auto; }
  .wrapper.wrapper--center {
    max-width: 340px;
    margin: auto !important; }
    @media screen and (max-width: 400px) {
      .wrapper.wrapper--center {
        margin: auto 30px !important; } }
  @media screen and (max-width: 1400px) {
    .wrapper {
      margin: 0 100px; }
      .wrapper.wrapper--margins {
        padding: 120px 0 70px; } }
  @media screen and (max-width: 1025px) {
    .wrapper, .wrapper.wrapper--mini {
      margin: 0 60px; }
    .wrapper.wrapper--margins {
      padding: 80px 0 110px; } }
  @media screen and (max-width: 767px) {
    .wrapper, .wrapper.wrapper--mini {
      margin: 0 30px; }
    .wrapper.wrapper--margins {
      padding: 60px 0 50px; } }

/*!
*  2.2. Header
*/
.announcement-bar {
  display: block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .announcement-bar.mobile {
    margin-top: 70px; }

.announcement-bar__message {
  font-weight: 700;
  padding: 12px 10px;
  margin-bottom: 0; }

.site-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100px; }
  .site-header .wrapper {
    height: 100%; }
  .site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    -webkit-transform: translate3d(0, -70px, 0);
    -ms-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    background: #fff;
    border-bottom: 1px solid #e9e9e9; }
    .site-header.sticky.active {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .site-header.sticky.animate {
      transition: transform 250ms linear; }
  .site-header.mobile {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 70px; }

.site-header__logo {
  text-align: left;
  margin: 0 auto !important;
  max-width: 400px;
  font-size: 1.85714em;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  display: table; }
  .site-header__logo.use-image {
    max-width: auto; }
  .site-header__logo img {
    margin: 0 auto; }
  .site-header__logo a.site-header__logo-text {
    line-height: 1.2;
    position: relative;
    top: 0;
    display: table-cell;
    vertical-align: middle; }
    .is-light .site-header__logo a.site-header__logo-text {
      color: #fff; }
      .is-light .site-header__logo a.site-header__logo-text:hover {
        color: #c4004f; }
    .is-light .created-by-js .site-header__logo a.site-header__logo-text, .is-light .sticky .site-header__logo a.site-header__logo-text {
      color: #c4004f; }
    .created-by-js .site-header__logo a.site-header__logo-text:hover, .sticky .site-header__logo a.site-header__logo-text:hover {
      color: #91003a; }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      max-width: calc(100% - 80px); } }
  .site-header__logo .logo--has-inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }
    .created-by-js .site-header__logo .logo--has-inverted, .sticky .site-header__logo .logo--has-inverted {
      opacity: 1;
      visibility: visible;
      overflow: visible;
      height: auto;
      width: auto; }
  .created-by-js .site-header__logo .logo--inverted, .sticky .site-header__logo .logo--inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }

.sticky.site-header .site-header__logo {
  height: 70px; }
  .sticky.site-header .site-header__logo a {
    height: 45px; }
  .sticky.site-header .site-header__logo a.site-header__logo-text {
    font-size: 0.8em;
    position: relative;
    top: 0; }
  .sticky.site-header .site-header__logo img {
    max-height: 100%;
    width: auto;
    margin: 0; }

.sticky.site-header .site-header__logo.use-image {
  top: 0;
  height: 100%; }

.sticky.site-header .nav-bar {
  bottom: 25px;
  z-index: 999999999999999; }

/* -- Header hero in pages -- */
.header__custom {
  background: #f9f9f9;
  text-align: center; }
  .header__custom h1, .header__custom .h1 {
    margin: 0; }
  .header__custom hr {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    border: none; }
  .header__custom span {
    display: block;
    font-size: 1.14286em;
    margin: 15px 0 -5px; }
    @media screen and (min-width: 767px) {
      .header__custom span {
        margin: 5px 0 -15px;
        font-size: 1em;
        line-height: 1.4; } }

.parallax-bg {
  position: relative;
  overflow: hidden; }

.prlx-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .prlx-bg.overlay-true:before {
    background: #fff;
    opacity: .8; }
  .prlx-bg img {
    display: none; }

.prlx-txt {
  z-index: 99;
  position: relative; }

/*!
*  2.3. Navigation
*/
.nav-bar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: table;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .nav-bar:focus {
    outline: none; }
  .nav-bar ul {
    *zoom: 1;
    margin: 0; }
    .nav-bar ul:before, .nav-bar ul:after {
      content: " ";
      display: table; }
    .nav-bar ul:after {
      clear: both; }
    .site-header--classic .nav-bar ul {
      display: table-cell;
      vertical-align: middle; }
  .nav-bar li {
    float: left;
    font: 0.92857em Montserrat, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 0 15px; }
    .nav-bar li:last-child {
      margin-right: 0; }
    .nav-bar li a, .nav-bar li .btn__account a {
      padding: 5px;
      position: relative;
      color: #111111; }
      .is-light .nav-bar li a, .is-light .nav-bar li .btn__account a {
        color: white; }
      .is-dark .nav-bar li a, .is-dark .nav-bar li .btn__account a {
        color: black; }
      .nav-bar li a:hover, .nav-bar li .btn__account a:hover {
        color: #c4004f; }
        .is-light .created-by-js .nav-bar li a:hover, .is-light .created-by-js .nav-bar li .btn__account a:hover {
          color: #c4004f; }
        .is-dark .created-by-js .nav-bar li a:hover, .is-dark .created-by-js .nav-bar li .btn__account a:hover {
          color: #c4004f; }
        .nav-bar li a:hover svg *, .nav-bar li .btn__account a:hover svg * {
          fill: #ff1271; }
      .is-light .created-by-js .nav-bar li a, .is-light .created-by-js .nav-bar li .btn__account a {
        color: #111111; }
      .is-dark .created-by-js .nav-bar li a, .is-dark .created-by-js .nav-bar li .btn__account a {
        color: #111111; }
      .nav-bar li a:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:after, .nav-bar li .btn__account a.site-nav--active:after {
        content: "";
        display: block;
        position: absolute;
        background: #c4004f;
        width: calc(100% - 10px);
        bottom: 0;
        left: 5px;
        height: 0;
        transition: 200ms linear height; }
      .nav-bar li a:hover:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:hover:after, .nav-bar li .btn__account a.site-nav--active:after {
        height: 2px; }
      .nav-bar li a.site-nav--active, .nav-bar li .btn__account a.site-nav--active {
        color: #111111 !important; }
        .is-light .nav-bar li a.site-nav--active, .is-light .nav-bar li .btn__account a.site-nav--active {
          color: white !important; }
        .is-dark .nav-bar li a.site-nav--active, .is-dark .nav-bar li .btn__account a.site-nav--active {
          color: black !important; }
        .is-light .created-by-js .nav-bar li a.site-nav--active, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active {
          color: #111111 !important; }
        .is-dark .created-by-js .nav-bar li a.site-nav--active, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active {
          color: #111111 !important; }
      .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a.site-nav--active:after {
        background: #111111; }
        .is-light .nav-bar li a.site-nav--active:after, .is-light .nav-bar li .btn__account a.site-nav--active:after {
          background: white; }
        .is-dark .nav-bar li a.site-nav--active:after, .is-dark .nav-bar li .btn__account a.site-nav--active:after {
          background: black; }
        .is-light .created-by-js .nav-bar li a.site-nav--active:after, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
          background: #111111; }
        .is-dark .created-by-js .nav-bar li a.site-nav--active:after, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
          background: #111111; }
      .nav-bar li a.btn:after, .nav-bar li .btn__account a.btn:after {
        display: none; }
    .is-light .nav-bar li a.btn--dark {
      color: white;
      border-color: white; }
    .is-dark .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-light .created-by-js .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-dark .created-by-js .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-light .nav-bar li a.btn--dark:hover {
      color: black;
      background: white; }
    .is-dark .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .is-light .created-by-js .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .is-dark .created-by-js .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .nav-bar li.btn__buy {
      margin: -20px 0 0px 30px;
      position: relative;
      top: 10px;
      float: right;
      height: auto; }
      .nav-bar li.btn__buy .btn--light {
        color: white;
        border-color: white; }
        .nav-bar li.btn__buy .btn--light:hover {
          background: white;
          border-color: white;
          color: black !important; }
    .nav-bar li.btn__cart a {
      text-align: center;
      width: 20px;
      display: inline-block;
      padding: 0;
      font-size: 0.85714em;
      font-weight: 700; }
      .nav-bar li.btn__cart a:after {
        background: none; }
    .nav-bar li.btn__cart .icon {
      position: absolute;
      top: -10px;
      left: 0;
      display: block;
      width: 20px; }
    .nav-bar li.btn__cart svg {
      position: absolute;
      top: -10px;
      left: 0; }
    .nav-bar li.btn__cart .text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .nav-bar li.btn__account {
      height: 16px; }
      .nav-bar li.btn__account a {
        padding: 0;
        top: -6px;
        position: relative; }
        .nav-bar li.btn__account a:after {
          display: none !important; }
      .nav-bar li.btn__account .text {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
  .nav-bar .link-list {
    display: none; }
  .site-header--drawer .nav-bar {
    position: fixed;
    width: 370px;
    height: 100%;
    top: 0;
    right: 0;
    background: black;
    padding: 75px;
    display: block;
    -webkit-transform: translate3d(370px, 0px, 0px);
    -ms-transform: translate3d(370px, 0px, 0px);
    transform: translate3d(370px, 0px, 0px); }
    .site-header--drawer .nav-bar.opened {
      -webkit-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
    .site-header--drawer .nav-bar.animate {
      transition: transform 200ms linear; }
    @media screen and (max-width: 992px) {
      .site-header--drawer .nav-bar {
        padding: 60px; } }
    @media screen and (max-width: 370px) {
      .site-header--drawer .nav-bar {
        width: 100%; } }
    .site-header--drawer .nav-bar ul {
      position: relative; }
    .site-header--drawer .nav-bar li {
      text-transform: none;
      margin: 0 0 18px;
      float: none; }
      .site-header--drawer .nav-bar li a {
        color: white; }
        .site-header--drawer .nav-bar li a:hover {
          color: #c4004f; }
        .site-header--drawer .nav-bar li a.site-nav--active {
          color: white !important; }
          .site-header--drawer .nav-bar li a.site-nav--active:after {
            background: white !important; }
      .site-header--drawer .nav-bar li > a.site-nav__link {
        font-size: 1.57143em; }
      .site-header--drawer .nav-bar li.btn__buy {
        font-size: 1em;
        text-transform: uppercase;
        position: static;
        margin: 0; }
      .site-header--drawer .nav-bar li.btn__cart, .site-header--drawer .nav-bar li.btn__account {
        position: relative;
        width: 100%;
        height: 60px;
        border-top: 1px solid #343434;
        border-bottom: 1px solid #343434;
        margin: 0 auto -1px; }
        .site-header--drawer .nav-bar li.btn__cart a, .site-header--drawer .nav-bar li.btn__account a {
          width: 100%;
          line-height: 60px;
          color: white;
          display: inline-block;
          text-align: left; }
          .site-header--drawer .nav-bar li.btn__cart a:before, .site-header--drawer .nav-bar li.btn__account a:before {
            top: 21px;
            background: white; }
        .site-header--drawer .nav-bar li.btn__cart .icon, .site-header--drawer .nav-bar li.btn__account .icon {
          line-height: 1.3;
          top: 24px;
          text-align: center; }
        .site-header--drawer .nav-bar li.btn__cart .text, .site-header--drawer .nav-bar li.btn__account .text {
          display: inline;
          font-size: 1.35em;
          position: relative;
          left: 53px; }
        .site-header--drawer .nav-bar li.btn__cart svg *, .site-header--drawer .nav-bar li.btn__account svg * {
          fill: white; }
        .site-header--drawer .nav-bar li.btn__cart a:hover svg *, .site-header--drawer .nav-bar li.btn__cart a:hover, .site-header--drawer .nav-bar li.btn__account a:hover svg *, .site-header--drawer .nav-bar li.btn__account a:hover {
          fill: #c4004f;
          color: #c4004f; }
      .site-header--drawer .nav-bar li.btn__account .text {
        font-size: 1.157em;
        font-weight: 700;
        position: relative;
        top: 6px; }
      .site-header--drawer .nav-bar li.btn__account .icon {
        position: absolute;
        top: 22px; }
      .site-header--drawer .nav-bar li:not(.btn__cart) + .btn__cart, .site-header--drawer .nav-bar li:not(.btn__cart) + .btn__account {
        margin-top: 40px; }
    .site-header--drawer .nav-bar .link-list {
      display: block;
      margin-top: 35px; }
      .site-header--drawer .nav-bar .link-list a {
        display: block;
        font-size: 1.07143em;
        color: #bfbfbf;
        margin: 10px 0;
        font-weight: 600; }
        .site-header--drawer .nav-bar .link-list a:hover {
          color: #c4004f; }

.js .site-header--classic .site-nav, .js
.site-header--classic .site-header__logo {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in; }
.no-js .site-header--classic .site-nav, .no-js
.site-header--classic .site-header__logo {
  opacity: 1; }

.sticky .site-nav,
.sticky .site-header__logo {
  opacity: 1 !important; }

.site-header--classic #menu-opener {
  display: none; }

.lines-button {
  display: inline-block;
  padding: 22px;
  transition: .3s;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  background: black;
  width: 70px;
  height: 70px; }
  .lines-button:active {
    transition: 0; }
  .lines-button:hover .lines {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

.lines {
  display: inline-block;
  width: 28px;
  height: 4px;
  transition: 300ms;
  background: white;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 28px;
    height: 4px;
    transition: 300ms;
    background: white;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-original: 2px center;
    -ms-transform-original: 2px center;
    transform-original: 2px center; }
  .lines:before {
    top: 7px; }
  .lines:after {
    top: -7px; }

.lines-button.opened .lines {
  background: transparent; }
  .lines-button.opened .lines:before, .lines-button.opened .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 28px; }
  .lines-button.opened .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.opened .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.site-nav__dropdown {
  display: block;
  opacity: 0; }
  .site-header--classic .site-nav__dropdown {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100px;
    height: auto;
    margin-left: -50px;
    padding-top: 5px;
    text-align: center; }
    .site-header--classic .site-nav__dropdown > div {
      background: #eee;
      padding: 12px 25px 10px;
      border-radius: 3px;
      position: relative;
      top: 5px; }
    .site-header--classic .site-nav__dropdown .arrow {
      top: 0;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(238, 238, 238, 0);
      border-bottom-color: #eee;
      border-width: 5px;
      margin-left: -5px; }
    .site-header--classic .site-nav__dropdown li {
      display: block;
      float: none;
      margin: 10px 0; }
      .is-light .site-header--classic .site-nav__dropdown li a {
        color: black; }
      .is-dark .site-header--classic .site-nav__dropdown li a {
        color: black; }
      .site-header--classic .site-nav__dropdown li a:hover {
        color: #c4004f; }
      .site-header--classic .site-nav__dropdown li a.site-nav--active {
        font-weight: 700; }
        .is-light .site-header--classic .site-nav__dropdown li a.site-nav--active {
          color: black !important; }
        .is-dark .site-header--classic .site-nav__dropdown li a.site-nav--active {
          color: black !important; }
  .site-header--drawer .site-nav__dropdown {
    margin: 0 !important;
    width: auto !important;
    padding-top: 10px; }
    .site-header--drawer .site-nav__dropdown li {
      font-size: 0.75em;
      margin: 10px 15px; }
    .site-header--drawer .site-nav__dropdown .arrow {
      display: none; }

.site-header--classic li.site-nav--has-dropdown a:after {
  display: none !important; }

body.opened-drawer {
  overflow: hidden; }
  body.opened-drawer .nav-bar {
    overflow-y: auto; }

/*!
*  2.4. Footer
*/
.site-footer {
  background-color: black;
  color: #757575;
  padding: 120px 0; }
  .site-footer a {
    color: #757575; }
    .site-footer a:hover {
      color: #c4004f; }
  .site-footer .site-header__logo {
    position: static;
    max-width: 400px;
    margin-bottom: 75px !important; }
    .site-footer .site-header__logo a {
      margin: auto; }
      .site-footer .site-header__logo a.site-header__logo-link {
        max-width: px;
        display: block; }
  .site-footer .link-list a {
    font-size: 1.07143em;
    line-height: 1;
    font-weight: 600;
    margin: 0 15px; }
  .site-footer .link-list + hr {
    display: block; }
  .site-footer hr {
    max-width: 500px;
    height: 1px;
    background: #333333;
    margin: 19px auto 18px;
    border: none;
    display: none; }
  .site-footer .copy {
    font-size: 0.89286em; }
    .site-footer .copy > p {
      display: inline; }
      .site-footer .copy > p:first-child:after {
        content: "."; }
      @media screen and (max-width: 767px) {
        .site-footer .copy > p {
          display: block;
          margin: 0; }
          .site-footer .copy > p:first-child:after {
            content: ""; } }

.pay-icons {
  margin: 15px 0; }
  .pay-icons svg * {
    fill: currentColor !important; }

.social-footer {
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px; }
  .social-footer.even {
    background-color: white; }
  .social-footer .wrapper {
    margin: auto !important; }

@media screen and (min-width: 992px) {
  .social-footer {
    min-height: 120px; } }
@media screen and (max-width: 992px) {
  .site-footer {
    padding: 60px 0 50px; } }
.social-icons {
  margin: 0; }

.social-icons li {
  margin: 10px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  cursor: default; }
  .social-icons li svg * {
    fill: #141414; }
  .social-icons li a:hover svg * {
    fill: #c4004f; }
  .social-icons li svg.google path {
    fill: #f9f9f9; }

.newsletter__label, .form--success {
  color: #757575;
  font-size: 1.71429em;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .newsletter__label, .form--success {
      font-size: 1.28571em; } }

@media screen and (max-width: 767px) {
  .newsletter__label, .newsletter__input {
    margin: 0 0 30px 0; } }
.form--success {
  margin-top: 10px; }

/*!
*  2.5. Objects
*/
/* -- Tables -- */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px; }

table.full {
  width: 100%;
  margin-bottom: 1em; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e9e9e9; }

@media screen and (max-width: 992px) {
  .table--responsive thead {
    display: none; }
  .table--responsive tr {
    display: block; }
  .table--responsive tr,
  .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  .table--responsive th,
  .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px; }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }
  .table--responsive.cart-table img {
    margin: 0 auto; }
  .table--responsive.cart-table .js-qty {
    float: right; } }

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

  .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #e9e9e9; } }
/* -- Iframes & images -- */
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 30px; }

.media-img-right {
  float: right;
  margin-left: 30px; }

.media-img img,
.media-img-right img {
  display: block; }

img {
  border: 0 none; }

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

.is-light svg, .is-light svg {
  fill: #fff; }
.is-dark svg, .is-dark svg {
  fill: #000; }
.is-light .created-by-js svg, .is-light .created-by-js svg {
  fill: #000; }
.is-dark .created-by-js svg, .is-dark .created-by-js svg {
  fill: #000; }

img,
iframe {
  max-width: 100%; }
  p[style="text-align: center;"]:not(.centered-media) img, p[style="text-align: center;"]:not(.centered-media)
  iframe {
    max-width: none;
    width: 1200px;
    margin: 35px 0 0 -150px; }

img {
  height: auto;
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .centered-media, .template-blog .article__img, .product__image {
    width: calc(100% + 120px) !important;
    margin-left: -60px !important; } }
@media screen and (max-width: 767px) {
  .centered-media, .template-blog .article__img, .product__image {
    width: calc(100% + 60px) !important;
    margin-left: -30px !important; } }

.centered-media {
  width: 1200px;
  margin: 60px 0 60px -150px; }
  .centered-media img, .centered-media iframe {
    max-width: none;
    width: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 1300px) {
    .centered-media {
      width: 1100px;
      margin: 50px 0 50px -100px; } }
  @media screen and (max-width: 1200px) {
    .centered-media {
      width: 1000px;
      margin-left: -50px; } }
  @media screen and (max-width: 767px) {
    .centered-media {
      margin: 35px 0 35px -30px !important; } }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* -- Notes -- */
.note,
.errors {
  border-radius: 5px;
  padding: 11px 30px 10px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  text-align: left;
  font-size: 1.14286em;
  font-family: Montserrat, sans-serif;
  display: inline-block; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin: 0;
    list-style-position: inside; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }
  #Comments > .note, form > .note, #Comments >
  .errors, form >
  .errors {
    position: relative;
    top: -25px; }

.note {
  border-color: #e9e9e9; }

.form-success {
  color: #56ad6a;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*!
*  2.6. Forms
*/
form {
  margin-bottom: 0; }

@media screen and (max-width: 992px) {
  input,
  textarea {
    font-size: 16px; } }
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

button {
  background: none;
  border: none;
  cursor: pointer; }

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

fieldset {
  border: 1px solid #e9e9e9;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

button,
input[type="submit"] {
  cursor: pointer; }

input,
textarea,
select {
  border: 1px solid #cacaca;
  max-width: 100%;
  padding: 12px 15px;
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  color: #343434;
  background: transparent; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  height: 200px;
  padding-top: 10px; }

input[type="search"] {
  width: 300px;
  display: block;
  margin-bottom: 20px; }
  .text-center input[type="search"] {
    margin-left: auto;
    margin-right: auto; }

.jumpstart-selector {
  position: relative; }
  .jumpstart-selector .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid #cacaca;
    text-align: center;
    line-height: 52px; }
    .jumpstart-selector .arrow svg * {
      fill: #6a6a6a; }
  .jumpstart-selector select {
    position: relative;
    z-index: 9;
    height: 48px; }
    .jumpstart-selector select:focus-visible {
      outline: none; }

input.qty-remove-defaults::-webkit-inner-spin-button,
input.qty-remove-defaults::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input#Quantity {
  width: 55px;
  float: left;
  border-radius: 0;
  padding: 0;
  text-align: center; }

.input-holder {
  position: relative;
  width: 48px; }
  .input-holder.minus {
    float: left;
    margin-right: -1px; }
    .input-holder.minus input {
      border-radius: 2px 0 0 2px; }
  .input-holder.plus {
    float: right;
    margin-left: -1px; }
    .input-holder.plus input {
      border-radius: 0 2px 2px 0; }
  .input-holder input {
    cursor: pointer;
    padding: 23px; }
  .input-holder button {
    border: 1px solid #cacaca;
    width: 100%;
    height: 50px; }
    .input-holder button.plus {
      border-radius: 0 2px 2px 0; }
    .input-holder button.minus {
      border-radius: 2px 0 0 2px; }
  .input-holder svg {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 13px;
    z-index: -1; }
    .input-holder svg path {
      fill: #6a6a6a; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 8px 0 0;
  padding: 0;
  width: auto; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 70px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }

input.error,
select.error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/* -- Form rows -- */
.form__row {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 10px;
  *zoom: 1; }
  .form__row:before, .form__row:after {
    content: " ";
    display: table; }
  .form__row:after {
    clear: both; }
  .form__row .form__column, .form__row .selector-wrapper {
    padding: 0px;
    margin-bottom: 25px;
    float: left; }
    @media only screen and (min-width: 1021px) and (max-width: 1300px) {
      .form__row .form__column, .form__row .selector-wrapper {
        padding: 0 0; } }
    .form__row .form__column.third, .form__row .selector-wrapper.third {
      width: 33.33%; }
    .form__row .form__column.half, .form__row .selector-wrapper.half {
      width: 50%; }
    .form__row .form__column.twothird, .form__row .selector-wrapper.twothird {
      width: 66.66%; }
    .form__row .form__column.full, .form__row .selector-wrapper.full {
      width: 100%; }
    @media screen and (max-width: 992px) {
      .form__row .form__column.third, .form__row .form__column.half, .form__row .form__column.twothird, .form__row .form__column.full, .form__row .selector-wrapper.third, .form__row .selector-wrapper.half, .form__row .selector-wrapper.twothird, .form__row .selector-wrapper.full {
        width: 100% !important; } }
    .form__row .form__column label, .form__row .selector-wrapper label {
      text-align: left; }

/* Labels */
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

label[for] {
  cursor: pointer; }

label {
  display: block;
  font-size: 1.14286em;
  color: #7a7a7a;
  margin-bottom: 8px; }
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    top: -17px; }

/* Buttons */
.btn.btn--fill {
  color: white;
  top: -1px;
  position: relative;
  border: none; }
  .btn.btn--fill.btn--color {
    background: #c4004f; }
    .btn.btn--fill.btn--color:hover {
      background: #91003a; }
  .btn.btn--fill.btn--dark {
    background: #141414; }
    .btn.btn--fill.btn--dark:hover {
      background: black; }
.btn.btn--disabled {
  pointer-events: none;
  cursor: default;
  background: transparent !important;
  border: 1px solid #c7c7c7;
  color: #adadad !important; }
.btn.btn--disabled-alt {
  pointer-events: none;
  cursor: default;
  opacity: 1;
  border: none; }
.btn.btn--next-to {
  display: inline-block;
  margin-right: 15px; }

.pagination {
  margin: 20px 0 50px; }
  .pagination .btn {
    padding: 0;
    width: 35px;
    text-align: center; }
  .pagination.text-center .btn {
    display: inline-block; }

/* -- Other -- */
.submit--helper {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 25px; }
  @media all and (max-width: 767px) {
    .submit--helper {
      display: block;
      left: 0px; } }
  .submit--helper span {
    display: block; }

.contact-form {
  margin-top: 70px; }

.svg.social {
  width: 22px;
  height: 22px; }

/*!
*  2.7 Blank states
*/
.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
  max-width: 100%;
  fill: rgba(0, 0, 0, 0.35); }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center; }
  .placeholder-background .icon {
    border: 0; }
  .placeholder-background.imagebox {
    background-color: #141414; }
    .placeholder-background.imagebox svg.placeholder-image {
      fill: rgba(255, 255, 255, 0.35);
      border: 0px;
      align-self: center;
      width: 100%;
      height: 100%; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

.clients-list .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  vertical-align: middle;
  display: inline-block; }

.is-dark svg.placeholder-noblocks, .is-dark svg.placeholder-svg {
  fill: rgba(0, 0, 0, 0.35);
  color: rgba(0, 0, 0, 0.35); }

.is-light svg.placeholder-noblocks, .is-light svg.placeholder-svg {
  fill: rgba(0, 0, 0, 0.35);
  color: rgba(0, 0, 0, 0.35); }

.lazyload__image-wrapper {
  display: block;
  margin-bottom: 10px;
  position: relative;
  margin: 0 auto; }
  .lazyload__image-wrapper img {
    display: block; }
  .lazyload__image-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0; }
    .lazyload__image-wrapper img.lazyload {
      opacity: 0; }

/*-------------------------
3. HOMEPAGE
*------------------------*/
/*!
*  3.1. General
*/
.template-index .shopify-section {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  margin-top: 64px;
  margin-bottom: 64px; }
  .template-index .shopify-section:before, .template-index .shopify-section:after {
    content: " ";
    display: table; }
  .template-index .shopify-section:after {
    clear: both; }
  .template-index .shopify-section:first-child {
    margin: 0; }
  .template-index .shopify-section:last-child {
    margin-bottom: 0; }
  .template-index .shopify-section#shopify-section-footer {
    margin: 0; }
  @media only screen and (max-width: 992px) {
    .template-index .shopify-section {
      margin-top: 40px;
      margin-bottom: 40px; } }

#shopify-section-header, #shopify-section-footer {
  padding-bottom: 0; }

.home-section-title {
  font-size: 1.28571em;
  margin-bottom: 90px; }
  @media screen and (max-width: 1025px) {
    .home-section-title {
      margin-bottom: 70px; }
      .product .home-section-title {
        margin-bottom: 50px; }
        .product .home-section-title:after {
          margin: 15px auto 0; } }
  @media screen and (max-width: 992px) {
    .home-section-title {
      margin-bottom: 50px; }
      .home-section-title:after {
        margin: 15px auto 0; } }
  @media screen and (max-width: 767px) {
    .home-section-title {
      font-size: 1.14286em; } }

hr.thin-line {
  height: 1px;
  width: 100%;
  display: block;
  margin: 0 auto 60px;
  border: none;
  background: #e9e9e9; }

.home-product .helper-note {
  margin: 0 auto;
  right: -6%;
  left: 8%;
  top: 50%;
  margin-top: -80px; }

/*!
*  3.2. Crowdfunding (kickstarter)
*/
.home-kickstarter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .home-kickstarter h2, .home-kickstarter .h2 {
    font-size: 2.85714em;
    line-height: 1.2;
    margin-bottom: 30px; }
    .home-section:first-child .home-kickstarter h2, .home-section:first-child .home-kickstarter .h2 {
      font-size: 3.85714em; }
  .home-kickstarter h3, .home-kickstarter .h3 {
    font-size: 1.14286em;
    line-height: 1.6;
    color: #343434;
    max-width: 40%; }
    @media screen and (max-width: 1025px) {
      .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 70%; } }
    @media screen and (max-width: 992px) {
      .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 100%; } }
  @media screen and (max-width: 992px) {
    .home-kickstarter {
      text-align: center; }
      .home-kickstarter .prlx-bg {
        position: relative;
        background-image: none !important; }
        .home-kickstarter .prlx-bg img {
          display: block; }
      .home-kickstarter h2, .home-kickstarter .h2 {
        font-size: 2.28571em !important; } }
  @media screen and (max-width: 767px) {
    .home-kickstarter h2, .home-kickstarter .h2 {
      font-size: 1.57143em !important; }
    .home-kickstarter h3, .home-kickstarter .h3 {
      font-size: 1em;
      line-height: 1.5; } }

.kickstarter__meta {
  margin: 30px 0 45px;
  position: relative; }
  @media screen and (max-width: 992px) {
    .kickstarter__meta {
      margin: 30px auto; }
      .kickstarter__meta ul {
        padding-top: 30px; } }
  .kickstarter__meta ul {
    margin: 0;
    *zoom: 1; }
    .kickstarter__meta ul:before, .kickstarter__meta ul:after {
      content: " ";
      display: table; }
    .kickstarter__meta ul:after {
      clear: both; }
  .kickstarter__meta li {
    float: left;
    margin-left: 50px; }
    .kickstarter__meta li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 992px) {
      .kickstarter__meta li {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .kickstarter__meta li {
        margin-left: 30px; } }
  .kickstarter__meta strong {
    display: block;
    font-family: Montserrat, sans-serif; }
  .kickstarter__meta span {
    display: block;
    color: #7a7a7a;
    font-size: 0.92857em;
    line-height: 1; }
  .kickstarter__meta .kickstarter__graphic {
    position: absolute;
    top: 0;
    left: 0; }
    .kickstarter__meta .kickstarter__graphic.pie {
      width: 55px;
      height: 55px; }
      .kickstarter__meta .kickstarter__graphic.pie canvas {
        -webkit-transform: rotate(-90deg) scale(0.5);
        -ms-transform: rotate(-90deg) scale(0.5);
        transform: rotate(-90deg) scale(0.5);
        -webkit-transform-origin: 20% 40%;
        -ms-transform-origin: 20% 40%;
        transform-origin: 20% 40%;
        position: absolute;
        top: 2px;
        left: 0; }
    .kickstarter__meta .kickstarter__graphic.bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 13px;
      border-radius: 10px;
      width: 100%;
      max-width: 400px;
      background: rgba(0, 0, 0, 0.1); }
      .kickstarter__meta .kickstarter__graphic.bar .value {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 13px;
        border-radius: 10px;
        background: #c4004f;
        transition: width 500ms linear; }
      @media screen and (max-width: 992px) {
        .kickstarter__meta .kickstarter__graphic.bar {
          position: relative;
          left: 50%;
          margin-left: -200px; } }
      @media screen and (max-width: 767px) {
        .kickstarter__meta .kickstarter__graphic.bar {
          left: 0;
          margin-left: 0;
          max-width: none; } }
  .kickstarter__meta.kickstarter--pie {
    padding-left: 90px; }
    .kickstarter__meta.kickstarter--pie strong {
      font-size: 1.71429em; }
    .kickstarter__meta.kickstarter--pie span {
      margin-top: -3px; }
    .kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
      display: none; }
    @media screen and (max-width: 992px) {
      .kickstarter__meta.kickstarter--pie {
        padding-left: 0; }
        .kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
          display: block; }
        .kickstarter__meta.kickstarter--pie .kickstarter__graphic.pie {
          display: none; } }
  .kickstarter__meta.kickstarter--bar {
    padding-top: 45px;
    margin-top: 55px;
    max-width: 410px; }
    .kickstarter__meta.kickstarter--bar strong {
      font-size: 2.85714em; }
    .kickstarter__meta.kickstarter--bar span {
      margin-top: 2px; }
    @media screen and (max-width: 992px) {
      .kickstarter__meta.kickstarter--bar {
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .kickstarter__meta.kickstarter--bar strong {
        font-size: 1.42857em; } }
    .kickstarter__meta.kickstarter--bar .kickstarter__graphic.pie {
      display: none; }

@media screen and (min-width: 992px) {
  .text-center .kickstarter__meta {
    margin: 30px auto;
    display: inline-block; }
  .text-center .btn {
    display: table;
    margin: auto; } }
.kickstarter__content.text-center h3, .kickstarter__content.text-center .h3, .kickstarter__content.text-center .kickstarter--bar {
  margin-left: auto;
  margin-right: auto; }

/*!
*  3.3. Hero
*/
@media screen and (max-width: 767px) {
  .home-video {
    margin-top: 70px; } }
.home-video .content {
  text-align: center; }
  .home-video .content.push-up {
    padding-bottom: 120px; }
  .home-video .content h2, .home-video .content .h2 {
    font-size: 5.14286em;
    line-height: 1;
    margin: 0; }
    .is-light .home-video .content h2, .is-light .home-video .content .h2 {
      color: white; }
    .is-dark .home-video .content h2, .is-dark .home-video .content .h2 {
      color: black; }
    @media screen and (max-width: 992px) {
      .home-video .content h2, .home-video .content .h2 {
        font-size: 3.28571em;
        line-height: 1.3; } }
    @media screen and (max-width: 767px) {
      .home-video .content h2, .home-video .content .h2 {
        font-size: 1.57143em; } }
    .home-video .content h2.is-light-video, .home-video .content .is-light-video.h2 {
      color: #fff; }
    .home-video .content h2.is-dark-video, .home-video .content .is-dark-video.h2 {
      color: #111111; }

.video-overlay {
  text-align: center;
  background: rgba(0, 0, 0, 0); }
  .video-overlay .video-button {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -70px;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 150ms linear; }
    .is-light-video .video-overlay .video-button {
      background: #fff; }
    .is-dark-video .video-overlay .video-button {
      background: #fff; }
    @media screen and (max-width: 992px) {
      .video-overlay .video-button {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; } }
    @media screen and (max-width: 767px) {
      .video-overlay .video-button {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        margin-top: 0; } }
    .video-overlay .video-button svg {
      position: relative;
      top: 43px;
      width: 44px;
      height: 58px;
      left: 5px; }
      .is-light-video .video-overlay .video-button svg path {
        fill: #db1949; }
      .is-dark-video .video-overlay .video-button svg path {
        fill: #db1949; }
    .home-gallery .video-overlay .video-button {
      width: 110px;
      height: 110px;
      margin-top: -55px;
      margin-left: -55px; }
      .home-gallery .video-overlay .video-button svg {
        top: 35px;
        width: 29px;
        height: 44px; }
  .no-touch .video-overlay:hover .video-button {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

/*!
*  3.4. Image featured content
*/
.home-imagebox {
  position: relative;
  *zoom: 1; }
  .home-imagebox:before, .home-imagebox:after {
    content: " ";
    display: table; }
  .home-imagebox:after {
    clear: both; }
  .home-imagebox:nth-child(odd) {
    background: #141414 !important; }
    .home-imagebox:nth-child(odd) .content, .home-imagebox:nth-child(odd) h2, .home-imagebox:nth-child(odd) .h2, .home-imagebox:nth-child(odd) h3, .home-imagebox:nth-child(odd) .h3, .home-imagebox:nth-child(odd) h4, .home-imagebox:nth-child(odd) .h4, .home-imagebox:nth-child(odd) h5, .home-imagebox:nth-child(odd) .h5, .home-imagebox:nth-child(odd) h6, .home-imagebox:nth-child(odd) .h6 {
      color: white; }
    .home-imagebox:nth-child(odd) .btn--light {
      color: white;
      border-color: white; }
      .home-imagebox:nth-child(odd) .btn--light:hover {
        color: black !important;
        background-color: white; }
  .home-imagebox:nth-child(even) {
    background: #c4004f; }
    .home-imagebox:nth-child(even) .content, .home-imagebox:nth-child(even) h2, .home-imagebox:nth-child(even) .h2, .home-imagebox:nth-child(even) h3, .home-imagebox:nth-child(even) .h3, .home-imagebox:nth-child(even) h4, .home-imagebox:nth-child(even) .h4, .home-imagebox:nth-child(even) h5, .home-imagebox:nth-child(even) .h5, .home-imagebox:nth-child(even) h6, .home-imagebox:nth-child(even) .h6 {
      color: white; }
    .home-imagebox:nth-child(even) .btn--light {
      color: white;
      border-color: white; }
      .home-imagebox:nth-child(even) .btn--light:hover {
        color: #000 !important;
        background-color: white; }
  .home-imagebox .feature_img {
    padding: 0; }
  .home-imagebox .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    height: 100%;
    min-height: 600px; }
    @media screen and (max-width: 992px) {
      .home-imagebox .image {
        position: relative;
        min-height: 294px; }
        .home-imagebox .image img {
          display: block;
          visibility: hidden; } }
  .home-imagebox .content {
    position: right; }
    .home-imagebox .content .large--display-table {
      height: auto; }
      @media screen and (max-width: 992px) {
        .home-imagebox .content .large--display-table {
          height: auto; } }
    .home-imagebox .content h3, .home-imagebox .content .h3 {
      font-size: 2.85714em;
      font-weight: 700;
      margin: 0; }
    .home-imagebox .content p {
      font-size: 1.28571em;
      margin: 15px 0 0; }
    .home-imagebox .content a {
      margin-top: 35px; }
    @media screen and (max-width: 992px) {
      .home-imagebox .content {
        min-height: 0;
        margin-left: 60px !important;
        margin-right: 60px !important;
        text-align: center; }
        .home-imagebox .content h3, .home-imagebox .content .h3 {
          font-size: 2.28571em;
          font-weight: 400; }
        .home-imagebox .content a {
          margin-top: 15px; }
        .home-imagebox .content.grid__item {
          padding: 0;
          margin-left: 0 !important;
          margin-right: 0 !important; } }
    @media screen and (max-width: 767px) {
      .home-imagebox .content {
        margin-left: 30px !important;
        margin-right: 30px !important; }
        .home-imagebox .content h3, .home-imagebox .content .h3 {
          font-size: 1.57143em; }
        .home-imagebox .content p {
          font-size: 1.07143em; } }

/*!
*  3.5. Slideshow
*/
#home-slideshow {
  background: none; }

.flexslider {
  padding: 0;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  border: none;
  min-height: 100%;
  position: relative;
  overflow: hidden; }
  .flexslider .flex-viewport {
    /* margin-bottom: 60px; */ }
  .home-slideshow .flexslider:before {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    margin: 100px auto;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; }
  .home-slideshow .flexslider.loaded:before {
    opacity: 0 !important; }
  .home-slideshow .flexslider.loaded .slides img {
    opacity: 1; }
  .product__image .flexslider {
    overflow: visible; }
  .flexslider .slides {
    margin: 0; }
    .flexslider .slides .lazyload__image-container {
      max-width: 1200px;
      margin: 0 auto; }
    .flexslider .slides > li {
      margin: 0;
      padding: 0;
      border: 0;
      display: none;
      position: relative; }
      .home-slideshow .flexslider .slides > li {
        text-align: center; }
    .flexslider .slides .slide-hide {
      visibility: none; }
    .flexslider .slides img {
      position: relative;
      max-width: none;
      width: 100%; }
      .home-slideshow .flexslider .slides img {
        opacity: 0;
        max-width: 1200px; }
    .flexslider .slides .lazyload__image-wrapper {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 100%; }
      .flexslider .slides .lazyload__image-wrapper img {
        display: block; }
      .flexslider .slides .lazyload__image-wrapper img {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        max-width: 100%; }
        .flexslider .slides .lazyload__image-wrapper img.lazyload {
          opacity: 0; }
    .flexslider .slides.flex-active-slide {
      z-index: 9999; }

.flex-direction-nav a {
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #1d1d1d;
  z-index: 999999;
  cursor: pointer;
  margin-bottom: 0px; }
  .flex-direction-nav a.flex-prev {
    left: 50px;
    transition: all 200ms linear; }
  .flex-direction-nav a.flex-next {
    right: 50px;
    transition: all 200ms linear; }
  .flex-direction-nav a svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 100ms linear; }
    .flex-direction-nav a svg * {
      fill: #141414; }
  .no-touch .flex-direction-nav a:hover svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
    .no-touch .flex-direction-nav a:hover svg * {
      fill: #c4004f; }
  @media screen and (max-width: 992px) {
    .flex-direction-nav a {
      display: none; } }

.flex-control-nav {
  position: absolute;
  z-index: 9995;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0; }
  .flex-control-nav li {
    display: inline-block;
    margin: -2px; }
    .flex-control-nav li a {
      width: 10px;
      height: 10px;
      border-radius: 5px;
      margin: 0 5px;
      position: relative;
      text-indent: -9999px;
      display: inline-block;
      cursor: pointer;
      background: #e0e0e0; }
      .home-section:nth-child(odd) .flex-control-nav li a {
        background: #e6e6e6; }
      .flex-control-nav li a.flex-active {
        background: #c4004f !important;
        cursor: default;
        pointer-events: none; }

/*!
*  3.6. Page
*/
.home-page-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .home-page-content .prlx-bg.overlay-true:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8; }
  .home-page-content h3, .home-page-content .h3 {
    font-size: 2.42857em;
    font-family: Roboto, sans-serif;
    margin-bottom: 55px; }

/*!
*  3.7. FAQ (Accordion)
*/
.jumpstart-accordion h3, .jumpstart-accordion .h3 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #111111;
  padding: 35px 95px;
  font-size: 1.28571em;
  cursor: pointer;
  position: relative;
  margin: 0 0 -1px 0; }
  .no-touch .jumpstart-accordion h3:hover, .no-touch .jumpstart-accordion .h3:hover {
    background: #f9f9f9;
    color: #c4004f; }
    .home-section:nth-child(odd) .no-touch .jumpstart-accordion h3:hover, .home-section:nth-child(odd) .no-touch .jumpstart-accordion .h3:hover {
      background: white; }
    .no-touch .jumpstart-accordion h3:hover svg path, .no-touch .jumpstart-accordion .h3:hover svg path {
      fill: #c4004f; }
  .jumpstart-accordion h3 svg, .jumpstart-accordion .h3 svg {
    position: absolute;
    top: 37px;
    left: 35px; }
    .jumpstart-accordion h3 svg path, .jumpstart-accordion .h3 svg path {
      fill: #111111; }
.jumpstart-accordion .content {
  display: none;
  padding: 50px 20px 40px 95px; }
  .jumpstart-accordion .content p:last-child {
    margin-bottom: 0; }
.jumpstart-accordion .section.opened svg.plus {
  opacity: 0; }
@media screen and (min-width: 992px) {
  .jumpstart-accordion .section.opened:last-child {
    border-bottom: 1px solid #e9e9e9; } }
@media screen and (max-width: 992px) {
  .jumpstart-accordion h3, .jumpstart-accordion .h3 {
    font-size: 1.07143em;
    padding: 10px 30px;
    border: none; }
    .jumpstart-accordion h3 svg, .jumpstart-accordion .h3 svg {
      width: 14px;
      height: 14px;
      left: 0;
      top: 15px; }
      .jumpstart-accordion h3 svg path, .jumpstart-accordion .h3 svg path {
        fill: #5e5e5e; }
  .jumpstart-accordion .content {
    padding: 5px 0px 20px 30px; }
  .jumpstart-accordion .section.opened h4, .jumpstart-accordion .section.opened .h4 {
    color: #c4004f; } }

/*!
*  3.8. Features
*/
.features-list h4, .features-list .h4 {
  margin: 25px 0 15px; }
.features-list i {
  color: #111111; }
.features-list .large--one-half + .one-third {
  clear: both; }

.home-features.columns-i {
  text-align: center; }
  .home-features.columns-i .home-section-title:after {
    margin: 25px auto 0; }

/*!
*  3.9. Clients
*/
.home-clients {
  height: 160px; }
  .home-clients .wrapper, .home-clients .clients-list {
    height: 100%; }

.clients-list {
  padding: 25px 0; }
  .clients-list li {
    height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 0; }
    .clients-list li .clients-list__center-wrap img {
      max-height: 90%;
      max-width: 90%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.dummy-holder {
  display: block;
  padding-top: 100%; }

.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font: 0/0 serif;
  width: 90%; }
  .img-container .dummy-centered {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%; }

/*!
*  3.10. Gallery
*/
.packery-container {
  overflow: hidden; }
  .packery-container .item {
    overflow: hidden; }
    .packery-container .item img {
      max-width: none;
      width: 100%;
      height: auto;
      vertical-align: middle;
      display: none; }
      .init .packery-container .item img {
        display: block; }
  .packery-container .video-overlay {
    background: rgba(0, 0, 0, 0.2);
    display: none; }
    .packery-container .video-overlay:hover {
      background: rgba(0, 0, 0, 0.5); }
    .init .packery-container .video-overlay {
      display: block; }
    .packery-container .video-overlay:after {
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-left: -50px; }

/*!
*  3.11. Newsletter
*/
.home-newsletter .password-input-group {
  margin: 0 auto; }
.home-newsletter form {
  margin-top: 0; }
.home-newsletter label {
  font-size: 1.28571em; }

/*-------------------------
4. TEMPLATES
*------------------------*/
/*!
*  4.1. Blog
*/
.blog-list {
  *zoom: 1; }
  .blog-list:before, .blog-list:after {
    content: " ";
    display: table; }
  .blog-list:after {
    clear: both; }
  .blog-list + p {
    margin: 115px 0 0 0; }

#infinite-link {
  text-align: center;
  margin-top: 100px; }

/* -- Article (blog list view) -- */
.article {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  display: block;
  float: left;
  height: 200px;
  padding-right: 70px;
  padding-left: 290px; }
  .template-blog .article {
    min-height: 290px;
    height: auto; }
  .template-blog .article {
    padding-left: 440px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .article.no-image {
    padding-left: 70px; }
  .article:first-child {
    border-top: 1px solid #e9e9e9; }
  @media screen and (min-width: 1025px) {
    .article:hover {
      background: #f9f9f9; }
      .home-section:nth-child(odd) .article:hover {
        background: white; }
      .article:hover .article__title {
        color: #c4004f; } }

.article__img {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 220px;
  height: 200px; }
  .template-blog .article__img {
    width: 360px;
    height: 100%;
    height: calc(100% + 1px); }
  .article__img img {
    display: none; }

.article__title {
  font-family: Roboto, sans-serif;
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px; }

.article__meta {
  color: #7a7a7a;
  margin: 0;
  font-size: 1em;
  *zoom: 1; }
  .article__meta:before, .article__meta:after {
    content: " ";
    display: table; }
  .article__meta:after {
    clear: both; }
  .article__meta li {
    display: inline-block;
    margin-right: 25px; }
    .article__meta li:last-child {
      margin-right: 0; }
  .article__meta a {
    color: #7a7a7a; }
    .article__meta a:hover {
      color: #c4004f; }
  .template-article .article__meta {
    display: inline-block;
    margin: 15px auto -10px;
    font-size: 1.14286em; }
    @media screen and (max-width: 992px) {
      .template-article .article__meta {
        font-size: 1.07143em; } }
    @media screen and (max-width: 767px) {
      .template-article .article__meta {
        font-size: 1em; } }
  @media screen and (max-width: 992px) {
    .article__meta {
      text-align: center; } }

.article__excerpt {
  color: #343434;
  font-size: 1.14286em;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .article__excerpt {
      font-size: 1em; } }
  .template-index .article__excerpt {
    display: none; }

.rte {
  font-size: 1.14286em; }
  @media screen and (max-width: 992px) {
    .rte {
      font-size: 1em; } }

/* -- Sharing -- */
.article__sharing {
  *zoom: 1;
  width: 100%; }
  .article__sharing:before, .article__sharing:after {
    content: " ";
    display: table; }
  .article__sharing:after {
    clear: both; }
  .article__sharing .page__sharing {
    float: left; }
  .article__sharing .subscribe-link {
    float: right;
    margin: 41px 15px 0 0; }
  .article__sharing svg {
    position: relative;
    top: 5px; }
  .article__sharing svg path {
    fill: #141414; }
  .article__sharing a:hover svg path {
    fill: #c4004f; }
  @media screen and (max-width: 992px) {
    .article__sharing {
      margin-left: -15px; }
      .article__sharing .label {
        display: none; } }

.subscribe-link {
  color: #343434; }
  .subscribe-link svg {
    position: relative;
    top: 5px;
    right: -15px;
    width: 20px;
    height: 20px; }
    .subscribe-link svg path, .subscribe-link svg circle {
      fill: #141414; }
  .subscribe-link a:hover svg path, .subscribe-link a:hover svg circle {
    fill: #c4004f; }
  .template-blog .subscribe-link {
    position: absolute;
    top: 60px;
    right: 15px; }

/* -- Responsive blog (change used in different templates at different sizes) -- */
@media screen and (max-width: 1025px) {
  .template-blog .article {
    padding: 50px 0 25px 0px !important;
    height: auto !important;
    border: none !important; }
    .template-blog .article:first-child {
      padding-top: 0 !important; }
    .template-blog .article:after {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: 30px; }
    .template-blog .article:last-child:after {
      display: none; }
  .template-blog .article__title {
    text-align: center;
    margin-bottom: 35px; }
  .template-blog .article__img {
    height: auto !important;
    background-image: none !important;
    position: relative;
    margin-bottom: 25px; }
    .template-blog .article__img img {
      display: block;
      width: 100%; }
  .template-blog .subscribe-link {
    display: none; } }
@media screen and (max-width: 992px) {
  .home-blog .article {
    padding: 50px 0 25px 0px !important;
    height: auto !important;
    border: none !important; }
    .home-blog .article:first-child {
      padding-top: 0 !important; }
    .home-blog .article:after {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: 30px; }
    .home-blog .article:last-child:after {
      display: none; }
  .home-blog .article__title {
    text-align: center;
    margin-bottom: 35px; }
  .home-blog .article__img {
    height: auto !important;
    background-image: none !important;
    position: relative;
    margin-bottom: 25px; }
    .home-blog .article__img img {
      display: block;
      width: 100%; }
  .home-blog .article:after {
    width: 50%;
    margin: auto;
    top: 40px; }
  .home-blog .article__img {
    display: none; }
  .home-blog .article__meta {
    text-align: center;
    padding: 0 30px; }
  .home-blog .onboarding {
    padding: 0 30px; } }
/* -- Comments -- */
@media screen and (max-width: 992px) {
  #Comments, .comment-form {
    margin-top: 60px !important;
    padding-top: 55px; }
    #Comments:before, .comment-form:before {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: -60px; } }

#Comments {
  margin-top: 140px; }

.comments-list {
  margin: 0;
  *zoom: 1; }
  .comments-list:before, .comments-list:after {
    content: " ";
    display: table; }
  .comments-list:after {
    clear: both; }

.comment {
  *zoom: 1;
  float: left;
  margin-bottom: 60px;
  width: 100%; }
  .comment:before, .comment:after {
    content: " ";
    display: table; }
  .comment:after {
    clear: both; }
  @media screen and (max-width: 992px) {
    .comment {
      margin-bottom: 20px; } }

.comment__meta {
  margin-bottom: 10px; }
  .comment__meta strong {
    font-size: 1.14286em;
    color: #111111;
    display: block; }
    @media screen and (max-width: 767px) {
      .comment__meta strong {
        font-size: 1em; } }
  .comment__meta time {
    font-size: 1em;
    color: #7a7a7a; }

.comment__content {
  font-size: 1.14286em; }
  @media screen and (max-width: 767px) {
    .comment__content {
      font-size: 1em; } }

.comment-form {
  margin-top: 50px; }
  @media screen and (max-width: 992px) {
    .comment-form {
      margin-top: 20px !important; } }

/*!
*  4.2. Collections
*/
.collection-list .product .badge {
  position: absolute;
  display: block;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 100%;
  line-height: 52px;
  color: #fff;
  font-weight: 700; }

.collection-list .product {
  padding-bottom: 50px; }
  .collection-list .product > a {
    background: #f9f9f9;
    display: block;
    position: relative; }
  .collection-list .product .badge--on-sale {
    background: #E95F5F; }
  .collection-list .product .badge--sold-out {
    background: #999; }
  .collection-list .product .product__image-wrapper {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .collection-list .product .product__image-wrapper img {
      display: block;
      margin: 0 auto;
      position: absolute;
      top: 0; }
  .collection-list .product img {
    display: block;
    width: 100%; }
    .collection-list .product img.lazyload {
      opacity: 0; }
.collection-list h3, .collection-list .h3 {
  font-size: 1.14286em;
  font-family: Roboto, sans-serif;
  margin: 35px 0 -2px; }
  .collection-list h3 a, .collection-list .h3 a {
    color: #111111;
    font-weight: 600; }
    .collection-list h3 a:hover, .collection-list .h3 a:hover {
      color: #c4004f; }
.collection-list img {
  max-width: none;
  width: 100%; }
.collection-list .price {
  font-weight: 400;
  font-size: 1.71429em;
  font-family: Montserrat, sans-serif;
  color: #949494;
  line-height: 1;
  margin-top: 10px; }
  .collection-list .price .compare-price {
    text-decoration: line-through;
    font-weight: 300;
    font-size: 0.7em; }
.collection-list .excerpt {
  margin-top: 30px; }
@media screen and (max-width: 992px) {
  .collection-list {
    margin-bottom: -35px; }
    .collection-list .product {
      padding-bottom: 35px; }
    .collection-list h3, .collection-list .h3 {
      margin-top: 25px;
      font-size: 1em; }
    .collection-list .price {
      font-size: 1.71429em; } }
@media screen and (max-width: 992px) {
  .collection-list {
    margin-bottom: -15px; }
    .collection-list .product {
      padding-bottom: 15px; } }

.collection-image {
  margin-bottom: 50px; }
  .collection-image img {
    max-width: none;
    width: 100%; }

/* -- Product differences -- */
.product {
  *zoom: 1; }
  .product:before, .product:after {
    content: " ";
    display: table; }
  .product:after {
    clear: both; }
  .product .product__content .price {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "League Spartan";
    line-height: 30px;
    margin-bottom: 8px; }
  .product .product__content .compare-price {
    text-decoration: line-through;
    color: #7a7a7a;
    font-weight: 100;
    font-size: 1.5em;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .product .product__content {
      width: 100%;
      margin-top: 50px; }
      .product .product__content h3, .product .product__content .h3 {
        display: none; }
      .product .product__content .form__row {
      /*         > div:not(.hidden) {
      float: none;
      display: block;
      padding-bottom: 15px;
      @include clearfix();
    } */ }
      .product .product__content ol, .product .product__content ul {
        list-style-position: inside;
        margin-left: 0; } }

.product .home-section-title, .home-section-title.less-margin {
  margin-bottom: 50px; }

.product-description {
  font-size: 1.14286em;
  margin-top: 45px; }

.product__image > * {
  margin-bottom: 30px !important; }
.product__image .flex-control-nav {
  bottom: -40px; }
.product__image h3, .product__image .h3 {
  display: none; }
  @media screen and (max-width: 1025px) {
    .product__image h3, .product__image .h3 {
      display: block;
      margin-top: 50px; } }
@media screen and (max-width: 1025px) {
  .product__image .flexslider {
    min-height: 0; } }

@media screen and (max-width: 1025px) {
  .template-product .header__custom {
    display: none; }
  .template-product .secondary-title {
    display: block; }
  .template-product .header__custom + .wrapper {
    padding-top: 70px; } }
/* -- Sharing functions -- */
.page__sharing {
  margin: 45px 0 0 0;
  *zoom: 1; }
  .page__sharing:before, .page__sharing:after {
    content: " ";
    display: table; }
  .page__sharing:after {
    clear: both; }
  .template-product .page__sharing {
    margin-top: 60px; }
  .template-password .page__sharing {
    margin-bottom: 45px; }
  .page__sharing li {
    float: left;
    margin: 0 10px; }
    .page__sharing li:first-child {
      margin-left: 0; }
      .template-product .page__sharing li:first-child {
        position: relative;
        top: -6px; }
    .page__sharing li a {
      display: block;
      margin-top: -8px; }
      .page__sharing li a svg * {
        fill: #141414; }
      .page__sharing li a:hover svg * {
        fill: #c4004f; }
      .page__sharing li a svg.google path {
        fill: white !important; }
  @media screen and (max-width: 1025px) {
    .template-product .page__sharing .label {
      display: none; }
    .template-product .page__sharing li {
      float: none;
      display: inline-block; } }

/*!
*  4.3. Cart
*/
.cart__row {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0; }
  .cart__row .js-qty {
    margin: 0 auto; }

.cart-table th {
  font-weight: normal; }
.cart-table td,
.cart-table th {
  padding: 30px 15px;
  border: none; }

@media screen and (min-width: 993px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.cart__image {
  display: block; }
  .cart__image img {
    display: block;
    max-width: 100%; }

.cart__subtotal {
  color: #000;
  margin: 0 0 0 10px;
  display: inline; }

.cart__savings {
  display: block;
  margin: 0 0 0 10px;
  font-size: 1.21429em;
  text-transform: uppercase;
  opacity: .5;
  font-weight: 700; }

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 993px) {
    .cart__mini-labels {
      display: none; } }

.cart__remove {
  display: block; }

#cart-form {
  overflow: unset; }
  #cart-form .cart-row {
    padding: 18px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative; }
    #cart-form .cart-row.new_1 {
      border-top: 1px solid #e9e9e9; }
  #cart-form .cart-img {
    width: 165px;
    height: 165px;
    background-color: #eee;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    text-indent: -9999px; }
    @media only screen and (max-width: 600px) {
      #cart-form .cart-img {
        width: 72px;
        height: 72px; } }
    @media only screen and (min-width: 601px) and (max-width: 991px) {
      #cart-form .cart-img {
        width: 140px;
        height: 140px; } }
  #cart-form .content {
    position: absolute;
    height: 100%;
    width: calc(100% - 340px);
    left: 190px;
    top: 0;
    text-transform: uppercase; }
    #cart-form .content > div {
      display: table;
      height: 100%; }
      #cart-form .content > div > div {
        display: table-cell;
        vertical-align: middle; }
    #cart-form .content h3, #cart-form .content .h3 {
      font-size: 1.14286em;
      font-family: Roboto, sans-serif;
      font-weight: 600;
      margin: 0;
      text-transform: none;
      line-height: 1.2; }
      #cart-form .content h3 a, #cart-form .content .h3 a {
        color: #111111; }
        #cart-form .content h3 a:hover, #cart-form .content .h3 a:hover {
          color: #c4004f; }
    #cart-form .content .cart-item__variant-title,
    #cart-form .content .cart-item__property,
    #cart-form .content .cart-item__discount {
      margin-top: 3px;
      font-size: 0.8em;
      opacity: .5;
      font-weight: 700; }
    #cart-form .content .cart-item__line-price {
      font-size: 1.71429em;
      font-family: Montserrat, sans-serif;
      color: #7a7a7a;
      font-weight: 700; }
  #cart-form .count, #cart-form .remove {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 40px;
    width: 60px;
    height: 50px;
    padding: 0 5px;
    text-align: center; }
  #cart-form .remove {
    right: -16px;
    margin-top: -28px; }
    #cart-form .remove .svg {
      fill: #6a6a6a; }
    #cart-form .remove:hover .svg {
      fill: #2a2a2a; }
  #cart-form textarea[name="note"] {
    width: 100%;
    height: 90px;
    margin-bottom: 20px; }
  #cart-form .continue {
    margin-top: 40px;
    float: left;
    display: inline-block; }
  #cart-form .cart-price {
    margin-top: 40px;
    float: right;
    text-align: right;
    width: 100%; }
    #cart-form .cart-price p {
      font-size: 15px;
      line-height: 15px;
      margin-bottom: 0; }
    #cart-form .cart-price span {
      padding-left: 6px; }
    #cart-form .cart-price small {
      display: block;
      margin-top: 11px;
      padding-right: 4px; }
  #cart-form .to-right {
    float: right;
    display: inline-block;
    margin-top: 40px; }
    #cart-form .to-right > * {
      float: left;
      margin-right: 20px; }
      #cart-form .to-right > *:last-child {
        margin-right: 0; }
  #cart-form input[type="image"] {
    height: auto;
    background: none;
    border: none;
    position: relative;
    top: 10px;
    width: auto; }
  @media screen and (max-width: 992px) {
    #cart-form .content {
      position: static;
      height: auto;
      width: auto;
      padding-right: 120px; }
      #cart-form .content .price {
        margin-top: 0; } }

.cart_bottom {
  margin-top: 60px; }

.cart__subtotal-holder {
  margin-bottom: 10px; }

.cart__subtotal-title {
  font-weight: 600;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left; }

.cart__subtotal {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  float: right; }

.cart__subtotal-shipping {
  font-size: 0.92857em;
  color: #7a7a7a;
  display: block;
  margin-top: 5px; }

.btn__update {
  width: 54px;
  padding: 0 !important;
  margin-right: 25px; }
  .btn__update svg {
    position: relative;
    top: 7px; }
    .btn__update svg path {
      fill: #141414; }
  .btn__update:hover svg path {
    fill: #fff; }

.cart--no-cookies .cart-count {
  display: none; }

.cart--no-cookies .cart__continue-btn {
  display: none; }

.cart--no-cookies .cart--empty-message {
  display: none; }

.cart--cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cart--cookie-message {
    display: block; }

/*!
*  4.4. Password
*/
.template-password .social-footer, .template-password .site-footer {
  display: none; }
.template-password .page__sharing {
  margin-top: 65px; }
  .template-password .page__sharing .label {
    display: none; }
  .template-password .page__sharing li {
    float: none;
    display: inline-block; }
.template-password .mfp-bg {
  background: white;
  opacity: 1; }
.template-password .mfp-close {
  color: currentColor; }

.password-input-group {
  width: 425px;
  margin: 45px auto; }
  .password-input-group input[type="email"], .password-input-group input[type="text"], .password-input-group input[type="password"] {
    float: left;
    width: calc(100% - 150px);
    background-color: #fff; }
  .password-input-group input[type="submit"], .password-input-group button[type="submit"] {
    width: 125px;
    margin-top: 1px; }

.password-form form {
  margin-top: 0; }

.password-form-heading {
  margin-bottom: 30px; }

.password-login {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.07143em;
  display: table;
  height: 100%; }
  .password-login > a {
    display: table-cell;
    vertical-align: middle; }
  .password-login svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    left: -10px; }
    .password-login svg * {
      fill: #000; }
  @media screen and (max-width: 992px) {
    .password-login .text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; } }

#password-footer {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  height: 90px;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #343434; }
  #password-footer svg {
    width: 80px;
    height: 20px;
    position: relative;
    top: 4px;
    left: 4px; }
    #password-footer svg * {
      fill: #343434; }
    #password-footer a:hover #password-footer svg * {
      fill: #c4004f; }
  #password-footer .shopify-name {
    display: none; }
  #password-footer.full {
    position: fixed; }

#login-modal {
  text-align: center; }
  #login-modal h4, #login-modal .h4 {
    color: #111111;
    font-size: 1.28571em;
    text-transform: uppercase; }
  #login-modal .errors {
    top: 30px; }

@media all and (max-width: 767px) {
  .password-input-group {
    width: 100%;
    margin: 30px auto 35px; }
    .password-input-group input[type="email"], .password-input-group input[type="text"], .password-input-group input[type="password"] {
      width: 100%; }
    .password-input-group input[type="submit"], .password-input-group button[type="submit"] {
      width: auto;
      min-width: 125px;
      margin: auto;
      display: block;
      margin-top: 75px; } }
/*!
*  4.5. Customer
*/
.address {
  font-size: 1.14286em; }

.address-form {
  clear: both;
  float: left;
  margin-top: 70px;
  width: 100%; }
  .address-form.edit {
    margin-top: 0; }

/*-------------------------
5. MAGNIFIC POPUP (third party app)
*-----------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99995;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader {
  width: 62px;
  height: 62px;
  background: url(/cdn/shop/t/39/assets/preloader.gif?v=175312700205552470341638526751) no-repeat center center #222222;
  background-size: 32px 32px;
  margin: 0 auto;
  font-size: 0; }

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  font-family: 'FontAwesome';
  font-size: 48px;
  color: #ccc; }

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

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: "\f104"; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-b {
  content: "\f105"; }

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: #e81153;
  padding: 35px; }
  @media screen and (min-width: 768px) {
    .overlay__video {
      display: flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      align-items: center; } }
  .overlay__video .heart__elemnt {
    text-align: center;
    margin: 0 auto; }
    .overlay__video .heart__elemnt .img_responsive {
      width: 60px;
      margin: 0 auto; }
    .overlay__video .heart__elemnt p {
      font-size: 16px;
      margin: 15px 0 0;
      color: #fff;
      letter-spacing: 1px; }
    .overlay__video .heart__elemnt h3, .overlay__video .heart__elemnt .h3 {
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      margin-top: 20px;
      font-size: 20px;
      letter-spacing: 1px; }
    .overlay__video .heart__elemnt .btn_shop {
      border: 2px solid #fff;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      max-width: 200px;
      width: 100%;
      display: block;
      text-transform: uppercase;
      margin: 20px auto;
      height: 44px;
      line-height: 42px;
      letter-spacing: 1px; }

@media screen and (min-width: 992px) {
  .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
    padding: 0;
    height: calc(100vh - 140px); } }
@media screen and (max-width: 991px) {
  .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
    /*     padding:350px 0; */
    padding: 0;
    height: calc(100vh - 70px); } }
.desktop__hide {
  display: none; }

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .overlay__video {
    width: 40%; }

  body .content.push-up .huge-title {
    font-size: 18px !important; } }
@media screen and (min-width: 768px) and (max-width: 990px) {
  body .content.push-up .huge-title {
    top: 30px !important;
    width: 46% !important;
    font-size: 20px !important; }

  .video-overlay .video-button {
    transform: translate(-50%, -50%) scale(0.5) !important;
    -ms-transform: translate(-50%, -50%) scale(0.5) !important;
    -webkit-transform: translate(-50%, -50%) scale(0.5) !important;
    -o-transform: translate(-50%, -50%) scale(0.5) !important;
    -moz-transform: translate(-50%, -50%) scale(0.5) !important;
    margin: 0;
    z-index: 999; }

  .overlay__video {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .desktop__hide {
    display: block; }

  .mobile__hide {
    display: none; }

  .overlay__video {
    position: unset;
    width: 100%; }

  .video-overlay .video-button {
    transform: translate(-50%, -50%) scale(0.5) !important;
    -ms-transform: translate(-50%, -50%) scale(0.5) !important;
    -webkit-transform: translate(-50%, -50%) scale(0.5) !important;
    -o-transform: translate(-50%, -50%) scale(0.5) !important;
    -moz-transform: translate(-50%, -50%) scale(0.5) !important;
    margin: 0;
    z-index: 999; } }
.video-overlay .video-button {
  top: 50% !important;
  margin-top: -40px !important;
  width: 80px !important;
  height: 80px !important;
  margin-left: -40px !important; }

.return_to {
  float: right;
  display: contents; }

.return_to a {
  color: #000;
  font-weight: bold; }

.return_to span {
  padding-left: 10px; }

.desktop-header {
  display: block; }

.mobile_header {
  display: none; }

@media screen and (max-width: 434px) {
  .return_to span {
    padding-left: 5px;
    font-size: 11px; }

  .navbar .logo {
    width: 120px !important; } }
@media screen and (max-width: 992px) {
  .desktop-header {
    display: none; }

  .mobile_header {
    display: block !important; }

  .lines-button {
    left: 0; }

  .site-header1 .icon {
    display: block !important; }

  .site-header__logo {
    border: none !important; } }
.video-overlay .video-button {
  z-index: 999; }

@media screen and (max-width: 440px) {
  .site-header--drawer .nav-bar {
    padding: 60px 40px;
    width: 78%; }
    .site-header--drawer .nav-bar li > a.site-nav__link {
      font-size: 14px; } }
/* .template-cart{  
.main-content{
margin-top: 92px;

@media only screen and (min-width:992px){
overflow:unset;
}
}
} */
.submit_wrapper {
  display: block; }

@media screen and (max-width: 400px) {
  .submit_wrapper {
    display: block;
    text-align: center;
    margin-top: 15px; } }
@media screen and (max-width: 1024px) {
  .index-section_new .home_video_content .content_label {
    max-width: 100% !important; } }
.input-holder.minus .svg.minus {
  display: block !important; }

form .addtocart {
  min-width: 266px; }

.redirect {
  margin-top: 15px;
  text-align: center; }

.mobile_only {
  display: none; }

.desktop_only {
  display: block; }

@media screen and (max-width: 992px) {
  .mobile_only {
    display: block; }

  .desktop_only {
    display: none; } }
.feature_img .image_new {
  min-height: 600px;
  padding: 0;
  max-width: 600px; }
  @media screen and (min-width: 993px) and (max-width: 1300px) {
    .feature_img .image_new {
      background-size: 100% !important; } }
  .feature_img .image_new img {
    width: 100%; }
  @media screen and (max-width: 992px) {
    .feature_img .image_new {
      position: relative;
      min-height: 400px;
      margin: 0 auto; }
      .feature_img .image_new img {
        display: block;
        visibility: hidden; } }

/*
4.4. Password
4.5. Customer
5. MAGNIFIC POPUP

============================================================================*/
/*-------------------------
1. GENERAL
*------------------------*/
/*!
*  1.1. Reset
*/
html, body, div, span, applet, object, iframe, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, canvas, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/*!
*  1.2. Variables
*/
/* -- Responsive -- */
/* -- Colors -- */
/* -- Typography -- */
/*!
*  1.3. Mixins
*/
a, .nav-bar li a, .nav-bar li .btn__account a, svg, .video-overlay, .flexslider .slides img, .flex-control-nav li a, .jumpstart-accordion h3, .jumpstart-accordion .h3, .article, .article__title {
  -webkit-transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear;
  transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear; }

.header__custom hr:after, .home-section-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #c4004f;
  margin-top: 25px; }
.text-center .header__custom hr:after, .header__custom .text-center hr:after, .text-center .home-section-title:after {
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

/*!
*  1.4. Grid
*/
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid:before, .grid--rev:before, .grid--full:before, .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:before,
  .grid-uniform:after {
    content: " ";
    display: table; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after {
    clear: both; }

.grid__item.clear {
  clear: both; }

.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8%; }
  .grid.small-gutter, .small-gutter.grid--rev, .small-gutter.grid--full,
  .grid-uniform.small-gutter {
    margin-left: -4.5%; }

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 8%;
  vertical-align: top;
  width: 100%; }

.small-gutter .grid__item {
  padding-left: 4.5%; }

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/** Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.666%; }

/* 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.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

/* 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.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media only screen and (max-width: 767px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

  .small--two-thirds {
    width: 66.666%; }

  /* 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.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

  /* 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.333%; }

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--show {
    display: block !important; }

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

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

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

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

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .small--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .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--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), .grid-margins .small--one-half:nth-child(2n+1),
  .grid-margins .small--one-third:nth-child(3n+1),
  .grid-margins .small--one-quarter:nth-child(4n+1),
  .grid-margins .small--one-fifth:nth-child(5n+1),
  .grid-margins .small--one-sixth:nth-child(6n+1),
  .grid-margins .small--two-sixths:nth-child(3n+1),
  .grid-margins .small--three-sixths:nth-child(2n+1),
  .grid-margins .small--two-eighths:nth-child(4n+1),
  .grid-margins .small--four-eighths:nth-child(2n+1),
  .grid-margins .small--five-tenths:nth-child(2n+1),
  .grid-margins .small--one-twelfth:nth-child(12n+1),
  .grid-margins .small--two-twelfths:nth-child(6n+1),
  .grid-margins .small--three-twelfths:nth-child(4n+1),
  .grid-margins .small--four-twelfths:nth-child(3n+1),
  .grid-margins .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

  .medium--two-thirds {
    width: 66.666%; }

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

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

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

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

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

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

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

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

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

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

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

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--show {
    display: block !important; }

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

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

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

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

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .medium--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1), .grid-margins .medium--one-half:nth-child(2n+1),
  .grid-margins .medium--one-third:nth-child(3n+1),
  .grid-margins .medium--one-quarter:nth-child(4n+1),
  .grid-margins .medium--one-fifth:nth-child(5n+1),
  .grid-margins .medium--one-sixth:nth-child(6n+1),
  .grid-margins .medium--two-sixths:nth-child(3n+1),
  .grid-margins .medium--three-sixths:nth-child(2n+1),
  .grid-margins .medium--two-eighths:nth-child(4n+1),
  .grid-margins .medium--four-eighths:nth-child(2n+1),
  .grid-margins .medium--five-tenths:nth-child(2n+1),
  .grid-margins .medium--one-twelfth:nth-child(12n+1),
  .grid-margins .medium--two-twelfths:nth-child(6n+1),
  .grid-margins .medium--three-twelfths:nth-child(4n+1),
  .grid-margins .medium--four-twelfths:nth-child(3n+1),
  .grid-margins .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 992px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

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

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

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

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

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

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

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

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

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

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

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

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .medium-down--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1), .grid-margins .medium-down--one-half:nth-child(2n+1),
  .grid-margins .medium-down--one-third:nth-child(3n+1),
  .grid-margins .medium-down--one-quarter:nth-child(4n+1),
  .grid-margins .medium-down--one-fifth:nth-child(5n+1),
  .grid-margins .medium-down--one-sixth:nth-child(6n+1),
  .grid-margins .medium-down--two-sixths:nth-child(3n+1),
  .grid-margins .medium-down--three-sixths:nth-child(2n+1),
  .grid-margins .medium-down--two-eighths:nth-child(4n+1),
  .grid-margins .medium-down--four-eighths:nth-child(2n+1),
  .grid-margins .medium-down--five-tenths:nth-child(2n+1),
  .grid-margins .medium-down--one-twelfth:nth-child(12n+1),
  .grid-margins .medium-down--two-twelfths:nth-child(6n+1),
  .grid-margins .medium-down--three-twelfths:nth-child(4n+1),
  .grid-margins .medium-down--four-twelfths:nth-child(3n+1),
  .grid-margins .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 993px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

  .large--two-thirds {
    width: 66.666%; }

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

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

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

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

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

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

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

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

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

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

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

  .large--two-twelfths {
    width: 16.666%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--show {
    display: block !important; }

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

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

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

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

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .large--center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1), .grid-margins .large--one-half:nth-child(2n+1),
  .grid-margins .large--one-third:nth-child(3n+1),
  .grid-margins .large--one-quarter:nth-child(4n+1),
  .grid-margins .large--one-fifth:nth-child(5n+1),
  .grid-margins .large--one-sixth:nth-child(6n+1),
  .grid-margins .large--two-sixths:nth-child(3n+1),
  .grid-margins .large--three-sixths:nth-child(2n+1),
  .grid-margins .large--two-eighths:nth-child(4n+1),
  .grid-margins .large--four-eighths:nth-child(2n+1),
  .grid-margins .large--five-tenths:nth-child(2n+1),
  .grid-margins .large--one-twelfth:nth-child(12n+1),
  .grid-margins .large--two-twelfths:nth-child(6n+1),
  .grid-margins .large--three-twelfths:nth-child(4n+1),
  .grid-margins .large--four-twelfths:nth-child(3n+1),
  .grid-margins .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

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

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

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

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

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

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

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

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

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

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 992px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 993px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

  .push--large--two-fifths {
    left: 40%; }

  .push--large--three-fifths {
    left: 60%; }

  .push--large--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%; }

  .push--large--two-eighths {
    left: 25%; }

  .push--large--three-eighths {
    left: 37.5%; }

  .push--large--four-eighths {
    left: 50%; }

  .push--large--five-eighths {
    left: 62.5%; }

  .push--large--six-eighths {
    left: 75%; }

  .push--large--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%; }

  .push--large--two-tenths {
    left: 20%; }

  .push--large--three-tenths {
    left: 30%; }

  .push--large--four-tenths {
    left: 40%; }

  .push--large--five-tenths {
    left: 50%; }

  .push--large--six-tenths {
    left: 60%; }

  .push--large--seven-tenths {
    left: 70%; }

  .push--large--eight-tenths {
    left: 80%; }

  .push--large--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

  .push--large--six-twelfths {
    left: 50%; }

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
[class*="pull--"] {
  position: relative;
  margin-left: -8% !important; }

/* Whole */
.pull--one-whole {
  right: 100%; }

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

/* Thirds */
.pull--one-third {
  right: 33.333%; }

.pull--two-thirds {
  right: 66.666%; }

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

.pull--two-quarters {
  right: 50%; }

.pull--three-quarters {
  right: 75%; }

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

.pull--two-fifths {
  right: 40%; }

.pull--three-fifths {
  right: 60%; }

.pull--four-fifths {
  right: 80%; }

/* Sixths */
.pull--one-sixth {
  right: 16.666%; }

.pull--two-sixths {
  right: 33.333%; }

.pull--three-sixths {
  right: 50%; }

.pull--four-sixths {
  right: 66.666%; }

.pull--five-sixths {
  right: 83.333%; }

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

.pull--two-eighths {
  right: 25%; }

.pull--three-eighths {
  right: 37.5%; }

.pull--four-eighths {
  right: 50%; }

.pull--five-eighths {
  right: 62.5%; }

.pull--six-eighths {
  right: 75%; }

.pull--seven-eighths {
  right: 87.5%; }

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

.pull--two-tenths {
  right: 20%; }

.pull--three-tenths {
  right: 30%; }

.pull--four-tenths {
  right: 40%; }

.pull--five-tenths {
  right: 50%; }

.pull--six-tenths {
  right: 60%; }

.pull--seven-tenths {
  right: 70%; }

.pull--eight-tenths {
  right: 80%; }

.pull--nine-tenths {
  right: 90%; }

/* Twelfths */
.pull--one-twelfth {
  right: 8.333%; }

.pull--two-twelfths {
  right: 16.666%; }

.pull--three-twelfths {
  right: 25%; }

.pull--four-twelfths {
  right: 33.333%; }

.pull--five-twelfths {
  right: 41.666%; }

.pull--six-twelfths {
  right: 50%; }

.pull--seven-twelfths {
  right: 58.333%; }

.pull--eight-twelfths {
  right: 66.666%; }

.pull--nine-twelfths {
  right: 75%; }

.pull--ten-twelfths {
  right: 83.333%; }

.pull--eleven-twelfths {
  right: 91.666%; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* Whole */
  .pull--medium--one-whole {
    right: 100%; }

  /* Halves */
  .pull--medium--one-half {
    right: 50%; }

  /* Thirds */
  .pull--medium--one-third {
    right: 33.333%; }

  .pull--medium--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--medium--one-quarter {
    right: 25%; }

  .pull--medium--two-quarters {
    right: 50%; }

  .pull--medium--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--medium--one-fifth {
    right: 20%; }

  .pull--medium--two-fifths {
    right: 40%; }

  .pull--medium--three-fifths {
    right: 60%; }

  .pull--medium--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--medium--one-sixth {
    right: 16.666%; }

  .pull--medium--two-sixths {
    right: 33.333%; }

  .pull--medium--three-sixths {
    right: 50%; }

  .pull--medium--four-sixths {
    right: 66.666%; }

  .pull--medium--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--medium--one-eighth {
    right: 12.5%; }

  .pull--medium--two-eighths {
    right: 25%; }

  .pull--medium--three-eighths {
    right: 37.5%; }

  .pull--medium--four-eighths {
    right: 50%; }

  .pull--medium--five-eighths {
    right: 62.5%; }

  .pull--medium--six-eighths {
    right: 75%; }

  .pull--medium--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--medium--one-tenth {
    right: 10%; }

  .pull--medium--two-tenths {
    right: 20%; }

  .pull--medium--three-tenths {
    right: 30%; }

  .pull--medium--four-tenths {
    right: 40%; }

  .pull--medium--five-tenths {
    right: 50%; }

  .pull--medium--six-tenths {
    right: 60%; }

  .pull--medium--seven-tenths {
    right: 70%; }

  .pull--medium--eight-tenths {
    right: 80%; }

  .pull--medium--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--medium--one-twelfth {
    right: 8.333%; }

  .pull--medium--two-twelfths {
    right: 16.666%; }

  .pull--medium--three-twelfths {
    right: 25%; }

  .pull--medium--four-twelfths {
    right: 33.333%; }

  .pull--medium--five-twelfths {
    right: 41.666%; }

  .pull--medium--six-twelfths {
    right: 50%; }

  .pull--medium--seven-twelfths {
    right: 58.333%; }

  .pull--medium--eight-twelfths {
    right: 66.666%; }

  .pull--medium--nine-twelfths {
    right: 75%; }

  .pull--medium--ten-twelfths {
    right: 83.333%; }

  .pull--medium--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (max-width: 992px) {
  /* Whole */
  .pull--medium-down--one-whole {
    right: 100%; }

  /* Halves */
  .pull--medium-down--one-half {
    right: 50%; }

  /* Thirds */
  .pull--medium-down--one-third {
    right: 33.333%; }

  .pull--medium-down--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--medium-down--one-quarter {
    right: 25%; }

  .pull--medium-down--two-quarters {
    right: 50%; }

  .pull--medium-down--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--medium-down--one-fifth {
    right: 20%; }

  .pull--medium-down--two-fifths {
    right: 40%; }

  .pull--medium-down--three-fifths {
    right: 60%; }

  .pull--medium-down--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--medium-down--one-sixth {
    right: 16.666%; }

  .pull--medium-down--two-sixths {
    right: 33.333%; }

  .pull--medium-down--three-sixths {
    right: 50%; }

  .pull--medium-down--four-sixths {
    right: 66.666%; }

  .pull--medium-down--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--medium-down--one-eighth {
    right: 12.5%; }

  .pull--medium-down--two-eighths {
    right: 25%; }

  .pull--medium-down--three-eighths {
    right: 37.5%; }

  .pull--medium-down--four-eighths {
    right: 50%; }

  .pull--medium-down--five-eighths {
    right: 62.5%; }

  .pull--medium-down--six-eighths {
    right: 75%; }

  .pull--medium-down--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--medium-down--one-tenth {
    right: 10%; }

  .pull--medium-down--two-tenths {
    right: 20%; }

  .pull--medium-down--three-tenths {
    right: 30%; }

  .pull--medium-down--four-tenths {
    right: 40%; }

  .pull--medium-down--five-tenths {
    right: 50%; }

  .pull--medium-down--six-tenths {
    right: 60%; }

  .pull--medium-down--seven-tenths {
    right: 70%; }

  .pull--medium-down--eight-tenths {
    right: 80%; }

  .pull--medium-down--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--medium-down--one-twelfth {
    right: 8.333%; }

  .pull--medium-down--two-twelfths {
    right: 16.666%; }

  .pull--medium-down--three-twelfths {
    right: 25%; }

  .pull--medium-down--four-twelfths {
    right: 33.333%; }

  .pull--medium-down--five-twelfths {
    right: 41.666%; }

  .pull--medium-down--six-twelfths {
    right: 50%; }

  .pull--medium-down--seven-twelfths {
    right: 58.333%; }

  .pull--medium-down--eight-twelfths {
    right: 66.666%; }

  .pull--medium-down--nine-twelfths {
    right: 75%; }

  .pull--medium-down--ten-twelfths {
    right: 83.333%; }

  .pull--medium-down--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 993px) {
  /* Whole */
  .pull--large--one-whole {
    right: 100%; }

  /* Halves */
  .pull--large--one-half {
    right: 50%; }

  /* Thirds */
  .pull--large--one-third {
    right: 33.333%; }

  .pull--large--two-thirds {
    right: 66.666%; }

  /* Quarters */
  .pull--large--one-quarter {
    right: 25%; }

  .pull--large--two-quarters {
    right: 50%; }

  .pull--large--three-quarters {
    right: 75%; }

  /* Fifths */
  .pull--large--one-fifth {
    right: 20%; }

  .pull--large--two-fifths {
    right: 40%; }

  .pull--large--three-fifths {
    right: 60%; }

  .pull--large--four-fifths {
    right: 80%; }

  /* Sixths */
  .pull--large--one-sixth {
    right: 16.666%; }

  .pull--large--two-sixths {
    right: 33.333%; }

  .pull--large--three-sixths {
    right: 50%; }

  .pull--large--four-sixths {
    right: 66.666%; }

  .pull--large--five-sixths {
    right: 83.333%; }

  /* Eighths */
  .pull--large--one-eighth {
    right: 12.5%; }

  .pull--large--two-eighths {
    right: 25%; }

  .pull--large--three-eighths {
    right: 37.5%; }

  .pull--large--four-eighths {
    right: 50%; }

  .pull--large--five-eighths {
    right: 62.5%; }

  .pull--large--six-eighths {
    right: 75%; }

  .pull--large--seven-eighths {
    right: 87.5%; }

  /* Tenths */
  .pull--large--one-tenth {
    right: 10%; }

  .pull--large--two-tenths {
    right: 20%; }

  .pull--large--three-tenths {
    right: 30%; }

  .pull--large--four-tenths {
    right: 40%; }

  .pull--large--five-tenths {
    right: 50%; }

  .pull--large--six-tenths {
    right: 60%; }

  .pull--large--seven-tenths {
    right: 70%; }

  .pull--large--eight-tenths {
    right: 80%; }

  .pull--large--nine-tenths {
    right: 90%; }

  /* Twelfths */
  .pull--large--one-twelfth {
    right: 8.333%; }

  .pull--large--two-twelfths {
    right: 16.666%; }

  .pull--large--three-twelfths {
    right: 25%; }

  .pull--large--four-twelfths {
    right: 33.333%; }

  .pull--large--five-twelfths {
    right: 41.666%; }

  .pull--large--six-twelfths {
    right: 50%; }

  .pull--large--seven-twelfths {
    right: 58.333%; }

  .pull--large--eight-twelfths {
    right: 66.666%; }

  .pull--large--nine-twelfths {
    right: 75%; }

  .pull--large--ten-twelfths {
    right: 83.333%; }

  .pull--large--eleven-twelfths {
    right: 91.666%; } }
/*!
*  1.5. Helper classes
*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.fallback-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

* {
  box-sizing: border-box; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-height: inherit; }

.display-table-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (min-width: 993px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    min-height: inherit; }

  .large--display-table-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.visually-hidden, .no-js img.lazyload, .no-js span.lazyload, .no-js div.lazyload {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
*  1.6. Typography
*/
body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #343434;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: Poppins, sans-serif;
  margin: 0 0 0.5em;
  line-height: 1.4;
  color: #111111; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/* -- Headings -- */
h1, .h1 {
  font-size: 2.85714em; }
  @media screen and (max-width: 992px) {
    h1, .h1 {
      font-size: 2.28571em; } }
  @media screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 1.57143em; } }

h2, .h2 {
  font-size: 2.42857em; }
  @media screen and (max-width: 992px) {
    h2, .h2 {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 1.57143em; } }

h3, .h3 {
  font-size: 1.71429em; }
  @media screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 1.28571em; } }

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

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

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

/* -- Other -- */
p {
  margin: 0 0 10px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

a {
  color: #c4004f; }
  a:hover {
    color: #91003a; }

/* -- Blockquotes -- */
blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e9e9e9; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

/* -- Code -- */
code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px; }

/* -- Lists -- */
ul, ol {
  margin: 0 0 15px 20px;
  padding: 0; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 20px; }

li {
  margin-bottom: 0.25em; }

ul.square {
  list-style: square outside; }

ul.disc {
  list-style: disc outside; }

ol.alpha {
  list-style: lower-alpha outside; }

.no-bullets {
  list-style: none outside;
  margin-left: 0; }

.inline-list {
  margin-left: 0; }
  .inline-list li {
    display: inline-block;
    margin-bottom: 0; }

/* -- RTE -- */
.rte ol, .rte ul {
  margin: 0 0 25px 20px;
  padding: 0;
  list-style-position: inside; }
.rte ol {
  list-style-type: decimal; }
  .rte ol ol {
    list-style-type: lower-alpha; }
.rte ul {
  list-style-type: disc; }
.rte li {
  margin-bottom: 0; }
.rte > *:last-child {
  margin-bottom: 0; }

.text-center ol, .text-center ul {
  list-style-position: inside;
  margin-left: 0; }

/*-------------------------
2. STRUCTURE
*------------------------*/
/*!
*  2.1. General
*/
html.js .supports-no-js {
  display: block; }
html.no-js .supports-no-js {
  display: none !important; }

body {
  width: 100%;
  overflow-x: hidden;
  background-color: white; }

/* -- Main content -- */
.main-content {
  display: block;
  overflow: hidden; }
  .template-password .main-content {
    overflow: visible; }

/* -- Site wrapper -- */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  *zoom: 1; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }
  .wrapper.wrapper--margins {
    padding: 120px 0 150px; }
    .wrapper.wrapper--margins + .wrapper--margins {
      padding-top: 0; }
    .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
      padding: 280px 0; }
      @media screen and (max-width: 992px) {
        .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
          padding: 180px 0; } }
      @media screen and (max-width: 767px) {
        .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
          padding: 150px 0 40px; } }
    @media screen and (max-width: 1025px) {
      .home-product .wrapper.wrapper--margins {
        padding-top: 0; } }
    .template-password .wrapper.wrapper--margins {
      padding-top: 100px; }
  .wrapper.wrapper--mini {
    max-width: 900px;
    margin: auto; }
  .wrapper.wrapper--center {
    max-width: 340px;
    margin: auto !important; }
    @media screen and (max-width: 400px) {
      .wrapper.wrapper--center {
        margin: auto 30px !important; } }
  @media screen and (max-width: 1400px) {
    .wrapper {
      margin: 0 100px; }
      .wrapper.wrapper--margins {
        padding: 120px 0 70px; } }
  @media screen and (max-width: 1025px) {
    .wrapper, .wrapper.wrapper--mini {
      margin: 0 60px; }
    .wrapper.wrapper--margins {
      padding: 80px 0 110px; } }
  @media screen and (max-width: 767px) {
    .wrapper, .wrapper.wrapper--mini {
      margin: 0 20px; }
    .wrapper.wrapper--margins {
      padding: 60px 0 50px; } }

/*!
*  2.2. Header
*/
.announcement-bar {
  display: block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .announcement-bar.mobile {
    margin-top: 70px; }

.announcement-bar__message {
  font-weight: 700;
  margin-bottom: 0; }

.site-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100px; }
  .site-header .wrapper {
    height: 100%; }
  .site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    -webkit-transform: translate3d(0, -70px, 0);
    -ms-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    background: #fff;
    border-bottom: 1px solid #e9e9e9; }
    .site-header.sticky.active {
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .site-header.sticky.animate {
      transition: transform 250ms linear; }
  .site-header.mobile {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 70px; }

.site-header__logo {
  text-align: left;
  margin: 0 auto !important;
  max-width: 400px;
  font-size: 1.85714em;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  display: table; }
  .site-header__logo.use-image {
    max-width: auto; }
  .site-header__logo img {
    margin: 0 auto; }
  .site-header__logo a.site-header__logo-text {
    line-height: 1.2;
    position: relative;
    top: 0;
    display: table-cell;
    vertical-align: middle; }
    .is-light .site-header__logo a.site-header__logo-text {
      color: #fff; }
      .is-light .site-header__logo a.site-header__logo-text:hover {
        color: #c4004f; }
    .is-light .created-by-js .site-header__logo a.site-header__logo-text, .is-light .sticky .site-header__logo a.site-header__logo-text {
      color: #c4004f; }
    .created-by-js .site-header__logo a.site-header__logo-text:hover, .sticky .site-header__logo a.site-header__logo-text:hover {
      color: #91003a; }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      max-width: calc(100% - 80px); } }
  .site-header__logo .logo--has-inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }
    .created-by-js .site-header__logo .logo--has-inverted, .sticky .site-header__logo .logo--has-inverted {
      opacity: 1;
      visibility: visible;
      overflow: visible;
      height: auto;
      width: auto; }
  .created-by-js .site-header__logo .logo--inverted, .sticky .site-header__logo .logo--inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0; }

.sticky.site-header .site-header__logo {
  height: 70px; }
  .sticky.site-header .site-header__logo a {
    height: 45px; }
  .sticky.site-header .site-header__logo a.site-header__logo-text {
    font-size: 0.8em;
    position: relative;
    top: 0; }
  .sticky.site-header .site-header__logo img {
    max-height: 100%;
    width: auto;
    margin: 0; }

.sticky.site-header .site-header__logo.use-image {
  top: 0;
  height: 100%; }

.sticky.site-header .nav-bar {
  bottom: 25px;
  z-index: 999999999999999; }

/* -- Header hero in pages -- */
.header__custom {
  background: #f9f9f9;
  text-align: center; }
  .header__custom h1, .header__custom .h1 {
    margin: 0; }
  .header__custom hr {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    border: none; }
  .header__custom span {
    display: block;
    font-size: 1.14286em;
    margin: 15px 0 -5px; }
    @media screen and (min-width: 767px) {
      .header__custom span {
        margin: 5px 0 -15px;
        font-size: 1em;
        line-height: 1.4; } }

.parallax-bg {
  position: relative;
  overflow: hidden; }

.prlx-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .prlx-bg.overlay-true:before {
    background: #fff;
    opacity: .8; }
  .prlx-bg img {
    display: none; }

.prlx-txt {
  z-index: 99;
  position: relative; }

/*!
*  2.3. Navigation
*/
.nav-bar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: table;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .nav-bar:focus {
    outline: none; }
  .nav-bar ul {
    *zoom: 1;
    margin: 0; }
    .nav-bar ul:before, .nav-bar ul:after {
      content: " ";
      display: table; }
    .nav-bar ul:after {
      clear: both; }
    .site-header--classic .nav-bar ul {
      display: table-cell;
      vertical-align: middle; }
  .nav-bar li {
    float: left;
    font: 0.92857em Poppins, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 0 15px; }
    .nav-bar li:last-child {
      margin-right: 0; }
    .nav-bar li a, .nav-bar li .btn__account a {
      padding: 5px;
      position: relative;
      color: #111111; }
      .is-light .nav-bar li a, .is-light .nav-bar li .btn__account a {
        color: white; }
      .is-dark .nav-bar li a, .is-dark .nav-bar li .btn__account a {
        color: black; }
      .nav-bar li a:hover, .nav-bar li .btn__account a:hover {
        color: #c4004f; }
        .is-light .created-by-js .nav-bar li a:hover, .is-light .created-by-js .nav-bar li .btn__account a:hover {
          color: #c4004f; }
        .is-dark .created-by-js .nav-bar li a:hover, .is-dark .created-by-js .nav-bar li .btn__account a:hover {
          color: #c4004f; }
        .nav-bar li a:hover svg *, .nav-bar li .btn__account a:hover svg * {
          fill: #ff1271; }
      .is-light .created-by-js .nav-bar li a, .is-light .created-by-js .nav-bar li .btn__account a {
        color: #111111; }
      .is-dark .created-by-js .nav-bar li a, .is-dark .created-by-js .nav-bar li .btn__account a {
        color: #111111; }
      .nav-bar li a:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:after, .nav-bar li .btn__account a.site-nav--active:after {
        content: "";
        display: block;
        position: absolute;
        background: #c4004f;
        width: calc(100% - 10px);
        bottom: 0;
        left: 5px;
        height: 0;
        transition: 200ms linear height; }
      .nav-bar li a:hover:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:hover:after, .nav-bar li .btn__account a.site-nav--active:after {
        height: 2px; }
      .nav-bar li a.site-nav--active, .nav-bar li .btn__account a.site-nav--active {
        color: #111111 !important; }
        .is-light .nav-bar li a.site-nav--active, .is-light .nav-bar li .btn__account a.site-nav--active {
          color: white !important; }
        .is-dark .nav-bar li a.site-nav--active, .is-dark .nav-bar li .btn__account a.site-nav--active {
          color: black !important; }
        .is-light .created-by-js .nav-bar li a.site-nav--active, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active {
          color: #111111 !important; }
        .is-dark .created-by-js .nav-bar li a.site-nav--active, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active {
          color: #111111 !important; }
      .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a.site-nav--active:after {
        background: #111111; }
        .is-light .nav-bar li a.site-nav--active:after, .is-light .nav-bar li .btn__account a.site-nav--active:after {
          background: white; }
        .is-dark .nav-bar li a.site-nav--active:after, .is-dark .nav-bar li .btn__account a.site-nav--active:after {
          background: black; }
        .is-light .created-by-js .nav-bar li a.site-nav--active:after, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
          background: #111111; }
        .is-dark .created-by-js .nav-bar li a.site-nav--active:after, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
          background: #111111; }
      .nav-bar li a.btn:after, .nav-bar li .btn__account a.btn:after {
        display: none; }
    .is-light .nav-bar li a.btn--dark {
      color: white;
      border-color: white; }
    .is-dark .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-light .created-by-js .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-dark .created-by-js .nav-bar li a.btn--dark {
      color: black;
      border-color: black; }
    .is-light .nav-bar li a.btn--dark:hover {
      color: black;
      background: white; }
    .is-dark .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .is-light .created-by-js .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .is-dark .created-by-js .nav-bar li a.btn--dark:hover {
      color: white;
      background: black; }
    .nav-bar li.btn__buy {
      margin: -20px 0 0px 30px;
      position: relative;
      top: 10px;
      float: right;
      height: auto; }
      .nav-bar li.btn__buy .btn--light {
        color: white;
        border-color: white; }
        .nav-bar li.btn__buy .btn--light:hover {
          background: white;
          border-color: white;
          color: black !important; }
    .nav-bar li.btn__cart a {
      text-align: center;
      width: 20px;
      display: inline-block;
      padding: 0;
      font-size: 0.85714em;
      font-weight: 700; }
      .nav-bar li.btn__cart a:after {
        background: none; }
    .nav-bar li.btn__cart .icon {
      position: absolute;
      top: -10px;
      left: 0;
      display: block;
      width: 20px; }
    .nav-bar li.btn__cart svg {
      position: absolute;
      top: -10px;
      left: 0; }
    .nav-bar li.btn__cart .text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .nav-bar li.btn__account {
      height: 16px; }
      .nav-bar li.btn__account a {
        padding: 0;
        top: -6px;
        position: relative; }
        .nav-bar li.btn__account a:after {
          display: none !important; }
      .nav-bar li.btn__account .text {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
  .nav-bar .link-list {
    display: none; }
  .site-header--drawer .nav-bar {
    position: fixed;
    width: 370px;
    height: 100%;
    top: 0;
    right: 0;
    background: black;
    padding: 75px;
    display: block;
    -webkit-transform: translate3d(370px, 0px, 0px);
    -ms-transform: translate3d(370px, 0px, 0px);
    transform: translate3d(370px, 0px, 0px); }
    .site-header--drawer .nav-bar.opened {
      -webkit-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
    .site-header--drawer .nav-bar.animate {
      transition: transform 200ms linear; }
    @media screen and (max-width: 992px) {
      .site-header--drawer .nav-bar {
        padding: 60px; } }
    @media screen and (max-width: 370px) {
      .site-header--drawer .nav-bar {
        width: 100%; } }
    .site-header--drawer .nav-bar ul {
      position: relative; }
    .site-header--drawer .nav-bar li {
      text-transform: none;
      margin: 0 0 18px;
      float: none; }
      .site-header--drawer .nav-bar li a {
        color: white; }
        .site-header--drawer .nav-bar li a:hover {
          color: #c4004f; }
        .site-header--drawer .nav-bar li a.site-nav--active {
          color: white !important; }
          .site-header--drawer .nav-bar li a.site-nav--active:after {
            background: white !important; }
      .site-header--drawer .nav-bar li > a.site-nav__link {
        font-size: 1.57143em; }
      .site-header--drawer .nav-bar li.btn__buy {
        font-size: 1em;
        text-transform: uppercase;
        position: static;
        margin: 0; }
      .site-header--drawer .nav-bar li.btn__cart, .site-header--drawer .nav-bar li.btn__account {
        position: relative;
        width: 100%;
        height: 60px;
        border-top: 1px solid #343434;
        border-bottom: 1px solid #343434;
        margin: 0 auto -1px; }
        .site-header--drawer .nav-bar li.btn__cart a, .site-header--drawer .nav-bar li.btn__account a {
          width: 100%;
          line-height: 60px;
          color: white;
          display: inline-block;
          text-align: left; }
          .site-header--drawer .nav-bar li.btn__cart a:before, .site-header--drawer .nav-bar li.btn__account a:before {
            top: 21px;
            background: white; }
        .site-header--drawer .nav-bar li.btn__cart .icon, .site-header--drawer .nav-bar li.btn__account .icon {
          line-height: 1.3;
          top: 24px;
          text-align: center; }
        .site-header--drawer .nav-bar li.btn__cart .text, .site-header--drawer .nav-bar li.btn__account .text {
          display: inline;
          font-size: 1.35em;
          position: relative;
          left: 53px; }
        .site-header--drawer .nav-bar li.btn__cart svg *, .site-header--drawer .nav-bar li.btn__account svg * {
          fill: white; }
        .site-header--drawer .nav-bar li.btn__cart a:hover svg *, .site-header--drawer .nav-bar li.btn__cart a:hover, .site-header--drawer .nav-bar li.btn__account a:hover svg *, .site-header--drawer .nav-bar li.btn__account a:hover {
          fill: #c4004f;
          color: #c4004f; }
      .site-header--drawer .nav-bar li.btn__account .text {
        font-size: 1.157em;
        font-weight: 700;
        position: relative;
        top: 6px; }
      .site-header--drawer .nav-bar li.btn__account .icon {
        position: absolute;
        top: 22px; }
      .site-header--drawer .nav-bar li:not(.btn__cart) + .btn__cart, .site-header--drawer .nav-bar li:not(.btn__cart) + .btn__account {
        margin-top: 40px; }
    .site-header--drawer .nav-bar .link-list {
      display: block;
      margin-top: 35px; }
      .site-header--drawer .nav-bar .link-list a {
        display: block;
        font-size: 1.07143em;
        color: #bfbfbf;
        margin: 10px 0;
        font-weight: 600; }
        .site-header--drawer .nav-bar .link-list a:hover {
          color: #c4004f; }

.js .site-header--classic .site-nav, .js
.site-header--classic .site-header__logo {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in; }
.no-js .site-header--classic .site-nav, .no-js
.site-header--classic .site-header__logo {
  opacity: 1; }

.sticky .site-nav,
.sticky .site-header__logo {
  opacity: 1 !important; }

.site-header--classic #menu-opener {
  display: none; }

.lines-button {
  display: inline-block;
  padding: 22px;
  transition: .3s;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  background: black;
  width: 70px;
  height: 70px; }
  .lines-button:active {
    transition: 0; }
  .lines-button:hover .lines {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

.lines {
  display: inline-block;
  width: 28px;
  height: 4px;
  transition: 300ms;
  background: white;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 28px;
    height: 4px;
    transition: 300ms;
    background: white;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-original: 2px center;
    -ms-transform-original: 2px center;
    transform-original: 2px center; }
  .lines:before {
    top: 7px; }
  .lines:after {
    top: -7px; }

.lines-button.opened .lines {
  background: transparent; }
  .lines-button.opened .lines:before, .lines-button.opened .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 28px; }
  .lines-button.opened .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.opened .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.site-nav__dropdown {
  display: block;
  opacity: 0; }
  .site-header--classic .site-nav__dropdown {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100px;
    height: auto;
    margin-left: -50px;
    padding-top: 5px;
    text-align: center; }
    .site-header--classic .site-nav__dropdown > div {
      background: #eee;
      padding: 12px 25px 10px;
      border-radius: 3px;
      position: relative;
      top: 5px; }
    .site-header--classic .site-nav__dropdown .arrow {
      top: 0;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(238, 238, 238, 0);
      border-bottom-color: #eee;
      border-width: 5px;
      margin-left: -5px; }
    .site-header--classic .site-nav__dropdown li {
      display: block;
      float: none;
      margin: 10px 0; }
      .is-light .site-header--classic .site-nav__dropdown li a {
        color: black; }
      .is-dark .site-header--classic .site-nav__dropdown li a {
        color: black; }
      .site-header--classic .site-nav__dropdown li a:hover {
        color: #c4004f; }
      .site-header--classic .site-nav__dropdown li a.site-nav--active {
        font-weight: 700; }
        .is-light .site-header--classic .site-nav__dropdown li a.site-nav--active {
          color: black !important; }
        .is-dark .site-header--classic .site-nav__dropdown li a.site-nav--active {
          color: black !important; }
  .site-header--drawer .site-nav__dropdown {
    margin: 0 !important;
    width: auto !important;
    padding-top: 10px; }
    .site-header--drawer .site-nav__dropdown li {
      font-size: 0.75em;
      margin: 10px 15px; }
    .site-header--drawer .site-nav__dropdown .arrow {
      display: none; }

.site-header--classic li.site-nav--has-dropdown a:after {
  display: none !important; }

body.opened-drawer {
  overflow: hidden; }
  body.opened-drawer .nav-bar {
    overflow-y: auto; }

/*!
*  2.4. Footer
*/
.site-footer {
  background-color: black;
  color: #757575;
  padding: 120px 0; }
  .site-footer a {
    color: #757575; }
    .site-footer a:hover {
      color: #c4004f; }
  .site-footer .site-header__logo {
    position: static;
    max-width: 400px;
    margin-bottom: 75px !important; }
    .site-footer .site-header__logo a {
      margin: auto; }
      .site-footer .site-header__logo a.site-header__logo-link {
        max-width: px;
        display: block; }
  .site-footer .link-list a {
    font-size: 1.07143em;
    line-height: 1;
    font-weight: 600;
    margin: 0 15px; }
  .site-footer .link-list + hr {
    display: block; }
  .site-footer hr {
    max-width: 500px;
    height: 1px;
    background: #333333;
    margin: 19px auto 18px;
    border: none;
    display: none; }
  .site-footer .copy {
    font-size: 0.89286em; }
    .site-footer .copy > p {
      display: inline; }
      .site-footer .copy > p:first-child:after {
        content: "."; }
      @media screen and (max-width: 767px) {
        .site-footer .copy > p {
          display: block;
          margin: 0; }
          .site-footer .copy > p:first-child:after {
            content: ""; } }

.pay-icons {
  margin: 15px 0; }
  .pay-icons svg * {
    fill: currentColor !important; }

.social-footer {
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px; }
  .social-footer.even {
    background-color: white; }
  .social-footer .wrapper {
    margin: auto !important; }

@media screen and (min-width: 992px) {
  .social-footer {
    min-height: 120px; } }
@media screen and (max-width: 992px) {
  .site-footer {
    padding: 60px 0 50px; } }
.social-icons {
  margin: 0; }

.social-icons li {
  margin: 10px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  cursor: default; }
  .social-icons li svg * {
    fill: #141414; }
  .social-icons li a:hover svg * {
    fill: #c4004f; }
  .social-icons li svg.google path {
    fill: #f9f9f9; }

.newsletter__label, .form--success {
  color: #757575;
  font-size: 1.71429em;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .newsletter__label, .form--success {
      font-size: 1.28571em; } }

@media screen and (max-width: 767px) {
  .newsletter__label, .newsletter__input {
    margin: 0 0 30px 0; } }
.form--success {
  margin-top: 10px; }

/*!
*  2.5. Objects
*/
/* -- Tables -- */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px; }

table.full {
  width: 100%;
  margin-bottom: 1em; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e9e9e9; }

@media screen and (max-width: 992px) {
  .table--responsive thead {
    display: none; }
  .table--responsive tr {
    display: block; }
  .table--responsive tr,
  .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  .table--responsive th,
  .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px; }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }
  .table--responsive.cart-table img {
    margin: 0 auto; }
  .table--responsive.cart-table .js-qty {
    float: right; } }

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

  .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #e9e9e9; } }
/* -- Iframes & images -- */
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 30px; }

.media-img-right {
  float: right;
  margin-left: 30px; }

.media-img img,
.media-img-right img {
  display: block; }

img {
  border: 0 none; }

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

.is-light svg, .is-light svg {
  fill: #fff; }
.is-dark svg, .is-dark svg {
  fill: #000; }
.is-light .created-by-js svg, .is-light .created-by-js svg {
  fill: #000; }
.is-dark .created-by-js svg, .is-dark .created-by-js svg {
  fill: #000; }

img,
iframe {
  max-width: 100%; }
  p[style="text-align: center;"]:not(.centered-media) img, p[style="text-align: center;"]:not(.centered-media)
  iframe {
    max-width: none;
    width: 1200px;
    margin: 35px 0 0 -150px; }

img {
  height: auto;
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .centered-media, .template-blog .article__img, .product__image {
    width: calc(100% + 66px) !important;
    margin-left: -35px !important; } }

.centered-media {
  width: 1200px;
  margin: 60px 0 60px -150px; }
  .centered-media img, .centered-media iframe {
    max-width: none;
    width: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 1300px) {
    .centered-media {
      width: 1100px;
      margin: 50px 0 50px -100px; } }
  @media screen and (max-width: 1200px) {
    .centered-media {
      width: 1000px;
      margin-left: -50px; } }
  @media screen and (max-width: 767px) {
    .centered-media {
      margin: 35px 0 35px -30px !important; } }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* -- Notes -- */
.note,
.errors {
  border-radius: 5px;
  padding: 11px 30px 10px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  text-align: left;
  font-size: 1.14286em;
  font-family: Poppins, sans-serif;
  display: inline-block; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin: 0;
    list-style-position: inside; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }
  #Comments > .note, form > .note, #Comments >
  .errors, form >
  .errors {
    position: relative;
    top: -25px; }

.note {
  border-color: #e9e9e9; }

.form-success {
  color: #56ad6a;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*!
*  2.6. Forms
*/
form {
  margin-bottom: 0; }

@media screen and (max-width: 992px) {
  input,
  textarea {
    font-size: 16px; } }
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

button {
  background: none;
  border: none;
  cursor: pointer; }

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

fieldset {
  border: 1px solid #e9e9e9;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

button,
input[type="submit"] {
  cursor: pointer; }

input,
textarea,
select {
  border: 1px solid #cacaca;
  max-width: 100%;
  padding: 12px 15px;
  border-radius: 2px;
  height: 40px;
  font-size: 16px;
  color: #343434;
  background: transparent; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  height: 200px;
  padding-top: 10px; }

input[type="search"] {
  width: 300px;
  display: block;
  margin-bottom: 20px; }
  .text-center input[type="search"] {
    margin-left: auto;
    margin-right: auto; }

.jumpstart-selector {
  position: relative; }
  .jumpstart-selector .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid #cacaca;
    text-align: center;
    line-height: 52px; }
    .jumpstart-selector .arrow svg * {
      fill: #6a6a6a; }
  .jumpstart-selector select {
    position: relative;
    z-index: 9; }

input.qty-remove-defaults::-webkit-inner-spin-button,
input.qty-remove-defaults::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input#Quantity {
  width: 55px;
  float: left;
  border-radius: 0;
  padding: 0;
  text-align: center; }

.input-holder {
  position: relative;
  width: 48px; }
  .input-holder.minus {
    float: left;
    margin-right: -1px; }
    .input-holder.minus input {
      border-radius: 2px 0 0 2px; }
  .input-holder.plus {
    float: right;
    margin-left: -1px; }
    .input-holder.plus input {
      border-radius: 0 2px 2px 0; }
  .input-holder input {
    cursor: pointer;
    padding: 23px; }
  .input-holder button {
    border: 1px solid #cacaca;
    width: 100%;
    height: 50px; }
    .input-holder button.plus {
      border-radius: 0 2px 2px 0; }
    .input-holder button.minus {
      border-radius: 2px 0 0 2px; }
  .input-holder svg {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 13px;
    z-index: -1; }
    .input-holder svg path {
      fill: #6a6a6a; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 8px 0 0;
  padding: 0;
  width: auto; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 70px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }

input.error,
select.error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/* -- Form rows -- */
.form__row {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 10px;
  *zoom: 1; }
  .form__row:before, .form__row:after {
    content: " ";
    display: table; }
  .form__row:after {
    clear: both; }
  .form__row .form__column, .form__row .selector-wrapper {
    float: left; }
    .form__row .form__column.third, .form__row .selector-wrapper.third {
      width: 33.33%; }
    .form__row .form__column.half, .form__row .selector-wrapper.half {
      width: 50%; }
    .form__row .form__column.twothird, .form__row .selector-wrapper.twothird {
      width: 66.66%; }
    .form__row .form__column.full, .form__row .selector-wrapper.full {
      width: 100%; }
    @media screen and (max-width: 992px) {
      .form__row .form__column.third, .form__row .form__column.half, .form__row .form__column.twothird, .form__row .form__column.full, .form__row .selector-wrapper.third, .form__row .selector-wrapper.half, .form__row .selector-wrapper.twothird, .form__row .selector-wrapper.full {
        width: 100% !important; } }
    .form__row .form__column label, .form__row .selector-wrapper label {
      text-align: left;
      color: #111; }

/* Labels */
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

label[for] {
  cursor: pointer; }

label {
  display: block;
  font-size: 1.14286em;
  color: #7a7a7a;
  margin-bottom: 8px; }
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    top: -17px; }

.pagination {
  margin: 20px 0 50px; }
  .pagination .btn {
    padding: 0;
    width: 35px;
    text-align: center; }
  .pagination.text-center .btn {
    display: inline-block; }

/* -- Other -- */
.submit--helper {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 25px; }
  @media all and (max-width: 767px) {
    .submit--helper {
      display: block;
      left: 0px; } }
  .submit--helper span {
    display: block; }

.contact-form {
  margin-top: 70px; }

.svg.social {
  width: 22px;
  height: 22px; }

/*!
*  2.7 Blank states
*/
.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
  max-width: 100%;
  fill: rgba(0, 0, 0, 0.35); }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center; }
  .placeholder-background .icon {
    border: 0; }
  .placeholder-background.imagebox {
    background-color: #141414; }
    .placeholder-background.imagebox svg.placeholder-image {
      fill: rgba(255, 255, 255, 0.35);
      border: 0px;
      align-self: center;
      width: 100%;
      height: 100%; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

.clients-list .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  vertical-align: middle;
  display: inline-block; }

.is-dark svg.placeholder-noblocks, .is-dark svg.placeholder-svg {
  fill: rgba(0, 0, 0, 0.35);
  color: rgba(0, 0, 0, 0.35); }

.is-light svg.placeholder-noblocks, .is-light svg.placeholder-svg {
  fill: rgba(0, 0, 0, 0.35);
  color: rgba(0, 0, 0, 0.35); }

.lazyload__image-wrapper {
  display: block;
  margin-bottom: 10px;
  position: relative;
  margin: 0 auto; }
  .lazyload__image-wrapper img {
    display: block; }
  .lazyload__image-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0; }
    .lazyload__image-wrapper img.lazyload {
      opacity: 0; }

/*-------------------------
3. HOMEPAGE
*------------------------*/
/*!
*  3.1. General
*/
.template-index .shopify-section {
  position: relative;
  *zoom: 1; }
  .template-index .shopify-section:before, .template-index .shopify-section:after {
    content: " ";
    display: table; }
  .template-index .shopify-section:after {
    clear: both; }

.home-section-title {
  font-size: 1.28571em;
  margin-bottom: 90px; }
  @media screen and (max-width: 1025px) {
    .home-section-title {
      margin-bottom: 70px; }
      .product .home-section-title {
        margin-bottom: 50px; }
        .product .home-section-title:after {
          margin: 15px auto 0; } }
  @media screen and (max-width: 992px) {
    .home-section-title {
      margin-bottom: 50px; }
      .home-section-title:after {
        margin: 15px auto 0; } }
  @media screen and (max-width: 767px) {
    .home-section-title {
      font-size: 1.14286em; } }

hr.thin-line {
  height: 1px;
  width: 100%;
  display: block;
  margin: 0 auto 60px;
  border: none;
  background: #e9e9e9; }

.home-product .helper-note {
  margin: 0 auto;
  right: -6%;
  left: 8%;
  top: 50%;
  margin-top: -80px; }

/*!
*  3.2. Crowdfunding (kickstarter)
*/
.home-kickstarter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .home-kickstarter h2, .home-kickstarter .h2 {
    font-size: 2.85714em;
    line-height: 1.2;
    margin-bottom: 30px; }
    .home-section:first-child .home-kickstarter h2, .home-section:first-child .home-kickstarter .h2 {
      font-size: 3.85714em; }
  .home-kickstarter h3, .home-kickstarter .h3 {
    font-size: 1.14286em;
    line-height: 1.6;
    color: #343434;
    max-width: 40%; }
    @media screen and (max-width: 1025px) {
      .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 70%; } }
    @media screen and (max-width: 992px) {
      .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 100%; } }
  @media screen and (max-width: 992px) {
    .home-kickstarter {
      text-align: center; }
      .home-kickstarter .prlx-bg {
        position: relative;
        background-image: none !important; }
        .home-kickstarter .prlx-bg img {
          display: block; }
      .home-kickstarter h2, .home-kickstarter .h2 {
        font-size: 2.28571em !important; } }
  @media screen and (max-width: 767px) {
    .home-kickstarter h2, .home-kickstarter .h2 {
      font-size: 1.57143em !important; }
    .home-kickstarter h3, .home-kickstarter .h3 {
      font-size: 1em;
      line-height: 1.5; } }

.kickstarter__meta {
  margin: 30px 0 45px;
  position: relative; }
  @media screen and (max-width: 992px) {
    .kickstarter__meta {
      margin: 30px auto; }
      .kickstarter__meta ul {
        padding-top: 30px; } }
  .kickstarter__meta ul {
    margin: 0;
    *zoom: 1; }
    .kickstarter__meta ul:before, .kickstarter__meta ul:after {
      content: " ";
      display: table; }
    .kickstarter__meta ul:after {
      clear: both; }
  .kickstarter__meta li {
    float: left;
    margin-left: 50px; }
    .kickstarter__meta li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 992px) {
      .kickstarter__meta li {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .kickstarter__meta li {
        margin-left: 30px; } }
  .kickstarter__meta strong {
    display: block;
    font-family: Poppins, sans-serif; }
  .kickstarter__meta span {
    display: block;
    color: #7a7a7a;
    font-size: 0.92857em;
    line-height: 1; }
  .kickstarter__meta .kickstarter__graphic {
    position: absolute;
    top: 0;
    left: 0; }
    .kickstarter__meta .kickstarter__graphic.pie {
      width: 55px;
      height: 55px; }
      .kickstarter__meta .kickstarter__graphic.pie canvas {
        -webkit-transform: rotate(-90deg) scale(0.5);
        -ms-transform: rotate(-90deg) scale(0.5);
        transform: rotate(-90deg) scale(0.5);
        -webkit-transform-origin: 20% 40%;
        -ms-transform-origin: 20% 40%;
        transform-origin: 20% 40%;
        position: absolute;
        top: 2px;
        left: 0; }
    .kickstarter__meta .kickstarter__graphic.bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 13px;
      border-radius: 10px;
      width: 100%;
      max-width: 400px;
      background: rgba(0, 0, 0, 0.1); }
      .kickstarter__meta .kickstarter__graphic.bar .value {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 13px;
        border-radius: 10px;
        background: #c4004f;
        transition: width 500ms linear; }
      @media screen and (max-width: 992px) {
        .kickstarter__meta .kickstarter__graphic.bar {
          position: relative;
          left: 50%;
          margin-left: -200px; } }
      @media screen and (max-width: 767px) {
        .kickstarter__meta .kickstarter__graphic.bar {
          left: 0;
          margin-left: 0;
          max-width: none; } }
  .kickstarter__meta.kickstarter--pie {
    padding-left: 90px; }
    .kickstarter__meta.kickstarter--pie strong {
      font-size: 1.71429em; }
    .kickstarter__meta.kickstarter--pie span {
      margin-top: -3px; }
    .kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
      display: none; }
    @media screen and (max-width: 992px) {
      .kickstarter__meta.kickstarter--pie {
        padding-left: 0; }
        .kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
          display: block; }
        .kickstarter__meta.kickstarter--pie .kickstarter__graphic.pie {
          display: none; } }
  .kickstarter__meta.kickstarter--bar {
    padding-top: 45px;
    margin-top: 55px;
    max-width: 410px; }
    .kickstarter__meta.kickstarter--bar strong {
      font-size: 2.85714em; }
    .kickstarter__meta.kickstarter--bar span {
      margin-top: 2px; }
    @media screen and (max-width: 992px) {
      .kickstarter__meta.kickstarter--bar {
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .kickstarter__meta.kickstarter--bar strong {
        font-size: 1.42857em; } }
    .kickstarter__meta.kickstarter--bar .kickstarter__graphic.pie {
      display: none; }

@media screen and (min-width: 992px) {
  .text-center .kickstarter__meta {
    margin: 30px auto;
    display: inline-block; }
  .text-center .btn {
    display: table;
    margin: auto; } }
.kickstarter__content.text-center h3, .kickstarter__content.text-center .h3, .kickstarter__content.text-center .kickstarter--bar {
  margin-left: auto;
  margin-right: auto; }

/*!
*  3.3. Hero
*/
@media screen and (max-width: 767px) {
  .home-video {
    margin-top: 70px; } }
.home-video .content {
  text-align: center; }
  .home-video .content.push-up {
    padding-bottom: 120px; }
  .home-video .content h2, .home-video .content .h2 {
    font-size: 5.14286em;
    line-height: 1;
    margin: 0; }
    .is-light .home-video .content h2, .is-light .home-video .content .h2 {
      color: white; }
    .is-dark .home-video .content h2, .is-dark .home-video .content .h2 {
      color: black; }
    @media screen and (max-width: 992px) {
      .home-video .content h2, .home-video .content .h2 {
        font-size: 3.28571em;
        line-height: 1.3; } }
    @media screen and (max-width: 767px) {
      .home-video .content h2, .home-video .content .h2 {
        font-size: 1.57143em; } }
    .home-video .content h2.is-light-video, .home-video .content .is-light-video.h2 {
      color: #fff; }
    .home-video .content h2.is-dark-video, .home-video .content .is-dark-video.h2 {
      color: #111111; }

.video-overlay {
  text-align: center;
  background: rgba(0, 0, 0, 0); }
  .video-overlay .video-button {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -70px;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 150ms linear; }
    .is-light-video .video-overlay .video-button {
      background: #fff; }
    .is-dark-video .video-overlay .video-button {
      background: #fff; }
    @media screen and (max-width: 992px) {
      .video-overlay .video-button {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; } }
    @media screen and (max-width: 767px) {
      .video-overlay .video-button {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        margin-top: 0; } }
    .video-overlay .video-button svg {
      position: relative;
      top: 43px;
      width: 44px;
      height: 58px;
      left: 5px; }
      .is-light-video .video-overlay .video-button svg path {
        fill: #db1949; }
      .is-dark-video .video-overlay .video-button svg path {
        fill: #db1949; }
    .home-gallery .video-overlay .video-button {
      width: 110px;
      height: 110px;
      margin-top: -55px;
      margin-left: -55px; }
      .home-gallery .video-overlay .video-button svg {
        top: 35px;
        width: 29px;
        height: 44px; }
  .no-touch .video-overlay:hover .video-button {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

/*!
*  3.4. Image featured content
*/
.home-imagebox {
  position: relative;
  *zoom: 1; }
  .home-imagebox:before, .home-imagebox:after {
    content: " ";
    display: table; }
  .home-imagebox:after {
    clear: both; }
  .home-imagebox:nth-child(odd) {
    background: #141414 !important; }
    .home-imagebox:nth-child(odd) .content, .home-imagebox:nth-child(odd) h2, .home-imagebox:nth-child(odd) .h2, .home-imagebox:nth-child(odd) h3, .home-imagebox:nth-child(odd) .h3, .home-imagebox:nth-child(odd) h4, .home-imagebox:nth-child(odd) .h4, .home-imagebox:nth-child(odd) h5, .home-imagebox:nth-child(odd) .h5, .home-imagebox:nth-child(odd) h6, .home-imagebox:nth-child(odd) .h6 {
      color: white; }
    .home-imagebox:nth-child(odd) .btn--light {
      color: white;
      border-color: white; }
      .home-imagebox:nth-child(odd) .btn--light:hover {
        color: black !important;
        background-color: white; }
  .home-imagebox:nth-child(even) {
    background: #c4004f; }
    .home-imagebox:nth-child(even) .content, .home-imagebox:nth-child(even) h2, .home-imagebox:nth-child(even) .h2, .home-imagebox:nth-child(even) h3, .home-imagebox:nth-child(even) .h3, .home-imagebox:nth-child(even) h4, .home-imagebox:nth-child(even) .h4, .home-imagebox:nth-child(even) h5, .home-imagebox:nth-child(even) .h5, .home-imagebox:nth-child(even) h6, .home-imagebox:nth-child(even) .h6 {
      color: white; }
    .home-imagebox:nth-child(even) .btn--light {
      color: white;
      border-color: white; }
      .home-imagebox:nth-child(even) .btn--light:hover {
        color: #000 !important;
        background-color: white; }
  .home-imagebox .feature_img {
    padding: 0; }
  .home-imagebox .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    height: 100%;
    min-height: 600px; }
    @media screen and (max-width: 992px) {
      .home-imagebox .image {
        position: relative;
        min-height: 294px; }
        .home-imagebox .image img {
          display: block;
          visibility: hidden; } }
  .home-imagebox .content {
    position: right; }
    .home-imagebox .content .large--display-table {
      height: auto; }
      @media screen and (max-width: 992px) {
        .home-imagebox .content .large--display-table {
          height: auto; } }
    .home-imagebox .content h3, .home-imagebox .content .h3 {
      font-size: 2.85714em;
      font-weight: 700;
      margin: 0; }
    .home-imagebox .content p {
      font-size: 1.28571em;
      margin: 15px 0 0; }
    .home-imagebox .content a {
      margin-top: 35px; }
    @media screen and (max-width: 992px) {
      .home-imagebox .content {
        min-height: 0;
        margin-left: 60px !important;
        margin-right: 60px !important;
        text-align: center; }
        .home-imagebox .content h3, .home-imagebox .content .h3 {
          font-size: 2.28571em;
          font-weight: 400; }
        .home-imagebox .content a {
          margin-top: 15px; }
        .home-imagebox .content.grid__item {
          padding-bottom: 0;
          margin-left: 0 !important;
          margin-right: 0 !important; } }
    @media screen and (max-width: 767px) {
      .home-imagebox .content {
        margin-left: 30px !important;
        margin-right: 30px !important; }
        .home-imagebox .content h3, .home-imagebox .content .h3 {
          font-size: 1.57143em; }
        .home-imagebox .content p {
          font-size: 1.07143em; } }

/*!
*  3.5. Slideshow
*/
#home-slideshow {
  background: none; }

.flexslider {
  padding: 0;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  border: none;
  min-height: 100%;
  position: relative;
  overflow: hidden; }
  .flexslider .flex-viewport {
    /* margin-bottom: 60px; */ }
  .home-slideshow .flexslider:before {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    margin: 100px auto;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; }
  .home-slideshow .flexslider.loaded:before {
    opacity: 0 !important; }
  .home-slideshow .flexslider.loaded .slides img {
    opacity: 1; }
  .product__image .flexslider {
    overflow: visible; }
  .flexslider .slides {
    margin: 0; }
    .flexslider .slides .lazyload__image-container {
      max-width: 1200px;
      margin: 0 auto; }
    .flexslider .slides > li {
      margin: 0;
      padding: 0;
      border: 0;
      display: none;
      position: relative; }
      .home-slideshow .flexslider .slides > li {
        text-align: center; }
    .flexslider .slides .slide-hide {
      visibility: none; }
    .flexslider .slides img {
      position: relative;
      max-width: none;
      width: 100%; }
      .home-slideshow .flexslider .slides img {
        opacity: 0;
        max-width: 1200px; }
    .flexslider .slides .lazyload__image-wrapper {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 100%; }
      .flexslider .slides .lazyload__image-wrapper img {
        display: block; }
      .flexslider .slides .lazyload__image-wrapper img {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        max-width: 100%; }
        .flexslider .slides .lazyload__image-wrapper img.lazyload {
          opacity: 0; }
    .flexslider .slides.flex-active-slide {
      z-index: 9999; }

.flex-direction-nav a {
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #1d1d1d;
  z-index: 999999;
  cursor: pointer;
  margin-bottom: 0px; }
  .flex-direction-nav a.flex-prev {
    left: 50px;
    transition: all 200ms linear; }
  .flex-direction-nav a.flex-next {
    right: 50px;
    transition: all 200ms linear; }
  .flex-direction-nav a svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 100ms linear; }
    .flex-direction-nav a svg * {
      fill: #141414; }
  .no-touch .flex-direction-nav a:hover svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
    .no-touch .flex-direction-nav a:hover svg * {
      fill: #c4004f; }
  @media screen and (max-width: 992px) {
    .flex-direction-nav a {
      display: none; } }

.flex-control-nav {
  position: absolute;
  z-index: 9995;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0; }
  .flex-control-nav li {
    display: inline-block;
    margin: -2px; }
    .flex-control-nav li a {
      width: 10px;
      height: 10px;
      border-radius: 5px;
      margin: 0 5px;
      position: relative;
      text-indent: -9999px;
      display: inline-block;
      cursor: pointer;
      background: #e0e0e0; }
      .home-section:nth-child(odd) .flex-control-nav li a {
        background: #e6e6e6; }
      .flex-control-nav li a.flex-active {
        background: #c4004f !important;
        cursor: default;
        pointer-events: none; }

/*!
*  3.6. Page
*/
.home-page-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .home-page-content .prlx-bg.overlay-true:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8; }
  .home-page-content h3, .home-page-content .h3 {
    font-size: 2.42857em;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 55px; }

/*!
*  3.7. FAQ (Accordion)
*/
.jumpstart-accordion h3, .jumpstart-accordion .h3 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #111111;
  padding: 35px 95px;
  font-size: 1.28571em;
  cursor: pointer;
  position: relative;
  margin: 0 0 -1px 0; }
  .no-touch .jumpstart-accordion h3:hover, .no-touch .jumpstart-accordion .h3:hover {
    background: #f9f9f9;
    color: #c4004f; }
    .home-section:nth-child(odd) .no-touch .jumpstart-accordion h3:hover, .home-section:nth-child(odd) .no-touch .jumpstart-accordion .h3:hover {
      background: white; }
    .no-touch .jumpstart-accordion h3:hover svg path, .no-touch .jumpstart-accordion .h3:hover svg path {
      fill: #c4004f; }
  .jumpstart-accordion h3 svg, .jumpstart-accordion .h3 svg {
    position: absolute;
    top: 37px;
    left: 35px; }
    .jumpstart-accordion h3 svg path, .jumpstart-accordion .h3 svg path {
      fill: #111111; }
.jumpstart-accordion .content {
  display: none;
  padding: 50px 20px 40px 95px; }
  .jumpstart-accordion .content p:last-child {
    margin-bottom: 0; }
.jumpstart-accordion .section.opened svg.plus {
  opacity: 0; }
@media screen and (min-width: 992px) {
  .jumpstart-accordion .section.opened:last-child {
    border-bottom: 1px solid #e9e9e9; } }
@media screen and (max-width: 992px) {
  .jumpstart-accordion h3, .jumpstart-accordion .h3 {
    font-size: 1.07143em;
    padding: 10px 30px;
    border: none; }
    .jumpstart-accordion h3 svg, .jumpstart-accordion .h3 svg {
      width: 14px;
      height: 14px;
      left: 0;
      top: 15px; }
      .jumpstart-accordion h3 svg path, .jumpstart-accordion .h3 svg path {
        fill: #5e5e5e; }
  .jumpstart-accordion .content {
    padding: 5px 0px 20px 30px; }
  .jumpstart-accordion .section.opened h4, .jumpstart-accordion .section.opened .h4 {
    color: #c4004f; } }

/*!
*  3.8. Features
*/
.features-list h4, .features-list .h4 {
  margin: 25px 0 15px; }
.features-list i {
  color: #111111; }
.features-list .large--one-half + .one-third {
  clear: both; }

.home-features.columns-i {
  text-align: center; }
  .home-features.columns-i .home-section-title:after {
    margin: 25px auto 0; }

/*!
*  3.9. Clients
*/
.home-clients {
  height: 160px; }
  .home-clients .wrapper, .home-clients .clients-list {
    height: 100%; }

.clients-list {
  padding: 25px 0; }
  .clients-list li {
    height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 0; }
    .clients-list li .clients-list__center-wrap img {
      max-height: 90%;
      max-width: 90%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.dummy-holder {
  display: block;
  padding-top: 100%; }

.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font: 0/0 serif;
  width: 90%; }
  .img-container .dummy-centered {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%; }

/*!
*  3.10. Gallery
*/
.packery-container {
  overflow: hidden; }
  .packery-container .item {
    overflow: hidden; }
    .packery-container .item img {
      max-width: none;
      width: 100%;
      height: auto;
      vertical-align: middle;
      display: none; }
      .init .packery-container .item img {
        display: block; }
  .packery-container .video-overlay {
    background: rgba(0, 0, 0, 0.2);
    display: none; }
    .packery-container .video-overlay:hover {
      background: rgba(0, 0, 0, 0.5); }
    .init .packery-container .video-overlay {
      display: block; }
    .packery-container .video-overlay:after {
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-left: -50px; }

/*!
*  3.11. Newsletter
*/
.home-newsletter .password-input-group {
  margin: 0 auto; }
.home-newsletter form {
  margin-top: 0; }
.home-newsletter label {
  font-size: 1.28571em; }

/*-------------------------
4. TEMPLATES
*------------------------*/
/*!
*  4.1. Blog
*/
.blog-list {
  *zoom: 1; }
  .blog-list:before, .blog-list:after {
    content: " ";
    display: table; }
  .blog-list:after {
    clear: both; }
  .blog-list + p {
    margin: 115px 0 0 0; }

#infinite-link {
  text-align: center;
  margin-top: 100px; }

/* -- Article (blog list view) -- */
.article {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  display: block;
  float: left;
  height: 200px;
  padding-right: 70px;
  padding-left: 290px; }
  .template-blog .article {
    min-height: 290px;
    height: auto; }
  .template-blog .article {
    padding-left: 440px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .article.no-image {
    padding-left: 70px; }
  .article:first-child {
    border-top: 1px solid #e9e9e9; }
  @media screen and (min-width: 1025px) {
    .article:hover {
      background: #f9f9f9; }
      .home-section:nth-child(odd) .article:hover {
        background: white; }
      .article:hover .article__title {
        color: #c4004f; } }

.article__img {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 220px;
  height: 200px; }
  .template-blog .article__img {
    width: 360px;
    height: 100%;
    height: calc(100% + 1px); }
  .article__img img {
    display: none; }

.article__title {
  font-family: "Open Sans", sans-serif;
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px; }

.article__meta {
  color: #7a7a7a;
  margin: 0;
  font-size: 1em;
  *zoom: 1; }
  .article__meta:before, .article__meta:after {
    content: " ";
    display: table; }
  .article__meta:after {
    clear: both; }
  .article__meta li {
    display: inline-block;
    margin-right: 25px; }
    .article__meta li:last-child {
      margin-right: 0; }
  .article__meta a {
    color: #7a7a7a; }
    .article__meta a:hover {
      color: #c4004f; }
  .template-article .article__meta {
    display: inline-block;
    margin: 15px auto -10px;
    font-size: 1.14286em; }
    @media screen and (max-width: 992px) {
      .template-article .article__meta {
        font-size: 1.07143em; } }
    @media screen and (max-width: 767px) {
      .template-article .article__meta {
        font-size: 1em; } }
  @media screen and (max-width: 992px) {
    .article__meta {
      text-align: center; } }

.article__excerpt {
  color: #343434;
  font-size: 1.14286em;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .article__excerpt {
      font-size: 1em; } }
  .template-index .article__excerpt {
    display: none; }

.rte {
  font-size: 1.14286em; }
  @media screen and (max-width: 992px) {
    .rte {
      font-size: 1em; } }

/* -- Sharing -- */
.article__sharing {
  *zoom: 1;
  width: 100%; }
  .article__sharing:before, .article__sharing:after {
    content: " ";
    display: table; }
  .article__sharing:after {
    clear: both; }
  .article__sharing .page__sharing {
    float: left; }
  .article__sharing .subscribe-link {
    float: right;
    margin: 41px 15px 0 0; }
  .article__sharing svg {
    position: relative;
    top: 5px; }
  .article__sharing svg path {
    fill: #141414; }
  .article__sharing a:hover svg path {
    fill: #c4004f; }
  @media screen and (max-width: 992px) {
    .article__sharing {
      margin-left: -15px; }
      .article__sharing .label {
        display: none; } }

.subscribe-link {
  color: #343434; }
  .subscribe-link svg {
    position: relative;
    top: 5px;
    right: -15px;
    width: 20px;
    height: 20px; }
    .subscribe-link svg path, .subscribe-link svg circle {
      fill: #141414; }
  .subscribe-link a:hover svg path, .subscribe-link a:hover svg circle {
    fill: #c4004f; }
  .template-blog .subscribe-link {
    position: absolute;
    top: 60px;
    right: 15px; }

/* -- Responsive blog (change used in different templates at different sizes) -- */
@media screen and (max-width: 1025px) {
  .template-blog .article {
    padding: 50px 0 25px 0px !important;
    height: auto !important;
    border: none !important; }
    .template-blog .article:first-child {
      padding-top: 0 !important; }
    .template-blog .article:after {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: 30px; }
    .template-blog .article:last-child:after {
      display: none; }
  .template-blog .article__title {
    text-align: center;
    margin-bottom: 35px; }
  .template-blog .article__img {
    height: auto !important;
    background-image: none !important;
    position: relative;
    margin-bottom: 25px; }
    .template-blog .article__img img {
      display: block;
      width: 100%; }
  .template-blog .subscribe-link {
    display: none; } }
@media screen and (max-width: 992px) {
  .home-blog .article {
    padding: 50px 0 25px 0px !important;
    height: auto !important;
    border: none !important; }
    .home-blog .article:first-child {
      padding-top: 0 !important; }
    .home-blog .article:after {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: 30px; }
    .home-blog .article:last-child:after {
      display: none; }
  .home-blog .article__title {
    text-align: center;
    margin-bottom: 35px; }
  .home-blog .article__img {
    height: auto !important;
    background-image: none !important;
    position: relative;
    margin-bottom: 25px; }
    .home-blog .article__img img {
      display: block;
      width: 100%; }
  .home-blog .article:after {
    width: 50%;
    margin: auto;
    top: 40px; }
  .home-blog .article__img {
    display: none; }
  .home-blog .article__meta {
    text-align: center;
    padding: 0 30px; }
  .home-blog .onboarding {
    padding: 0 30px; } }
/* -- Comments -- */
@media screen and (max-width: 992px) {
  #Comments, .comment-form {
    margin-top: 60px !important;
    padding-top: 55px; }
    #Comments:before, .comment-form:before {
      content: "";
      display: block;
      background: #e9e9e9;
      height: 1px;
      width: 200%;
      margin-left: -50%;
      position: relative;
      top: -60px; } }

#Comments {
  margin-top: 140px; }

.comments-list {
  margin: 0;
  *zoom: 1; }
  .comments-list:before, .comments-list:after {
    content: " ";
    display: table; }
  .comments-list:after {
    clear: both; }

.comment {
  *zoom: 1;
  float: left;
  margin-bottom: 60px;
  width: 100%; }
  .comment:before, .comment:after {
    content: " ";
    display: table; }
  .comment:after {
    clear: both; }
  @media screen and (max-width: 992px) {
    .comment {
      margin-bottom: 20px; } }

.comment__meta {
  margin-bottom: 10px; }
  .comment__meta strong {
    font-size: 1.14286em;
    color: #111111;
    display: block; }
    @media screen and (max-width: 767px) {
      .comment__meta strong {
        font-size: 1em; } }
  .comment__meta time {
    font-size: 1em;
    color: #7a7a7a; }

.comment__content {
  font-size: 1.14286em; }
  @media screen and (max-width: 767px) {
    .comment__content {
      font-size: 1em; } }

.comment-form {
  margin-top: 50px; }
  @media screen and (max-width: 992px) {
    .comment-form {
      margin-top: 20px !important; } }

/*!
*  4.2. Collections
*/
.collection-list .product .badge {
  position: absolute;
  display: block;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 100%;
  line-height: 52px;
  color: #fff;
  font-weight: 700; }

.collection-list .product {
  padding-bottom: 50px; }
  .collection-list .product > a {
    background: #f9f9f9;
    display: block;
    position: relative; }
  .collection-list .product .badge--on-sale {
    background: #E95F5F; }
  .collection-list .product .badge--sold-out {
    background: #999; }
  .collection-list .product .product__image-wrapper {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .collection-list .product .product__image-wrapper img {
      display: block;
      margin: 0 auto;
      position: absolute;
      top: 0; }
  .collection-list .product img {
    display: block;
    width: 100%; }
    .collection-list .product img.lazyload {
      opacity: 0; }
.collection-list h3, .collection-list .h3 {
  font-size: 1.14286em;
  font-family: "Open Sans", sans-serif;
  margin: 35px 0 -2px; }
  .collection-list h3 a, .collection-list .h3 a {
    color: #111111;
    font-weight: 600; }
    .collection-list h3 a:hover, .collection-list .h3 a:hover {
      color: #c4004f; }
.collection-list img {
  max-width: none;
  width: 100%; }
.collection-list .price {
  font-weight: 400;
  font-size: 1.71429em;
  font-family: Poppins, sans-serif;
  color: #949494;
  line-height: 1;
  margin-top: 10px; }
  .collection-list .price .compare-price {
    text-decoration: line-through;
    font-weight: 300;
    font-size: 0.7em; }
.collection-list .excerpt {
  margin-top: 30px; }
@media screen and (max-width: 992px) {
  .collection-list {
    margin-bottom: -35px; }
    .collection-list .product {
      padding-bottom: 35px; }
    .collection-list h3, .collection-list .h3 {
      margin-top: 25px;
      font-size: 1em; }
    .collection-list .price {
      font-size: 1.71429em; } }
@media screen and (max-width: 992px) {
  .collection-list {
    margin-bottom: -15px; }
    .collection-list .product {
      padding-bottom: 15px; } }

.collection-image {
  margin-bottom: 50px; }
  .collection-image img {
    max-width: none;
    width: 100%; }

/* -- Product differences -- */
.product {
  *zoom: 1; }
  .product:before, .product:after {
    content: " ";
    display: table; }
  .product:after {
    clear: both; }
  .product .product__content .price {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "League Spartan";
    line-height: 30px;
    margin-bottom: 8px; }
  .product .product__content .compare-price {
    text-decoration: line-through;
    color: #7a7a7a;
    font-weight: 100;
    font-size: 1.5em;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .product .product__content {
      width: 100%;
      margin-top: 50px; }
      .product .product__content h3, .product .product__content .h3 {
        display: none; }
      .product .product__content .form__row {
      /*         > div:not(.hidden) {
      float: none;
      display: block;
      padding-bottom: 15px;
      @include clearfix();
    } */ }
      .product .product__content ol, .product .product__content ul {
        list-style-position: inside;
        margin-left: 0; } }

.product .home-section-title, .home-section-title.less-margin {
  margin-bottom: 50px; }

.product-description {
  font-size: 1.14286em;
  margin-top: 45px; }

.product__image > * {
  margin-bottom: 30px !important; }
.product__image .flex-control-nav {
  bottom: -40px; }
.product__image h3, .product__image .h3 {
  display: none; }
  @media screen and (max-width: 1025px) {
    .product__image h3, .product__image .h3 {
      display: block;
      margin-top: 50px; } }
@media screen and (max-width: 1025px) {
  .product__image .flexslider {
    min-height: 0; } }

@media screen and (max-width: 1025px) {
  .template-product .header__custom {
    display: none; }
  .template-product .secondary-title {
    display: block; }
  .template-product .header__custom + .wrapper {
    padding-top: 70px; } }
/* -- Sharing functions -- */
.page__sharing {
  margin: 45px 0 0 0;
  *zoom: 1; }
  .page__sharing:before, .page__sharing:after {
    content: " ";
    display: table; }
  .page__sharing:after {
    clear: both; }
  .template-product .page__sharing {
    margin-top: 60px; }
  .template-password .page__sharing {
    margin-bottom: 45px; }
  .page__sharing li {
    float: left;
    margin: 0 10px; }
    .page__sharing li:first-child {
      margin-left: 0; }
      .template-product .page__sharing li:first-child {
        position: relative;
        top: -6px; }
    .page__sharing li a {
      display: block;
      margin-top: -8px; }
      .page__sharing li a svg * {
        fill: #141414; }
      .page__sharing li a:hover svg * {
        fill: #c4004f; }
      .page__sharing li a svg.google path {
        fill: white !important; }
  @media screen and (max-width: 1025px) {
    .template-product .page__sharing .label {
      display: none; }
    .template-product .page__sharing li {
      float: none;
      display: inline-block; } }

/*!
*  4.3. Cart
*/
.cart__row {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0; }
  .cart__row .js-qty {
    margin: 0 auto; }

.cart-table th {
  font-weight: normal; }
.cart-table td,
.cart-table th {
  padding: 30px 15px;
  border: none; }

@media screen and (min-width: 993px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.cart__image {
  display: block; }
  .cart__image img {
    display: block;
    max-width: 100%; }

.cart__subtotal {
  margin: 0 0 0 10px;
  display: inline; }

.cart__savings {
  display: block;
  margin: 0 0 0 10px;
  font-size: 1.21429em;
  text-transform: uppercase;
  opacity: .5;
  font-weight: 700; }

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 993px) {
    .cart__mini-labels {
      display: none; } }

.cart__remove {
  display: block; }

.cart_bottom {
  margin-top: 60px; }

.btn__update {
  width: 54px;
  padding: 0 !important;
  margin-right: 25px; }
  .btn__update svg {
    position: relative;
    top: 7px; }
    .btn__update svg path {
      fill: #141414; }
  .btn__update:hover svg path {
    fill: #fff; }

.cart--no-cookies .cart-count {
  display: none; }

@media screen and (max-width: 600px) {
  .cart__continue-btn {
    width: auto; } }
.cart--no-cookies .cart__continue-btn {
  display: none; }

.cart--empty-message {
  line-height: normal; }
  @media screen and (max-width: 767px) {
    .cart--empty-message {
      font-size: 32px; } }
  .cart--no-cookies .cart--empty-message {
    display: none; }

.cart--cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cart--cookie-message {
    display: block; }

/*!
*  4.4. Password
*/
.template-password .social-footer, .template-password .site-footer {
  display: none; }
.template-password .page__sharing {
  margin-top: 65px; }
  .template-password .page__sharing .label {
    display: none; }
  .template-password .page__sharing li {
    float: none;
    display: inline-block; }
.template-password .mfp-bg {
  background: white;
  opacity: 1; }
.template-password .mfp-close {
  color: currentColor; }

.password-input-group {
  width: 425px;
  margin: 45px auto; }
  .password-input-group input[type="email"], .password-input-group input[type="text"], .password-input-group input[type="password"] {
    float: left;
    width: calc(100% - 150px);
    background-color: #fff; }
  .password-input-group input[type="submit"], .password-input-group button[type="submit"] {
    width: 125px;
    margin-top: 1px; }

.password-form form {
  margin-top: 0; }

.password-form-heading {
  margin-bottom: 30px; }

.password-login {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.07143em;
  display: table;
  height: 100%; }
  .password-login > a {
    display: table-cell;
    vertical-align: middle; }
  .password-login svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    left: -10px; }
    .password-login svg * {
      fill: #000; }
  @media screen and (max-width: 992px) {
    .password-login .text {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; } }

#password-footer {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  height: 90px;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #343434; }
  #password-footer svg {
    width: 80px;
    height: 20px;
    position: relative;
    top: 4px;
    left: 4px; }
    #password-footer svg * {
      fill: #343434; }
    #password-footer a:hover #password-footer svg * {
      fill: #c4004f; }
  #password-footer .shopify-name {
    display: none; }
  #password-footer.full {
    position: fixed; }

#login-modal {
  text-align: center; }
  #login-modal h4, #login-modal .h4 {
    color: #111111;
    font-size: 1.28571em;
    text-transform: uppercase; }
  #login-modal .errors {
    top: 30px; }

@media all and (max-width: 767px) {
  .password-input-group {
    width: 100%;
    margin: 30px auto 35px; }
    .password-input-group input[type="email"], .password-input-group input[type="text"], .password-input-group input[type="password"] {
      width: 100%; }
    .password-input-group input[type="submit"], .password-input-group button[type="submit"] {
      width: auto;
      min-width: 125px;
      margin: auto;
      display: block;
      margin-top: 75px; } }
/*!
*  4.5. Customer
*/
.address {
  font-size: 1.14286em; }

.address-form {
  clear: both;
  float: left;
  margin-top: 70px;
  width: 100%; }
  .address-form.edit {
    margin-top: 0; }

/*-------------------------
5. MAGNIFIC POPUP (third party app)
*-----------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99995;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader {
  width: 62px;
  height: 62px;
  background: url(/cdn/shop/t/39/assets/preloader.gif?v=175312700205552470341638526751) no-repeat center center #222222;
  background-size: 32px 32px;
  margin: 0 auto;
  font-size: 0; }

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  font-family: 'FontAwesome';
  font-size: 48px;
  color: #ccc; }

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

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: "\f104"; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-b {
  content: "\f105"; }

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: #e81153;
  padding: 35px; }
  @media screen and (min-width: 768px) {
    .overlay__video {
      display: flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      align-items: center; } }
  .overlay__video .heart__elemnt {
    text-align: center;
    margin: 0 auto; }
    .overlay__video .heart__elemnt .img_responsive {
      width: 60px;
      margin: 0 auto; }
    .overlay__video .heart__elemnt p {
      font-size: 16px;
      margin: 15px 0 0;
      color: #fff;
      letter-spacing: 1px; }
    .overlay__video .heart__elemnt h3, .overlay__video .heart__elemnt .h3 {
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      margin-top: 20px;
      font-size: 20px;
      letter-spacing: 1px; }
    .overlay__video .heart__elemnt .btn_shop {
      border: 2px solid #fff;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      max-width: 200px;
      width: 100%;
      display: block;
      text-transform: uppercase;
      margin: 20px auto;
      height: 44px;
      line-height: 42px;
      letter-spacing: 1px; }

@media screen and (min-width: 992px) {
  .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
    padding: 0;
    height: calc(100vh - 140px); } }
@media screen and (max-width: 991px) {
  .index-sections > .shopify-section:first-child .wrapper.wrapper--margins {
    padding: 0;
    height: calc(100vh - 70px); } }
.desktop__hide {
  display: none; }

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .overlay__video {
    width: 40%; }

  body .content.push-up .huge-title {
    font-size: 18px !important; } }
@media screen and (min-width: 768px) and (max-width: 990px) {
  body .content.push-up .huge-title {
    top: 30px !important;
    width: 46% !important;
    font-size: 20px !important; }

  .video-overlay .video-button {
    transform: translate(-50%, -50%) scale(0.5) !important;
    -ms-transform: translate(-50%, -50%) scale(0.5) !important;
    -webkit-transform: translate(-50%, -50%) scale(0.5) !important;
    -o-transform: translate(-50%, -50%) scale(0.5) !important;
    -moz-transform: translate(-50%, -50%) scale(0.5) !important;
    margin: 0;
    z-index: 999; }

  .overlay__video {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .desktop__hide {
    display: block; }

  .mobile__hide {
    display: none; }

  .overlay__video {
    position: unset;
    width: 100%; }

  .video-overlay .video-button {
    transform: translate(-50%, -50%) scale(0.5) !important;
    -ms-transform: translate(-50%, -50%) scale(0.5) !important;
    -webkit-transform: translate(-50%, -50%) scale(0.5) !important;
    -o-transform: translate(-50%, -50%) scale(0.5) !important;
    -moz-transform: translate(-50%, -50%) scale(0.5) !important;
    margin: 0;
    z-index: 999; } }
.video-overlay .video-button {
  top: 50% !important;
  margin-top: -40px !important;
  width: 80px !important;
  height: 80px !important;
  margin-left: -40px !important; }

.return_to {
  float: right;
  display: contents; }

.return_to a {
  color: #000;
  font-weight: bold; }

.return_to span {
  padding-left: 10px; }

.desktop-header {
  display: block; }

.mobile_header {
  display: none; }

@media screen and (max-width: 434px) {
  .return_to span {
    padding-left: 5px;
    font-size: 11px; }

  .navbar .logo {
    width: 120px !important; } }
@media screen and (max-width: 992px) {
  .desktop-header {
    display: none; }

  .mobile_header {
    display: block !important; }

  .lines-button {
    left: 0; }

  .site-header1 .icon {
    display: block !important; }

  .site-header__logo {
    border: none !important; } }
.video-overlay .video-button {
  z-index: 999; }

@media screen and (max-width: 440px) {
  .site-header--drawer .nav-bar {
    padding: 60px 40px;
    width: 78%; }
    .site-header--drawer .nav-bar li > a.site-nav__link {
      font-size: 14px; } }
@media screen and (max-width: 1024px) {
  .index-section_new .home_video_content .content_label {
    max-width: 100% !important; } }
.input-holder.minus .svg.minus {
  display: block !important; }

form .addtocart {
  min-width: 266px; }

.redirect {
  margin-top: 15px;
  text-align: center; }

.mobile_only {
  display: none; }

.desktop_only {
  display: block; }

@media screen and (max-width: 992px) {
  .mobile_only {
    display: block; }

  .desktop_only {
    display: none; } }
.feature_img .image_new {
  min-height: 600px;
  padding: 0;
  max-width: 600px; }
  @media screen and (min-width: 993px) and (max-width: 1300px) {
    .feature_img .image_new {
      background-size: 100% !important; } }
  .feature_img .image_new img {
    width: 100%;
    /*display: none;*/ }
  @media screen and (max-width: 992px) {
    .feature_img .image_new {
      position: relative;
      min-height: 400px;
      margin: 0 auto; }
      .feature_img .image_new img {
        display: block;
        visibility: hidden; } }

/* === hero banner video ===*/
.homepage_hero_banner_video {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 339px;
  padding: 17px; }
  @media only screen and (max-width: 992px) {
    .homepage_hero_banner_video {
      flex-direction: column-reverse;
      height: auto;
      margin: 0; } }
  .homepage_hero_banner_video .hero_video_inner {
    padding-right: 90px; }
    @media only screen and (max-width: 992px) {
      .homepage_hero_banner_video .hero_video_inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0; } }
    .homepage_hero_banner_video .hero_video_inner video {
      transform: rotate(-15deg);
      height: 320px;
      box-shadow: 0 2.2px 5.4px 0 rgba(0, 0, 0, 0.08); }
      @media only screen and (max-width: 992px) {
        .homepage_hero_banner_video .hero_video_inner video {
          height: auto;
          width: 40vw;
          max-width: 260px;
          margin: 0 40px; } }
    .homepage_hero_banner_video .hero_video_inner .hero_btn {
      display: none; }
      @media only screen and (max-width: 992px) {
        .homepage_hero_banner_video .hero_video_inner .hero_btn {
          display: block;
          margin: 40px auto auto; } }
  .homepage_hero_banner_video .hero_content_inner {
    font-family: 'Poppins', sans-serif;
    line-height: 1.43;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 992px) {
      .homepage_hero_banner_video .hero_content_inner {
        font-size: 25px; } }
    .homepage_hero_banner_video .hero_content_inner p {
      margin-bottom: 20px; }
    .homepage_hero_banner_video .hero_content_inner span {
      position: relative;
      z-index: 2; }
      .homepage_hero_banner_video .hero_content_inner span:before {
        content: "";
        background: #f9003c;
        position: absolute;
        top: 4px;
        left: -4px;
        right: -4px;
        bottom: 4px;
        border-radius: 1px;
        z-index: -1; }
    .homepage_hero_banner_video .hero_content_inner img {
      vertical-align: middle; }
    .homepage_hero_banner_video .hero_content_inner .hero_btn {
      display: block; }
      @media only screen and (max-width: 992px) {
        .homepage_hero_banner_video .hero_content_inner .hero_btn {
          display: none; } }

#shopify-section-navigation {
  padding: 0; }

.navigation_header .inner_navigation_header {
  position: relative; }
  .navigation_header .inner_navigation_header #header_tabs ul {
    margin: 0; }
  .navigation_header .inner_navigation_header #header_tabs .header_ul {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 991px) {
      .navigation_header .inner_navigation_header #header_tabs .header_ul {
        background: #f2f2f2;
        box-shadow: none; } }
    .navigation_header .inner_navigation_header #header_tabs .header_ul li {
      margin: 0;
      width: 153px;
      display: flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      justify-content: center;
      padding: 18px 0;
      border-bottom: 2px solid transparent; }
      @media only screen and (max-width: 991px) {
        .navigation_header .inner_navigation_header #header_tabs .header_ul li {
          padding: 16px 0;
          width: 33.33%; } }
      .navigation_header .inner_navigation_header #header_tabs .header_ul li.active {
        border-bottom: 2px solid #000; }
        .navigation_header .inner_navigation_header #header_tabs .header_ul li.active a {
          font-weight: 600; }
      .navigation_header .inner_navigation_header #header_tabs .header_ul li:hover {
        border-bottom: 2px solid #000; }
        .navigation_header .inner_navigation_header #header_tabs .header_ul li:hover a {
          font-weight: 600; }
      .navigation_header .inner_navigation_header #header_tabs .header_ul li a {
        font-family: 'Poppins', sans-serif;
        color: #000;
        font-size: 16px;
        font-weight: 300; }
  .navigation_header .inner_navigation_header #header_tabs .content_ul {
    padding: 20px 0; }
    @media only screen and (max-width: 991px) {
      .navigation_header .inner_navigation_header #header_tabs .content_ul {
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -webkit-flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 16px 18px 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation_header .inner_navigation_header #header_tabs .content_ul {
        justify-content: center; } }
    @media only screen and (min-width: 400px) and (max-width: 450px) {
      .navigation_header .inner_navigation_header #header_tabs .content_ul {
        padding-left: 5px;
        padding-right: 5px; } }
    @media only screen and (max-width: 350px) {
      .navigation_header .inner_navigation_header #header_tabs .content_ul {
        padding: 16px 0px 10px; } }
    @media only screen and (min-width: 530px) and (max-width: 600px) {
      .navigation_header .inner_navigation_header #header_tabs .content_ul {
        padding: 16px 0px 10px; } }
    .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd {
      display: flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      justify-content: center;
      display: none; }
      .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li {
        margin: 0;
        min-width: 92px;
        margin-right: 26px;
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -webkit-flex;
        justify-content: center; }
        .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li:nth-last-child(2) {
          margin-right: 0; }
        @media only screen and (max-width: 991px) {
          .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li {
            margin-right: 0;
            padding: 0 2px; } }
        .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li a {
          font-family: 'Poppins', sans-serif;
          padding: 5px 15px;
          border-radius: 10px;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 16px;
          display: flex;
          display: -o-flex;
          display: -ms-flex;
          display: -webkit-flex;
          align-items: center;
          justify-content: center;
          white-space: nowrap; }
          .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li a:hover {
            color: #fff !important; }
          @media only screen and (max-width: 500px) {
            .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li a {
              padding: 5px 10px !important; } }
          .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li a img {
            width: 69px;
            margin-left: 3px; }
          @media only screen and (max-width: 991px) {
            .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li a {
              min-width: 92px; } }
          .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li a span {
            display: flex;
            display: -o-flex;
            display: -ms-flex;
            display: -webkit-flex;
            align-items: center;
            justify-content: center;
            font-weight: normal;
            font-size: 16px;
            font-family: 'Poppins'; }
      .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd.active_tab {
        display: flex; }
  .navigation_header .inner_navigation_header .header_logo_navigation {
    position: absolute;
    top: 12px !important;
    left: 50px; }
    .navigation_header .inner_navigation_header .header_logo_navigation img {
      height: 38.5px; }
  .navigation_header .inner_navigation_header .header_navigation_cart {
    position: absolute;
    top: 15px;
    right: 50px; }
    .navigation_header .inner_navigation_header .header_navigation_cart a {
      position: relative; }
.navigation_header .mobile_navigation_header {
  display: none; }
  @media only screen and (max-width: 991px) {
    .navigation_header .mobile_navigation_header {
      display: flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 30px; } }
.navigation_header .header_logo_navigation img {
  height: 38.5px; }
  @media only screen and (max-width: 991px) {
    .navigation_header .header_logo_navigation img {
      height: 30.5px; } }
.navigation_header .header_logo_navigation.desktop_show {
  display: block; }
  @media only screen and (max-width: 991px) {
    .navigation_header .header_logo_navigation.desktop_show {
      display: none; } }
.navigation_header .header_logo_navigation.mobile_show {
  display: none; }
  @media only screen and (max-width: 991px) {
    .navigation_header .header_logo_navigation.mobile_show {
      display: block; } }
.navigation_header .header_navigation_cart.desktop_show {
  display: block; }
  @media only screen and (max-width: 991px) {
    .navigation_header .header_navigation_cart.desktop_show {
      display: none; } }
.navigation_header .header_navigation_cart.mobile_show {
  display: none; }
  @media only screen and (max-width: 991px) {
    .navigation_header .header_navigation_cart.mobile_show {
      display: block; } }
.navigation_header .header_navigation_cart a {
  position: relative; }
  .navigation_header .header_navigation_cart a .cart_count {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px; }
.navigation_header .header_navigation_cart img {
  height: 30px; }

/*================== cart page css =====*/
.cart_page_header {
  text-align: center;
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }
  .cart_page_header span {
    font-size: 14px;
    font-weight: normal; }

#shopify-section-cart-template .header__custom {
  display: none; }

.cart_page_step {
  font-family: 'Open Sans', sans-serif;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
  color: #000;
  letter-spacing: .30000001192092896px; }
  @media screen and (max-width: 600px) {
    .cart_page_step {
      margin-bottom: 17px; } }
  .cart_page_step .round {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #000;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #FCFCFC; }
    .cart_page_step .round img, .cart_page_step .round svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .cart_page_step .round_fill {
    background-color: #000; }
  .cart_page_step .inner_step_1 {
    width: 47%;
    position: relative; }
    @media screen and (min-width: 501px) and (max-width: 991px) {
      .cart_page_step .inner_step_1 {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .cart_page_step .inner_step_1 {
        width: 51%; } }
    .cart_page_step .inner_step_1.under_step_second {
      width: 50%; }
    .cart_page_step .inner_step_1:after {
      content: '';
      height: 2px;
      width: 100%;
      background-color: #000;
      position: absolute;
      top: 22%;
      left: 0; }
  .cart_page_step .inner_last {
    position: absolute;
    right: 0; }
    .cart_page_step .inner_last .round {
      margin-right: 0;
      margin-left: auto; }
  @media only screen and (min-width: 769px) {
    .cart_page_step .under_step_second .round {
      left: -20px; } }
  .cart_page_step .under_step_second .span {
    position: relative;
    left: -40px; }
    @media only screen and (max-width: 768px) {
      .cart_page_step .under_step_second .span {
        left: -20px; } }

.cart_page_shopping_link span {
  text-decoration: underline;
  color: #000;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: .30000001192092896px;
  text-transform: uppercase; }
.cart_page_shopping_link .left_arrow {
  text-decoration: none;
  margin-right: 6px; }

@media screen and (max-width: 991px) {
  .cart_bottom_new .grid__item {
    padding: 0 !important; } }

.coverd_cart_content {
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .coverd_cart_content {
      position: relative;
      min-height: 500px; } }
  .coverd_cart_content .cart_page_left_row {
    width: 65%; }
    @media screen and (max-width: 991px) {
      .coverd_cart_content .cart_page_left_row {
        width: 100%;
        float: none; } }
  .coverd_cart_content .cart_page_right_row {
    width: 35%;
    padding-left: 20px; }
    @media screen and (max-width: 991px) {
      .coverd_cart_content .cart_page_right_row {
        width: 100%;
        padding: 0;
        float: none;
        margin-top: 20px; } }
    @media only screen and (min-width: 992px) {
      .coverd_cart_content .cart_page_right_row {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%; }
        .coverd_cart_content .cart_page_right_row .cart_bottom_new {
          position: -webkit-sticky;
          position: sticky;
          top: 70px;
          display: inline-block;
          min-width: 320px; } }
    .coverd_cart_content .cart_page_right_row .cart__subtotal-holder {
      color: #000;
      display: flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: space-between; }
  .coverd_cart_content .form_upper_title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000; }
  .coverd_cart_content .cart-row {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex; }
  .coverd_cart_content .cart_img_row {
    display: inline-block;
    margin-right: 20px; }
  .coverd_cart_content .cart_quantity_select .jumpstart-selector {
    display: block !important; }
  .coverd_cart_content .cart-item__title a {
    font-size: 16px;
    color: #000; }
    @media only screen and (max-width: 600px) {
      .coverd_cart_content .cart-item__title a {
        font-size: 14px; } }
    .coverd_cart_content .cart-item__title a:hover {
      background-color: transparent; }
  .coverd_cart_content .cart_addtocart_content {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 100%; }
    .coverd_cart_content .cart_addtocart_content .cart-item__title {
      width: 65%;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold; }
    .coverd_cart_content .cart_addtocart_content .cart_quantity_select {
      width: 18%;
      margin: 0 10px; }
      @media only screen and (max-width: 600px) {
        .coverd_cart_content .cart_addtocart_content .cart_quantity_select {
          position: absolute;
          right: 0;
          top: 65px;
          margin: 0; } }
      @media only screen and (max-width: 350px) {
        .coverd_cart_content .cart_addtocart_content .cart_quantity_select {
          right: 6px; } }
      .coverd_cart_content .cart_addtocart_content .cart_quantity_select .jumpstart-selector {
        width: 72px;
        margin: 0 auto; }
        @media only screen and (max-width: 600px) {
          .coverd_cart_content .cart_addtocart_content .cart_quantity_select .jumpstart-selector {
            margin-right: 0;
            margin-left: auto;
            width: 60px; } }
      .coverd_cart_content .cart_addtocart_content .cart_quantity_select select {
        color: #000;
        width: 100%;
        height: 32px;
        border-radius: 5px;
        text-align: center;
        padding: 0 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold; }
        @media only screen and (max-width: 600px) {
          .coverd_cart_content .cart_addtocart_content .cart_quantity_select select {
            height: 30px; } }
        .coverd_cart_content .cart_addtocart_content .cart_quantity_select select:focus {
          outline: none; }
        .coverd_cart_content .cart_addtocart_content .cart_quantity_select select option:hover {
          background-color: #000; }
      .coverd_cart_content .cart_addtocart_content .cart_quantity_select span {
        line-height: unset;
        height: 32px;
        width: 25px; }
        @media only screen and (max-width: 600px) {
          .coverd_cart_content .cart_addtocart_content .cart_quantity_select span {
            height: 30px;
            width: 22px; } }
        .coverd_cart_content .cart_addtocart_content .cart_quantity_select span svg {
          width: 10px;
          position: absolute;
          left: 12px;
          top: 50%;
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 600px) {
            .coverd_cart_content .cart_addtocart_content .cart_quantity_select span svg {
              left: 10px; } }
    .coverd_cart_content .cart_addtocart_content .cart_price {
      width: 17%;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      text-align: right;
      font-size: 16px;
      color: #000; }
      @media only screen and (max-width: 600px) {
        .coverd_cart_content .cart_addtocart_content .cart_price {
          width: 35%; } }

.phone_d {
  margin-top: 40px !important; }

.phone_no a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000; }

.term_and_condition_p {
  float: none;
  text-align: left;
  clear: both;
  margin: 0;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: none; }
  @media screen and (min-width: 992px) {
    .term_and_condition_p {
      border-top: 1px solid rgba(0, 0, 0, 0.05); } }
  .term_and_condition_p.red label {
    color: #F10320; }
    .term_and_condition_p.red label a {
      color: #F10320; }
    .term_and_condition_p.red label input:checked ~ .checkmark_cart {
      background-color: #F10320; }
    .term_and_condition_p.red label .checkmark_cart {
      border-color: #F10320; }
  .term_and_condition_p label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: inline;
    float: none;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin: 0 0  15px 0; }
    @media screen and (min-width: 992px) {
      .term_and_condition_p label {
        margin: 14px 0; } }
    .term_and_condition_p label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .term_and_condition_p label input:checked ~ .checkmark_cart {
        background-color: #000; }
      .term_and_condition_p label input:checked ~ .checkmark_cart:after {
        display: block; }
    .term_and_condition_p label .checkmark_cart {
      position: absolute;
      top: 4px;
      left: 0;
      height: 18px;
      width: 18px;
      border: 1.5px solid #000;
      border-radius: 3px; }
      .term_and_condition_p label .checkmark_cart:after {
        content: "";
        position: absolute;
        display: none;
        left: 3.5px;
        top: 1px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .term_and_condition_p label a {
      color: #000;
      text-decoration: underline;
      font-weight: 600; }

.chk_out_btn_wrapper {
  display: none; }
  @media only screen and (max-width: 991px) {
    .chk_out_btn_wrapper {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 16px 20px 16px;
      right: 0;
      z-index: 11;
      border-top: 1px solid #E5E5E5;
      background: #fff; } }

.cart_empty_div {
  display: none; }

.offered_total {
  display: none; }

.payment_secure {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex; }
  .payment_secure .image {
    width: 50px;
    margin-right: 6px; }
    .payment_secure .image img {
      width: 100%; }

.template-cart {
  /*   .navigation_header{
  position:fixed;
  width:100%;
  top:0;
  z-index:999;
} */ }
  .template-cart .inner_navigation_header {
    background: #fff;
    height: 60px; }
    @media screen and (max-width: 991px) {
      .template-cart .inner_navigation_header {
        display: none; } }
  .template-cart .mobile_navigation_header {
    background: #fff;
    height: 60px; }

.template-cart .navigation_header .header_logo_navigation img {
  height: 38.5px !important; }

.save_text small {
  font-size: 13px;
  margin: 0;
  text-align: right; }

.cart-item__discount {
  line-height: 14px; }
  .cart-item__discount small {
    font-size: 10px; }

.updated_design {
  display: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 2px solid;
  padding: 0 5px;
  font-family: 'Poppins';
  border-radius: 5px;
  font-weight: 600; }
  @media only screen and (max-width: 991px) {
    .updated_design {
      font-size: 16px; } }

.current_design {
  display: inline-block !important; }

.product .product__content .price {
  vertical-align: sub; }

.kiddoz_carousel .h3 {
  font-family: "League Spartan";
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .kiddoz_carousel .h3 {
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .kiddoz_carousel .h3 {
      padding: 0 20px;
      font-size: 22px; } }
.kiddoz_carousel .b_h3 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
  padding: 0 10px; }
  @media only screen and (max-width: 992px) {
    .kiddoz_carousel .b_h3 {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 767px) {
    .kiddoz_carousel .b_h3 {
      padding: 0 20px;
      font-size: 20px; } }
.kiddoz_carousel .carousel_image {
  width: calc(16.66% - 5px);
  margin-right: 5px; }
  .kiddoz_carousel .carousel_image img {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 600px) {
    .kiddoz_carousel .carousel_image {
      width: 100%; } }
  @media only screen and (min-width: 601px) and (max-width: 767px) {
    .kiddoz_carousel .carousel_image {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .kiddoz_carousel .carousel_image {
      width: 33.33%; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .kiddoz_carousel .carousel_image {
      width: 25%; } }
.kiddoz_carousel .flickity-button-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.kiddoz_carousel .main-carousel {
  visibility: hidden; }

.shopify-payment-button {
  width: 275px;
  margin: 10px auto 0; }

.shopify-payment-button__button--unbranded {
  font-size: 12px !important;
  font-family: 'Open Sans', sans-serif;
  border-radius: 8px !important;
  height: 64px;
  background-color: #000 !important;
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 2px; }
  .shopify-payment-button__button--unbranded:hover {
    background-color: #3f24ae !important; }

.main_slider_product {
  position: relative; }

.product_thumbnail_img .for_B {
  visibility: hidden; }

.regular-slider.for_B {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.inner_collection_page_pro {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center; }

@media only screen and (min-width: 768px) {
  .collection_wrapper {
    padding-top: 0px; } }
@media only screen and (max-width: 767px) {
  .collection_banner_image {
    margin-bottom: 0; } }
.collection_banner_image img {
  width: 100%;
  border-radius: 0; }
  .collection_banner_image img:first-child {
    display: block; }
    @media only screen and (max-width: 992px) {
      .collection_banner_image img:first-child {
        display: none; } }
  .collection_banner_image img:nth-child(2n) {
    display: none; }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
      .collection_banner_image img:nth-child(2n) {
        display: block; } }
  .collection_banner_image img:last-child {
    display: none; }
    @media only screen and (max-width: 600px) {
      .collection_banner_image img:last-child {
        display: block; } }
.collection_banner_image p {
  margin-bottom: 0; }
  .collection_banner_image p:first-child img {
    display: none; }
    @media only screen and (max-width: 767px) {
      .collection_banner_image p:first-child img {
        display: block; } }
  .collection_banner_image p:last-child img {
    display: block; }
    @media only screen and (max-width: 767px) {
      .collection_banner_image p:last-child img {
        display: none; } }

.mw-upsell-container-btn-addtocart {
  width: 100% !important; }

@media only screen and (max-width: 550px) {
  .mw-upsell-container-item {
    flex-basis: 100% !important; } }

.mw-upsell-container-header {
  padding: 0 !important;
  border: none !important; }

.mw-upsell-container-title {
  text-align: left;
  font-size: 1.5rem;
  color: #111111;
  font-weight: 700;
  font-family: "League Spartan";
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 50px !important;
  border: none;
  margin: 0 0 0.5em; }
  @media only screen and (max-width: 992px) {
    .mw-upsell-container-title {
      font-size: 24px !important;
      line-height: 1.4 !important;
      text-align: center !important; } }

#mw-upsell-container {
  margin: 50px 0px 30px; }

.youtube_carousel_video {
  /*   padding-bottom: 9%; */
  position: relative;
  height: 100% !important; }
  .youtube_carousel_video iframe {
    /*     position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; */ }

.thumbnail_video {
  width: 100%;
  height: 100%; }
  .thumbnail_video img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.mp4_video_carousel {
  /*   position: relative;
  height: 100% !important; */ }
  .mp4_video_carousel video {
    /*     position: absolute;
    left: 0;
    top: 0; */
    width: 100%; }

#bancontact {
  display: none; }

.under_form_right .payment_secure {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
.under_form_right #info-payment-secure {
  margin-top: 10px; }
  .under_form_right #info-payment-secure p {
    text-align: center; }

.new_img_w_text .content {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center; }
  @media only screen and (max-width: 992px) {
    .new_img_w_text .content {
      padding: 60px 0 40px; } }
  @media only screen and (max-width: 992px) {
    .new_img_w_text .content .content {
      text-align: center;
      padding-top: 60px;
      padding-bottom: 0; } }
.new_img_w_text .feature_img {
  padding: 0; }
  .new_img_w_text .feature_img video {
    width: 100%;
    border-radius: 6px; }
  @media only screen and (max-width: 992px) {
    .new_img_w_text .feature_img {
      text-align: center; }
      .new_img_w_text .feature_img.right_img_fea {
        order: 1; }
      .new_img_w_text .feature_img img {
        margin: 0 auto; } }
  @media only screen and (min-width: 993px) {
    .new_img_w_text .feature_img img {
      min-height: 600px;
      object-fit: cover; } }
@media only screen and (max-width: 992px) {
  .new_img_w_text .fea_con {
    order: 2; } }

.main_slider_product .carousel-cell {
  text-align: center; }
.main_slider_product .flickity-viewport {
  min-height: 300px; }
  @media only screen and (max-width: 550px) {
    .main_slider_product .flickity-viewport {
      min-height: 400px; } }
  @media only screen and (min-width: 650px) and (max-width: 992px) {
    .main_slider_product .flickity-viewport {
      min-height: 600px; } }

.btn_a_upper {
  margin-top: 10px; }

.feature_img video {
  width: 100%; }

#heading_only_section {
  text-align: center;
  max-width: 742px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #heading_only_section {
      max-width: 333px; } }
  #heading_only_section h2, #heading_only_section .h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0 8px; }
    @media only screen and (max-width: 767px) {
      #heading_only_section h2, #heading_only_section .h2 {
        font-size: 20px;
        line-height: 30px; } }
  #heading_only_section p {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      #heading_only_section p {
        font-size: 14px;
        line-height: 21px; } }

#column_with_image_and_text .title {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0; }
  @media only screen and (max-width: 767px) {
    #column_with_image_and_text .title {
      font-size: 20px;
      line-height: 30px; } }
  @media only screen and (min-width: 1350px) {
    #column_with_image_and_text .title {
      max-width: 1130px;
      margin: 0 auto 10px; } }
  @media only screen and (max-width: 500px) {
    #column_with_image_and_text .title {
      margin-left: 5px; } }
#column_with_image_and_text .main_column {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap; }
  #column_with_image_and_text .main_column .repeated_column {
    width: calc(25% - 15px);
    margin: 10px 10px;
    border-radius: 6px;
    height: 225px;
    position: relative; }
    @media only screen and (min-width: 1350px) {
      #column_with_image_and_text .main_column .repeated_column {
        width: 265px;
        margin: 10px 12px; } }
    @media only screen and (min-width: 993px) {
      #column_with_image_and_text .main_column .repeated_column:first-child {
        margin-left: 0; }
      #column_with_image_and_text .main_column .repeated_column:nth-child(4n) {
        margin-right: 0; }
      #column_with_image_and_text .main_column .repeated_column:nth-child(4n+1) {
        margin-left: 0; } }
    @media only screen and (min-width: 501px) and (max-width: 992px) {
      #column_with_image_and_text .main_column .repeated_column {
        width: calc(33.33% - 12px);
        margin: 8px 8px; }
        #column_with_image_and_text .main_column .repeated_column:first-child {
          margin-left: 0; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(3n) {
          margin-right: 0; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(3n+1) {
          margin-left: 0; } }
    @media only screen and (min-width: 993px) and (max-width: 1180px) {
      #column_with_image_and_text .main_column .repeated_column {
        height: 200px; } }
    @media only screen and (min-width: 801px) and (max-width: 992px) {
      #column_with_image_and_text .main_column .repeated_column {
        height: 225px; } }
    @media only screen and (min-width: 768px) and (max-width: 800px) {
      #column_with_image_and_text .main_column .repeated_column {
        height: 180px; } }
    @media only screen and (min-width: 601px) and (max-width: 767px) {
      #column_with_image_and_text .main_column .repeated_column {
        height: 190px;
        margin: 8px 8px; } }
    @media only screen and (min-width: 401px) and (max-width: 600px) {
      #column_with_image_and_text .main_column .repeated_column {
        height: 160px;
        margin: 8px 8px; } }
    @media only screen and (max-width: 401px) {
      #column_with_image_and_text .main_column .repeated_column {
        height: 140px; } }
    @media only screen and (max-width: 500px) {
      #column_with_image_and_text .main_column .repeated_column {
        width: calc(50% - 12px);
        margin: 6px 6px; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(1) {
          order: 1; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(2) {
          order: 2; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(3) {
          order: 4; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(4) {
          order: 3; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(5) {
          order: 6; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(6) {
          order: 5; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(7) {
          order: 7; }
        #column_with_image_and_text .main_column .repeated_column:nth-child(8) {
          order: 8; } }
    @media only screen and (max-width: 350px) {
      #column_with_image_and_text .main_column .repeated_column {
        height: 130px !important; } }
    #column_with_image_and_text .main_column .repeated_column a {
      display: inline-block;
      height: 100%;
      width: 100%; }
    #column_with_image_and_text .main_column .repeated_column .inn_title {
      font-size: 28px;
      line-height: 42px;
      letter-spacing: 0;
      color: #fff;
      margin: 0 8px;
      text-align: center;
      height: 100%;
      display: flex;
      display: -o-flex;
      display: -ms-flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 400px) {
        #column_with_image_and_text .main_column .repeated_column .inn_title {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (min-width: 401px) and (max-width: 767px) {
        #column_with_image_and_text .main_column .repeated_column .inn_title {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 768px) and (max-width: 1280px) {
        #column_with_image_and_text .main_column .repeated_column .inn_title {
          font-size: 24px;
          line-height: 30px; } }
    #column_with_image_and_text .main_column .repeated_column .desktop_title {
      display: flex; }
      @media only screen and (max-width: 400px) {
        #column_with_image_and_text .main_column .repeated_column .desktop_title {
          display: none; } }
    #column_with_image_and_text .main_column .repeated_column .mobile_title {
      display: none; }
      @media only screen and (max-width: 400px) {
        #column_with_image_and_text .main_column .repeated_column .mobile_title {
          display: flex; } }
    #column_with_image_and_text .main_column .repeated_column .img_title {
      font-size: 22px;
      line-height: 29px;
      letter-spacing: 0;
      color: #fff;
      margin: 17px 10px 0 13px; }
      @media only screen and (max-width: 400px) {
        #column_with_image_and_text .main_column .repeated_column .img_title {
          font-size: 14px;
          line-height: 19px;
          margin: 10px 6px 0 8px; } }
      @media only screen and (min-width: 401px) and (max-width: 767px) {
        #column_with_image_and_text .main_column .repeated_column .img_title {
          font-size: 16px;
          line-height: 21px;
          margin: 10px 6px 0 8px; } }
      @media only screen and (min-width: 768px) and (max-width: 1280px) {
        #column_with_image_and_text .main_column .repeated_column .img_title {
          font-size: 20px;
          margin: 10px 6px 0 8px;
          line-height: 23px; } }
    #column_with_image_and_text .main_column .repeated_column .image {
      margin-right: 0;
      margin-left: auto;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom-right-radius: 6px;
      overflow: hidden; }

#heading_with_icon_and_text {
  text-align: center; }
  #heading_with_icon_and_text .main_icon {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 20px; }
    @media only screen and (max-width: 992px) {
      #heading_with_icon_and_text .main_icon {
        display: block; } }
    #heading_with_icon_and_text .main_icon .repeated_icon {
      width: calc(25% - 15px);
      margin: 0 10px; }
      @media only screen and (max-width: 992px) {
        #heading_with_icon_and_text .main_icon .repeated_icon {
          display: flex;
          display: -o-flex;
          display: -ms-flex;
          display: -webkit-flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin: 0;
          margin-bottom: 4px; } }
      @media only screen and (min-width: 993px) {
        #heading_with_icon_and_text .main_icon .repeated_icon:first-child {
          margin-left: 0; } }
      #heading_with_icon_and_text .main_icon .repeated_icon:last-child {
        margin-bottom: 0px; }
        @media only screen and (min-width: 993px) {
          #heading_with_icon_and_text .main_icon .repeated_icon:last-child {
            margin-right: 0; } }
      #heading_with_icon_and_text .main_icon .repeated_icon .image {
        max-width: 92px;
        max-height: 92px;
        margin: 0 auto 15px;
        min-height: 62px;
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 992px) {
          #heading_with_icon_and_text .main_icon .repeated_icon .image {
            max-width: 72px;
            max-height: 72px;
            margin: 0 16px 0px 0px;
            min-height: auto;
            width: 25%; } }
      @media only screen and (max-width: 992px) {
        #heading_with_icon_and_text .main_icon .repeated_icon .repeated_text {
          width: 75%;
          text-align: left; } }
      #heading_with_icon_and_text .main_icon .repeated_icon p {
        color: #000;
        margin-bottom: 0; }

.other_feature_row .right_featured_img {
  text-align: center; }
.other_feature_row h2, .other_feature_row .h2 {
  margin-bottom: 10px; }
.other_feature_row .btn {
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-family: Open Sans; }
  @media only screen and (max-width: 400px) {
    .other_feature_row .btn {
      padding-left: 12px;
      padding-right: 12px; } }
@media only screen and (max-width: 992px) {
  .other_feature_row .image_with_txt_title {
    text-align: left; }
  .other_feature_row .featured_sec_btn {
    text-align: left; }
  .other_feature_row .home_video_content {
    margin-bottom: 15px !important; } }

@media only screen and (max-width: 992px) {
  .featured_both_content {
    order: 2; }

  .right_featured_img {
    order: 1; } }
#icon_with_heading_text {
  text-align: center; }
  #icon_with_heading_text .wrapper {
    max-width: 745px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #icon_with_heading_text .wrapper {
        max-width: 340px; } }
  #icon_with_heading_text .icon {
    margin-bottom: 10px; }

@media only screen and (max-width: 600px) {
  .kiddoz_product_img_slider .flickity-viewport {
    min-height: 570px; } }
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .kiddoz_product_img_slider .flickity-viewport {
    min-height: 300px; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .kiddoz_product_img_slider .flickity-viewport {
    min-height: 256px; } }
@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  .kiddoz_product_img_slider .flickity-viewport {
    min-height: 230px; } }
@media only screen and (min-width: 1600px) {
  .kiddoz_product_img_slider .flickity-viewport {
    min-height: 312px; } }

@media screen and (max-width: 992px) {
  .sharethis-inline-share-buttons {
    text-align: center; } }

.cta-cart-info {
  margin-top: 10px;
  text-align: left;
  width: 100%; }

@media screen and (max-width: 992px) {
  .chk_out_btn_wrapper .cta-cart-info {
    display: none; } }

.site-footer .wrapper {
  z-index: 1; }

.homepage_crismas_banner {
  padding-top: 0px; }
  .homepage_crismas_banner h2, .homepage_crismas_banner .h2 {
    text-align: center; }
  @media only screen and (max-width: 600px) {
    .homepage_crismas_banner .first_img {
      margin-bottom: 16px; } }
  .homepage_crismas_banner .inner_crismas_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  @media only screen and (min-width: 993px) {
    .homepage_crismas_banner .repeated_img {
      width: calc(33.33% - 14px);
      float: left;
      margin: 0px 20px 0px 0; }
      .homepage_crismas_banner .repeated_img:nth-child(3n) {
        margin-right: 0; }
      .homepage_crismas_banner .repeated_img:nth-child(3n+1) {
        margin-left: 0; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .homepage_crismas_banner .repeated_img {
      width: calc(50% - 10px);
      float: left;
      margin: 0px 20px 20px 0; }
      .homepage_crismas_banner .repeated_img:nth-child(2n) {
        margin-right: 0; }
      .homepage_crismas_banner .repeated_img:nth-child(2n+1) {
        margin-left: 0; } }
  .homepage_crismas_banner .repeated_img a {
    display: inline-block; }
  .homepage_crismas_banner .image img {
    border-radius: 6px; }
  .homepage_crismas_banner .image.desktop_img {
    display: block; }
    @media only screen and (max-width: 993px) {
      .homepage_crismas_banner .image.desktop_img {
        display: none; } }
  .homepage_crismas_banner .image.tablet_img {
    display: none; }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
      .homepage_crismas_banner .image.tablet_img {
        display: block; } }
  .homepage_crismas_banner .image.mobile_img {
    display: none; }
    @media only screen and (max-width: 600px) {
      .homepage_crismas_banner .image.mobile_img {
        display: block; } }

.article_banner_img {
  margin-bottom: 30px; }

.wc_testimonial_start ul.wc_testi_slider_3_grid li.wc_slider_start_li {
  padding-top: 0 !important; }

.promo_testimonial_slider {
  padding: 0 !important;
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 992px) {
    .promo_testimonial_slider {
      padding-bottom: 60px !important; } }
  @media only screen and (max-width: 767px) {
    .promo_testimonial_slider {
      padding-bottom: 30px !important; } }

/*======== homepage logo with text =======*/
.logo_with_text h2, .logo_with_text .h2 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-left: 20px; }
.logo_with_text .repeated_logo_with_text .inner_logo {
  width: 18%;
  margin: 15px 22px 0;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .logo_with_text .repeated_logo_with_text .inner_logo {
      width: 25%; } }
  @media only screen and (min-width: 601px) and (max-width: 991px) {
    .logo_with_text .repeated_logo_with_text .inner_logo {
      width: 32%; } }
  @media only screen and (max-width: 600px) {
    .logo_with_text .repeated_logo_with_text .inner_logo {
      width: 64%;
      margin: 15px 12px 0; } }
  @media only screen and (min-width: 1440px) {
    .logo_with_text .repeated_logo_with_text .inner_logo {
      width: 15%;
      margin: 15px 20px 0; } }
  @media only screen and (min-width: 1600px) {
    .logo_with_text .repeated_logo_with_text .inner_logo {
      width: 13%;
      margin: 15px 20px 0; } }
  .logo_with_text .repeated_logo_with_text .inner_logo .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    min-height: 55px; }
  .logo_with_text .repeated_logo_with_text .inner_logo .text {
    color: #000;
    font-weight: normal; }
    .logo_with_text .repeated_logo_with_text .inner_logo .text p {
      margin-bottom: 10px; }

/*===== review slider homepage ===*/
.review_slider h2, .review_slider .h2 {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 20px; }
.review_slider .inner_repeated_slider .inner_reviews {
  width: 25%;
  margin: 15px 10px 10px;
  text-align: center;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .review_slider .inner_repeated_slider .inner_reviews {
      width: 33.33%; } }
  @media only screen and (min-width: 601px) and (max-width: 991px) {
    .review_slider .inner_repeated_slider .inner_reviews {
      width: 36%; } }
  @media only screen and (max-width: 600px) {
    .review_slider .inner_repeated_slider .inner_reviews {
      width: 70%;
      margin: 15px 8px 10px; } }
  @media only screen and (min-width: 1440px) {
    .review_slider .inner_repeated_slider .inner_reviews {
      width: 25%; } }
  @media only screen and (min-width: 1600px) {
    .review_slider .inner_repeated_slider .inner_reviews {
      width: 20%; } }
.review_slider .inner_repeated_slider .all_star {
  margin-bottom: 10px; }

/*===== homepage image with text slider =====*/
.homepage_image_with_text_slider h2, .homepage_image_with_text_slider .h2 {
  letter-spacing: 0;
  text-align: left;
  margin: 0px; }
.homepage_image_with_text_slider .repeated_image_with_text .flickity-viewport {
  margin-left: 0; }
  @media only screen and (max-width: 600px) {
    .homepage_image_with_text_slider .repeated_image_with_text .flickity-viewport {
      height: 250px !important; } }
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .homepage_image_with_text_slider .repeated_image_with_text .inner_img {
    width: 195px; } }
@media only screen and (max-width: 600px) {
  .homepage_image_with_text_slider .repeated_image_with_text .inner_img {
    width: 160px; } }
.homepage_image_with_text_slider .repeated_image_with_text .inner_img .inner_image_coverd {
  margin: 15px 12px 0px; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .homepage_image_with_text_slider .repeated_image_with_text .inner_img .inner_image_coverd {
      margin: 15px 8px 0px; } }
  @media only screen and (max-width: 600px) {
    .homepage_image_with_text_slider .repeated_image_with_text .inner_img .inner_image_coverd {
      margin: 15px 8px 0px; } }
.homepage_image_with_text_slider .repeated_image_with_text .inner_img .image {
  margin-bottom: 10px; }
  .homepage_image_with_text_slider .repeated_image_with_text .inner_img .image img {
    width: 100%; }
.homepage_image_with_text_slider .repeated_image_with_text .inner_img .text p {
  margin-bottom: 0px; }

.repeated_image_with_text .flickity-viewport, .inner_repeated_slider .flickity-viewport, .repeated_logo_with_text .flickity-viewport {
  margin-left: 10px; }

.under_homepage_column img {
  border-radius: 6px; }

/**/
.collection_Addtocart {
  border-color: #000 !important;
  background-color: transparent;
  margin-top: 14px !important; }
  .collection_Addtocart span {
    color: #000;
    letter-spacing: 0.02em;
    font-size: 14px; }
    @media only screen and (max-width: 500px) {
      .collection_Addtocart span {
        font-size: 12px;
        letter-spacing: 1px; } }
  .collection_Addtocart:hover {
    border: 1px solid #000;
    background-color: #000 !important; }
    .collection_Addtocart:hover span {
      color: #fff; }
  .collection_Addtocart:focus {
    outline: none; }

.btn_a_upper {
  margin-top: 14px; }

.homepage_column_with_image .under_homepage_column .btn {
  border-color: #3E23AB;
  background-color: #3E23AB;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 14px; }
  .homepage_column_with_image .under_homepage_column .btn:hover {
    border: 1px solid #3F24AE;
    background-color: transparent;
    color: #3F24AE; }

.tefal_product_thumb.for_B_two_thumb, .tefal_product_thumb.for_C_three_thumb {
  visibility: hidden;
  display: none; }

.tefal_product_slider.for_B_two, .tefal_product_slider.for_C_three {
  visibility: hidden;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

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

@media only screen and (max-width: 992px) {
  .video_parent {
    min-height: auto !important;
    padding-bottom: 100%;
    height: auto !important; } }
/* .product_thumbnail_img{
opacity:0;
} */
/*================ new product page css =======*/
.banner_product_page {
  position: relative; }
  .banner_product_page .banner_img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px; }
    @media only screen and (max-width: 992px) {
      .banner_product_page .banner_img {
        height: auto;
        background-image: none !important; } }
    .banner_product_page .banner_img .mobile_img {
      display: none; }
      @media only screen and (max-width: 992px) {
        .banner_product_page .banner_img .mobile_img {
          display: block; } }
  .banner_product_page .bannner_content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 992px) {
      .banner_product_page .bannner_content {
        position: relative;
        width: 100%;
        top: unset;
        transform: unset;
        padding: 20px 0 80px; } }
    .banner_product_page .bannner_content .inner_bann_content {
      max-width: 400px; }
      .banner_product_page .bannner_content .inner_bann_content h5, .banner_product_page .bannner_content .inner_bann_content .h5 {
        background: #fff;
        padding: 6px 7px;
        display: inline-block;
        margin-bottom: 8px; }
      .banner_product_page .bannner_content .inner_bann_content .txt p {
        margin-bottom: 8px; }
      .banner_product_page .bannner_content .inner_bann_content h2, .banner_product_page .bannner_content .inner_bann_content .h2 {
        letter-spacing: 0; }
      .banner_product_page .bannner_content .inner_bann_content .richtext {
        color: #000; }
        .banner_product_page .bannner_content .inner_bann_content .richtext p {
          margin-bottom: 15px; }
      .banner_product_page .bannner_content .inner_bann_content .banner_btn {
        margin-top: 20px; }
        .banner_product_page .bannner_content .inner_bann_content .banner_btn .btn {
          background: #F5184D;
          border-color: #F5184D;
          color: #fff;
          max-width: 335px;
          width: 100%;
          font-size: 14px;
          letter-spacing: 0.3px;
          padding: 14px 0px 15px 0px;
          border-radius: 6px; }

/* ================= testimonial css ================*/
@media only screen and (max-width: 500px) {
  .top_richtext {
    margin: 0 12px; } }
.top_richtext .inner_rich {
  background: #fff;
  text-align: center;
  padding: 20px;
  max-width: 530px;
  margin: -40px auto 30px;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  font-size: 12px;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif; }
  @media only screen and (max-width: 500px) {
    .top_richtext .inner_rich {
      margin: -50px auto 20px;
      padding: 23px; } }
  .top_richtext .inner_rich .truck_img {
    margin-right: 18px; }
  .top_richtext .inner_rich .ri {
    text-align: left; }
  .top_richtext .inner_rich p {
    margin: 0; }

.upper_testimonial_div {
  position: relative; }

.repeated_quote_tes {
  padding-top: 0px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
  position: unset;
  padding-left: 30px;
  padding-right: 30px; }
  .repeated_quote_tes .inner_repeated_quote {
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .repeated_quote_tes .inner_repeated_quote {
        margin-bottom: 10px; } }
    .repeated_quote_tes .inner_repeated_quote h2, .repeated_quote_tes .inner_repeated_quote .h2 {
      font-size: 19px;
      line-height: 28px;
      text-align: center;
      font-weight: 800; }
      @media only screen and (max-width: 767px) {
        .repeated_quote_tes .inner_repeated_quote h2, .repeated_quote_tes .inner_repeated_quote .h2 {
          font-size: 16px;
          line-height: 24px; } }
      .repeated_quote_tes .inner_repeated_quote h2 p, .repeated_quote_tes .inner_repeated_quote .h2 p {
        margin: 0; }
    .repeated_quote_tes .inner_repeated_quote .quote_by {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #000; }
  .repeated_quote_tes .flickity-prev-next-button.previous {
    left: 0; }
  .repeated_quote_tes .flickity-prev-next-button.next {
    right: 0; }
  .repeated_quote_tes .flickity-button {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
  .repeated_quote_tes .flickity-page-dots {
    left: 0;
    bottom: 0; }

/*================= new logo list design ========*/
.new_logo_list_design {
  padding: 60px 0;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .new_logo_list_design {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .new_logo_list_design {
      padding: 40px 0 35px; } }
  .new_logo_list_design h2, .new_logo_list_design .h2 {
    letter-spacing: 0;
    margin-bottom: 25px; }
  .new_logo_list_design .richtxt {
    font-size: 17px;
    line-height: 25px;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .new_logo_list_design .richtxt {
        font-size: 15px;
        line-height: 22px; }
        .new_logo_list_design .richtxt .inner_rich {
          min-height: 60px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center; } }
    .new_logo_list_design .richtxt p {
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .new_logo_list_design .richtxt p {
          margin-bottom: 0px; } }
  .new_logo_list_design .upper_logo_new {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto; }
    .new_logo_list_design .upper_logo_new.desktop_epices_logo {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .new_logo_list_design .upper_logo_new.desktop_epices_logo {
          display: none; } }
    .new_logo_list_design .upper_logo_new.mobile_epices_logo {
      display: none; }
      @media only screen and (max-width: 767px) {
        .new_logo_list_design .upper_logo_new.mobile_epices_logo {
          display: block; } }
    .new_logo_list_design .upper_logo_new .coverd_all_logo_content {
      width: 66%; }
    .new_logo_list_design .upper_logo_new .inner_logo_new_design {
      width: 18%;
      flex: 0 0 18%;
      background: #fff;
      padding: 30px 16px;
      margin: 15px 12px;
      border-radius: 6px;
      border: 1px solid #E0E0E0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      @media only screen and (max-width: 1200px) {
        .new_logo_list_design .upper_logo_new .inner_logo_new_design {
          margin: 15px 10px; } }
      @media only screen and (max-width: 992px) {
        .new_logo_list_design .upper_logo_new .inner_logo_new_design {
          width: 25%;
          flex: 0 0 25%; } }
      @media only screen and (max-width: 767px) {
        .new_logo_list_design .upper_logo_new .inner_logo_new_design {
          width: 35%;
          padding: 18px 16px;
          min-height: 90px; } }
      @media only screen and (max-width: 500px) {
        .new_logo_list_design .upper_logo_new .inner_logo_new_design {
          width: 55%; } }
      .new_logo_list_design .upper_logo_new .inner_logo_new_design .logo_new {
        margin: 0 auto; }
      .new_logo_list_design .upper_logo_new .inner_logo_new_design:hover {
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); }
      .new_logo_list_design .upper_logo_new .inner_logo_new_design.active {
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); }

.desktop_title_large {
  font-size: 22px;
  line-height: normal; }
  @media only screen and (max-width: 767px) {
    .desktop_title_large {
      font-size: 18px; } }

.desktop_title_medium {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .desktop_title_medium {
      font-size: 16px;
      line-height: 24px; } }

.desktop_title_small {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    .desktop_title_small {
      font-size: 14px;
      line-height: 21px; } }

.desktop_body_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .desktop_body_text {
      font-size: 14px;
      line-height: 21px; } }

.desktop_body_medium p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px; }
  @media only screen and (max-width: 767px) {
    .desktop_body_medium p {
      font-size: 12px;
      line-height: 18px; } }

.homepage_spaceing_div {
  margin: 80px 0; }
  @media only screen and (max-width: 767px) {
    .homepage_spaceing_div {
      margin: 40px 0; } }

.homepage_text_column_icon {
  padding: 40px 0; }
  .homepage_text_column_icon .column_new_image {
    padding-bottom: 20px; }
  .homepage_text_column_icon h2, .homepage_text_column_icon .h2 {
    margin-bottom: 25px; }
  .homepage_text_column_icon .desktop_body_text p {
    margin: 0;
    color: #000; }
  @media screen and (max-width: 500px) {
    .homepage_text_column_icon .video_wrapper {
      position: relative;
      padding-bottom: 100%; } }
  @media screen and (max-width: 500px) {
    .homepage_text_column_icon .video_wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; } }

.epices_homepage_img_w_text .repeated_image_with_text .flickity-viewport {
  margin: 0; }
.epices_homepage_img_w_text .repeated_image_with_text .flickity-button {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  top: 42%; }
  .epices_homepage_img_w_text .repeated_image_with_text .flickity-button:active {
    opacity: 1; }
.epices_homepage_img_w_text .repeated_image_with_text .flickity-prev-next-button.next {
  right: -10px; }
.epices_homepage_img_w_text .repeated_image_with_text .flickity-prev-next-button.previous {
  left: -10px; }
.epices_homepage_img_w_text .repeated_image_with_text .flickity-page-dots {
  bottom: 0; }
.epices_homepage_img_w_text .repeated_image_with_text .flickity-page-dots .dot {
  margin: 0 5px; }
.epices_homepage_img_w_text .inner_img {
  width: 20%;
  padding: 15px 10px 0;
  margin: 0;
  min-height: 300px; }
  @media only screen and (max-width: 992px) {
    .epices_homepage_img_w_text .inner_img {
      width: 33.33%; } }
  @media only screen and (max-width: 600px) {
    .epices_homepage_img_w_text .inner_img {
      width: 50%; } }
  @media only screen and (max-width: 500px) {
    .epices_homepage_img_w_text .inner_img {
      width: 100%;
      padding: 0 5px; } }
  .epices_homepage_img_w_text .inner_img .image {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden; }
  .epices_homepage_img_w_text .inner_img .text p {
    color: #000; }
  @media only screen and (max-width: 767px) {
    .epices_homepage_img_w_text .inner_img .text {
      text-align: center; } }

.epices_faq_section h2, .epices_faq_section .h2 {
  letter-spacing: 0; }
.epices_faq_section .wrapper {
  padding: 0 !important; }

.review_slider_epices .flickity-viewport {
  margin: 0; }
.review_slider_epices .flickity-button {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  background: #fff; }
  .review_slider_epices .flickity-button:active {
    opacity: 1; }
.review_slider_epices .flickity-prev-next-button.next {
  right: -10px; }
.review_slider_epices .flickity-prev-next-button.previous {
  left: -10px; }
.review_slider_epices .flickity-page-dots {
  bottom: 0; }
.review_slider_epices .flickity-page-dots .dot {
  margin: 0 5px; }
.review_slider_epices .all_star {
  margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
  .review_slider_epices h2, .review_slider_epices .h2 {
    margin-bottom: 25px; } }
.review_slider_epices .inner_reviews {
  width: 33.33%;
  padding: 15px 10px 40px;
  margin: 0;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .review_slider_epices .inner_reviews {
      width: 50%; } }
  @media only screen and (max-width: 500px) {
    .review_slider_epices .inner_reviews {
      width: 100%;
      padding: 0 5px;
      padding-bottom: 35px; } }
  .review_slider_epices .inner_reviews .inn_inn_reviews {
    border: 1px solid #E0E0E0;
    padding: 20px 30px;
    border-radius: 8px; }
    .review_slider_epices .inner_reviews .inn_inn_reviews .text {
      min-height: 164px;
      padding-bottom: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1280px) {
        .review_slider_epices .inner_reviews .inn_inn_reviews .text {
          min-height: 220px; } }
      @media only screen and (max-width: 991px) {
        .review_slider_epices .inner_reviews .inn_inn_reviews .text {
          min-height: 190px; } }
      @media only screen and (max-width: 767px) {
        .review_slider_epices .inner_reviews .inn_inn_reviews .text {
          min-height: 130px; } }
      @media only screen and (max-width: 700px) {
        .review_slider_epices .inner_reviews .inn_inn_reviews .text {
          min-height: 190px; } }
      @media only screen and (max-width: 500px) {
        .review_slider_epices .inner_reviews .inn_inn_reviews .text {
          min-height: auto; } }
      .review_slider_epices .inner_reviews .inn_inn_reviews .text p {
        margin: 0; }
    .review_slider_epices .inner_reviews .inn_inn_reviews .quote_by {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      color: #000;
      font-size: 14px;
      line-height: 21px; }
      @media only screen and (max-width: 767px) {
        .review_slider_epices .inner_reviews .inn_inn_reviews .quote_by {
          font-size: 12px;
          line-height: 18px; } }
      .review_slider_epices .inner_reviews .inn_inn_reviews .quote_by p {
        margin: 0; }

.new_img_w_text_epices .right_img_fea img {
  border-radius: 6px; }
@media only screen and (max-width: 992px) {
  .new_img_w_text_epices .content {
    padding: 0; }
  .new_img_w_text_epices .fea_con {
    order: unset;
    padding-top: 0 !important;
    text-align: left !important; }
  .new_img_w_text_epices .right_img_fea {
    padding-top: 0px; } }

#shopify-section-epices-product-template .flickity-button-icon {
  width: 40% !important;
  height: 40% !important;
  opacity: 0.8; }

.flickity-button {
  color: #000 !important;
  z-index: 1; }

.sticky_bar_epices {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  width: 100%; }
  .sticky_bar_epices .sticky_content {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 0; }
    @media screen and (max-width: 600px) {
      .sticky_bar_epices .sticky_content {
        padding: 15px 0; } }
    .sticky_bar_epices .sticky_content p {
      font-family: Open Sans;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      letter-spacing: 0px;
      text-align: left;
      margin: 0;
      color: #B82350; }
      @media screen and (max-width: 600px) {
        .sticky_bar_epices .sticky_content p {
          font-size: 14px;
          line-height: 21px; } }
      .sticky_bar_epices .sticky_content p span {
        color: #000; }
        @media screen and (max-width: 600px) {
          .sticky_bar_epices .sticky_content p span {
            display: block; } }
    .sticky_bar_epices .sticky_content .bottom_sticky_txt {
      font-size: 12px;
      line-height: 18px;
      font-family: Open Sans;
      color: #000;
      margin-top: 8px; }
    .sticky_bar_epices .sticky_content a {
      background: #B82350;
      border-radius: 6px;
      padding: 6px 31px 5px 31px;
      color: #fff;
      font-family: Open Sans;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 19px;
      letter-spacing: 0.30000001192092896px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        .sticky_bar_epices .sticky_content a {
          padding: 6px 11px 5px 11px; } }

@media only screen and (max-width: 767px) {
  .navigation_header .inner_navigation_header #header_tabs .content_ul {
    padding: 0;
    display: block; }

  .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd {
    overflow-x: scroll;
    padding: 16px 18px 10px;
    justify-content: unset; }

  .navigation_header .inner_navigation_header #header_tabs .content_ul .inner_ul_coverd li {
    flex: 0 0 29%;
    min-width: unset; } }
#shopify-section-les-tasses-chefclub-tefal-product-template .tefal_info {
  margin-bottom: 15px;
  background: #38a61b;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: left; }

.top_richtext {
  position: relative; }

/**/
.footer_socialmedia_icon ul li {
  display: inline-block !important;
  padding-right: 6px;
  margin-bottom: 10px; }

/* i cart Drawer css */
.icart-flex.icart-flex-wrap.icart-jc-sb.icart-ai-c.icart-final-total::after {
  content: "Livraison à partir de 4,90€";
  width: 100%;
  padding-top: 10px; }

/* Collection Filter */
.coll_filter {
  position: relative;
  max-width: 250px;
  margin-bottom: 30px; }

.coll_filter .coll_filter_top {
  padding: 10px;
  border-bottom: 1px solid #000000; }

.coll_filter .coll_filter_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer; }

.coll_filter .coll_filter_img img {
  display: block; }

.coll_filter .coll_filter_title {
  width: 90%; }

.coll_filter .coll_filter_img {
  width: 10%; }

.coll_filter .coll_filter_bottom {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  text-align: center;
  z-index: 9; }

.coll_filter .coll_filter_bottom ul {
  margin: 0;
  border: 1px solid #000000;
  padding: 10px 20px;
  border-top: 0; }

.coll_filter .coll_filter_bottom ul li {
  border-bottom: 1px solid #c4004f;
  margin: 0;
  padding: 10px 0; }

.coll_filter .coll_filter_bottom ul li:last-child {
  border-bottom: 0; }

.coll_filter .coll_filter_bottom ul li a {
  display: block;
  color: #000; }

.fliter_arrow_rotated img {
  transform: rotate(180deg); }

@media (max-width: 767px) {
  .coll_filter {
    margin: 0 auto 30px; }

  .coll_filter .coll_filter_bottom ul {
    padding: 5px 10px; }

  .coll_filter .coll_filter_bottom ul li {
    padding: 8px 0; } }
span.wc_product_review_avg_badge_count {
  display: block; }

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

.mobile_coll_des {
  display: none; }
  @media only screen and (max-width: 992px) {
    .mobile_coll_des {
      display: block; }
      .mobile_coll_des .read_less {
        display: none; }
      .mobile_coll_des .comm_des_a {
        display: block;
        text-align: center;
        text-decoration: underline;
        font-size: 12px;
        padding-top: 10px; } }

/* #tolstoy-container{
padding-bottom: 56.66%;
position: relative;

@media only screen and (max-width: 499px){
padding-bottom: 85%;
}
@media only screen and (max-width:350px){
padding-bottom: 100%;
}

iframe{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border-radius: 6px;
}
}  */
#tolstoy-container iframe {
  border-radius: 6px; }

/*================ pack page css ==============*/
.page_pack_spices_listing .grid, .page_pack_spices_listing .grid--rev, .page_pack_spices_listing .grid--full {
  margin-left: -3%; }
.page_pack_spices_listing .grid__item {
  padding-left: 3%; }
.page_pack_spices_listing .coverd_spices {
  padding-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 992px) {
    .page_pack_spices_listing .coverd_spices {
      padding-top: 20px; } }
.page_pack_spices_listing h3, .page_pack_spices_listing .h3 {
  margin-bottom: 30px; }
.page_pack_spices_listing .spices_quantity_select .product_quantity-selector .input-holder {
  width: 33.33%;
  text-align: center; }
.page_pack_spices_listing .spices_quantity_select .product_quantity-selector .input-holder button {
  width: auto; }
.page_pack_spices_listing .spices_quantity_select .input-holder svg {
  width: 10px; }
@media (min-width: 993px) {
  .page_pack_spices_listing .right_spices_class {
    position: sticky;
    top: 20px; } }
@media (max-width: 992px) {
  .page_pack_spices_listing .right_spices_class {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 0;
    background-color: #fff;
    z-index: 11; } }
.page_pack_spices_listing .coverd_spices_right {
  padding: 10px 20px; }
  @media (min-width: 993px) and (max-width: 1150px) {
    .page_pack_spices_listing .coverd_spices_right {
      padding: 10px 14px; } }
  @media (min-width: 993px) {
    .page_pack_spices_listing .coverd_spices_right {
      border: 2px solid; } }
  @media (max-width: 992px) {
    .page_pack_spices_listing .coverd_spices_right {
      padding: 10px 0px 0;
      border-top: 2px solid; }
      .page_pack_spices_listing .coverd_spices_right h3, .page_pack_spices_listing .coverd_spices_right .h3 {
        margin-bottom: 10px; }
      .page_pack_spices_listing .coverd_spices_right .add_to_cart {
        margin-top: 0 !important;
        padding-bottom: 0 !important; } }
  .page_pack_spices_listing .coverd_spices_right .coverd_spices {
    padding-top: 20px; }
  .page_pack_spices_listing .coverd_spices_right .bottom_arrow {
    display: none; }
    @media (max-width: 992px) {
      .page_pack_spices_listing .coverd_spices_right .bottom_arrow {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
        .page_pack_spices_listing .coverd_spices_right .bottom_arrow.down svg {
          transform: rotate(-180deg); }
        .page_pack_spices_listing .coverd_spices_right .bottom_arrow svg {
          width: 13px;
          display: block; } }
  @media (max-width: 992px) {
    .page_pack_spices_listing .coverd_spices_right .coverd_right_part_inner {
      display: none; }
      .page_pack_spices_listing .coverd_spices_right .coverd_right_part_inner.active {
        display: block;
        padding: 0 20px; }
    .page_pack_spices_listing .coverd_spices_right .inner_right_spices_list .coverd_spices:last-child {
      padding-bottom: 20px; }
    .page_pack_spices_listing .coverd_spices_right .empty_box {
      margin-top: 12px !important; } }

.js-qty__num {
  color: #000;
  font-family: Open Sans,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  width: 55px;
  float: left;
  border-radius: 0;
  padding: 0;
  border: none;
  text-align: center;
  border-bottom: 1px solid #000; }

.pack_main_content {
  overflow: unset; }

/**/
/* width */
.pack_product_listing_box::-webkit-scrollbar {
  width: 8px; }

/* Track */
.pack_product_listing_box::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.pack_product_listing_box::-webkit-scrollbar-thumb {
  background: #000; }

.pack_product_listing_box {
  height: 210px;
  -webkit-overflow-scrolling: scroll;
  overflow-y: scroll;
  margin-bottom: 24px; }

.coverd_box_product {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .coverd_box_product .box_qty_inner {
    margin-left: -10px; }
  .coverd_box_product .box_product_name {
    width: 75%;
    padding-left: 10px; }

.product__content .mixes_count_main {
  margin-bottom: 24px; }
  @media only screen and (max-width: 992px) {
    .product__content .mixes_count_main {
      margin-bottom: 16px; } }

@media only screen and (max-width: 992px) {
  .pack_product_listing_box {
    margin-bottom: 16px; } }
.covered_button_w_redirect_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .covered_button_w_redirect_link .cuisiner_avec_les_enfants_btn {
    width: calc(16.66% - 10px);
    margin: 5px; }
    .covered_button_w_redirect_link .cuisiner_avec_les_enfants_btn a {
      width: 100% !important; }
    @media (max-width: 992px) {
      .covered_button_w_redirect_link .cuisiner_avec_les_enfants_btn {
        width: calc(33.33% - 10px); } }
    @media (max-width: 600px) {
      .covered_button_w_redirect_link .cuisiner_avec_les_enfants_btn {
        width: calc(50% - 10px); } }

.cart__subtotal-holder {
  max-width: 264px; }

.discountcodefield {
  margin-bottom: 20px;
  max-width: 264px; }
  .discountcodefield .inner_discountcode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .discountcodefield .inner_discountcode .discount_code_field {
      width: 70%; }
    .discountcodefield .inner_discountcode .discount_code_btn {
      width: 30% !important;
      cursor: pointer; }

.top_announcement__bar {
  position: relative; }

.right_buttons {
  width: auto; }

.right_buttons a {
  width: auto !important;
  border-color: #F5184D !important;
  color: #F5184D !important;
  padding: 8px !important;
  text-transform: uppercase; }

.right_buttons a:hover {
  border-color: #F5184D !important;
  background-color: #F5184D !important;
  color: #fff !important; }

@media (min-width: 993px) {
  .right_buttons {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); } }
@media (max-width: 992px) {
  .top_announcement__bar .right_buttons {
    display: none; }

  .right_buttons a {
    max-width: 200px; } }
