/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-pinterest:before {
  content: "\f0d2";
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700,500);

/* The above import directives are aggregated from content. */

body {
  margin: 0;
  padding: 0;
}

footer,header,nav,section {
  display: block;
}

canvas {
  display: inline-block;
}

nav ul {
  list-style: none none;
}

img {
  border: 0;
}

img,object {
  height: auto;
  max-width: 100%;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

a {
  color: #1979c3;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

ul > li {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

code {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  background: #f0f0f0;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}

button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}

button:focus,button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}

button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}

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

input[type="text"],input[type="url"],input[type="tel"],input[type="search"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

input[type="text"]:disabled,input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled {
  opacity: .5;
}

input[type="text"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="search"]::-moz-placeholder {
  color: #c2c2c2;
}

input[type="text"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder {
  color: #c2c2c2;
}

input[type="text"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder {
  color: #c2c2c2;
}

input[type="search"] {
  -webkit-appearance: none;
}

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

input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}

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

*:focus {
  box-shadow: none;
  outline: 0;
}

input:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

.block {
  margin-bottom: 40px;
}

.product.name a {
  font-weight: 400;
}

.product.name a > a {
  color: #333;
  text-decoration: none;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/light/opensans-300.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/light/opensans-300.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/fonts/opensans/light/opensans-300.woff') format('woff'), url('../../frontend/Leeroy/packwire/fonts/opensans/light/opensans-300.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/fonts/opensans/light/opensans-300.svg#Open Sans') format('svg');*/
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/regular/opensans-400.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/regular/opensans-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/fonts/opensans/regular/opensans-400.woff') format('woff'), url('../../frontend/Leeroy/packwire/fonts/opensans/regular/opensans-400.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/fonts/opensans/regular/opensans-400.svg#Open Sans') format('svg');*/
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/semibold/opensans-600.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/semibold/opensans-600.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/fonts/opensans/semibold/opensans-600.woff') format('woff'), url('../../frontend/Leeroy/packwire/fonts/opensans/semibold/opensans-600.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/fonts/opensans/semibold/opensans-600.svg#Open Sans') format('svg');*/
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/bold/opensans-700.eot');*/
  /*src: url('../../frontend/Leeroy/packwire/fonts/opensans/bold/opensans-700.eot?#iefix') format('embedded-opentype'), url('../../frontend/Leeroy/packwire/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/fonts/opensans/bold/opensans-700.woff') format('woff'), url('../../frontend/Leeroy/packwire/fonts/opensans/bold/opensans-700.ttf') format('truetype'), url('../../frontend/Leeroy/packwire/fonts/opensans/bold/opensans-700.svg#Open Sans') format('svg');*/
  font-weight: 700;
  font-style: normal;
}

.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}

body {
  background-color: #fff;
}

.block .title {
  margin-bottom: 10px;
}

.block p:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {

    .header.content,  .footer.content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /*src: url(../../frontend/Leeroy/packwire/font/fonts/MaterialIcons-Regular.eot);*/
  /*src: local('Material Icons'), local('MaterialIcons-Regular'), url('../../frontend/Leeroy/packwire/font/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../../frontend/Leeroy/packwire/font/fonts/MaterialIcons-Regular.woff') format('woff'), url('../../frontend/Leeroy/packwire/font/fonts/MaterialIcons-Regular.ttf') format('truetype')*/
}

[class*="icon-"]:before {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover,[class*=" icon-"]:hover {
  text-decoration: none;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-instagram:before {
  content: "\f16d";
}

@charset 'UTF-8';

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,ul > li {
  margin: 0;
}

footer,header,menu,nav,section {
  display: block;
}

canvas {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

b {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

img {
  border: 0;
}

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

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

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

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

input {
  line-height: normal;
}

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

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,  :after,  :before {
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,  h3,  p {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }
}

*,:after,:before,input[type=search] {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #777;
  background-color: #fff;
  overflow-x: hidden;
}

button,input {
  font-size: inherit;
  line-height: inherit;
}

button,input {
  font-family: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s;
  color: #0082ff;
}

a:hover {
  text-decoration: underline;
}

a:focus,input[type=file]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

.h1,.h2,.h3,.h4,.h6,h1,h2,h3,h4,h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.h1,.h2,.h3,.h4,.h6 {
  color: #333;
}

.h1,.h2,.h3 {
  margin-top: 27px;
}

.h1,.h2,.h3,h1,h2,h3 {
  margin-bottom: 13.5px;
}

.h4,.h6 {
  margin-top: 13.5px;
}

.h4,.h6,h4,h6 {
  margin-bottom: 13.5px;
}

.h1,.h2,h1,h2 {
  font-size: 30px;
}

.h3,h3 {
  font-size: 28px;
}

.h4,h4 {
  font-size: 18px;
}

.h6,h6 {
  font-size: 14px;
}

p {
  margin: 0 0 13.5px;
}

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

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

ul {
  margin-top: 0;
  margin-bottom: 13.5px;
}

ul ul {
  margin-bottom: 0;
}

code {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  font-size: 90%;
  padding: 2px 4px;
  color: #c7254e;
  border-radius: 4px;
  background-color: #f9f2f4;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-12,.col-lg-2,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-8,.col-lg-9,.col-md-10,.col-md-2,.col-md-5,.col-md-6,.col-md-8,.col-sm-10,.col-sm-2,.col-sm-5,.col-sm-6,.col-sm-8,.col-sm-9,.col-xs-10,.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-10,.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-10,  .col-sm-2,  .col-sm-5,  .col-sm-6,  .col-sm-8,  .col-sm-9 {
    float: left;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
    .col-md-10,  .col-md-2,  .col-md-5,  .col-md-6,  .col-md-8 {
    float: left;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
    .col-lg-12,  .col-lg-2,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-8,  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

input[type=file] {
  display: block;
}

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

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  font-size: 16px;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  list-style: none;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
  font-weight: 400;
  line-height: 1.6875;
  display: block;
  clear: both;
  padding: 3px 20px;
  white-space: nowrap;
  color: #333;
}

.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:focus,.dropdown-menu > .active > a:hover {
  text-decoration: none;
  color: #fff;
  outline: 0;
  background-color: #337ab7;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

* {
  outline: 0;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li,.nav > li > a {
  position: relative;
  display: block;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:focus,.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav .open > a,.nav .open > a:focus,.nav .open > a:hover {
  border-color: #0082ff;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.badge {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-radius: 10px;
  background-color: #e8e8e8;
}

.badge:empty {
  display: none;
}

a.badge:focus,a.badge:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.container-fluid:after,.container-fluid:before,.container:after,.container:before,.nav:after,.nav:before,.row:after,.row:before {
  display: table;
  content: ' ';
}

.container-fluid:after,.container:after,.nav:after,.row:after {
  clear: both;
}

.show {
  display: block !important;
}

@-ms-viewport {
  width: device-width;
}

a:hover {
  color: #333;
}

a:active,a:focus,a:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h6 {
  margin-top: 0;
  letter-spacing: 1px;
  color: #333;
}

h4,h6 {
  letter-spacing: .4px;
}

h1 a,h2 a,h3 a,h4 a,h6 a {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  color: #333;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h6 a:hover {
  text-decoration: none;
  color: #0082ff;
}

input[type=search],input[type=tel],input[type=text],input[type=url] {
  font-family: Ubuntu, sans-serif;
  font-size: 1em;
  line-height: 1.214em;
  height: 40px;
  padding: 6px 12px;
  border-color: #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
}

input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus {
  outline: 0;
  box-shadow: none;
}

.link-inline {
  display: inline;
}

@media (min-width: 768px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

#header {
  padding-top: 24px;
  padding-bottom: 0;
}

@media (min-width: 1025px) {
    #header .row,  #header .row > [class*=col-] {
    position: static;
  }

  #header > .container {
    position: relative;
  }
}

@media (max-width: 1024px) {
  #header {
    padding-bottom: 0;
  }

  #header .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  #header .container:first-child .row {
    padding-top: 40px;
  }
}

.content {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .content {
    margin-top: 37.5px;
  }
}

@media (min-width: 1769px) {
  .content {
    margin-top: 85px;
  }
}

@media (min-width: 1770px) {
  .container {
    width: 1740px;
  }
}

.color,.color:hover,a.color,a.color:hover {
  color: #0082ff;
}

#map {
  width: 100%;
  height: 474px;
}

.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  opacity: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1);
    opacity: .1;
  }

  50% {
    -webkit-transform: scale(1.1);
    opacity: .3;
  }

  75% {
    -webkit-transform: scale(1.3);
    opacity: .5;
  }

  to {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .1;
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3;
  }

  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .5;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

#header {
  position: relative;
  z-index: 100001;
}

#header .logo {
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

#header .logo:hover,footer .logo:hover {
  opacity: .75;
  -moz-opacity: .75;
  -khtml-opacity: .75;
  -webkit-opacity: .75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}

#header .minicart-wrapper .dropdown-menu {
  z-index: 11111;
}

