/*============================================================================
  _Timber
==============================================================================*/
/*================ Debutify Variables ================*/
/*============================================================================
  Shopify Timber v2.1.0 | github.com/shopify/timber
  Copyright 2015 Shopify Inc.
  Author Carson Shold @cshold
  Built with Sass - http://sass-lang.com/

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - This file merges your stylesheets into one master at assets/timber.scss.liquid
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins ================*/
/*============================================================================
  #Sass Mixins
==============================================================================*/
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography ================*/
@font-face {
  font-family: "DIN Next";
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../../din_next/dinnext_n7.57888b0b2051a4dba7d02aad7ca64db99eca3cf1.woff") format("woff2"), url("../../../../../../../../../din_next/dinnext_n7.8ca52ee0f403ce0c89c90387f16284e4637c1b10_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-5fba7730eb866d91782743bdb745923007e88b6716bfd72161e4fb7a0bfaa180.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  src: url("../../../../../../../../../lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff") format("woff2"), url("../../../../../../../../../lato/lato_n4.e0ee1e2c008a0f429542630edf70be01045ac5e9_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-fc6a22cc8c748d21efc2599c5a85b469f134b51a518e5d66de47a4c30438dc16.woff") format("woff"); }

@font-face {
  font-family: "Titillium Web";
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../../titillium_web/titilliumweb_n7.d9934f829b1262cd6f365837a78b867b01693063.woff") format("woff2"), url("../../../../../../../../../titillium_web/titilliumweb_n7.669e49a9a18dba73feccda36771289d60afd2565_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-d9f144dd1446125c321b90ea48859b3d4251a4c1e9f9d0afb9ccd2cf79794f35.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../../lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff") format("woff2"), url("../../../../../../../../../lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-20c33fa8eef37b388996bf75947021254b3d6c6ea7a61ddf58237e9cdd269dd2.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  src: url("../../../../../../../../../lato/lato_i4.7307831c0d06d264a76f2f7310f8a29d0507d6d0.woff") format("woff2"), url("../../../../../../../../../lato/lato_i4.fb695d0d68d5b174347edaf543726b1903b57796_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-6cef1d027bd5a1d98585607cebf381c78c9a2ea3955c0e604e76b0a173b35e1c.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  src: url("../../../../../../../../../lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff") format("woff2"), url("../../../../../../../../../lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-cf2d013efc2ff1b2946deeca3d61e53cbfa85db0b1c2f82a49a8de2df5060f8c.woff") format("woff"); }

@font-face {
  font-family: "DIN Next";
  font-weight: 900;
  font-style: normal;
  src: url("../../../../../../../../../din_next/dinnext_n9.6841c32654588bd5adcbe818e17ea9bdb99c7a94.woff") format("woff2"), url("../../../../../../../../../din_next/dinnext_n9.9f5a67ca00f5313ade83c56bb90b842a6fd8421b_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-79434d5331dc4c4fd6620ebc7ad3a9f2065eb6b58ad9ba38b0cfadac09db2082.woff") format("woff"); }

@font-face {
  font-family: 'icons';
  src: url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.eot?789");
  src: url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.eot?789#iefix") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.woff?789") format("woff"), url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.ttf?789") format("truetype"), url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.svg?789#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*================ Global | Normalize ================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

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

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

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

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

/*================ Site-wide styles ================*/
/*================ Partials | Layout Styles ================*/
html,
body {
  background-color: white; }

*:focus {
  outline: none; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

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

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

/*================ Partials | Lists ================*/
ul, ol {
  padding: 0;
  text-rendering: optimizeLegibility; }

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

ol {
  list-style: decimal; }

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

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

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

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

/*================ Partials | Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

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

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

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

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

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/*============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

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

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

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

/*=============== Image Transitions ===================*/
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-out; }
  .fade-in.lazyloaded {
    opacity: 1; }
  .no-js .fade-in {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

/*================ Partials | Links and Buttons ================*/
button {
  overflow: visible; }

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

.btn,
.rte .btn {
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  width: auto;
  line-height: 1.42;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*================ Partials | Images, SVG, and iframes ================*/
img {
  border: 0 none; }

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

img,
iframe {
  max-width: 100%; }

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

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

/*================ Partials | Forms ================*/
form {
  margin: 0; }

/*================ Prevent zoom on touch devices in active inputs ================*/
@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px; } }
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

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

input,
textarea,
select {
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 0; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  min-height: 100px; }

/*================ Input element overrides ================*/
input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  padding: 0;
  width: auto; }

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

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

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

optgroup {
  font-weight: bold; }

option {
  color: #000;
  background-color: #fff; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }
  .ie9 .hidden-label, .lt-ie9 .hidden-label {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

label[for] {
  cursor: pointer; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .input-group-field {
  width: 100%; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

/*================ Selector wrapper ================*/
.selector-wrapper label {
  margin-right: 10px; }
.selector-wrapper + .selector-wrapper {
  margin-top: 15px; }

/*================ Partials | Icons ================*/
@font-face {
  font-family: 'icons';
  src: url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.eot?789");
  src: url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.eot?789#iefix") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.woff?789") format("woff"), url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.ttf?789") format("truetype"), url("https://cdn.shopify.com/s/files/1/0116/7962/9393/t/3/assets/icons.svg?789#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-fallback-text .icon {
  display: none; }
  .supports-fontface .icon-fallback-text .icon {
    display: inline-block; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon:before {
  display: none; }

.supports-fontface .icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================ Icon mapping ================*/
.icon-amazon_payments:before {
  content: "\e800"; }

.icon-american_express:before {
  content: "\41"; }

.icon-apple_pay:before {
  content: "\e90c"; }

.icon-arrow-down:before {
  content: "\e607"; }

.icon-arrow-left:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cart:before {
  content: "\e600"; }

.icon-cirrus:before {
  content: "\e904"; }

.icon-customer:before {
  content: "\e605"; }

.icon-dankort:before {
  content: "\64"; }

.icon-diners_club:before {
  content: "\63"; }

.icon-discover:before {
  content: "\44"; }

.icon-dogecoin:before {
  content: "\e908"; }

.icon-dwolla:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e609"; }

.icon-fancy:before {
  content: "\46"; }

.icon-forbrugsforeningen:before {
  content: "\e903"; }

.icon-google_plus:before {
  content: "\e90a"; }

.icon-hamburger:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-interac:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-litecoin:before {
  content: "\e909"; }

.icon-maestro:before {
  content: "\e905"; }

.icon-master:before {
  content: "\e906"; }

.icon-minus:before {
  content: "\e602"; }

.icon-paypal:before {
  content: "\50"; }

.icon-pin:before {
  content: "\e90d"; }

.icon-pinterest:before {
  content: "\e608"; }

.icon-plus:before {
  content: "\e603"; }

.icon-rss:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-snapchat:before {
  content: "\e90b"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-twitter:before {
  content: "\54"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-visa:before {
  content: "\56"; }

.icon-x:before {
  content: "\e604"; }

.icon-youtube:before {
  content: "\79"; }

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  margin-bottom: 0; }
  .payment-icons li {
    margin: 0 7.5px 7.5px;
    cursor: default; }
  .payment-icons .icon {
    font-size: 30px;
    line-height: 30px; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }

.social-icons .icon {
  padding-right: 4px; }

.social-icons .icon-google_plus {
  font-size: 0.8em; }

/*================ Module | Rich Text Editor ================*/
.rte:after {
  content: '';
  display: table;
  clear: both; }
.rte ul ul {
  margin-bottom: 0; }
.rte a {
  text-decoration: none; }
.rte li {
  margin-bottom: 0; }
.rte table {
  table-layout: fixed; }

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

.rte--nomargin {
  margin-bottom: 0; }

/*================ Module | Site Header ================*/
.site-header .grid--table {
  display: table;
  width: 100%; }
  .site-header .grid--table > .grid__item {
    float: none;
    display: table-cell; }

/*================ Module | Search Bar ================*/
.search-bar {
  max-width: 100%; }

.search-bar--header {
  max-width: 300px; }

/*================ Module | Site Nav and Dropdowns ================*/
.site-nav__item {
  position: relative;
  display: inline-block;
  margin: 0; }
  .site-nav__item li {
    display: block; }

.site-nav--mobile {
  margin-left: -10px; }
  .site-nav--mobile.text-right {
    margin: 0 -10px 0 0; }

.site-nav__link--icon {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.site-nav--mobile .site-nav__link {
  display: inline-block; }
.site-nav--mobile .icon {
  font-size: em(30px); }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 5;
  pointer-events: none; }
  .site-nav__dropdown a {
    text-align: left; }
  .site-nav__dropdown.nav-outside {
    left: auto;
    right: 0; }

/*================ Mobile navigation ================*/
.mobile-nav li {
  margin-bottom: 0;
  list-style: none; }

.mobile-nav__item {
  position: relative;
  display: block; }
  .mobile-nav__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid transparent; }
  .mobile-nav > .mobile-nav__item:last-child:after {
    display: none; }

.mobile-nav__has-sublist {
  display: table;
  width: 100%; }
  .mobile-nav__has-sublist .mobile-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.mobile-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%; }

.mobile-nav__toggle-open {
  display: block; }
  .mobile-nav--expanded .mobile-nav__toggle-open {
    display: none; }

.mobile-nav__toggle-close {
  display: none; }
  .mobile-nav--expanded .mobile-nav__toggle-close {
    display: block; }

/*================ View-specific styles ================*/
/*================ Templates | Cart Page ================*/
.cart__row {
  position: relative; }

.cart__image {
  display: block; }
  .cart__image img {
    width: 100%;
    display: block; }

.cart__product-name {
  margin-bottom: 0; }

.cart__discount {
  padding-top: 3px; }

.cart__product-meta {
  margin-bottom: 0; }

.cart--no-cookies .cart--continue-browsing {
  display: none; }

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

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

/*============================================================================
  _Font_face
==============================================================================*/
@font-face {
  font-family: "DIN Next";
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../../din_next/dinnext_n7.57888b0b2051a4dba7d02aad7ca64db99eca3cf1.woff") format("woff2"), url("../../../../../../../../../din_next/dinnext_n7.8ca52ee0f403ce0c89c90387f16284e4637c1b10_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-5fba7730eb866d91782743bdb745923007e88b6716bfd72161e4fb7a0bfaa180.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  src: url("../../../../../../../../../lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff") format("woff2"), url("../../../../../../../../../lato/lato_n4.e0ee1e2c008a0f429542630edf70be01045ac5e9_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-fc6a22cc8c748d21efc2599c5a85b469f134b51a518e5d66de47a4c30438dc16.woff") format("woff"); }

@font-face {
  font-family: "Titillium Web";
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../../titillium_web/titilliumweb_n7.d9934f829b1262cd6f365837a78b867b01693063.woff") format("woff2"), url("../../../../../../../../../titillium_web/titilliumweb_n7.669e49a9a18dba73feccda36771289d60afd2565_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-d9f144dd1446125c321b90ea48859b3d4251a4c1e9f9d0afb9ccd2cf79794f35.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../../lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff") format("woff2"), url("../../../../../../../../../lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-20c33fa8eef37b388996bf75947021254b3d6c6ea7a61ddf58237e9cdd269dd2.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  src: url("../../../../../../../../../lato/lato_i4.7307831c0d06d264a76f2f7310f8a29d0507d6d0.woff") format("woff2"), url("../../../../../../../../../lato/lato_i4.fb695d0d68d5b174347edaf543726b1903b57796_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-6cef1d027bd5a1d98585607cebf381c78c9a2ea3955c0e604e76b0a173b35e1c.woff") format("woff"); }

@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  src: url("../../../../../../../../../lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff") format("woff2"), url("../../../../../../../../../lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-cf2d013efc2ff1b2946deeca3d61e53cbfa85db0b1c2f82a49a8de2df5060f8c.woff") format("woff"); }

@font-face {
  font-family: "DIN Next";
  font-weight: 900;
  font-style: normal;
  src: url("../../../../../../../../../din_next/dinnext_n9.6841c32654588bd5adcbe818e17ea9bdb99c7a94.woff") format("woff2"), url("../../../../../../../../../din_next/dinnext_n9.9f5a67ca00f5313ade83c56bb90b842a6fd8421b_h1-dGhld2F2ZWxpZ2h0cy5jb20-hmac-79434d5331dc4c4fd6620ebc7ad3a9f2065eb6b58ad9ba38b0cfadac09db2082.woff") format("woff"); }

/*============================================================================
  _Functions
==============================================================================*/
/*================ _Control_color ================*/
/*================ _Strip_number ================*/
/*================ _Adaptive_color ================*/
/*============================================================================
  _Variables
==============================================================================*/
/*================ _Master_variables ================*/
/*================ _All_variables ================*/
/*============================================================================
  _Mixins
==============================================================================*/
/*==== _Media_query ============================ */
/*================ _Transitions ================*/
/*================ _Shadows ================*/
/*================ _Hovers ================*/
/*================ _Placeholders ================*/
/*================ _Font_stack ================*/
/*================  _Buttons ================*/
/*================ _Pagination ================*/
/*================ _Utilities ================*/
.visually-hidden {
  clip: rect(0 0 0 0) ;
  clip: rect(0, 0, 0, 0) ;
  overflow: hidden ;
  position: absolute ;
  height: 1px ;
  width: 1px ; }

.visually-shown {
  clip: initial ;
  clip: initial ;
  overflow: visible ;
  position: inherit ;
  height: initial ;
  width: initial ; }

/*============================================================================
  #Sass Mixins
==============================================================================*/
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

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

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

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

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

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

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

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

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

@-webkit-keyframes heroContentIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); }

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

@-moz-keyframes heroContentIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); }

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

@-ms-keyframes heroContentIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); }

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

@keyframes heroContentIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); }

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

/*================ _Flexbox ================*/
/*============================================================================
  _Structure
==============================================================================*/
/*================ _Grid_setup ================*/
/*============================================================================
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--full, .grid--rev,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid:after, .grid--full:after, .grid--rev:after,
  .grid-uniform:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (max-width: 769px) {
    .grid, .grid--full, .grid--rev,
    .grid-uniform {
      margin-left: -16px; } }

.grid-uniform {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid--spacer {
  margin-bottom: -30px; }
  .grid--spacer.grid--small {
    margin-bottom: -16px; }
  @media screen and (max-width: 769px) {
    .grid--spacer {
      margin-bottom: -16px; } }

.grid__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  vertical-align: top;
  padding-left: 30px;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .grid__item {
      padding-left: 16px; } }
  .grid--spacer > .grid__item {
    margin-bottom: 30px; }
    @media screen and (max-width: 769px) {
      .grid--spacer > .grid__item {
        margin-bottom: 16px; } }
  .grid--spacer.grid--small > .grid__item {
    margin-bottom: 16px; }

.grid--small {
  margin-left: -16px; }
  .grid--small .grid__item {
    padding-left: 16px; }

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .lt-ie9 .grid--full {
    margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

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

.grid__item.clear {
  clear: both; }

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Responsive helper classes ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.666%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.full {
  width: 100% !important; }

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 769px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small--full {
    width: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--full {
    width: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--full {
    width: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--full {
    width: 100% !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push--large--eleven-twelfths {
    left: 91.666%; } }
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*================ _Shopify_section ================ */
.shopify-section {
  position: relative; }