@media (max-width: 1024px) {

  #header .logo {
    max-width: 50%;
  }

  #header .minicart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #header .minicart-wrapper .badge--cart {
    right: -25px;
  }

  #header .minicart-wrapper .dropdown.text-right .dropdown-menu {
    right: 0 !important;
    left: 0;
    width: auto;
    min-width: 300px;
  }
}

@media (max-width: 1025px) {
  .link-inline {
    display: inline-block;
    padding-top: 10px;
  }

  .link-inline.minicart-wrapper {
    padding-top: 0;
  }
}

footer {
  margin: 75px 0 0;
}

footer .logo {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  footer {
    margin: 0;
  }
}

@media (min-width: 1025px) {

  .dropdown {
    font-weight: 300;
    display: inline;
    padding: 0 20px 10px 0;
  }

  .dropdown .dropdown-menu {
    margin-top: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  }

  .dropdown .dropdown-menu > li > a {
    font-size: 1em;
    font-weight: 300;
    line-height: 1em;
    display: block;
    padding: 16px 15px 17px;
    text-decoration: none;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
  }

    .dropdown .dropdown-menu > li > a:hover {
    color: #333;
    background-color: #f7f7f7;
  }

  .dropdown .dropdown-menu > li > a .icon {
    font-size: 1.125em;
    display: inline-block;
    width: 30px;
    padding: 0 12px 0 2px;
    vertical-align: middle;
    color: #0082ff;
  }

  .dropdown > a:hover .icon {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }

  .dropdown.text-right {
    padding: 0 14px 10px 16px;
  }

  .dropdown > a,  .dropdown > a:hover {
    text-decoration: none;
  }

  .dropdown > a:hover .icon {
    color: #0082ff;
  }

  .dropdown > a .icon {
    font-size: 1.9375em;
    position: relative;
    color: #333;
  }
}

@media (min-width: 1025px) and (min-width: 992px) {
  .nav .dropdown .dropdown-menu {
    width: 992px;
  }
}

@media (min-width: 1025px) and (min-width: 1200px) {
  .nav .dropdown .dropdown-menu {
    width: 1200px;
  }
}

@media (min-width: 1025px) and (min-width: 1770px) {
  .nav .dropdown .dropdown-menu {
    width: 1770px;
  }
}

@media (max-width: 1024px) {

  .dropdown {
    font-weight: 300;
    position: static;
    display: inline;
    padding: 0 20px 0 0;
  }

  .dropdown.text-right {
    padding: 0 0 0 20px;
  }

  .dropdown > a {
    position: relative;
  }

  .dropdown > a,  .dropdown > a:hover {
    text-decoration: none;
  }

  .dropdown > a:hover .icon {
    color: #0082ff;
  }

  .dropdown > a .icon {
    font-size: 1.9375em;
    position: relative;
    color: #777;
  }

  .dropdown .dropdown-menu--xs-full {
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #333;
  }

  .dropdown .dropdown-menu--xs-full a:not(.btn) {
    padding: 10px 15px;
    color: #999;
    border-top: 1px solid #777;
  }

  .dropdown .dropdown-menu--xs-full a:not(.btn):hover {
    color: #fff;
    background-color: #171717;
  }

  .dropdown .dropdown-menu--xs-full a:not(.btn) .icon {
    font-size: 1.125em;
    display: inline-block;
    width: 30px;
    padding: 0 10px 0 2px;
    vertical-align: middle;
    color: #0082ff;
  }
}

.dropdown.text-right .dropdown-menu {
  right: 0;
  left: auto;
}

.minicart-wrapper .dropdown > a:hover {
  text-decoration: none;
}

.minicart-wrapper .dropdown > a {
  margin: 0;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .minicart-wrapper .dropdown > a {
    margin: 0 -5px 0 0;
  }
}

.minicart-wrapper .dropdown > a:hover .icon {
  color: #333 !important;
}

.minicart-wrapper .dropdown > a .icon {
  font-size: 2.3125em !important;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  color: #0082ff !important;
}

.minicart-wrapper.open .dropdown-menu {
  display: block;
}

.minicart-wrapper .dropdown-menu {
  width: 320px;
  padding: 20px 20px 30px;
}

@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu {
    position: fixed;
    top: 0;
    right: -45px !important;
    padding: 10px 0 45px;
    color: #fff;
  }
}

.minicart-wrapper .dropdown-menu ul {
  overflow: auto;
  height: auto !important;
  max-height: 234px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .minicart-wrapper .dropdown-menu ul {
    max-height: 190px;
  }
}

.minicart-wrapper .dropdown-menu .container {
  position: relative;
  max-width: 100%;
}

.minicart-wrapper .dropdown-menu a:not(.btn) {
  padding: 0;
  border: none;
}

.minicart-wrapper .dropdown-menu a:not(.btn):hover {
  background-color: transparent;
}

.title {
  margin-top: 75px;
}

@media (max-width: 479px) {
  .title {
    margin-top: 24.975px;
  }
}

.badge--cart {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 31px;
  position: absolute;
  z-index: 0;
  top: -45px;
  right: -5px;
  width: 31px;
  height: 31px;
  padding: 0;
  text-align: center;
  color: #777;
  border-radius: 50%;
  background-color: #e8e8e8;
}

@media (max-width: 767px) {
  .badge--cart {
    top: -32px;
    right: -22px;
  }
}

.badge--cart .counter-label {
  display: none;
}

button.active:focus,button:active:focus,button:focus,button:hover {
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
}

button.active,button:active {
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
}

button.action {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  min-width: 195px;
  height: 45px;
  -webkit-transition: all .3s ease-in-out;
  transition: all 300ms 0s ease;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 30px;
  background-color: #0082ff;
}

button.action:active,button.action:focus,button.action:hover,button.action:visited {
  text-decoration: none;
  color: #fff;
  border: 0;
  background: #0082ff;
}

button.action:hover {
  color: #fff;
  background-color: #0370d9;
}

button.action .icon {
  font-size: 1.486em;
  display: inline-block;
  padding: 0 3px 0 0;
  vertical-align: middle;
}

button.action i {
  position: relative;
  top: 1px;
  left: 0;
}

button.action {
  line-height: 0 !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input::-webkit-input-placeholder {
  font-size: 1em;
  color: #777;
}

input::-webkit-input-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input::-webkit-input-placeholder:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  font-size: 1em;
  color: #777;
  text-overflow: ellipsis;
}

input::-moz-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input::-moz-placeholder:-ms-input-placeholder {
  color: #999;
}

input::-moz-placeholder::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  font-size: 1em;
  color: #777;
}

input:-ms-input-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input:-ms-input-placeholder:-ms-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  font-size: 1em;
  color: #777;
}

input:-moz-placeholder::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input:-moz-placeholder:-ms-input-placeholder {
  color: #999;
}

input:-moz-placeholder::-webkit-input-placeholder {
  color: #999;
}

.placeholder {
  font-size: 1em;
  color: #777;
}

::-webkit-input-placeholder {
  color: #777;
}

::-moz-placeholder {
  color: #777;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

[role="button"] {
  cursor: pointer;
}

.col-sm-2,.col-md-2,.col-lg-2,.col-lg-4,.col-sm-5,.col-md-5,.col-lg-5,.col-sm-6,.col-md-6,.col-lg-6,.col-sm-8,.col-md-8,.col-lg-8,.col-sm-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-xs-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-10,.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-2,  .col-sm-5,  .col-sm-6,  .col-sm-8,  .col-sm-9,  .col-sm-10 {
    float: left;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
    .col-md-2,  .col-md-5,  .col-md-6,  .col-md-8,  .col-md-10 {
    float: left;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
    .col-lg-2,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-8,  .col-lg-9,  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {
  content: " ";
  display: table;
}

.container:after,.container-fluid:after,.row:after {
  clear: both;
}

.show {
  display: block !important;
}

@-ms-viewport {
  width: device-width;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-instagram:before {
  content: "\f16d";
}

@charset 'UTF-8';

@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700);

@font-face {
  font-family: 'mullerextrabold';
  font-weight: 400;
  font-style: normal;
  src: url(../../dist/font/fontfabric_-_muller-extrabold-webfont.woff2) format('woff2'), url(../../dist/font/fontfabric_-_muller-extrabold-webfont.woff) format('woff');
}

html {
  font-size: 10px;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  overflow-x: hidden;
  color: #1b3348;
}

.quality-btn span,body.freeze,html.freeze {
  position: fixed;
  overflow: hidden;
  height: 100%;
}

.wow {
  visibility: hidden;
}

h1,h2,h3,h4,h6 {
  font-family: 'mullerextrabold';
}

.container {
  width: 100vw;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 128rem;
  }
}

a {
  color: #0082ff;
}

.primary-btn {
  font-size: 1.8rem;
  line-height: 45px;
  position: relative;
  display: inline-block;
  min-width: 195px;
  height: 45px;
  padding: 0 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #0082ff;
}

.primary-btn::after,.primary-btn::before {
  position: absolute;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background: url(../images/icons/sprinkle.svg) no-repeat;
}

.primary-btn::before {
  top: -10px;
  left: -10px;
}

.primary-btn::after {
  right: -10px;
  bottom: -10px;
}

.primary-btn:hover {
  color: #fff;
  background-color: #0370d9;
}

.primary-btn:hover::before {
  -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
  animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .2s normal;
}

.primary-btn:hover::after {
  -webkit-animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
  animation: glitter 1.7s cubic-bezier(.23, 1, .32, 1) .4s normal;
}

body.home.blue .primary-btn {
  color: #fff;
  background-color: #fbbd0e;
}

body.home.blue .primary-btn::after,body.home.blue .primary-btn::before {
  background: url(../images/icons/sprinkle-yellow.svg) no-repeat;
}

.quality-btn {
  color: #0082ff;
  background-color: #fff;
}

.quality-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 30px;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}

.quality-btn svg {
  position: absolute;
  top: -26px;
  right: -15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  fill: #0082ff !important;
  stroke: #0082ff !important;
}

.quality-btn::after {
  content: '';
}

.quality-btn:hover {
  color: #fff;
}

.quality-btn:hover svg {
  fill: #fff !important;
  stroke: #fff !important;
}

.scroll-arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: arrowBounce 2s infinite;
  animation: arrowBounce 2s infinite;
}

@media only screen and (min-width: 760px) {
  .scroll-arrow {
    bottom: 15px;
  }
}

@-webkit-keyframes glitter {
  0%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
}

@keyframes glitter {
  0%, 50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
}