/*================ _Section_header ================*/
.section-header {
  margin-bottom: 17px;
  text-align: center; }

@media screen and (min-width: 769px) {
  .hero__title, .page-title, .product-title-big, .shopify-policy__title h1, .shopify-policy__title .h1 {
    font-size: 60px; } }

.section-header__subtitle {
  font-size: 20px; }

/*================ _Main_content ================*/
.main-content {
  display: block;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .main-content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .template-index .main-content, .template-collection .main-content, .template-product .main-content, .template-article .main-content {
    padding-top: 0;
    padding-bottom: 0; }

/*================ _Box ================*/
.box {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .box {
      padding-top: 60px;
      padding-bottom: 60px; } }

/*================ _Wrapper ================*/
.wrapper {
  -moz-transition: padding 0.3s ease, max-width 0.3s ease;
  -ms-transition: padding 0.3s ease, max-width 0.3s ease;
  -o-transition: padding 0.3s ease, max-width 0.3s ease;
  -webkit-transition: padding 0.3s ease, max-width 0.3s ease;
  transition: padding 0.3s ease, max-width 0.3s ease;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1150px; }
  @media screen and (max-width: 769px) {
    .wrapper {
      padding-left: 16px;
      padding-right: 16px; } }

.wrapper-fluid {
  -moz-transition: padding 0.3s ease, max-width 0.3s ease;
  -ms-transition: padding 0.3s ease, max-width 0.3s ease;
  -o-transition: padding 0.3s ease, max-width 0.3s ease;
  -webkit-transition: padding 0.3s ease, max-width 0.3s ease;
  transition: padding 0.3s ease, max-width 0.3s ease;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%; }
  @media screen and (max-width: 769px) {
    .wrapper-fluid {
      padding-left: 16px;
      padding-right: 16px; } }

.wrapper-boxed {
  -moz-transition: padding 0.3s ease, max-width 0.3s ease;
  -ms-transition: padding 0.3s ease, max-width 0.3s ease;
  -o-transition: padding 0.3s ease, max-width 0.3s ease;
  -webkit-transition: padding 0.3s ease, max-width 0.3s ease;
  transition: padding 0.3s ease, max-width 0.3s ease;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 575px; }
  @media screen and (max-width: 769px) {
    .wrapper-boxed {
      padding-left: 16px;
      padding-right: 16px; } }

.wrapper-full {
  max-width: 100%; }

/*================ _Product_grid ================*/
.grid-product__wrapper {
  text-align: center;
  border-radius: 3px; }

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

.grid-product__image-link {
  background-color: initial; }
  .is-sold-out .grid-product__image-link {
    opacity: 0.6; }

.product--image {
  background-color: initial; }
  .product--image.lazyload {
    opacity: 0; }

.tag-wrapper {
  position: absolute;
  z-index: 3; }
  .tag-wrapper.tag-top-left {
    top: 16px;
    left: 16px; }
    @media screen and (max-width: 769px) {
      .small--six-twelfths .tag-wrapper.tag-top-left {
        top: 8px;
        left: 8px; } }
  .tag-wrapper.tag-top-right {
    top: 16px;
    right: 16px; }
    @media screen and (max-width: 769px) {
      .small--six-twelfths .tag-wrapper.tag-top-right {
        top: 8px;
        right: 8px; } }
  .tag-wrapper.tag-bottom-right {
    bottom: 16px;
    right: 16px; }
    @media screen and (max-width: 769px) {
      .small--six-twelfths .tag-wrapper.tag-bottom-right {
        bottom: 8px;
        right: 8px; } }
  .tag-wrapper.tag-bottom-left {
    bottom: 16px;
    left: 16px; }
    @media screen and (max-width: 769px) {
      .small--six-twelfths .tag-wrapper.tag-bottom-left {
        bottom: 8px;
        left: 8px; } }

.sales-tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  padding: 6px 10px;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
  color: #1207cc; }
  @media screen and (max-width: 769px) {
    .hide-tag-mobile .sales-tag {
      height: 39px;
      width: 39px;
      line-height: 37px;
      padding: 0;
      letter-spacing: 0px; } }
  .sales-tag.tag-sold-out {
    background-color: white;
    border-color: white;
    color: #515151;
    border-color: #f2f2f2; }
  .sales-tag.tag-on-sale {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white; }

@media screen and (max-width: 769px) {
  .hide-tag-mobile .tag-text {
    display: none; } }

.grid-product__meta {
  position: relative;
  display: block;
  padding-top: 8px; }
  .grid-product__meta > * {
    margin-bottom: 0px; }
    .grid-product__meta > * + * {
      margin-top: 4px; }
  .grid-product__meta > h1 + *, .grid-product__meta > .h1 + *, .grid-product__meta h2 + *, .grid-product__meta .h2 + *, .grid-product__meta h3 + *, .grid-product__meta .h3 + *, .grid-product__meta h4 + *, .grid-product__meta .h4 + *, .grid-product__meta h5 + *, .grid-product__meta .h5 + *, .grid-product__meta h6 + *, .grid-product__meta .h6 + * {
    margin-top: 12px; }
  .is-sold-out .grid-product__meta {
    opacity: 0.6; }

.grid-product__price-min {
  position: relative; }

.price-compare {
  text-decoration: line-through; }

.grid-product__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0px;
  color: #202020; }

.grid-product__vendor {
  font-size: 13px; }

.slick-product-grid.slick-initialized {
  margin-bottom: 0px;
  margin-left: 0px;
  display: block; }
  .slick-product-grid.slick-initialized .slick-slide {
    clear: inherit !important;
    padding: 0px; }

@media screen and (min-width: 1024.1px) {
  .grid.large--eight-twelfths, .large--eight-twelfths.grid--full, .large--eight-twelfths.grid--rev {
    margin: auto; }
    .grid.large--eight-twelfths .grid__item, .large--eight-twelfths.grid--full .grid__item, .large--eight-twelfths.grid--rev .grid__item {
      position: relative;
      left: -15px; }
    .grid.large--eight-twelfths.slick-initialized .grid__item, .large--eight-twelfths.slick-initialized.grid--full .grid__item, .large--eight-twelfths.slick-initialized.grid--rev .grid__item {
      position: static; } }

/*================ _Collection_grid ================*/
.collection_grid-link {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative; }
  .grid--full .collection_grid-link {
    border-radius: 0px; }

.collection_grid-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  border-radius: 3px; }
  @media screen and (min-width: 769px) {
    .collection_grid-item {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 769px) {
    .collection_grid-item {
      min-height: 200px !important; } }
  .grid--full .collection_grid-item {
    border-radius: 0px; }

.collection_grid-inner {
  width: 100%;
  padding: 0 16px;
  z-index: 1; }

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

.collection_grid-title {
  margin-bottom: 0; }

.collection_grid--xsmall {
  min-height: inherit; }

.collection_grid--small {
  min-height: 200px; }

.collection_grid--medium {
  min-height: 300px; }

.collection_grid--large {
  min-height: 400px; }

.collection_grid--xlarge {
  min-height: 500px; }

/*================ _Article_grid ================*/
/*============================================================================
  _Vendor
==============================================================================*/
/*================ _Magnific_popup ================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

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

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

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

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

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

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

.mfp-counter {
  display: none; }

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

.mfp-img {
  background-color: #f7f7f7;
  max-height: 90vh !important; }

button.mfp-close {
  margin: 30px;
  color: #515151;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  height: 39px;
  width: 39px;
  line-height: 37px;
  padding: 0;
  letter-spacing: 0px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #515151;
  font-size: 0px; }
  button.mfp-close:before, button.mfp-close:after {
    font-size: 17px; }
  button.mfp-close:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d"; }

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

.mfp-chevron {
  position: absolute;
  pointer-events: none; }
  .mfp-chevron:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    line-height: 0; }
  .mfp-chevron.mfp-chevron-right {
    right: 30px; }
    .mfp-chevron.mfp-chevron-right:before {
      content: "\f105"; }
  .mfp-chevron.mfp-chevron-left {
    left: 30px; }
    .mfp-chevron.mfp-chevron-left:before {
      content: "\f104"; }

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
  position: absolute;
  display: block;
  border-width: 0;
  top: 50%;
  margin-top: -25px; }
.lt-ie9 .mfp-chevron:before {
  z-index: 5; }
.lt-ie9 .mfp-chevron:after {
  z-index: 2; }
.lt-ie9 .mfp-chevron-right:after {
  left: 80%; }
.lt-ie9 .mfp-chevron-right:before {
  left: 80%; }
.lt-ie9 .mfp-chevron-left:after {
  right: 80%; }
.lt-ie9 .mfp-chevron-left:before {
  right: 80%; }

/*================ _Slick_slider ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-disabled .slick-list {
    cursor: default !important; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-disabled .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:focus {
    outline: none; }

.slick-navigation {
  display: none;
  width: 100%;
  min-height: 39px;
  margin-top: 17px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .slick-slider[data-arrows="true"] + .slick-navigation, .slick-slider[data-dots="true"] + .slick-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .hero-container + .slick-navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 16px; }
    .hero-container + .slick-navigation .slick-dots li button {
      border-color: white; }
    .hero-container + .slick-navigation .slick-dots li.slick-active button {
      background-color: white; }
    .hero-container + .slick-navigation .slick-arrows {
      color: white; }

.slick-arrows {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  height: 39px;
  width: 39px;
  line-height: 37px;
  padding: 0;
  letter-spacing: 0px;
  background-color: transparent;
  border-color: transparent;
  color: #515151; }
  .slick-slider[data-arrows="false"] + .slick-navigation .slick-arrows {
    display: none; }

.slick-prev {
  /*   padding-left: $gutter;
    @include screen($small){
      padding-left: $gutter-sm;
    } */ }

.slick-right {
  /*   padding-right: $gutter; 
    @include screen($small){
      padding-right: $gutter-sm;
    } */ }

.slick-dots-container {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.slick-dots {
  margin: 0;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .slick-slider[data-dots="false"] + .slick-navigation .slick-dots {
    display: none; }
  .hero-slick .slick-dots button {
    border-color: white; }
  .hero-slick .slick-dots .slick-active button {
    background-color: white; }
  .slick-dots li {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding: 5px; }
    .slick-dots li button {
      background-color: transparent;
      color: #1207cc;
      border: 1px solid #f2f2f2;
      border-color: #1207cc;
      padding: 0px;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 100px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: -9999px;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .hero-slick .slick-dots li button {
        border-color: white; }
    .slick-dots li.slick-active button {
      background-color: #1207cc; }
      .hero-slick .slick-dots li.slick-active button {
        background-color: white; }

/*================ _jQuery_zoom ================*/
.zoomImg {
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  min-height: 100%;
  min-width: 100%; }

/*============================================================================
  _Onboarding
==============================================================================*/
/*================ Sections onboarding ================*/
.placeholder-svg {
  border-radius: 3px;
  fill: rgba(32, 32, 32, 0.2);
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }
  .bg-section .placeholder-svg {
    background-color: white; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .hero .placeholder-background {
    background-color: transparent; }

.hero__slide.slide--placeholder {
  background-color: white !important; }

/*============================================================================
  _Partials
==============================================================================*/
/*================ _Reset ================*/
::selection {
  background-color: #1207cc;
  color: #ffffff; }

html {
  overflow: initial !important;
  margin-right: 0px !important; }

body {
  overflow-x: hidden; }

fieldset {
  margin: 0px; }

/*================ element that have hovers ================*/
a,
button,
.btn,
input,
select,
textarea {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important; }
  a:hover,
  button:hover,
  .btn:hover,
  input:hover,
  select:hover,
  textarea:hover {
    opacity: 0.6; }
  a:focus,
  button:focus,
  .btn:focus,
  input:focus,
  select:focus,
  textarea:focus {
    opacity: 1; }
  a:active,
  button:active,
  .btn:active,
  input:active,
  select:active,
  textarea:active {
    opacity: 1; }

/*================ _Typography ================*/
html,
body,
input,
textarea,
button,
select {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  color: #515151;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

p {
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 17px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 12px;
  text-rendering: optimizeLegibility;
  color: #202020;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0px; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: #202020;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 34px; }

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

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

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

h5, .h5 {
  font-size: 20px; }

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

small {
  font-size: 13px; }

/*================ _Links ================*/
a {
  color: #515151;
  text-decoration: none;
  background: transparent; }

.view-all-box {
  text-align: center;
  margin-top: 30px; }
  @media screen and (max-width: 769px) {
    .view-all-box {
      margin-top: 16px; } }

/*================ _Form_elements ================*/
input {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #515151; }
  input::-webkit-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  input:-moz-placeholder {
    color: #515151;
    opacity: 0.7; }
  input::-moz-placeholder {
    color: #515151;
    opacity: 0.7; }
  input:-ms-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  input::-ms-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  input[disabled], input.disabled {
    cursor: default;
    opacity: 0.6; }
  input.input-full {
    width: 100%; }
  input.error {
    border-color: #1207cc; }

.input--small {
  padding: 6px 10px !important; }

input[type='submit'] {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  background-color: #1207cc;
  border-color: #1207cc;
  color: white; }

textarea {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #515151;
  vertical-align: top; }
  textarea::-webkit-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  textarea:-moz-placeholder {
    color: #515151;
    opacity: 0.7; }
  textarea::-moz-placeholder {
    color: #515151;
    opacity: 0.7; }
  textarea:-ms-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  textarea::-ms-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  textarea[disabled], textarea.disabled {
    cursor: default;
    opacity: 0.6; }
  textarea.input-full {
    width: 100%; }
  textarea.error {
    border-color: #1207cc; }

input[type='checkbox'] {
  height: initial; }

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

label[for] {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  label[for]:hover {
    opacity: 0.6; }
  label[for]:focus {
    opacity: 1; }
  label[for]:active {
    opacity: 1; }
label.error {
  color: #1207cc; }

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 17px; }
.form-vertical textarea {
  min-height: 200px; }
.form-vertical input[type="checkbox"],
.form-vertical input[type="radio"],
.form-vertical .btn {
  display: inline-block; }
.form-vertical .btn {
  display: inline-block; }

.note,
.errors {
  border-radius: 3px;
  color: #1207cc;
  border: 1px solid #f2f2f2;
  padding: 6px 10px;
  margin-bottom: 17px;
  text-align: left; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note a,
  .errors a {
    color: #1207cc;
    text-decoration: underline !important; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.errors {
  border-color: #1207cc; }

.form-success {
  border-color: #1207cc;
  text-align: center; }
  .newsletter-section .form-success {
    margin-bottom: 0px; }

/*================ _Select_option ================*/
select {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #515151;
  padding-right: 48px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("ico-select_v-5489016372716118204.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 24px center !important;
  background-size: auto 17px;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  select::-webkit-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  select:-moz-placeholder {
    color: #515151;
    opacity: 0.7; }
  select::-moz-placeholder {
    color: #515151;
    opacity: 0.7; }
  select:-ms-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  select::-ms-input-placeholder {
    color: #515151;
    opacity: 0.7; }
  select[disabled], select.disabled {
    cursor: default;
    opacity: 0.6; }
  select.input-full {
    width: 100%; }
  select.error {
    border-color: #1207cc; }
  .ie9 select, .lt-ie9 select {
    padding-right: 24px;
    background-image: none; }

.select--small {
  padding: 6px 30px 6px 10px !important;
  background-position: right 10px center !important; }
  .ie9 .select--small, .lt-ie9 .select--small {
    padding-right: 10px; }

option {
  color: #515151;
  background-color: white;
  cursor: pointer; }

/*================ _Input_group ================*/
.input-group-field {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100%; }
  .input-group-full .input-group-field {
    border-radius: 0;
    border-color: transparent;
    padding-left: 0px;
    background-color: transparent;
    font-size: 20px;
    height: 59px; }

.input-group-btn .btn, .input-group-btn button, .input-group-btn input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap; }
  .input-group-btn .btn .sumbit-text, .input-group-btn button .sumbit-text, .input-group-btn input .sumbit-text {
    white-space: nowrap; }
    @media screen and (max-width: 769px) {
      .input-group-btn .btn .sumbit-text, .input-group-btn button .sumbit-text, .input-group-btn input .sumbit-text {
        display: none; } }
  @media screen and (max-width: 769px) {
    .input-group-btn .btn, .input-group-btn button, .input-group-btn input {
      height: 59px;
      width: 59px;
      line-height: 57px;
      padding: 0;
      letter-spacing: 0px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
  .input-group-full .input-group-btn .btn, .input-group-full .input-group-btn button, .input-group-full .input-group-btn input {
    border-radius: 3px; }
    @media screen and (max-width: 769px) {
      .input-group-full .input-group-btn .btn, .input-group-full .input-group-btn button, .input-group-full .input-group-btn input {
        height: 59px;
        width: 59px;
        line-height: 57px;
        padding: 0;
        letter-spacing: 0px; } }

/*================ _List ================*/
ol,
ul,
dl {
  margin: 0 0 17px 17px; }

fieldset {
  padding: 0px; }

/*================ _Hr ================*/
hr {
  clear: both;
  border-color: transparent;
  border-width: 1px 0 0;
  height: 0;
  width: 50px;
  margin: 0 auto;
  padding-top: 8.5px;
  padding-bottom: 8.5px; }

.hr--xs {
  padding-top: 2px;
  padding-bottom: 2px; }

.hr--sm {
  padding-top: 4px;
  padding-bottom: 4px; }

.hr--lg {
  padding-top: 12.5px;
  padding-bottom: 12.5px; }

.hr--xl {
  padding-top: 25.5px;
  padding-bottom: 25.5px; }

.hr--breaker {
  width: 100%;
  padding: 0px; }

/*================ _Buttons ================*/
/*to style buttons go in the mixins "@mixin buttonBase"*/
.btn {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #515151; }

.btn--primary {
  background-color: #1207cc;
  border-color: #1207cc;
  color: white; }

.btn-outline-primary {
  background-color: transparent;
  border-color: #1207cc;
  color: #1207cc; }
  .btn-outline-primary:hover {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    opacity: 1; }
  .btn-outline-primary:focus {
    opacity: 1; }
  .btn-outline-primary:active {
    opacity: 0.6; }

.btn--secondary {
  background-color: #1207cc;
  border-color: #1207cc;
  color: white; }

.btn-outline-secondary {
  background-color: transparent;
  border-color: #1207cc;
  color: #1207cc; }
  .btn-outline-secondary:hover {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    opacity: 1; }
  .btn-outline-secondary:focus {
    opacity: 1; }
  .btn-outline-secondary:active {
    opacity: 0.6; }

.btn--buy {
  background-color: #1207cc;
  border-color: #1207cc;
  color: white;
  text-transform: uppercase; }

.btn-outline-buy {
  background-color: transparent;
  border-color: #1207cc;
  color: #1207cc; }
  .btn-outline-buy:hover {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    opacity: 1; }
  .btn-outline-buy:focus {
    opacity: 1; }
  .btn-outline-buy:active {
    opacity: 0.6; }

.btn--square {
  height: 59px;
  width: 59px;
  line-height: 57px;
  padding: 0;
  letter-spacing: 0px; }

.btn-square-small {
  height: 39px;
  width: 39px;
  line-height: 37px;
  padding: 0;
  letter-spacing: 0px; }

.btn--small {
  padding: 6px 10px; }

.btn--full {
  width: 100% !important; }

.btn--banner {
  padding-left: 30px;
  padding-right: 30px;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  display: block;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .btn--banner {
      padding-left: 16px;
      padding-right: 16px; } }

.shopify-challenge__button {
  background-color: #1207cc;
  border-color: #1207cc;
  color: white; }

.btn-facebook:hover {
  background-color: transparent;
  border-color: #3b5998;
  color: #3b5998; }
  .btn-facebook:hover:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: white;
    opacity: 1; }
  .btn-facebook:hover:focus {
    opacity: 1; }
  .btn-facebook:hover:active {
    opacity: 0.6; }

.btn-twitter:hover {
  background-color: transparent;
  border-color: #1da1f2;
  color: #1da1f2; }
  .btn-twitter:hover:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: white;
    opacity: 1; }
  .btn-twitter:hover:focus {
    opacity: 1; }
  .btn-twitter:hover:active {
    opacity: 0.6; }

.btn-pinterest:hover {
  background-color: transparent;
  border-color: #bd081c;
  color: #bd081c; }
  .btn-pinterest:hover:hover {
    background-color: #bd081c;
    border-color: #bd081c;
    color: white;
    opacity: 1; }
  .btn-pinterest:hover:focus {
    opacity: 1; }
  .btn-pinterest:hover:active {
    opacity: 0.6; }

.btn-instagram:hover {
  background-color: transparent;
  border-color: #e1306c;
  color: #e1306c; }
  .btn-instagram:hover:hover {
    background-color: #e1306c;
    border-color: #e1306c;
    color: white;
    opacity: 1; }
  .btn-instagram:hover:focus {
    opacity: 1; }
  .btn-instagram:hover:active {
    opacity: 0.6; }

.btn-snapchat:hover {
  background-color: transparent;
  border-color: #fffc00;
  color: #fffc00; }
  .btn-snapchat:hover:hover {
    background-color: #fffc00;
    border-color: #fffc00;
    color: white;
    opacity: 1; }
  .btn-snapchat:hover:focus {
    opacity: 1; }
  .btn-snapchat:hover:active {
    opacity: 0.6; }

.btn-google:hover {
  background-color: transparent;
  border-color: #dd4b39;
  color: #dd4b39; }
  .btn-google:hover:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: white;
    opacity: 1; }
  .btn-google:hover:focus {
    opacity: 1; }
  .btn-google:hover:active {
    opacity: 0.6; }

.btn-tumblr:hover {
  background-color: transparent;
  border-color: #35465c;
  color: #35465c; }
  .btn-tumblr:hover:hover {
    background-color: #35465c;
    border-color: #35465c;
    color: white;
    opacity: 1; }
  .btn-tumblr:hover:focus {
    opacity: 1; }
  .btn-tumblr:hover:active {
    opacity: 0.6; }

.btn-youtube:hover {
  background-color: transparent;
  border-color: red;
  color: red; }
  .btn-youtube:hover:hover {
    background-color: red;
    border-color: red;
    color: white;
    opacity: 1; }
  .btn-youtube:hover:focus {
    opacity: 1; }
  .btn-youtube:hover:active {
    opacity: 0.6; }

.btn-vimeo:hover {
  background-color: transparent;
  border-color: #1ab7ea;
  color: #1ab7ea; }
  .btn-vimeo:hover:hover {
    background-color: #1ab7ea;
    border-color: #1ab7ea;
    color: white;
    opacity: 1; }
  .btn-vimeo:hover:focus {
    opacity: 1; }
  .btn-vimeo:hover:active {
    opacity: 0.6; }

.btn-top {
  background-color: white;
  border-color: white;
  color: #202020;
  position: fixed;
  text-align: center;
  font-size: 20px;
  z-index: 2;
  bottom: -89px;
  opacity: 0;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
  .btn-top:hover {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-top:hover:hover {
      opacity: 0.6; }
    .btn-top:hover:focus {
      opacity: 1; }
    .btn-top:hover:active {
      opacity: 1; }
  @media screen and (max-width: 769px) {
    .btn-top {
      bottom: 16px; } }
  .btn-top.btn-top-visible {
    bottom: 30px;
    opacity: 1; }
  .btn-top.btn-top-left {
    left: 30px; }
    @media screen and (max-width: 769px) {
      .btn-top.btn-top-left {
        left: 16px; } }
  .btn-top.btn-top-right {
    right: 30px; }
    @media screen and (max-width: 769px) {
      .btn-top.btn-top-right {
        right: 16px; } }
  .btn-top.btn-top-center {
    left: 50%;
    margin-left: -29.5px; }

/*================ _Tables ================*/
.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px; }
  .table-wrap table {
    table-layout: auto; }

table {
  width: 100%;
  border-spacing: 0;
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 3px; }
  table a {
    color: #1207cc;
    text-decoration: underline !important; }
  table tr {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    table tr:hover {
      background-color: #f7f7f7; }
    table tr th, table tr .table__title {
      background-color: #f7f7f7;
      text-align: left;
      font-family: "DIN Next", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: initial;
      letter-spacing: 0.5px; }
    @media screen and (max-width: 769px) {
      table tr th {
        font-size: 13px; } }
    table tr th:first-child {
      border-top-left-radius: 3px; }
    table tr th:last-child {
      border-top-right-radius: 3px; }
    table tr td {
      padding: 16px; }
    table tr th, table tr td {
      border: none;
      position: relative;
      padding: 16px; }
      table tr th:before, table tr td:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0px;
        height: 100%;
        border-right: 1px solid #f2f2f2; }
      table tr th:after, table tr td:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0px;
        border-bottom: 1px solid #f2f2f2; }
    table tr th:last-child:before, table tr td:last-child:before {
      border-right: 0px; }
    table tr:last-child td:after {
      border-bottom: 0px; }
  table tfoot tr:first-child td {
    border-top: 1px solid #f2f2f2; }

.order-table td[data-label="Discount"], .order-table .table-discount-code {
  color: #1207cc; }
.order-table .money {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit; }
.order-table .table-discount-code {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase; }
@media screen and (max-width: 769px) {
  .order-table {
    text-align: right; }
    .order-table thead {
      display: none; }
    .order-table td {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
    .order-table td:before {
      content: attr(data-label);
      float: left;
      position: static;
      border: 0px;
      padding-right: 16px; }
    .order-table tbody td:before {
      font-family: "DIN Next", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: initial;
      letter-spacing: 0.5px;
      font-size: 13px; }
    .order-table .table__section + .table__section td:first-child {
      border-top: 1px solid #f2f2f2; }
    .order-table .table__section td:after {
      display: none; }
    .order-table .table--small-hide {
      display: none !important; } }

.order-notes {
  margin-top: 8px; }

/*================ _Images ================*/
img {
  border-radius: 3px; }

.image-wrapper {
  position: relative; }

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

.image-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 3px; }

.image-spacer {
  margin-bottom: 17px; }

/*================ _RTE ================*/
.rte {
  margin-bottom: 17px; }
  .rte > :last-child {
    margin-bottom: 0; }
  .rte blockquote {
    padding: 30px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 17px; }
    .rte blockquote:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f10d";
      color: #1207cc;
      display: block;
      text-align: left;
      margin-left: -16px; }
    .rte blockquote:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f10e";
      color: #1207cc;
      display: block;
      text-align: right;
      margin-right: -16px; }
    .rte blockquote p:last-child {
      margin-bottom: 0px; }
  .rte a {
    color: #1207cc;
    word-break: break-word; }
  .rte .fas {
    color: #1207cc; }

/*================ _Blockquote ================*/
blockquote {
  margin: 0px;
  display: block;
  width: 100%; }

cite {
  display: block;
  font-size: 13px; }
  cite:before {
    content: "\2014 \0020"; }

/*================ _Pagination ================*/
.pagination {
  margin: 0;
  text-align: center; }
  .pagination > * {
    display: inline-block; }
    .pagination > *:not(:last-child) {
      margin-right: 4px; }
  .pagination a, .pagination .page.current {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "DIN Next", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 16px 24px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc;
    height: 39px;
    width: 39px;
    line-height: 37px;
    padding: 0;
    letter-spacing: 0px; }
    .pagination a:hover, .pagination .page.current:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    .pagination a:focus, .pagination .page.current:focus {
      opacity: 1; }
    .pagination a:active, .pagination .page.current:active {
      opacity: 0.6; }
  .pagination .page.current {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "DIN Next", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 16px 24px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    height: 39px;
    width: 39px;
    line-height: 37px;
    padding: 0;
    letter-spacing: 0px; }

/*================ _Icons ================*/
.icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0) ;
  clip: rect(0, 0, 0, 0) ;
  overflow: hidden ;
  position: absolute ;
  height: 1px ;
  width: 1px ; }

/*================ _Quantity_selectors ================*/
.qty-container {
  position: relative;
  max-width: 117px;
  width: 100%; }
  .product-single__form .qty-container {
    max-width: 100%; }
  .is-loading .qty-container {
    opacity: 0.6;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }

.qty-input {
  text-align: center;
  padding: 6px 10px !important; }
  .qty-container .qty-input {
    background-color: transparent;
    border-color: transparent;
    -moz-appearance: textfield; }
    .qty-container .qty-input::-webkit-outer-spin-button, .qty-container .qty-input::-webkit-inner-spin-button {
      display: none;
      -webkit-appearance: none;
      margin: 0; }
  .product-single__form .qty-input {
    width: 100%;
    border-color: #f7f7f7;
    background-color: #f7f7f7; }

.qty-adjust {
  position: absolute;
  display: none;
  top: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .qty-container .qty-adjust {
    display: inherit; }

.qty-minus {
  left: 0; }

.qty-plus {
  right: 0; }

/*============================================================================
  _Global_section
==============================================================================*/
/*================ _Announcement ================*/
.announcement-container {
  position: relative;
  background-color: white;
  z-index: 6 !important;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.announcement-wrapper {
  width: 100%; }

.announcement-bar {
  background-color: #202020;
  color: white;
  height: 39px;
  overflow: hidden;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }
  @media screen and (max-width: 769px) {
    .announcement-bar {
      height: 39px;
      font-size: 13px;
      line-height: 1.2; } }

/*================ _Header ================*/
.header-section {
  position: relative;
  z-index: 6; }
  .sticky-header .header-section {
    position: -webkit-sticky;
    position: sticky;
    transform: translate3d(0, 0, 0);
    top: 0; }

.header-container {
  height: 100px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 769px) {
    .header-container {
      position: relative !important; } }

.site-header {
  background-color: white;
  height: 100px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .site-header ul {
    margin-bottom: 0; }

.header-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

@media screen and (max-width: 1024.1px) {
  .nav-containers {
    margin: 0px; } }

.nav-container-left-icons {
  order: 1;
  display: none; }
  .nav-container-left-icons .inner-nav-containers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 17px; }
  @media screen and (max-width: 1024.1px) {
    .nav-container-left-icons {
      display: block;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media screen and (min-width: 1024.1px) {
    .nav-center-logo .nav-container-left-icons {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .nav-hidden .nav-container-left-icons {
      display: block;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.nav-container-logo {
  order: 2; }
  .nav-container-logo .inner-nav-containers {
    margin-left: 0; }
  @media screen and (min-width: 1024.1px) {
    .nav-center .nav-container-logo {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .nav-center-logo .nav-container-logo {
      order: 3; } }

.nav-container-menu {
  order: 3; }
  @media screen and (max-width: 1024.1px) {
    .nav-container-menu {
      display: none; } }
  .nav-left .nav-container-menu {
    margin-right: auto; }
  .nav-right .nav-container-menu {
    margin-left: auto; }
  .nav-center .nav-container-menu .inner-nav-containers {
    margin-right: 17px; }
  .nav-center-logo .nav-container-menu {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: 2; }
    .nav-center-logo .nav-container-menu .inner-nav-containers {
      margin-left: 0;
      margin-right: 17px; }
  .nav-hidden .nav-container-menu {
    display: none; }

.nav-container-right-icons {
  order: 4;
  text-align: right; }
  .nav-container-right-icons .inner-nav-containers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
  @media screen and (max-width: 1024.1px) {
    .nav-container-right-icons {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media screen and (min-width: 1024.1px) {
    .nav-center .nav-container-right-icons {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .nav-center .nav-container-right-icons .inner-nav-containers {
        margin-left: 0; }
    .nav-center-logo .nav-container-right-icons {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .nav-hidden .nav-container-right-icons {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.site-nav, .site-nav--mobile,
.site-nav--open {
  white-space: nowrap; }

.inner-nav-containers {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .nav-container-left .inner-nav-containers {
    margin-left: 0px; }
  @media screen and (min-width: 1024.1px) {
    .nav-left .nav-container-logo .inner-nav-containers, .nav-right .nav-container-logo .inner-nav-containers {
      margin-left: 0px; } }

.site-nav__item {
  line-height: 1;
  white-space: normal;
  margin-bottom: 0px; }
  .site-nav__item li {
    margin-bottom: 0px; }

.site-nav__link {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  display: inline-block;
  text-decoration: none;
  padding: 8px;
  white-space: nowrap;
  color: #202020; }
  .site-nav__link .icon-arrow-down {
    position: relative;
    top: -2px;
    padding-left: 5px;
    font-size: 10px; }

.site-nav--has-dropdown > a {
  position: relative;
  z-index: 10; }
.site-nav--has-dropdown:hover > a {
  opacity: 0.6;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .site-nav--has-dropdown:hover > a:hover {
    opacity: 0.6; }
  .site-nav--has-dropdown:hover > a:focus {
    opacity: 1; }
  .site-nav--has-dropdown:hover > a:active {
    opacity: 1; }
.site-nav--has-dropdown:hover > .site-nav__dropdown-link,
.site-nav--has-dropdown .site-nav__dropdown-link:hover,
.site-nav--has-dropdown .site-nav__dropdown-link:active,
.site-nav--has-dropdown .site-nav__dropdown-link:focus {
  color: #1207cc;
  border-color: #1207cc;
  background-color: #f7f7f7; }
.site-nav--has-dropdown.site-nav--has-dropdown-grandchild a:before {
  display: none; }

.site-nav__dropdown, .site-nav__dropdown-grandchild ul {
  background-color: white;
  min-width: 100%;
  padding: 8px 0;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }

.site-nav__dropdown {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0px, -12px, 0px);
  -moz-transform: translate3d(0px, -12px, 0px);
  -ms-transform: translate3d(0px, -12px, 0px);
  -o-transform: translate3d(0px, -12px, 0px);
  transform: translate3d(0px, -12px, 0px); }
  .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }

.site-nav__dropdown-grandchild {
  position: absolute;
  left: 100%;
  width: 100%;
  margin: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  top: -4px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(-12px, 0px, 0px);
  -moz-transform: translate3d(-12px, 0px, 0px);
  -ms-transform: translate3d(-12px, 0px, 0px);
  -o-transform: translate3d(-12px, 0px, 0px);
  transform: translate3d(-12px, 0px, 0px); }
  .site-nav__dropdown-grandchild ul {
    margin: 0 0 0 5px; }
  .site-nav__dropdown-grandchild.nav-outside {
    left: -100%; }
  .nav-outside + .site-nav__dropdown-grandchild {
    -webkit-transform: translate3d(12px, 0px, 0px);
    -moz-transform: translate3d(12px, 0px, 0px);
    -ms-transform: translate3d(12px, 0px, 0px);
    -o-transform: translate3d(12px, 0px, 0px);
    transform: translate3d(12px, 0px, 0px); }
  .supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild, .site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild, .nav-focus + .site-nav__dropdown-grandchild {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }

.site-nav__dropdown-link {
  display: block;
  white-space: nowrap;
  padding: 17px 17px 17px 13px;
  background-color: transparent;
  color: #515151;
  border-left: 4px solid transparent; }
  .site-nav--has-grandchildren .site-nav__dropdown-link {
    padding-right: 34px; }
  .site-nav__dropdown-grandchild .site-nav__dropdown-link {
    white-space: normal; }
  .site-nav__dropdown-link .fas {
    position: absolute;
    right: 17px; }

.site-header__logo-link {
  float: left;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0px;
  font-size: 34px; }
  @media screen and (max-width: 769px) {
    .site-header__logo-link {
      font-size: 17px; } }

.logo {
  border-radius: 0; }

.site-header__logo {
  margin: 0; }
  .site-header__logo a {
    color: #202020;
    display: block;
    line-height: 0; }
  .site-header__logo img {
    max-width: 100%;
    width: auto;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .site-header__logo .inverted-logo {
    clip: rect(0 0 0 0) ;
    clip: rect(0, 0, 0, 0) ;
    overflow: hidden ;
    position: absolute ;
    height: 1px ;
    width: 1px ; }
  .site-header__logo .mobile-logo {
    display: none; }

.site-nav__link--icon {
  letter-spacing: 0 !important; }
  @media screen and (min-width: 769px) {
    .site-nav__link--icon {
      font-size: 20px; } }

.cart-link {
  position: relative; }

.cart-link__bubble {
  display: none; }

.cart-link__bubble--visible {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 4px;
  border: 2px solid white;
  background-color: #1207cc;
  border-radius: 100px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 1px; }
  @media screen and (max-width: 769px) {
    .cart-link__bubble--visible {
      width: 12px;
      height: 12px; } }

@media screen and (min-width: 769px) {
  .sticky-header.is-scrolling .header-section {
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px); }
  .sticky-header.is-scrolling .site-header {
    height: 80px;
    position: absolute;
    width: 100%;
    top: 20px;
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
  .sticky-header.is-scrolling .site-header__logo .default-logo {
    clip: initial !important;
    clip: initial !important;
    overflow: visible !important;
    position: inherit !important;
    height: initial !important;
    width: initial !important; }
  .sticky-header.is-scrolling .site-header__logo .inverted-logo {
    clip: rect(0 0 0 0) !important;
    clip: rect(0, 0, 0, 0) !important;
    overflow: hidden !important;
    position: absolute !important;
    height: 1px !important;
    width: 1px !important; }
  .sticky-header.is-scrolling .site-header {
    background-color: white; }
  .sticky-header.is-scrolling .site-nav__link, .sticky-header.is-scrolling .site-header__logo-link {
    color: #202020; }
  .sticky-header.is-scrolling .cart-link__bubble--visible {
    background-color: #1207cc;
    border-color: white; } }

@media screen and (max-width: 769px) {
  .header-section {
    position: -webkit-sticky;
    position: sticky;
    transform: translate3d(0, 0, 0);
    top: 0; }

  .header-container {
    height: 60px; }

  .site-header {
    height: 60px;
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }

  .site-header__logo .default-logo {
    display: none; }
  .site-header__logo .inverted-logo {
    display: none; }
  .site-header__logo .mobile-logo {
    display: block; }

  .site-header {
    background-color: white !important; }

  .site-nav__link, .site-header__logo-link {
    color: #202020 !important; }

  .cart-link__bubble--visible {
    background-color: #1207cc !important;
    border-color: white !important; } }
/*================ _Drawers ================*/
.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  z-index: 999999999;
  color: #202020;
  border-color: #f2f2f2;
  background-color: white;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .drawer .btn, .drawer textarea, .drawer input {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #202020; }
    .drawer .btn::-webkit-input-placeholder, .drawer textarea::-webkit-input-placeholder, .drawer input::-webkit-input-placeholder {
      color: #202020;
      opacity: 0.7; }
    .drawer .btn:-moz-placeholder, .drawer textarea:-moz-placeholder, .drawer input:-moz-placeholder {
      color: #202020;
      opacity: 0.7; }
    .drawer .btn::-moz-placeholder, .drawer textarea::-moz-placeholder, .drawer input::-moz-placeholder {
      color: #202020;
      opacity: 0.7; }
    .drawer .btn:-ms-input-placeholder, .drawer textarea:-ms-input-placeholder, .drawer input:-ms-input-placeholder {
      color: #202020;
      opacity: 0.7; }
    .drawer .btn::-ms-input-placeholder, .drawer textarea::-ms-input-placeholder, .drawer input::-ms-input-placeholder {
      color: #202020;
      opacity: 0.7; }
  .drawer .ajaxcart__row, .drawer .mobile-nav__spacer {
    border-color: #f2f2f2 !important; }
  .drawer .btn--primary {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white; }
  .drawer .btn-outline-primary {
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc; }
    .drawer .btn-outline-primary:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    .drawer .btn-outline-primary:focus {
      opacity: 1; }
    .drawer .btn-outline-primary:active {
      opacity: 0.6; }
  .drawer .btn--buy {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white; }
  .drawer .btn-outline-buy {
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc; }
    .drawer .btn-outline-buy:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    .drawer .btn-outline-buy:focus {
      opacity: 1; }
    .drawer .btn-outline-buy:active {
      opacity: 0.6; }
  .drawer a {
    color: #202020; }
  .drawer .text-link {
    color: #1207cc; }

.drawer--left {
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
  @media screen and (min-width: 769px) {
    .drawer--left {
      width: 350px;
      left: -350px; } }
  @media screen and (max-width: 769px) {
    .drawer--left {
      width: 85%;
      left: -85%; } }
  .js-drawer-open-left .drawer--left {
    display: block;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .lt-ie9 .js-drawer-open-left .drawer--left {
      left: 0; }

.drawer--right {
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
  @media screen and (min-width: 769px) {
    .drawer--right {
      width: 450px;
      right: -450px; } }
  @media screen and (max-width: 769px) {
    .drawer--right {
      width: 100%;
      right: -100%; } }
  .js-drawer-open-right .drawer--right {
    display: block;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .lt-ie9 .js-drawer-open-right .drawer--right {
      right: 0; }

.drawer--top {
  min-height: 119px;
  top: -119px;
  left: 0;
  right: 0;
  bottom: inherit;
  max-width: 100%;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
  .drawer--top .drawer__inner {
    overflow: hidden; }
  .js-drawer-open-top .drawer--top {
    display: block;
    -webkit-transform: translateY(119px);
    -moz-transform: translateY(119px);
    -ms-transform: translateY(119px);
    -o-transform: translateY(119px);
    transform: translateY(119px); }
    .lt-ie9 .js-drawer-open-top .drawer--top {
      top: 0; }

.drawer__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0px;
  font-size: 27px;
  line-height: 1; }

.overlay-drawer {
  background-color: #202020;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 999999996;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .js-drawer-open .overlay-drawer {
    pointer-events: auto;
    opacity: 0.65; }

.drawer__header {
  display: table;
  height: 80px;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .drawer__header {
      height: 60px; } }

.drawer__fixed-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  height: 80px;
  overflow: visible;
  z-index: 10; }
  @media screen and (max-width: 769px) {
    .drawer__fixed-header {
      padding: 0 16px;
      height: 60px; } }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__close {
  text-align: right; }

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

/*================ _Cart_drawer ================*/
.cart-empty-container {
  display: none; }

#CartDrawer .drawer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.ajaxcart__inner--has-fixed-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px; }
  @media screen and (max-width: 769px) {
    .ajaxcart__inner--has-fixed-footer {
      padding: 30px 16px; } }

.ajaxcart__product {
  position: relative;
  max-height: 500px; }
  .ajaxcart__product.is-removed {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.ajaxcart__row {
  margin-bottom: 30px; }
  .cart-spacer .ajaxcart__row {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2; }
  .ajaxcart__product:last-child .ajaxcart__row {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }

.ajaxcart__grid-info {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  padding-left: 16px !important; }

.ajaxcart__grid {
  /*   @include animated(fadeIn); */ }

.ajaxcart__product-image {
  display: block;
  overflow: hidden; }
  .ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: initial; }

.ajaxcart__product-name,
.cart__product-name {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0px;
  color: #202020; }

.ajaxcart__quantity-grid {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .ajaxcart__quantity-grid.ajaxcart__has-discount {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start; }

.ajaxcart__quantity-grid__item {
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.ajaxcart__price-grid__item {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4px !important; }

.ajaxcart__has-discount .ajaxcart__price {
  display: block; }

.ajaxcart__product-name--wrapper {
  margin-bottom: 4px; }

.ajaxcart__product-name {
  display: inline-block; }

.ajaxcart__product-meta {
  display: block;
  font-size: 13px; }

.ajaxcart__price--strikethrough,
.cart__price--strikethrough {
  text-decoration: line-through;
  font-size: 13px; }

.order-discount {
  margin: 0px;
  list-style: unset; }

.order-discount__item {
  margin-top: 4px; }

.ajaxcart__footer--fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  min-height: 130px;
  background-color: white;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
  @media screen and (max-width: 769px) {
    .ajaxcart__footer--fixed {
      padding: 16px; } }

.ajaxcart__subtotal {
  margin-bottom: 8px;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px; }

.ajaxcart__savings {
  margin-bottom: 4px; }

.ajaxcart-loading-icon {
  display: none !important;
  color: #1207cc;
  font-size: 20px; }
  .drawer--is-loading .ajaxcart-loading-icon {
    display: block !important; }

/*================ _Nav_drawer ================*/
#NavDrawer .social-medias {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: white;
  padding: 0 16px;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
#NavDrawer .social-medias-icon {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.mobile-nav {
  margin-left: 0px;
  margin-top: -16px;
  margin-bottom: 0px; }
  .has-social-medias .mobile-nav {
    margin-bottom: 46px; }

.mobile-nav > .mobile-nav__item {
  background-color: white; }
.mobile-nav__item a {
  padding: 16px 0;
  color: #202020;
  text-decoration: none; }
  @media screen and (max-width: 769px) {
    .mobile-nav__item a {
      padding: 16px 0; } }

.mobile-nav__item a {
  display: block; }

.mobile-nav__has-sublist a,
.mobile-nav > .mobile-nav__item:not(.mobile-nav__item--secondary) > a {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  font-size: 20px; }

.mobile-nav > .mobile-nav__item > .mobile-nav__sublist > .mobile-nav__item > a,
.mobile-nav > .mobile-nav__item > .mobile-nav__sublist > .mobile-nav__item > .mobile-nav__has-sublist > a {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  font-size: 17px; }

.cart-spacer .mobile-nav__spacer {
  border-top: 1px solid #f2f2f2;
  margin-top: 16px;
  padding-bottom: 16px; }

.mobile-nav__sublist {
  display: none;
  margin-bottom: 0px; }

/*================ _Search_drawer ================*/
/*================ _Guarantee ================*/
@media screen and (min-width: 769px) {
  #section-guarantee .box {
    padding: 30px 0; } }
@media screen and (max-width: 769px) {
  #section-guarantee .box, #section-guarantee .wrapper, #section-guarantee .grid, #section-guarantee .grid--full, #section-guarantee .grid--rev, #section-guarantee .grid__item {
    padding: 0px;
    margin: 0; }
  #section-guarantee .grid__item + .grid__item {
    border-top: 1px solid #f2f2f2; } }
#section-guarantee .large--eight-twelfths .guarantee-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
#section-guarantee .large--eight-twelfths .guarantee-icon {
  margin-bottom: 17px; }

.guarantee-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .guarantee-item .guarantee-title {
    margin-top: -4px; }
  .guarantee-item.guarantee-title-only {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  @media screen and (max-width: 769px) {
    .guarantee-item {
      padding: 30px 16px; } }

.guarantee-icon {
  padding-right: 16px; }

.guarantee-content > * {
  margin-bottom: 0px; }
  .guarantee-content > * + * {
    margin-top: 17px; }
.guarantee-content > h1 + *, .guarantee-content > .h1 + *, .guarantee-content h2 + *, .guarantee-content .h2 + *, .guarantee-content h3 + *, .guarantee-content .h3 + *, .guarantee-content h4 + *, .guarantee-content .h4 + *, .guarantee-content h5 + *, .guarantee-content .h5 + *, .guarantee-content h6 + *, .guarantee-content .h6 + * {
  margin-top: 12px; }

/*================ _Footer ================*/
.site-footer {
  background-color: #202020;
  color: white; }
  .site-footer .social-icons a {
    color: white; }
  .site-footer .social-icons .fab {
    margin-right: 4px; }
  .site-footer .btn, .site-footer textarea, .site-footer input {
    background-color: #161616;
    border-color: #161616;
    color: white; }
    .site-footer .btn::-webkit-input-placeholder, .site-footer textarea::-webkit-input-placeholder, .site-footer input::-webkit-input-placeholder {
      color: white;
      opacity: 0.7; }
    .site-footer .btn:-moz-placeholder, .site-footer textarea:-moz-placeholder, .site-footer input:-moz-placeholder {
      color: white;
      opacity: 0.7; }
    .site-footer .btn::-moz-placeholder, .site-footer textarea::-moz-placeholder, .site-footer input::-moz-placeholder {
      color: white;
      opacity: 0.7; }
    .site-footer .btn:-ms-input-placeholder, .site-footer textarea:-ms-input-placeholder, .site-footer input:-ms-input-placeholder {
      color: white;
      opacity: 0.7; }
    .site-footer .btn::-ms-input-placeholder, .site-footer textarea::-ms-input-placeholder, .site-footer input::-ms-input-placeholder {
      color: white;
      opacity: 0.7; }
  .site-footer .btn--primary {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white; }
  .site-footer .btn-outline-primary {
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc; }
    .site-footer .btn-outline-primary:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    .site-footer .btn-outline-primary:focus {
      opacity: 1; }
    .site-footer .btn-outline-primary:active {
      opacity: 0.6; }
  .site-footer .footer-item {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 769px) {
      .site-footer .footer-item {
        -webkit-flex: 100%;
        -moz-flex: 100%;
        -ms-flex: 100%;
        flex: 100%; } }
    .site-footer .footer-item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 769px) {
      .site-footer .footer-item.footer-link_list, .site-footer .footer-item.footer-social_medias {
        -webkit-flex: 50%;
        -moz-flex: 50%;
        -ms-flex: 50%;
        flex: 50%; } }
    @media screen and (min-width: 769px) {
      .site-footer .footer-item.footer-newsletter {
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto; } }
    .site-footer .footer-item.footer-newsletter form {
      margin-bottom: 17px; }
  .site-footer .image-link {
    margin-bottom: 8px; }
  .site-footer ul li a {
    display: inline-block;
    margin-bottom: 8px; }
  .site-footer .footer-single-item {
    text-align: center; }
    .site-footer .footer-single-item ul li a {
      font-size: 20px; }
  @media screen and (min-width: 769px) {
    .site-footer .inline-footer li {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 0px; }
      .site-footer .inline-footer li:last-child {
        margin-right: 0px; } }
  .site-footer .note, .site-footer .errors {
    color: white;
    border-color: #1207cc; }

.site-footer__linktitle {
  color: white; }

.site-footer__linklist a {
  color: white; }

.bottom-footer {
  background-color: #161616;
  padding: 30px 0; }
  .bottom-footer .credentials {
    color: white; }
    .bottom-footer .credentials a {
      color: white; }
  @media screen and (min-width: 1024.1px) {
    .bottom-footer p {
      margin-bottom: 0px; }
    .bottom-footer .grid, .bottom-footer .grid--full, .bottom-footer .grid--rev {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; } }
  .bottom-footer .grid__item:last-child {
    line-height: 0; }

@media screen and (max-width: 769px) {
  .footer-spacer {
    height: 60px; } }

.credentials {
  font-size: 13px; }
  .credentials > span:last-child {
    clip: rect(0 0 0 0) ;
    clip: rect(0, 0, 0, 0) ;
    overflow: hidden ;
    position: absolute ;
    height: 1px ;
    width: 1px ; }

/*============================================================================
  _Components
==============================================================================*/
/*================ _Overlay ================*/
.overlay {
  position: relative; }
  .overlay::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    opacity: 0.5; }
  .overlay h1, .overlay .h1, .overlay h2, .overlay .h2, .overlay h3, .overlay .h3, .overlay h4, .overlay .h4, .overlay h5, .overlay .h5, .overlay h6, .overlay .h6, .overlay p, .overlay .text-link {
    color: white; }

.overlay-text h1, .overlay-text .h1, .overlay-text h2, .overlay-text .h2, .overlay-text h3, .overlay-text .h3, .overlay-text h4, .overlay-text .h4, .overlay-text h5, .overlay-text .h5, .overlay-text h6, .overlay-text .h6, .overlay-text p, .overlay-text .text-link {
  color: white; }

/*================ _Loading ================*/
.btn--loading {
  opacity: 0.6 !important; }
  .btn--loading .btn__text {
    clip: rect(0 0 0 0) ;
    clip: rect(0, 0, 0, 0) ;
    overflow: hidden ;
    position: absolute ;
    height: 1px ;
    width: 1px ; }
  .btn--loading:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f110";
    display: block;
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }

/*================ _Payment_icons ================*/
.payment-icons-list {
  line-height: 0; }
  .bottom-footer .payment-icons-list {
    margin-bottom: 0px; }
    @media screen and (max-width: 1024.1px) {
      .bottom-footer .payment-icons-list {
        margin-top: 17px; } }

/*================ _Cardbox ================*/
.cardbox {
  background: white;
  padding: 16px;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }

/*================ _Currency_selector ================*/
.currency-form .currency-selector {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px; }
.price-wrapper .currency-form {
  margin-left: auto; }
@media screen and (min-width: 1024.1px) {
  .bottom-footer .currency-form {
    display: inline-block;
    margin-right: 8px; } }
@media screen and (max-width: 1024.1px) {
  .bottom-footer .currency-form {
    display: block;
    margin-bottom: 17px; } }
.nav-container-right-icons .currency-form {
  margin-right: 8px; }
  @media screen and (max-width: 1024.1px) {
    .nav-container-right-icons .currency-form {
      display: none; } }
.mobile-nav .currency-form {
  margin-top: 16px; }
  .mobile-nav .currency-form .currency-selector, .mobile-nav .currency-form .currency-loading {
    width: 100%; }
@media screen and (min-width: 769px) {
  .announcement-container .currency-form {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #f7f7f7; } }
@media screen and (max-width: 769px) {
  .announcement-container .currency-form {
    background-color: #202020; } }
.announcement-container .currency-form .currency-selector, .announcement-container .currency-form .currency-loading {
  border-radius: 0;
  height: 100%;
  border: none !important; }
.currency-form .select-custom {
  background-image: url("ico-select-custom_v-14837208281514706610.svg") !important; }

/*============================================================================
  _Homepage_section
==============================================================================*/
/*================ _Hero ================*/
.announcement-active .hero-header.hero-container {
  margin-top: -39px; }
  @media screen and (max-width: 769px) {
    .announcement-active .hero-header.hero-container {
      margin-top: -39px; } }
@media screen and (max-width: 769px) {
  .announcement-mobile-hide .hero-header.hero-container {
    margin-top: 0px !important; } }
.announcement-active .hero-header .hero__inner {
  padding-top: 39px; }
  @media screen and (max-width: 769px) {
    .announcement-active .hero-header .hero__inner {
      padding-top: 39px; } }
@media screen and (min-width: 769px) {
  .transparent-header .hero-header .hero-content {
    padding-top: 80px; } }

.hero-container {
  overflow: hidden; }

.hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; }
  .hero-collection .hero, .hero-index:not(.hero-slick) .hero {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }

.hero--xsmall {
  min-height: 300px; }

.hero--small {
  min-height: 400px; }

.hero--medium {
  min-height: 500px; }

.hero--large {
  min-height: 600px; }

.hero--xlarge {
  min-height: 100vh; }

@media screen and (max-width: 769px) {
  .hero-mobile-xsmall {
    min-height: 200px; } }

@media screen and (max-width: 769px) {
  .hero-mobile-small {
    min-height: 300px; } }

@media screen and (max-width: 769px) {
  .hero-mobile-medium {
    min-height: 400px; } }

@media screen and (max-width: 769px) {
  .hero-mobile-large {
    min-height: 500px; } }

@media screen and (max-width: 769px) {
  .hero-mobile-xlarge {
    min-height: calc(100vh - 60px); } }

.hero__inner {
  width: 100%;
  position: relative;
  z-index: 2; }
  .hero-slick[data-dots="true"] .hero__inner, .hero-slick[data-arrows="true"] .hero__inner {
    padding-bottom: 39px; }

.hero__text-wrapper {
  -moz-transition: padding 0.3s ease, max-width 0.3s ease;
  -ms-transition: padding 0.3s ease, max-width 0.3s ease;
  -o-transition: padding 0.3s ease, max-width 0.3s ease;
  -webkit-transition: padding 0.3s ease, max-width 0.3s ease;
  transition: padding 0.3s ease, max-width 0.3s ease;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1150px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .hero__text-wrapper {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (min-width: 769px) {
    .hero__text-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }

.slick-active .hero-content, .hero-collection .hero-content, .hero-index:not(.hero-slick) .hero-content {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: heroContentIn;
  -moz-animation-name: heroContentIn;
  -ms-animation-name: heroContentIn;
  -o-animation-name: heroContentIn;
  animation-name: heroContentIn; }

@media screen and (min-width: 769.1px) {
  .hero__text {
    font-size: 20px; } }

.hero__btn {
  margin-bottom: 17px; }

.hero__image-no-js {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  min-height: 550px;
  opacity: 1;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1; }
  @media screen and (min-width: 1024.1px) {
    .hero__image-no-js {
      padding-bottom: 45%; } }

/*================ _Hero_slick ================*/
.hero-slick {
  opacity: 0; }
  .hero-slick.slick-initialized {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }
  .hero-slick .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .hero-slick .slick-slide {
    height: inherit; }

.hero__slide {
  outline: none !important;
  position: relative; }

/*================ _Collection_list ================*/
.collection-grid__item-link {
  border-radius: 3px; }

/*================ _Featured_collection ================*/
/*================ _Featured_product ================*/
/*================ _Featured_blog ================*/
/*================ _Featured_row ================*/
.featured-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.featured-row-right {
  order: 1; }
  @media screen and (max-width: 769px) {
    .featured-row-right {
      order: inherit; } }

@media screen and (max-width: 769px) {
  .feature-row__image-wrapper {
    margin-bottom: 17px; } }

/*================ _Featured_content ================*/
/*================ _Featured_video ================*/
.video-wrapper {
  border-radius: 3px; }
  .grid--full .video-wrapper {
    border-radius: 0px; }

/*================ _Featured_column ================*/
/*================ _Featured_image ================*/
.featured-image-section .wrapper--full .image {
  border-radius: 0px; }

/*================ _Newsletter ================*/
.bg-section .newsletter__input {
  background-color: white;
  border-color: white; }

/*================ _Gallery ================*/
.image-bar {
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .image-bar {
      max-width: 400px;
      margin: 0 auto; } }

.image-bar__item {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__content, .image-bar__item {
  position: relative;
  width: 100%; }
  .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
    height: 94px; }
  .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
    height: 357px; }
  .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
    height: 488px; }

.image-bar__caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }

/*================ _Quotes ================*/
.quote-image-wrapper {
  margin-bottom: 17px; }

.quote-image {
  margin: auto; }

.quote-icon-wrapper {
  border-radius: 3px;
  background-color: #f7f7f7;
  margin: auto;
  margin-bottom: 17px;
  border-radius: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .bg-section .quote-icon-wrapper {
    background-color: white; }

.quote-icon {
  color: #1207cc;
  font-size: 20px; }

/*================ _Logo_list ================*/
.logo-bar {
  list-style: none;
  text-align: center;
  margin-left: 0;
  margin-bottom: -30px; }

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 16px 30px; }
  @media screen and (max-width: 769px) {
    .logo-bar__item {
      display: block;
      margin: 0 auto 16px; } }

.logo-bar__image {
  display: block;
  margin: 0 auto;
  border-radius: 0px; }

.logo-bar__link {
  display: block; }

/*================ _Custom_html ================*/
.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  width: auto;
  margin-left: -30px; }

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

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

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

/*================ _Map ================*/
.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .map-container {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 1024px) {
    .map-container {
      min-height: auto; } }

.map-section__wrapper {
  height: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

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

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

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

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

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

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

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

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

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

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

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

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

/*============================================================================
  _Template
==============================================================================*/
/*================ _Collection_template ================*/
.collection-description {
  font-size: 20px; }

.tags--collection a {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  background-color: transparent;
  border-color: #1207cc;
  color: #1207cc;
  padding: 6px 10px; }
  .tags--collection a:hover {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    opacity: 1; }
  .tags--collection a:focus {
    opacity: 1; }
  .tags--collection a:active {
    opacity: 0.6; }

.tags--collection .tag--active a {
  background-color: #1207cc;
  border-color: #1207cc;
  color: white; }

.filter-dropdown, .tags--collection {
  margin-left: 0px;
  margin-bottom: 8px;
  list-style: none; }
  .filter-dropdown > *:not(:last-child), .tags--collection > *:not(:last-child) {
    margin-right: 4px; }
  .filter-dropdown > *, .tags--collection > * {
    margin-bottom: 8px;
    display: inline-block;
    list-style: none; }
  @media screen and (max-width: 769px) {
    .filter-dropdown .filter-dropdown__label, .tags--collection .filter-dropdown__label {
      margin-bottom: 4px;
      text-align: left;
      width: 100%; } }

.collection-sorting {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

/*================ _Product_template ================*/
@media screen and (min-width: 769px) {
  .product-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: inherit; } }

.product-photos-right .product-photos {
  order: 2; }

.product-single__photos {
  overflow-anchor: none; }

.product-single__photo--container {
  max-width: 100% !important;
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  .product-stacked__photos .product-single__photo--flex-wrapper + .product-single__photo--flex-wrapper {
    margin-top: 30px; } }
@media screen and (min-width: 1024.1px) {
  .product-stacked__photos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px; }
    .product-stacked__photos .product-single__photo--flex-wrapper {
      padding-left: 30px; }
      .product-stacked__photos .product-single__photo--flex-wrapper:nth-child(n+3) {
        flex: 50%; } }

.product-single__photo--flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative; }
  .layout-thumbnail .product-single__photo--flex-wrapper.not-featured-image {
    display: none; }
  .layout-thumbnail .slick-initialized .product-single__photo--flex-wrapper.not-featured-image {
    display: block; }
  @media screen and (max-width: 769px) {
    .product-single__photo--flex-wrapper.not-featured-image {
      display: none; }
      .slick-initialized .product-single__photo--flex-wrapper.not-featured-image {
        display: block; } }

.product-single__photo--flex {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.product-single__photo-wrapper {
  border-radius: 3px; }

.product-single__photo {
  background-color: initial; }
  @media screen and (min-width: 769px) {
    .product-single__photo[data-mfp-src] {
      cursor: zoom-in; } }

.product-single__thumbnails {
  margin-top: 16px; }
  .product-single__thumbnails:not(.slick-slider) {
    margin-right: -1px; }
    .product-single__thumbnails:not(.slick-slider) .grid__item:nth-child(n+6) {
      display: none; }
  .product-single__thumbnails.slick-initialized {
    margin-left: 0; }
    .product-single__thumbnails.slick-initialized .grid__item {
      padding: 0; }
  .product-single__thumbnails .slick-current .product-single__thumbnail {
    border-color: #1207cc; }
  @media screen and (min-width: 769px) {
    .product-single__thumbnails .product-single__thumbnail:focus {
      border-color: #1207cc; } }
  @media screen and (min-width: 769px) {
    .layout-stacked .product-single__thumbnails {
      display: none !important; } }

.product-single__thumbnail {
  display: block;
  border: 1px solid #f2f2f2;
  border-color: transparent;
  border-radius: 3px;
  cursor: pointer; }

.product-single__thumb {
  background-color: initial;
  width: 100%;
  display: block; }

.slick-format.slick-initialized .grid__item {
  clear: inherit !important;
  padding: 0px; }
.slick-format.slick-initialized .slick-slide {
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (max-width: 769px) {
    .slick-format.slick-initialized .slick-slide {
      margin-left: 8px;
      margin-right: 8px; } }
@media screen and (max-width: 769px) {
  .slick-format.slick-initialized {
    margin-left: -16px;
    margin-right: -16px; }
    .slick-format.slick-initialized .slick-list {
      padding-left: 8px;
      padding-right: 8px; } }
@media screen and (min-width: 769px) {
  .slick-format.slick-initialized {
    border-radius: 3px; }
    .slick-format.slick-initialized .slick-list {
      margin-left: -15px;
      margin-right: -15px; } }
.slick-format.slick-initialized.slick-format-sm .slick-slide {
  margin-left: 8px;
  margin-right: 8px; }
@media screen and (min-width: 769px) {
  .slick-format.slick-initialized.slick-format-sm .slick-list {
    margin-left: -8px;
    margin-right: -8px; } }

.product-single__meta {
  padding-top: 17px;
  top: 80px; }

@media screen and (min-width: 769px) {
  .product-sticky {
    position: -webkit-sticky;
    position: sticky;
    transform: translate3d(0, 0, 0); } }

.breadcrumb {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 6px 0;
  background-color: #f7f7f7; }

.product-single__vendor {
  font-size: 13px;
  margin-bottom: 12px; }

.product-single__title {
  word-wrap: break-word; }
  @media screen and (max-width: 769px) {
    .product-single__title {
      font-size: 27px; } }

.price-wrapper {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media screen and (max-width: 769px) {
    .price-wrapper {
      border: 0;
      background-color: #f7f7f7;
      padding: 16px;
      margin-left: -16px;
      margin-right: -16px;
      padding: 16px; } }
  .price-wrapper.text-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

.product-single__price.on-sale {
  margin-left: 4px; }

.product-single__price,
.product-single__price--compare-at {
  font-size: 20px; }

.product-single__price--compare-at {
  display: inline-block;
  text-decoration: line-through; }

.radio-wrapper {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }
  @media screen and (max-width: 1024.1px) {
    .radio-wrapper {
      -webkit-flex: 100%;
      -moz-flex: 100%;
      -ms-flex: 100%;
      flex: 100%; } }

.product-single__form .product-form__item:not(.product-form__item-radio) {
  margin-bottom: 17px; }
.product-single__form .product-form__item > label {
  display: block;
  margin-bottom: 4px; }
.product-single__form .product-form__item .product-form__input {
  width: 100%;
  padding: 6px 30px 6px 10px !important;
  background-position: right 10px center !important; }
  .ie9 .product-single__form .product-form__item .product-form__input, .lt-ie9 .product-single__form .product-form__item .product-form__input {
    padding-right: 10px; }

.single-option-radio {
  margin-left: 0px;
  margin-bottom: 8px;
  list-style: none;
  border: 0;
  padding-top: 0;
  position: relative; }
  .single-option-radio > *:not(:last-child) {
    margin-right: 4px; }
  .single-option-radio > * {
    margin-bottom: 8px;
    display: inline-block;
    list-style: none; }
  .single-option-radio input {
    clip: rect(0 0 0 0) ;
    clip: rect(0, 0, 0, 0) ;
    overflow: hidden ;
    position: absolute ;
    height: 1px ;
    width: 1px ; }
    .lt-ie9 .single-option-radio input {
      position: relative;
      height: auto;
      width: auto;
      clip: initial; }
  .single-option-radio label {
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc; }
    .single-option-radio label:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    .single-option-radio label:focus {
      opacity: 1; }
    .single-option-radio label:active {
      opacity: 0.6; }
    .lt-ie9 .single-option-radio label.disabled {
      display: none; }
  .single-option-radio input[type='radio']:checked + label {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white; }

.product-single__variants {
  display: none; }
  .no-js .product-single__variants {
    display: block; }

.product-single__add-to-cart--full-width {
  width: 100%; }

.product-single__add-to-cart {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 769px) {
    .product-single__add-to-cart {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.btn--add-to-cart {
  margin-bottom: 17px;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }
  @media screen and (max-width: 769px) {
    .btn--add-to-cart {
      -webkit-flex: 100%;
      -moz-flex: 100%;
      -ms-flex: 100%;
      flex: 100%; } }
  .product-single__add-to-cart--full-width .btn--add-to-cart {
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; }

.product-single__form .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  background-color: transparent;
  border-color: #1207cc;
  color: #1207cc;
  text-transform: uppercase; }
  .product-single__form .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    opacity: 1; }
  .product-single__form .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:focus {
    opacity: 1; }
  .product-single__form .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
    opacity: 0.6; }

.product-single__form .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div[role='button'] {
  border-radius: 3px !important;
  padding: 16px 24px !important; }

.shopify-payment-button__button--branded .shopify-cleanslate iframe {
  max-height: 59px !important; }

.shopify-payment-button {
  margin-bottom: 17px;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }
  @media screen and (min-width: 769px) {
    .shopify-payment-button {
      margin-left: 8px; } }
  .product-single__add-to-cart--full-width .shopify-payment-button {
    margin-left: 0px; }

.shopify-payment-button__button--hidden {
  display: none !important; }

.shopify-payment-button .shopify-payment-button__more-options {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  padding: 6px 10px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #515151;
  margin-top: 17px; }
  .shopify-payment-button .shopify-payment-button__more-options:hover:not([disabled]) {
    text-decoration: unset; }

.zoid-outlet > iframe.zoid-component-frame {
  z-index: inherit !important; }

.button-cart-icon {
  display: none !important; }
  .variant-available .button-cart-icon {
    display: inherit !important; }

.button-soldout-icon {
  display: none !important; }
  .variant-soldout .button-soldout-icon {
    display: inherit !important; }

.product-tags {
  margin-top: 17px; }
  .product-tags a:not(:last-child) {
    margin-right: 4px; }

.back-box {
  text-align: center; }
  .back-box + * {
    border-top: none !important; }
  .back-box + .shopify-section > div {
    border-top: none !important; }

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

/*================ _Article_template ================*/
.hero__text-content .blog-meta p {
  margin-bottom: 12px; }

.featured-blog__author {
  display: inline-block; }
  .featured-blog__author + .featured-blog__date {
    margin-left: 8px; }
  @media screen and (min-width: 769px) {
    .template-article .featured-blog__author {
      font-size: 20px; } }
  .collection-hero .featured-blog__author {
    margin-bottom: 0; }

.featured-blog__date {
  display: inline-block; }
  @media screen and (min-width: 769px) {
    .template-article .featured-blog__date {
      font-size: 20px; } }
  .collection-hero .featured-blog__date {
    margin-bottom: 0; }

.comment {
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 0; }
  .comment.last {
    border-bottom: 0px;
    margin-bottom: -16px; }

.comment-date {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px; }

/*============================================================================
  _Pages
==============================================================================*/
/*================ _Password_page ================*/
.template-password {
  position: relative;
  min-height: 100vh; }

.password-page__header {
  text-align: right; }
  @media screen and (max-width: 769px) {
    .password-page__header {
      text-align: center; } }

.password-page__header__inner, .password-page__footer_inner {
  padding: 30px; }

.password-page__logo .logo {
  max-width: 100%; }

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

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

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

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

.password-page__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.shopify-logo-svg {
  width: 87.42857px;
  height: 25.5px;
  display: inline-block;
  line-height: 0;
  vertical-align: top; }
  .shopify-logo-svg path {
    fill: currentColor; }
  .lt-ie9 .shopify-logo-svg {
    display: none; }

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

/*================ _Cart_page ================*/
@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }

.cart__row {
  margin-bottom: 30px; }
  @media screen and (min-width: 769.1px) and (max-width: 1024px) {
    .cart__row .grid, .cart__row .grid--full, .cart__row .grid--rev, .cart__row .grid--full {
      margin-left: -16px; } }
  @media screen and (min-width: 769.1px) and (max-width: 1024px) {
    .cart__row .grid__item {
      padding-left: 16px; } }
  .cart-spacer .cart__row {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2; }
  .cart__row:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0; }

.cart__image img {
  background-color: initial; }

.cart__product-meta:not(:last-child) {
  margin-bottom: 4px; }

.cart__header-labels {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px; }
  .cart__header-labels > .grid-uniform {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end; }

@media screen and (max-width: 769px) {
  .cart-quantity-price {
    margin-top: 16px; } }

.cart__quantity-grid {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media screen and (max-width: 769px) {
    .cart__quantity-grid.cart__has-discount {
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; } }

.cart__quantity-grid__item {
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.cart__price-grid__item {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media screen and (max-width: 769px) {
  .cart__note {
    margin-bottom: 30px; } }

.cart__note label, .ajaxcart__note label {
  margin-bottom: 8px;
  display: block; }

.cart__subtotal {
  margin-bottom: 8px;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px; }

.cart__savings {
  margin-bottom: 4px; }

.update-cart {
  margin-bottom: 17px; }

.cart-checkout {
  margin-bottom: 17px; }

.additional_checkout_buttons .dynamic-checkout__content {
  padding-top: 16px !important; }
  @media screen and (max-width: 1024.1px) {
    .additional_checkout_buttons .dynamic-checkout__content {
      padding-top: 0 !important; } }
.additional_checkout_buttons div[data-shopify-buttoncontainer="true"] {
  margin: 0 -8px !important;
  margin-bottom: 0 !important; }
.additional_checkout_buttons div[data-testid="grid-cell"] {
  -webkit-flex: 1 !important;
  -moz-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 1024.1px) {
    .additional_checkout_buttons div[data-testid="grid-cell"] {
      margin-top: 16px !important; } }

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

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

.grid-search__page {
  height: 100%; }

.grid-search__page-link {
  display: block;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  padding: 20px;
  color: #515151;
  overflow: hidden;
  height: 100%; }

.grid-search__page-content {
  display: block;
  height: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

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

/*================ _Contact_page ================*/
/*================ _Policies_page ================*/
.shopify-policy__title {
  margin-bottom: 17px;
  text-align: center; }

.shopify-policy__container {
  max-width: 100% !important;
  padding: 0px !important; }
  @media screen and (min-width: 1024.1px) {
    .shopify-policy__container {
      max-width: 66.666% !important; } }

/*============================================================================
  _Utilities
==============================================================================*/
.inline {
  display: inline-block; }

.m-reset {
  margin: initial; }

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

.visible {
  opacity: 1;
  visibility: visible; }

.show {
  display: block; }

.lead {
  font-size: 20px; }

[disabled],
.disabled {
  cursor: default !important;
  opacity: 0.6 !important; }

.space {
  display: block; }

.inline-list {
  margin-left: 0px;
  margin-bottom: 8px;
  list-style: none; }
  .inline-list > *:not(:last-child) {
    margin-right: 4px; }
  .inline-list > * {
    margin-bottom: 8px;
    display: inline-block;
    list-style: none; }

.bg-section {
  background-color: #f7f7f7; }

.border-section {
  border-top: 1px solid #f2f2f2; }

.bg-default {
  background-color: #f7f7f7; }

.text-link {
  color: #1207cc;
  text-decoration: underline !important; }

.mb-0 {
  margin-bottom: 0 !important; }
  .mb-0 > * {
    margin-bottom: 0 !important; }

.p-0 {
  padding: 0px !important; }

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

.border-bottom {
  border-bottom: 1px solid #f2f2f2; }

.line {
  border-bottom: 1px solid #f2f2f2; }

.auto-spacer > * {
  margin-bottom: 0px; }
  .auto-spacer > * + * {
    margin-top: 17px; }
.auto-spacer > h1 + *, .auto-spacer > .h1 + *, .auto-spacer h2 + *, .auto-spacer .h2 + *, .auto-spacer h3 + *, .auto-spacer .h3 + *, .auto-spacer h4 + *, .auto-spacer .h4 + *, .auto-spacer h5 + *, .auto-spacer .h5 + *, .auto-spacer h6 + *, .auto-spacer .h6 + * {
  margin-top: 12px; }

.draggable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
  .draggable:active {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing; }

.bgset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.text-discount {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
  color: #1207cc; }

.money, .ajaxcart__price, .price-wrapper, .grid-product__price, .cart__price {
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px; }

.on-sale {
  color: #1207cc; }

.flex-fill {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }

@media screen and (min-width: 769px) {
  .image-effect, .product--wrapper, .ajaxcart__product-image, .cart__image, .product-single__thumbnail, .collection_grid-link, .link-instagram_feed, .image-link-sales_pop {
    overflow: hidden;
    border-radius: 3px; }
    .image-effect img, .image-effect .collection_grid-item, .product--wrapper img, .product--wrapper .collection_grid-item, .ajaxcart__product-image img, .ajaxcart__product-image .collection_grid-item, .cart__image img, .cart__image .collection_grid-item, .product-single__thumbnail img, .product-single__thumbnail .collection_grid-item, .collection_grid-link img, .collection_grid-link .collection_grid-item, .link-instagram_feed img, .link-instagram_feed .collection_grid-item, .image-link-sales_pop img, .image-link-sales_pop .collection_grid-item {
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .image-effect:hover img, .image-effect:hover .collection_grid-item, .product--wrapper:hover img, .product--wrapper:hover .collection_grid-item, .ajaxcart__product-image:hover img, .ajaxcart__product-image:hover .collection_grid-item, .cart__image:hover img, .cart__image:hover .collection_grid-item, .product-single__thumbnail:hover img, .product-single__thumbnail:hover .collection_grid-item, .collection_grid-link:hover img, .collection_grid-link:hover .collection_grid-item, .link-instagram_feed:hover img, .link-instagram_feed:hover .collection_grid-item, .image-link-sales_pop:hover img, .image-link-sales_pop:hover .collection_grid-item {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); } }

/*============================================================================
  _App_style
==============================================================================*/
/*================ _Review_widget ================*/
.review-badge + .product-single__title {
  margin-top: 12px; }
.product-single__title + .review-badge {
  margin-bottom: 17px; }

/*================ _Product_review ================*/
#shopify-product-reviews {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px !important; }
  @media screen and (min-width: 769px) {
    #shopify-product-reviews {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #shopify-product-reviews .spr-container {
    -moz-transition: padding 0.3s ease, max-width 0.3s ease;
    -ms-transition: padding 0.3s ease, max-width 0.3s ease;
    -o-transition: padding 0.3s ease, max-width 0.3s ease;
    -webkit-transition: padding 0.3s ease, max-width 0.3s ease;
    transition: padding 0.3s ease, max-width 0.3s ease;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1150px;
    border: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px; }
    @media screen and (max-width: 769px) {
      #shopify-product-reviews .spr-container {
        padding-left: 16px;
        padding-right: 16px; } }
  #shopify-product-reviews .spr-header-title {
    margin-bottom: 12px;
    font-size: 30px; }
  #shopify-product-reviews .spr-form {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }
  #shopify-product-reviews .spr-form-title {
    margin-bottom: 12px;
    font-size: 27px; }
  #shopify-product-reviews .spr-summary-actions-newreview {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "DIN Next", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 16px 24px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc;
    margin-top: 17px; }
    #shopify-product-reviews .spr-summary-actions-newreview:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    #shopify-product-reviews .spr-summary-actions-newreview:focus {
      opacity: 1; }
    #shopify-product-reviews .spr-summary-actions-newreview:active {
      opacity: 0.6; }
  #shopify-product-reviews .spr-button {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "DIN Next", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 16px 24px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    background-color: #1207cc;
    border-color: #1207cc;
    color: white; }
  #shopify-product-reviews .spr-pagination > div {
    margin: 0;
    text-align: center; }
    #shopify-product-reviews .spr-pagination > div > * {
      display: inline-block; }
      #shopify-product-reviews .spr-pagination > div > *:not(:last-child) {
        margin-right: 4px; }
  #shopify-product-reviews .spr-pagination-page:not(.is-active) a {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "DIN Next", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 16px 24px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc;
    height: 39px;
    width: 39px;
    line-height: 37px;
    padding: 0;
    letter-spacing: 0px; }
    #shopify-product-reviews .spr-pagination-page:not(.is-active) a:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    #shopify-product-reviews .spr-pagination-page:not(.is-active) a:focus {
      opacity: 1; }
    #shopify-product-reviews .spr-pagination-page:not(.is-active) a:active {
      opacity: 0.6; }
  #shopify-product-reviews .spr-pagination-page.is-active {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "DIN Next", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 16px 24px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    height: 39px;
    width: 39px;
    line-height: 37px;
    padding: 0;
    letter-spacing: 0px; }
  #shopify-product-reviews .new-review-form {
    padding: 0;
    border: none; }
  #shopify-product-reviews .spr-review, #shopify-product-reviews .spr-form, #shopify-product-reviews .spr-pagination {
    border-top: 1px solid #f2f2f2; }
  #shopify-product-reviews .spr-header {
    text-align: center; }
  #shopify-product-reviews .spr-review-content-body,
  #shopify-product-reviews .spr-review-header-byline,
  #shopify-product-reviews .spr-form-label {
    font-size: inherit;
    line-height: inherit; }
  #shopify-product-reviews .spr-form-label {
    display: block;
    text-align: left; }
  #shopify-product-reviews .spr-summary-actions-newreview {
    float: none; }
  #shopify-product-reviews .spr-summary-caption,
  #shopify-product-reviews .spr-summary-actions {
    display: block; }

/*================ _shopify_digital_downloads ================*/
#digital-downloads-proxy .sdd-download {
  padding: 0px; }
#digital-downloads-proxy .sdd-download-product {
  line-height: 1.2;
  margin-bottom: 12px;
  text-rendering: optimizeLegibility;
  color: #202020;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0px; }
#digital-downloads-proxy .sdd-download-file {
  font-size: 20px; }
#digital-downloads-proxy .sdd-download .sdd-download-button {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px 24px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  background-color: transparent;
  border-color: #1207cc;
  color: #1207cc;
  font-size: 17px; }
  #digital-downloads-proxy .sdd-download .sdd-download-button:hover {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white;
    opacity: 1; }
  #digital-downloads-proxy .sdd-download .sdd-download-button:focus {
    opacity: 1; }
  #digital-downloads-proxy .sdd-download .sdd-download-button:active {
    opacity: 0.6; }

/*============================================================================
  _Animate_css
==============================================================================*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

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

@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

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

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

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

@-webkit-keyframes pulse {
  0% {
    -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); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -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); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

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

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

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

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center; }

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

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center; }

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

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

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

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

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

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

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

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

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

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

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

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

@keyframes bounceIn {
  0%,20%,40%,60%,80%,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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

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

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%,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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    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: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInLeft {
  0%,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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

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

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%,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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

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

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInRight {
  0%,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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

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

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%,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% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

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

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

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

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceInUp {
  0%,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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%,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% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 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: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

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

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

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

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

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

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

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

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

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

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

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

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

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

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

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

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

@-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 fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

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

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

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

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

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

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

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

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

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

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

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

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

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }

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

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }

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

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }

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

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

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

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible; }

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

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

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

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

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

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

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

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

  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;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important; }

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

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

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

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

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

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

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }

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

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }

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

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

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

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }

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

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

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

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

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

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

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

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

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

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

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

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

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }

  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

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

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important; } }
/*============================================================================
  _App_override
==============================================================================*/
/*================ _animate_css ================*/
.animated {
  -webkit-animation-duration: 1s !important;
  -webkit-animation-fill-mode: both !important;
  animation-duration: 1s !important;
  animation-fill-mode: both !important; }
  .animated.slow {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important; }
  .animated.fast {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important; }
  .animated.faster {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important; }

/*================ _font_awesome ================*/
[class*=" fa-"]:before {
  margin-right: inherit !important; }

.fas:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important; }

.fab:before {
  font-family: "Font Awesome 5 Brands" !important; }

/* start-dbtfy-instagram-feed */
/* end-dbtfy-instagram-feed */
/* start-dbtfy-product-tabs */
.dbtfy-product_tabs + * {
  margin-top: 17px; }
@media screen and (max-width: 769px) {
  .dbtfy-product_tabs #ProductTabs {
    margin-left: -16px;
    margin-right: -16px; } }
.dbtfy-product_tabs .pt-item {
  border-radius: 3px;
  margin-bottom: 17px;
  border: 1px solid #f2f2f2; }
  @media screen and (max-width: 769px) {
    .dbtfy-product_tabs .pt-item {
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 0;
      margin-bottom: 0; } }
  .dbtfy-product_tabs .pt-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2; }
.dbtfy-product_tabs .pt-header-wrapper {
  cursor: pointer;
  padding: 16px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .dbtfy-product_tabs .pt-header-wrapper:hover {
    opacity: 0.6; }
  .dbtfy-product_tabs .pt-header-wrapper:focus {
    opacity: 1; }
  .dbtfy-product_tabs .pt-header-wrapper:active {
    opacity: 1; }
  .dbtfy-product_tabs .pt-header-wrapper:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067"; }
.dbtfy-product_tabs .pt-header-wrapper.active:after {
  content: "\f068"; }
.dbtfy-product_tabs .pt-header-title {
  margin-right: 8px;
  margin-bottom: 0;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }
.dbtfy-product_tabs .pt-icon {
  margin-right: 8px; }
.dbtfy-product_tabs .active .pt-header-title, .dbtfy-product_tabs .active .pt-icon {
  color: #1207cc; }
.dbtfy-product_tabs .pt-content-wrapper {
  display: none;
  padding: 30px 16px;
  margin-bottom: 0;
  border-top: 1px solid #f2f2f2;
  background-color: #f7f7f7; }
  .dbtfy-product_tabs .pt-content-wrapper .rte {
    margin-bottom: 0; }
.dbtfy-product_tabs .pt-content {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: heroContentIn;
  -moz-animation-name: heroContentIn;
  -ms-animation-name: heroContentIn;
  -o-animation-name: heroContentIn;
  animation-name: heroContentIn; }
.dbtfy-product_tabs .active + .pt-content-wrapper {
  display: block; }
.dbtfy-product_tabs .review-widget {
  border-top: 0; }
  .dbtfy-product_tabs .review-widget > * {
    border-top: 0; }
.dbtfy-product_tabs .review-badge {
  margin-left: auto;
  margin-right: 8px; }
.dbtfy-product_tabs #shopify-product-reviews {
  padding: 0; }
.dbtfy-product_tabs #shopify-product-reviews .spr-container {
  padding: 0; }

/* end-dbtfy-product-tabs */
/* start-dbtfy-faq-page */
.dbtfy-faq_page #FaqSearch {
  width: 100%;
  margin-bottom: 25px; }
@media screen and (min-width: 769px) {
  .dbtfy-faq_page .fp-category-title {
    padding: 0 16px; } }
@media screen and (max-width: 769px) {
  .dbtfy-faq_page .fp-category-title + .fp-item {
    border-top: 1px solid #f2f2f2; } }
.dbtfy-faq_page .fp-item {
  border-radius: 3px;
  margin-bottom: 17px;
  border: 1px solid #f2f2f2; }
  @media screen and (max-width: 769px) {
    .dbtfy-faq_page .fp-item {
      border-radius: 0;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      margin: 0;
      margin-left: -16px;
      margin-right: -16px; } }
  .dbtfy-faq_page .fp-item:last-child {
    margin-bottom: 0; }
  .dbtfy-faq_page .fp-item + .fp-category-title {
    padding-top: 17px; }
    @media screen and (max-width: 769px) {
      .dbtfy-faq_page .fp-item + .fp-category-title {
        padding-top: 34px; } }
.dbtfy-faq_page .fp-header-wrapper {
  padding: 16px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .dbtfy-faq_page .fp-header-wrapper:hover {
    opacity: 0.6; }
  .dbtfy-faq_page .fp-header-wrapper:focus {
    opacity: 1; }
  .dbtfy-faq_page .fp-header-wrapper:active {
    opacity: 1; }
  .dbtfy-faq_page .fp-header-wrapper:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067"; }
.dbtfy-faq_page .fp-header-wrapper.active:after {
  content: "\f068"; }
.dbtfy-faq_page .fp-header-title {
  margin-right: 8px;
  margin-bottom: 0;
  font-family: "DIN Next", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px; }
.dbtfy-faq_page .active .fp-header-title {
  color: #1207cc; }
.dbtfy-faq_page .fp-content-wrapper {
  padding: 30px 16px;
  display: none;
  border-top: 1px solid #f2f2f2; }
  .dbtfy-faq_page .fp-content-wrapper .fp-content {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: heroContentIn;
    -moz-animation-name: heroContentIn;
    -ms-animation-name: heroContentIn;
    -o-animation-name: heroContentIn;
    animation-name: heroContentIn; }
  .dbtfy-faq_page .fp-content-wrapper .rte {
    margin-bottom: 0; }
.dbtfy-faq_page .active + .fp-content-wrapper {
  display: block;
  background-color: #f7f7f7; }
.dbtfy-faq_page .fp-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #f7f7f7; }
  @media screen and (max-width: 769px) {
    .dbtfy-faq_page .fp-banner {
      text-align: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
@media screen and (min-width: 769px) {
  .dbtfy-faq_page .fp-banner-title {
    margin-bottom: 0;
    margin-right: 16px; } }
.dbtfy-faq_page .fp-banner-button {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.ui-menu {
  border-radius: 3px;
  background-color: white;
  overflow: hidden;
  position: absolute !important;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
  .ui-menu .ui-menu-item {
    list-style: none; }
  .ui-menu .ui-menu-item-wrapper {
    cursor: pointer;
    border-left: 4px solid transparent;
    padding: 8px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
      background-color: #f7f7f7;
      border-color: #1207cc; }

.ui-helper-hidden-accessible {
  display: none; }

/* end-dbtfy-faq-page */
/* start-dbtfy-mega-menu */
.dbtfy-mega_menu {
  pointer-events: none; }
  .dbtfy-mega_menu #MegaMenu {
    position: relative;
    z-index: -1; }
  .dbtfy-mega_menu .item-mega_menu {
    border-top: 1px solid #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    padding: 30px 0;
    opacity: 0;
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, -12px, 0);
    -moz-transform: translate3d(0, -12px, 0);
    -ms-transform: translate3d(0, -12px, 0);
    -o-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }
    .dbtfy-mega_menu .item-mega_menu.animation-mega_menu {
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .dbtfy-mega_menu .title-product-mega_menu {
    display: inline-block; }
  .dbtfy-mega_menu .link-mega_menu {
    float: right; }
  .dbtfy-mega_menu .item-fill {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto; }
  .dbtfy-mega_menu .multi-mega_menu ul li a {
    display: block;
    font-size: 20px;
    padding: 4px 0; }
  .dbtfy-mega_menu .multi-mega_menu .inline-list {
    text-align: center; }
    .dbtfy-mega_menu .multi-mega_menu .inline-list li {
      margin-right: 30px;
      margin-bottom: 0; }
      .dbtfy-mega_menu .multi-mega_menu .inline-list li:last-child {
        margin-right: 0; }
  .dbtfy-mega_menu .collection-mega_menu .large--eight-twelfths {
    width: 100%;
    left: 0; }
  .dbtfy-mega_menu .article .blog-meta {
    display: none; }
  .dbtfy-mega_menu .article h2, .dbtfy-mega_menu .article .h2, .dbtfy-mega_menu .article h3, .dbtfy-mega_menu .article .h3 {
    font-size: 17px; }
  .dbtfy-mega_menu .article .rte {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    .dbtfy-mega_menu .article .rte + p {
      display: none; }

.nav-mega_menu:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107"; }

.is-scrolling .item-mega_menu {
  border-top: none; }

/* end-dbtfy-mega-menu */
/* start-dbtfy-trust-badge */
/* end-dbtfy-trust-badge */
/* start-dbtfy-live-view */
/* end-dbtfy-live-view */
/* start-dbtfy-cookie-box */
/* end-dbtfy-cookie-box */
/* start-dbtfy-delivery-time */
.dbtfy-delivery_time #DeliveryTime {
  margin-bottom: 17px; }

/* end-dbtfy-delivery-time */
/* start-dbtfy-addtocart-animation */
/* end-dbtfy-addtocart-animation */
/* start-dbtfy-sales-pop */
/* end-dbtfy-sales-pop */
/* start-dbtfy-chat-box */
/* end-dbtfy-chat-box */
/* start-dbtfy-sticky-addtocart */
.dbtfy-sticky_addtocart #stickyAddToCart {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 4;
  padding-top: 8px;
  padding-bottom: 8px;
  left: 0;
  right: 0;
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important; }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart #stickyAddToCart > div {
      padding-left: 8px;
      padding-right: 8px; } }
  @media screen and (min-width: 769px) {
    .dbtfy-sticky_addtocart #stickyAddToCart.top-sticky_addtocart {
      top: 0;
      -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
      -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
      -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
      -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); } }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart #stickyAddToCart.top-sticky_addtocart {
      top: 60px;
      border-bottom: 1px solid #f2f2f2; } }
  .dbtfy-sticky_addtocart #stickyAddToCart.bottom-sticky_addtocart {
    bottom: 0;
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07); }
@media screen and (min-width: 769px) {
  body.sticky-header .dbtfy-sticky_addtocart #stickyAddToCart.top-sticky_addtocart {
    border-bottom: 1px solid #f2f2f2;
    top: 80px;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media screen and (max-width: 769px) {
  .dbtfy-sticky_addtocart .mobile-sticky_addtocart .image-wrapper-sticky_addtocart, .dbtfy-sticky_addtocart .mobile-sticky_addtocart .text-wrapper-sticky_addtocart, .dbtfy-sticky_addtocart .mobile-sticky_addtocart .price-wrapper-sticky_addtocart {
    display: none; }
  .dbtfy-sticky_addtocart .mobile-sticky_addtocart .button-wrapper-sticky_addtocart {
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }
@media screen and (max-width: 769px) {
  .dbtfy-sticky_addtocart .grid, .dbtfy-sticky_addtocart .grid--full, .dbtfy-sticky_addtocart .grid--rev {
    margin-left: -8px; } }
.dbtfy-sticky_addtocart .grid__item {
  width: inherit; }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart .grid__item {
      padding-left: 8px; } }
.dbtfy-sticky_addtocart .container-sticky_addtocart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
.dbtfy-sticky_addtocart .image-wrapper-sticky_addtocart {
  line-height: 0; }
.dbtfy-sticky_addtocart .text-wrapper-sticky_addtocart {
  overflow: hidden;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.dbtfy-sticky_addtocart .extra-wrapper-sticky_addtocart {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto; }
.dbtfy-sticky_addtocart .price-wrapper-sticky_addtocart {
  text-align: right; }
  @media screen and (min-width: 769px) {
    .dbtfy-sticky_addtocart .price-wrapper-sticky_addtocart {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
.dbtfy-sticky_addtocart .button-wrapper-sticky_addtocart {
  text-align: right;
  max-width: 50%; }
.dbtfy-sticky_addtocart .image-sticky_addtocart {
  width: 59px;
  height: 59px; }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart .image-sticky_addtocart {
      width: 39px;
      height: 39px; } }
.dbtfy-sticky_addtocart .title-sticky_addtocart {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart .title-sticky_addtocart {
      font-size: 13px; } }
.dbtfy-sticky_addtocart .variant-sticky_addtocart {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left; }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart .variant-sticky_addtocart {
      font-size: 13px; } }
  .dbtfy-sticky_addtocart .variant-sticky_addtocart span + span:before {
    content: "/"; }
.dbtfy-sticky_addtocart .price-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart .price-wrapper {
      background-color: transparent;
      display: block; }
      .dbtfy-sticky_addtocart .price-wrapper .price-compare, .dbtfy-sticky_addtocart .price-wrapper .product-single__price {
        font-size: 13px !important;
        display: block;
        margin: 0; }
      .dbtfy-sticky_addtocart .price-wrapper .dbtfy-discount_saved {
        display: none; } }
.dbtfy-sticky_addtocart .review-badge {
  white-space: nowrap; }
.dbtfy-sticky_addtocart .btn--sticky_addtocart {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .dbtfy-sticky_addtocart .btn--sticky_addtocart {
      padding: 6px 10px; } }
.dbtfy-sticky_addtocart .dbtfy-inventory_quantity .InventoryQuantity {
  margin-bottom: 0; }
.dbtfy-sticky_addtocart .dbtfy-sales_countdown .SalesCountdown {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  text-align: left; }

.announcement-container {
  z-index: 3; }

.template-product.scroll-sticky_addtocart .btn-top.btn-top-visible {
  bottom: 105px; }
  @media screen and (max-width: 769px) {
    .template-product.scroll-sticky_addtocart .btn-top.btn-top-visible {
      bottom: 71px; } }

/* end-dbtfy-sticky-addtocart */
/* start-dbtfy-product-video */
/* end-dbtfy-product-video */
/* start-dbtfy-shop-protect */
.dbtfy-shop_protect-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* end-dbtfy-shop-protect */
/* start-dbtfy-newsletter-popup */
/* end-dbtfy-newsletter-popup */
/* start-dbtfy-collection-addtocart */
/* end-dbtfy-collection-addtocart */
/* start-dbtfy-upsell-popup */
.dbtfy-upsell_popup .modal-upsell_popup {
  padding: 0 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000005;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  display: none; }
  .dbtfy-upsell_popup .modal-upsell_popup.open-upsell_popup {
    display: block;
    overflow-x: hidden;
    overflow-y: auto; }
    .dbtfy-upsell_popup .modal-upsell_popup.open-upsell_popup + .overlay-upsell_popup {
      pointer-events: auto;
      opacity: 0.65; }
.dbtfy-upsell_popup .modal-dialog-upsell_popup {
  margin: 30px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  min-height: calc(100% - 60px);
  pointer-events: none; }
.dbtfy-upsell_popup .modal-content-upsell_popup {
  pointer-events: auto;
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
  color: #202020;
  border-color: #f2f2f2; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .btn, .dbtfy-upsell_popup .modal-content-upsell_popup textarea, .dbtfy-upsell_popup .modal-content-upsell_popup input, .dbtfy-upsell_popup .modal-content-upsell_popup select {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #202020; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn::-webkit-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup textarea::-webkit-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup input::-webkit-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup select::-webkit-input-placeholder {
      color: #202020;
      opacity: 0.7; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn:-moz-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup textarea:-moz-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup input:-moz-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup select:-moz-placeholder {
      color: #202020;
      opacity: 0.7; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn::-moz-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup textarea::-moz-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup input::-moz-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup select::-moz-placeholder {
      color: #202020;
      opacity: 0.7; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn:-ms-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup textarea:-ms-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup input:-ms-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup select:-ms-input-placeholder {
      color: #202020;
      opacity: 0.7; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn::-ms-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup textarea::-ms-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup input::-ms-input-placeholder, .dbtfy-upsell_popup .modal-content-upsell_popup select::-ms-input-placeholder {
      color: #202020;
      opacity: 0.7; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .btn--buy {
    background-color: #1207cc;
    border-color: #1207cc;
    color: white; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .btn-outline-buy {
    background-color: transparent;
    border-color: #1207cc;
    color: #1207cc; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn-outline-buy:hover {
      background-color: #1207cc;
      border-color: #1207cc;
      color: white;
      opacity: 1; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn-outline-buy:focus {
      opacity: 1; }
    .dbtfy-upsell_popup .modal-content-upsell_popup .btn-outline-buy:active {
      opacity: 0.6; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .cart-upsell_popup {
    color: #202020; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .checkout-upsell_popup {
    color: #202020; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .title-upsell_popup, .dbtfy-upsell_popup .modal-content-upsell_popup p {
    color: #202020; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .text-link {
    color: #1207cc; }
  .dbtfy-upsell_popup .modal-content-upsell_popup .header-upsell_popup, .dbtfy-upsell_popup .modal-content-upsell_popup .footer-upsell_popup, .dbtfy-upsell_popup .modal-content-upsell_popup .description-upsell_popup {
    border-color: #f2f2f2; }
.dbtfy-upsell_popup .body-upsell_popup {
  padding-bottom: 30px;
  padding-top: 30px; }
.dbtfy-upsell_popup .grid-upsell_popup {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
.dbtfy-upsell_popup .product-upsell_popup {
  margin-left: auto;
  margin-right: auto; }
@media screen and (max-width: 769px) {
  .dbtfy-upsell_popup .content-upsell_popup {
    padding-top: 16px; } }
.dbtfy-upsell_popup .select-upsell-popup {
  margin-bottom: 17px; }
.dbtfy-upsell_popup .header-upsell_popup {
  border-bottom: 1px solid #f2f2f2;
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
.dbtfy-upsell_popup .offer-title-upsell_popup {
  color: #202020;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.dbtfy-upsell_popup .toggle-description-upsell_popup {
  color: #202020;
  margin-top: 8px;
  font-size: 13px; }
.dbtfy-upsell_popup .description-upsell_popup {
  border-top: 1px solid #f2f2f2;
  padding: 30px;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .dbtfy-upsell_popup .description-upsell_popup {
      padding: 16px; } }
.dbtfy-upsell_popup .footer-upsell_popup {
  border-top: 1px solid #f2f2f2;
  padding: 16px; }
.dbtfy-upsell_popup .overlay-upsell_popup {
  background-color: #202020;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1000000002;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.dbtfy-upsell_popup .progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 10px;
  overflow: hidden;
  background-color: #f7f7f7; }
.dbtfy-upsell_popup .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem; }
.dbtfy-upsell_popup .progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #1207cc;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.dbtfy-upsell_popup .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0; }

  100% {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0; }

  100% {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0; }

  100% {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0; }

  100% {
    background-position: 0 0; } }

/* end-dbtfy-upsell-popup */
/* start-dbtfy-discount-saved */
.dbtfy-discount_saved {
  white-space: nowrap; }
  .dbtfy-discount_saved #DiscountSaved {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .dbtfy-discount_saved .number-discount_saved {
    font-family: "DIN Next", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    color: #1207cc;
    border: 1px solid #f2f2f2;
    border-color: #1207cc;
    padding: 0 4px;
    border-radius: 3px;
    margin-left: 4px; }

/* end-dbtfy-discount-saved */
/* start-dbtfy-sales-countdown */
/* end-dbtfy-sales-countdown */
/* start-dbtfy-inventory-quantity */
/* end-dbtfy-inventory-quantity */
/* start-dbtfy-cart-countdown */
/* end-dbtfy-cart-countdown */