@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes arrowBounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes pulse {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes tada {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}

@keyframes tada {
  0%, to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

body.home {
  background-repeat: repeat;
  background-blend-mode: color-dodge;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

body.home.yellow {
  background-color: #fbbd0e;
}

body.home.yellow .box-blue,body.home.yellow .box-red {
  display: none !important;
}

body.home.yellow .intro-section {
  background-image: url(../images/home/boxs/box-fondjaune.png);
  background-repeat: no-repeat;
  background-position: center 15vh;
  background-size: 110%;
}

@media only screen and (min-width: 760px) {
  body.home.yellow .intro-section {
    background-image: none;
  }
}

body.home.blue {
  background-color: #0082ff;
}

body.home.blue .box-red,body.home.blue .box-yellow {
  display: none !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl0 {
  fill: #fff !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl1 {
  fill: #f7cb1b !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl2 {
  fill: #fbbc11 !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl3 {
  fill: #ffd26b !important;
}

body.home.blue .menu-header .logo-wrapper svg .stl4 {
  fill: #ffe46a !important;
}

body.home.blue .intro-section {
  background-image: url(../images/home/boxs/box-fondbleu.png);
  background-repeat: no-repeat;
  background-position: center 15vh;
  background-size: 110%;
}

@media only screen and (min-width: 760px) {
  body.home.blue .intro-section {
    background-image: none;
  }
}

body.home.red {
  background-color: #f15d4e;
}

body.home.red .box-blue,body.home.red .box-yellow {
  display: none !important;
}

#header.uncollapsed .store-tools--mobile .minicart-wrapper .icon-cart svg,body.home.red .menu-header .logo-wrapper svg .stl0 {
  fill: #fff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl1 {
  fill: #6f3bff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl2 {
  fill: #5c22ff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl3 {
  fill: #7a5fff !important;
}

body.home.red .menu-header .logo-wrapper svg .stl4 {
  fill: #ad97ff !important;
}

body.home.red .intro-section {
  background-image: url(../images/home/boxs/box-fondrouge.png);
  background-repeat: no-repeat;
  background-position: center 15vh;
  background-size: 110%;
}

@media only screen and (min-width: 760px) {
  body.home.red .intro-section {
    background-image: none;
  }
}

.rounded {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 300px;
}

.rounded svg {
  width: 100vw;
  height: 100%;
  fill: #fff;
}

.rounded.top {
  bottom: 100%;
  -webkit-transform-origin: bottom !important;
  transform-origin: bottom !important;
}

.rounded.top svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.home.yellow .quality {
  background-color: #fbbd0e !important;
}

body.home.yellow .quality .rounded svg {
  fill: #fbbd0e !important;
}

body.home.blue .quality {
  background-color: #0082ff !important;
}

#header.uncollapsed .logo svg,#header.uncollapsed .logo svg path,#header.uncollapsed .minicart-wrapper .icon-cart svg,body.home.blue .quality .rounded svg {
  fill: #0082ff !important;
}

body.home.red .quality {
  background-color: #f15d4e !important;
}

body.home.red .quality .rounded svg {
  fill: #f15d4e !important;
}

#header {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  padding: 1rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: 0 0;
}

#header .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#header .row,footer .pack-prefooter .container .row {
  margin-right: 0;
  margin-left: 0;
}

#header a {
  cursor: pointer;
}

@media only screen and (min-width: 760px) {
  #header {
    padding: 0;
  }
}

#header.collapsed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#header.uncollapsed {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background: #fff;
}

#header.uncollapsed .do_it a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #0082ff !important;
  border: 1px solid #0082ff !important;
}

#header.uncollapsed .do_it a:hover {
  color: #fff !important;
  border: 1px solid #0082ff !important;
  background-color: #0082ff !important;
}

#header.uncollapsed .about-link a,#header.uncollapsed .account-wrapper a,#header.uncollapsed .contact-link a,#header.uncollapsed .nav-btn-mobile {
  color: #0082ff !important;
}

#header.uncollapsed .logo-wrapper .minicart-wrapper {
  visibility: visible !important;
}

#header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
  border: none !important;
}

#header.uncollapsed .store-tools--mobile .nav-main-links .about-link a,#header.uncollapsed .store-tools--mobile .nav-main-links .account-wrapper a,#header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
  color: #fff !important;
}

.blue [data-toggle=dropdown] {
  position: relative;
  top: 4px;
  display: inline-block;
}

.blue-header #header .logo svg,.blue-header #header .logo svg g .box,.blue-header #header .minicart-wrapper .icon-cart svg {
  fill: #0082ff;
}

.blue-header #header .do_it a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #0082ff;
  border: 1px solid #0082ff;
}

.blue-header #header .do_it a:hover {
  color: #fff;
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

.blue-header #header .about-link a,.blue-header #header .account-wrapper a,.blue-header #header .contact-link a,.blue-header #header .nav-btn-mobile {
  color: #0082ff;
}

.blue-header #header .nav-btn-mobile::after {
  background-color: #0082ff;
}

.blue-header #header .store-tools--mobile .do_it a {
  color: #fff;
  border: 1px solid transparent;
}

.blue-header #header .store-tools--mobile .do_it a:hover {
  background-color: transparent;
}

.blue-header #header .store-tools--mobile .about-link a,.blue-header #header .store-tools--mobile .account-wrapper a,.blue-header #header .store-tools--mobile .contact-link a {
  color: #fff;
}

#header.isBlue .logo-wrapper svg,#header.isBlue .minicart-wrapper .icon-cart svg,.blue .logo-wrapper svg,.blue .minicart-mobile .icon-cart svg,.blue .minicart-wrapper .icon-cart svg {
  fill: #fff !important;
}

#header.isBlue .account-wrapper .links.dropdown-menu a,.blue .account-wrapper .links.dropdown-menu a {
  color: #0082ff !important;
}

#header.isBlue .do_it a,.blue .do_it a {
  color: #fff !important;
  border: 1px solid transparent !important;
}

#header.isBlue .do_it a:hover,.blue .do_it a:hover {
  color: #0082ff !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

#header.isBlue .nav-btn-mobile,.blue .nav-btn-mobile {
  color: #fff !important;
}

@media (min-width: 950px) {
  #header.isBlue .about-link > a,  #header.isBlue .account-wrapper > a,  #header.isBlue .contact-link > a,  .blue .about-link > a,  .blue .account-wrapper > a,  .blue .contact-link > a {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff !important;
  }

  #header.isBlue .about-link > a::after,  #header.isBlue .account-wrapper > a::after,  #header.isBlue .contact-link > a::after,  .blue .about-link > a::after,  .blue .account-wrapper > a::after,  .blue .contact-link > a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    transition: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    transition-timing-function: cubic-bezier(.6, .15, .4, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-color: #fff !important;
  }

  #header.isBlue .about-link > a:hover,  #header.isBlue .account-wrapper > a:hover,  #header.isBlue .contact-link > a:hover,  .blue .about-link > a:hover,  .blue .account-wrapper > a:hover,  .blue .contact-link > a:hover {
    color: #fff !important;
  }

  #header.isBlue .about-link > a:hover::after,  #header.isBlue .account-wrapper > a:hover::after,  #header.isBlue .contact-link > a:hover::after,  .blue .about-link > a:hover::after,  .blue .account-wrapper > a:hover::after,  .blue .contact-link > a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  #header.isBlue .do_it a,  .blue .do_it a {
    color: #fff;
    border: 1px solid #fff !important;
  }

  #header.isBlue .do_it a:hover,  .blue .do_it a:hover {
    color: #0082ff !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
  }
}

#header.isBlue .store-tools--mobile a,.blue .store-tools--mobile a {
  color: #fff;
}

#header.isBlue.uncollapsed .nav-btn-mobile,#header.isBlue.uncollapsed a,#header.isBlue.uncollapsed a:hover,.blue.uncollapsed .nav-btn-mobile,.blue.uncollapsed a,.blue.uncollapsed a:hover {
  color: #0082ff !important;
}

#header.isBlue.uncollapsed a::after,.blue.uncollapsed a::after {
  background-color: #0082ff !important;
}

#header.isBlue.uncollapsed .do_it a,.blue.uncollapsed .do_it a {
  border: 1px solid #0082ff !important;
}

#header.isBlue.uncollapsed .do_it a:hover,.blue.uncollapsed .do_it a:hover {
  color: #fff !important;
  background-color: #0082ff !important;
}

#header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg,#header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg .minicart-wrapper .icon-cart svg,.blue.uncollapsed .minicart-mobile .icon-cart svg,.blue.uncollapsed .minicart-wrapper .icon-cart svg,.blue.uncollapsed .minicart-wrapper .icon-cart svg .minicart-wrapper .icon-cart svg {
  fill: #0082ff !important;
}

.menu-header .logo-wrapper {
  position: relative;
  z-index: 99999;
  visibility: hidden;
  max-width: 50%;
}

.menu-header .logo-wrapper .logo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 40px;
  margin-top: 15px;
  margin-left: 1rem;
  opacity: 1 !important;
}

@media (min-width: 415px) {
  .menu-header .logo-wrapper .logo {
    overflow: visible;
    width: auto;
  }
}

@media only screen and (min-width: 760px) {
  .menu-header .logo-wrapper .logo {
    margin-left: 1rem;
  }
}

.menu-header .logo-wrapper .logo svg {
  height: 6rem;
  fill: #fff;
}

@media only screen and (min-width: 1200px) {
  .menu-header .logo-wrapper .logo svg {
    height: 7rem;
  }
}

.menu-header .logo-wrapper .logo svg g,.menu-header .store-tools .do_it a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-header .logo-wrapper .logo svg g .box {
  fill: #fff;
}

.menu-header .logo-wrapper .logo:hover svg,.menu-header .logo-wrapper .logo:hover svg g .box {
  fill: #0082ff;
}

.menu-header .store-tools > * {
  display: none;
}

@media (min-width: 950px) {
  .menu-header .store-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 93px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.menu-header .store-tools > div {
  padding: 15px 10px;
}

@media (min-width: 769px) and (max-width: 825px) {
  .menu-header .store-tools > div {
    padding: 9px;
  }
}

.menu-header .store-tools a {
  padding: 5px 10px;
}

.menu-header .store-tools .do_it {
  visibility: hidden;
}

@media (min-width: 950px) {
  .menu-header .store-tools .do_it {
    display: inline-block;
  }
}

.menu-header .store-tools .do_it a {
  padding: 5px 35px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.menu-header .store-tools .do_it a:hover {
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

@media (min-width: 950px) {
  .menu-header .store-tools .about-link,  .menu-header .store-tools .contact-link {
    display: inline-block;
  }
}

.menu-header .store-tools .about-link a,.menu-header .store-tools .contact-link a {
  color: #fff;
}

.bubble-box .wrap h3,.menu-header .store-tools .about-link a:hover,.menu-header .store-tools .account-wrapper a:hover,.menu-header .store-tools .contact-link a:hover,footer .pack-subnav ul li a:hover {
  color: #0082ff;
}

.menu-header .store-tools {
  /* display: none */
}

.menu-header .store-tools .account-wrapper {
  position: relative;
  visibility: hidden;
}

@media (min-width: 950px) {
  .menu-header .store-tools .account-wrapper {
    display: inline-block !important;
  }
}

.menu-header .store-tools .account-wrapper [data-toggle=dropdown] {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: bottom;
}

.menu-header .store-tools .account-wrapper :root [data-toggle=dropdown],.menu-header .store-tools .account-wrapper _::-webkit-full-page-media,.menu-header .store-tools .account-wrapper _:future {
  top: 0;
  display: none !important;
}

.menu-header .store-tools .account-wrapper a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

.menu-header .store-tools .account-wrapper a.dropdown {
  position: relative;
  display: inline-block;
}

.menu-header .store-tools .account-wrapper .dropdown-menu {
  top: 47px;
  right: -34px;
  left: inherit;
}

.menu-header .store-tools .account-wrapper .dropdown-menu a {
  color: #1b3348;
}

.menu-header .store-tools .account-wrapper .dropdown-menu a:hover,.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a:hover {
  color: #0370d9;
}

.menu-header .minicart-wrapper,.menu-header .minicart-wrapper .dropdown {
  position: fixed;
  z-index: 999;
  top: 45px;
  right: 135px;
}

@media (min-width: 950px) {
  .menu-header .minicart-wrapper {
    position: relative;
    top: 2px;
    right: unset;
    display: inline-block;
    padding-right: 35px !important;
  }
}

.menu-header .minicart-wrapper .dropdown {
  display: inline-block;
  min-width: 22px;
  min-height: 15px;
  padding: 0;
}

@media (min-width: 950px) {
  .menu-header .minicart-wrapper .dropdown {
    position: relative;
    top: unset;
    right: unset;
  }
}

.menu-header .minicart-wrapper .dropdown a.action {
  display: block;
  min-width: 22px;
  min-height: 15px;
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
  position: fixed;
  top: 100px;
  right: 0 !important;
  width: 100vw !important;
  min-width: 300px;
  min-height: 100px;
  padding: 15px;
}

@media only screen and (min-width: 760px) {
  .menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
    top: 0;
    min-height: 68px;
    padding: 30px;
  }
}

.menu-header .minicart-wrapper .icon-cart svg {
  width: 22px;
  fill: #fff;
}

.menu-header .minicart-wrapper .badge {
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: absolute;
  z-index: 0;
  top: 3px;
  right: -8px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.menu-header .minicart-wrapper .badge .counter-label {
  font-size: 0;
  display: block;
}

.menu-header .minicart-wrapper .badge .counter-label::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  overflow: visible !important;
  width: 9px;
  height: 9px;
  content: '';
  border: 1px solid #fff;
  border-radius: 10px;
  background: #f15d4e;
}

.menu-header .minicart-wrapper .badge .counter-label::after {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -6px;
  width: 21px;
  height: 21px;
  content: '';
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
  opacity: 1 !important;
  border-radius: 30px;
  background-color: rgba(241, 93, 78, .2);
}

.nav-btn-mobile {
  position: absolute;
  z-index: 2 !important;
  top: 48px;
  right: 50px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  color: #fff;
  filter: alpha(opacity=100);
}

@media (min-width: 950px) {
  .nav-btn-mobile {
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.nav-btn-mobile::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  transition: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.6, .15, .4, 1);
  transition-timing-function: cubic-bezier(.6, .15, .4, 1);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background-color: #fff;
}

.nav-btn-mobile:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.store-tools--mobile {
  position: absolute !important;
  z-index: 1;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  pointer-events: all;
  background: #ff515b;
  background: -webkit-linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
  background: linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515b', endColorstr='#ff7857', GradientType=1);
}

@media (min-width: 950px) {
  .store-tools--mobile {
    display: none;
  }
}

.store-tools--mobile.closed {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.store-tools--mobile .nav-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 85vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.store-tools--mobile .nav-main-links .about-link,.store-tools--mobile .nav-main-links .account-wrapper,.store-tools--mobile .nav-main-links .contact-link,.store-tools--mobile .nav-main-links .do_it {
  z-index: 999;
  width: 175px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
}

.store-tools--mobile .nav-main-links .about-link a,.store-tools--mobile .nav-main-links .account-wrapper a,.store-tools--mobile .nav-main-links .contact-link a,.store-tools--mobile .nav-main-links .do_it a {
  display: block;
  cursor: pointer;
  color: #fff;
}

.store-tools--mobile .nav-main-links .about-link:focus,.store-tools--mobile .nav-main-links .about-link:hover,.store-tools--mobile .nav-main-links .account-wrapper:focus,.store-tools--mobile .nav-main-links .account-wrapper:hover,.store-tools--mobile .nav-main-links .contact-link:focus,.store-tools--mobile .nav-main-links .contact-link:hover,.store-tools--mobile .nav-main-links .do_it:focus,.store-tools--mobile .nav-main-links .do_it:hover {
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

.store-tools--mobile .nav-main-links .contact-link {
  display: none;
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: inherit !important;
  height: 110px;
  margin: auto;
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a,footer .pack-subnav ul li a {
  color: #1b3348;
}

footer {
  margin: 0;
}

footer,footer .container {
  position: relative;
}

@media only screen and (min-width: 760px) {
  footer .container {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .container {
    padding-left: 0;
  }
}

footer .pack-prefooter,footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 760px) {
  footer ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.quality .quality-title a,footer ul li {
  display: inline-block;
}

footer .pack-prefooter {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: 230px;
  background-color: #fafafa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .pack-prefooter h4 {
  font-size: 3rem;
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 760px) {
  footer .pack-prefooter h4 {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  footer .pack-prefooter h4 {
    text-align: center;
  }
}

footer .pack-social-links li {
  line-height: 55px;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 1.8rem;
  /* -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
  border-radius: 50%;
}

footer .pack-social-links li:last-child,footer .pack-subnav ul li:last-child {
  margin-right: 0;
}

footer .pack-social-links li a {
  font-size: 3rem;
  color: #0082ff;
}

footer .pack-social-links li:hover {
  background-color: #0082ff;
}

footer .pack-social-links li:hover a {
  color: #fff;
}

footer .pack-subnav {
  font-size: 16px;
  position: relative;
  z-index: 2;
  min-height: 150px;
  padding: 40px 0;
  background-color: #fff;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .pack-subnav {
    font-size: 16px;
  }
}

footer .pack-subnav .row {
  margin-right: 0;
  margin-left: 0;
}

footer .pack-subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

footer .pack-subnav ul li {
  margin: 1rem 0;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav ul li {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  footer .pack-subnav ul li {
    margin: 0 3.3rem;
  }
}

.bubble-box {
  position: absolute;
  right: -60px;
  bottom: -113px;
  display: none;
  visibility: visible !important;
  overflow: hidden;
  width: 383px;
  height: 383px;
  -webkit-transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
  border-radius: 50%;
  background-color: #f7f3ea;
}

@media only screen and (min-width: 1024px) {
  .bubble-box {
    display: block;
  }
}

.bubble-box:hover {
  width: 410px;
  height: 410px;
}

.bubble-box .wrap {
  position: absolute;
  z-index: 2;
  right: 110px;
  bottom: 195px;
}

.bubble-box .box-alone {
  position: absolute;
  right: 155px;
  bottom: 135px;
  width: 467px;
  height: 289px;
  background-image: url(../images/footer/box-bulle.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.disclaimer {
  font-size: 1rem;
  line-height: 1em;
  margin-top: 3.5rem;
  text-align: center;
  color: #707070;
}

.quality,.quality .container,.quality .quality-title {
  position: relative;
}

.quality {
  min-height: 670px;
  padding: 0 0 14rem;
  background-image: none;
}

@media only screen and (min-width: 760px) {
  .quality .quality-title.row {
    margin-right: 0;
    margin-left: 0;
  }
}

.quality .quality-title h3 {
  font-size: 4rem;
  color: #fff;
}

@media only screen and (min-width: 760px) {
  .quality .quality-title h3 {
    font-size: 8rem;
    text-align: left;
  }
}

.quality .quality-title p {
  font-size: 1.7rem;
  margin-bottom: 3.5rem;
  color: #fff;
}

@media only screen and (min-width: 760px) {
  .quality .quality-title p {
    text-align: left;
  }
}

.quality .quality-title .wrap {
  position: relative;
  z-index: 3;
}

.zoom {
  padding: 6px;
  text-align: center;
}

@keyframes pulse {
  0%, to {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

.home .menu-header .logo-wrapper svg,.home .menu-header .logo-wrapper svg g .box {
  fill: #fff;
}

.home .row {
  margin-right: 0;
  margin-left: 0;
}

.home .rounded.top {
  max-height: 75px;
}

@media only screen and (min-width: 760px) {
    .home .rounded.top {
    max-height: 150px;
  }
}

@media only screen and (min-width: 1200px) {
    .home .rounded.top {
    max-height: 300px;
  }
}

@media (max-height: 700px) {
    .home .rounded.top {
    max-height: 150px;
  }
}

.about {
  background-color: #0183ff;
}

.about .rounded.top {
  max-height: 75px;
}

@media only screen and (min-width: 760px) {
    .about .rounded.top {
    max-height: 150px;
  }
}

@media only screen and (min-width: 1200px) {
    .about .rounded.top {
    max-height: 300px;
  }
}

.about .artwork {
  position: relative;
  padding-bottom: 30rem;
  color: #fff;
  background-color: #0081ff;
}

.about .artwork .container {
  padding-right: 0;
  padding-left: 0;
}

.about .artwork .artwork-wrapper .yellow-bkg {
  z-index: 2;
  background-color: #fbbd0e;
}

.quality {
  background-color: #fbbd0e !important;
}

.quality .rounded {
  max-height: 75px;
}

@media only screen and (min-width: 760px) {
  .quality .rounded {
    max-height: 150px;
  }
}

.quality .rounded svg {
  fill: #fbbd0e !important;
}

.faq {
  background-color: #f6f3eb;
}

.contact {
  position: relative;
  background-color: #f6f3eb;
}

.guidelines .guidelines-header .first-pan h1 span {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  top: -20px;
  display: block;
}

.contact {
  background-color: #0082ff !important;
}

.contact h1,.contact p {
  color: #fff;
}

.contact h1 {
  font-size: 45px;
}

@media only screen and (min-width: 760px) {
  .contact h1 {
    font-size: 80px;
  }
}

.contact .rounded {
  max-height: 75px;
}

@media only screen and (min-width: 760px) {
  .contact .rounded {
    max-height: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .rounded {
    max-height: 300px;
  }
}

.contact .rounded svg {
  fill: #0082ff !important;
}

.contact .container {
  max-width: 100vw;
}

.contact .container .row {
  margin-right: 0;
  margin-left: 0;
}

.guidelines {
  background: -webkit-radial-gradient(100% center ellipse, #ff958a 1%, #f15d4e 100%);
  background: radial-gradient(ellipse at 100% center, #ff958a 1%, #f15d4e 100%);
  background-color: #f15d4e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff958a', endColorstr='#f15d4e', GradientType=1);
}

.guidelines .row {
  margin-right: 0;
  margin-left: 0;
}

.guidelines::after,.guidelines::before {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 50%;
  content: '';
}

.guidelines::before {
  top: 0;
  right: 0;
}

.guidelines::after {
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(45deg, #ffbf90 0%, rgba(255, 191, 144, 0) 42%, rgba(255, 191, 144, 0) 100%);
  background: linear-gradient(45deg, #ffbf90 0%, rgba(255, 191, 144, 0) 42%, rgba(255, 191, 144, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf90', endColorstr='#00ffbf90', GradientType=1);
}

.guidelines,.guidelines .guidelines-header {
  position: relative;
}

.guidelines .features .features-container,.guidelines .guidelines-header .first-pan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guidelines .guidelines-header .first-pan {
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guidelines .guidelines-header .first-pan h1 {
  font-size: 19rem;
  text-align: right;
  color: #fff;
}

.guidelines .guidelines-header .first-pan canvas {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.guidelines .guidelines-header .first-pan .canvas-svg {
  width: 60%;
  height: 105px;
  /* padding-top: 0px */
}

@media (min-width: 1025px) {
  .guidelines .guidelines-header .first-pan .canvas-svg {
    /* display: none */
    padding-top: 200px;
  }
}

.guidelines .features {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 760px) {
  .guidelines .features {
    margin-bottom: 15rem;
  }
}

.guidelines .features .features-container {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 760px) {
  .guidelines .features .features-container {
    margin: 5rem 0;
    padding: 5rem 0;
  }
}

@media only screen and (min-width: 1200px) {
  .guidelines .features .features-container {
    margin: 10rem 0;
    padding: 10rem 0;
  }
}

.guidelines .features .features-container .container {
  position: relative;
}

.guidelines .features .features-container:first-of-type .guidelines_desc p {
  margin-bottom: -20px;
}

@media only screen and (min-width: 760px) {
  .guidelines .features .features-container:first-of-type .guidelines_desc p {
    margin-bottom: 0;
  }
}

.guidelines .features .features-container:last-child {
  margin-top: 0;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}

@media only screen and (min-width: 760px) {
  .guidelines .features .features-container:last-child {
    margin-top: 15rem;
  }

  .guidelines .features .features-container:last-child .guidelines_desc {
    margin-top: -85%;
  }
}

@media only screen and (min-width: 1024px) {
  .guidelines .features .features-container:last-child .guidelines_desc {
    margin-top: -55%;
  }
}

@media only screen and (min-width: 1200px) {
  .guidelines .features .features-container:last-child .guidelines_desc {
    margin-top: 0;
  }
}

@media only screen and (min-width: 760px) {
  .guidelines .features .features-container .cmyk-tone {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media only screen and (min-width: 1200px) {
  .guidelines .features .features-container .cmyk-tone {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
  }
}

@media (min-width: 1025px) {
  .guidelines .features .features-container .canvas-svg {
    display: none;
  }
}

.guidelines .features .features-container.colors {
  margin-bottom: 150px;
}

@media only screen and (min-width: 760px) {
  .guidelines .features .features-container.colors {
    margin-bottom: 0;
  }
}

.guidelines .fonts-fabric .canvas-container {
  top: -345px;
  left: -40%;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .guidelines .fonts-fabric .canvas-container {
    position: absolute !important;
    display: block;
  }
}

.guidelines .dielines {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
  margin-bottom: 0;
  padding-bottom: 20rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 760px) {
  .guidelines .dielines {
    padding-bottom: 42rem;
  }
}

.guidelines .dielines .container {
  position: relative;
}

.guidelines .dielines .dielines-img {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.guidelines .dielines .dielines-img.open {
  max-height: 700px;
}

.guidelines .dielines .dielines-img.die_01 {
  top: -45%;
  left: -266px;
}

.guidelines .dielines .dielines-img.die_02 {
  top: -55%;
  right: 0;
  display: none;
}

@media only screen and (min-width: 760px) {
  .guidelines .dielines .dielines-img.die_02 {
    display: block;
  }
}

.guidelines .dielines a.download.primary-btn {
  top: 30px;
  height: 46px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
}

.guidelines .guidelines_desc h2 {
  font-size: 7rem;
  color: #fff;
}

@media only screen and (min-width: 760px) {
  .guidelines .guidelines_desc h2 {
    font-size: 8rem;
  }
}

.guidelines .guidelines_desc h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #fff;
}

.guidelines .guidelines_desc p {
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (min-width: 760px) {
  .guidelines .guidelines_desc p {
    margin-bottom: 10rem;
  }
}

.guidelines .popup-drag {
  position: relative;
  margin-top: 20rem;
  margin-bottom: 20rem;
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-drag {
    margin-top: 10rem;
    margin-bottom: 20rem;
  }
}

.guidelines .popup-macos {
  position: absolute;
  width: 174px;
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-macos {
    width: 194px;
  }
}

.guidelines .popup-macos img {
  width: 100%;
  background-size: 194px 230px;
}

.guidelines .popup-macos:nth-child(1) {
  top: -165px;
  left: 120px;
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-macos:nth-child(1) {
    top: -185px;
    left: 40%;
  }
}

.guidelines .popup-macos:nth-child(2) {
  top: -55px;
  left: 0;
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-macos:nth-child(2) {
    top: -125px;
    left: 10px;
  }
}

.guidelines .popup-macos:nth-child(3) {
  top: -185px;
  left: -40px;
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-macos:nth-child(3) {
    top: -25px;
    left: 165px;
  }
}

.guidelines .popup-macos:nth-child(4) {
  position: relative;
  top: 160px;
  left: -40px;
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-macos:nth-child(4) {
    top: 160px;
    left: 30px;
  }
}

.guidelines .popup-macos:nth-child(5) {
  top: 90px;
  left: 100px;
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-macos:nth-child(5) {
    top: 110px;
    left: 330px;
  }
}

.guidelines .popup-macos .head {
  line-height: 28px;
  height: 28px;
  padding-left: 13px;
  cursor: -webkit-grab;
  cursor: grab;
  background-color: #dedede;
}

.guidelines .popup-macos .head:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.guidelines .popup-macos .head .btn-mac.yellow {
  background-color: #ebc71f;
}

.guidelines .popup-macos .head p {
  font-weight: 300;
  display: inline-block;
  margin: 0;
  margin-left: 1.5rem;
  padding: 0;
  color: #707070;
}

.guidelines .popup-macos svg {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 58px;
  max-width: 58px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 760px) {
  .guidelines .popup-macos svg {
    top: 50%;
  }
}

.quality.guidelines_footer {
  position: relative;
  z-index: 2;
  background-color: #5f26ff !important;
}

.quality.guidelines_footer .wrap,.quality.guidelines_footer h3,.quality.guidelines_footer p {
  text-align: center;
}

.quality.guidelines_footer .rounded svg {
  fill: #5f26ff !important;
}

.quality.guidelines_footer .container {
  position: relative;
}

.quality.guidelines_footer .quality-title {
  margin: 20rem auto 10rem;
}

@media only screen and (min-width: 760px) {
  .quality.guidelines_footer .quality-title {
    margin: 30rem auto 20rem;
  }
}

@media only screen and (min-width: 1200px) {
  .quality.guidelines_footer h3,  .quality.guidelines_footer p {
    text-align: left;
  }
}

.quality.guidelines_footer a {
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  .quality.guidelines_footer a {
    right: inherit;
    left: 0;
  }
}

.quality.guidelines_footer .boites-img {
  position: absolute;
}

.quality.guidelines_footer .boites-img img {
  -webkit-filter: drop-shadow(20px 17px 23px rgba(0, 0, 0, .38));
  filter: drop-shadow(20px 17px 23px rgba(0, 0, 0, .38));
}

.quality.guidelines_footer .boites-img.boite_01 {
  top: 0;
  right: 0;
  left: 0;
  display: none;
  width: 75vw;
  max-width: 437px;
  margin: auto;
}

@media only screen and (min-width: 760px) {
  .quality.guidelines_footer .boites-img.boite_01 {
    display: block;
  }
}

.quality.guidelines_footer .boites-img.boite_02 {
  top: -22px;
  left: 53px;
  display: none;
}

@media only screen and (min-width: 760px) {
  .quality.guidelines_footer .boites-img.boite_02 {
    top: 50%;
    left: -260px;
    display: block;
  }
}

.quality.guidelines_footer canvas#fonts-fabric-canvas,.quality.guidelines_footer canvas.canvas-container {
  display: none;
  heigit: 0;
}

@media only screen and (min-width: 1024px) {
    .quality.guidelines_footer canvas#fonts-fabric-canvas,  .quality.guidelines_footer canvas.canvas-container {
    display: block;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-webkit-keyframes widen {
  0%, to {
    left: 130px;
    width: 210px;
    border-width: 2px;
  }

  50% {
    left: 120px;
    width: 230px;
    border-width: 7px;
  }
}

@keyframes widen {
  0%, to {
    left: 130px;
    width: 210px;
    border-width: 2px;
  }

  50% {
    left: 120px;
    width: 230px;
    border-width: 7px;
  }
}

.cmyk-tone {
  overflow: hidden;
  height: 320px;
  padding: 50px;
}

@media only screen and (min-width: 760px) {
  .cmyk-tone {
    display: block;
    padding: 70px;
  }
}

.colorWheelWrap {
  right: 0;
  left: 0;
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}

.colorWheelWrap,ul.colorwheel,ul.colorwheel li {
  position: absolute;
  width: 240px;
  height: 240px;
}

ul.colorwheel {
  list-style: none;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

ul.colorwheel li {
  box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: widen 10s ease infinite alternate;
  animation: widen 10s ease infinite alternate;
  border: 10px solid;
  border-radius: 50%;
  mix-blend-mode: screen;
}

ul.colorwheel li:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-color: #fff;
}

ul.colorwheel li:nth-child(2) {
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
  border-color: #ffe05f;
}

ul.colorwheel li:nth-child(3) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  border-color: #62e438;
}

ul.colorwheel li:nth-child(4) {
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
  border-color: #00b580;
}

ul.colorwheel li:nth-child(5) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  border-color: #43adff;
}

ul.colorwheel li:nth-child(6) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: #253cff;
}

ul.colorwheel li:nth-child(7) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
  border-color: #9654d3;
}

ul.colorwheel li:nth-child(8) {
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
  border-color: #ff4c99;
}

ul.colorwheel li:nth-child(9) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  border-color: #f00029;
}

ul.colorwheel li:nth-child(10) {
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
  border-color: #ff7301;
}

.minicart-wrapper.block {
  display: block;
}

.button {
  font-size: 1rem;
  padding: 4px;
  cursor: pointer;
  color: #8b949a;
  border: 0;
  border-radius: 4px;
  outline: none;
  background: #2a3137;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.button:active {
  background: #262c31;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }

  a,  a:visited {
    text-decoration: underline !important;
  }

  .box,  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 1cm;
}

    p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

    h2,  h3 {
    page-break-after: avoid;
  }

  .header.content>*[class],  .footer.content>*[class] {
    display: none;
  }

  .logo {
    display: block !important;
    margin: 10px 0;
  }

  .footer.content {
    padding: 0;
  }
}

@media all and (min-width:768px),print {

  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }

    .header.content,  .footer.content {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box;
  }
}

#header {
  position: fixed !important;
  z-index: 2000 !important;
  width: 100vw;
  padding: 1rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: 0 0;
  padding-top: 0 !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #1b3348;
}

h1,h2,h3,h4,h6 {
  font-family: 'mullerextrabold' !important;
}

/* @font-face {
    font-family: 'mullerextrabold';
	src: url('../dist/font/fontfabric_-_muller-extrabold-webfont.woff') format('woff'),		 url('../dist/font/fontfabric_-_muller-extrabold-webfont.woff2') format('woff2');
} */

/* fonts dropdown for box page x 17 */

@font-face {
  font-family: 'Open Sans';
  src: url('../../dist/font/fonts/Open_Sans.ttf');
}

/*auth0 */

/*-----*/