@charset "UTF-8";
/* @override 
	https://blitz.fischer.graphics/wp-content/themes/blitzmotorcycles/assets/css/blitz.css */
@font-face {
  font-family: "GoghExtraBold";
  src: url('../fonts/GoghExtraBold.woff2') format('woff2'), url('../fonts/webFonts/GoghExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinsbold_italic';
  src: url('../fonts/poppins-bolditalic-webfont.woff2') format('woff2'), url('../fonts/poppins-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinsitalic';
  src: url('../fonts/poppins-italic-webfont.woff2') format('woff2'), url('../fonts/poppins-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinslight_italic';
  src: url('../fonts/poppins-lightitalic-webfont.woff2') format('woff2'), url('../fonts/poppins-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppinssemibold_italic';
  src: url('../fonts/poppins-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/poppins-semibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 64px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
main {
  flex: 1 0 auto;
}
html {
  background: #fff;
  font-family: 'poppinsregular', sans-serif;
  color: #000;
}
a {
  color: inherit;
}
a.anchor {
  display: block;
  padding-top: 30px;
}
*:focus {
  outline: none;
}
nav {
  background: none;
  box-shadow: none;
}
nav a {
  color: inherit;
}
figure {
  margin: 0;
}
table th,
strong,
b {
  font-family: 'poppinsbold', sans-serif;
  font-weight: normal;
}
.valign-wrapper > div {
  width: 100%;
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
#winsize {
  background: yellowgreen;
  position: fixed;
  right: 10px;
  top: 40px;
  z-index: 10;
  color: #fff;
  font-family: monospace;
  padding: 2px 8px;
}
.site-header {
  background: #fff;
  width: 100%;
}
.site-header .row {
  margin-bottom: 0;
}
.site-header .blitz-menu,
.site-header .blitz-cart,
.site-header .blitz-social,
.site-header #menu {
  display: inline-block;
}
.site-header .link-home {
  display: none;
}
.site-header .blitz-social {
  float: right;
}
.site-header .logo {
  margin: 15px 0;
  display: block;
  line-height: 1rem;
  font-size: 1rem;
  height: 30px;
  width: 100%;
  background: url('../img/blitz-motorcycles.svg') no-repeat center center;
  background-size: contain;
}
.site-header .social-menu li {
  margin: 0 1vw;
}
#menu {
  margin: 15px 0 15px 1.5vw;
}
#menu .menu-item {
  display: inline-block;
  padding: 0 1vw;
  border-right: 1px solid #ddd;
}
#menu .menu-item:first-child {
  padding-left: 0;
}
#menu .menu-item:last-child {
  border: none;
}
#menu .menu-item a {
  display: block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 1.2vw;
}
#menu .menu-item a:hover {
  color: #777;
}
#menu .menu-item.current-menu-item > a {
  font-family: 'poppinsbold';
}
.social-menu {
  display: inline-block;
  margin: 18px 0;
  text-align: right;
}
.social-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.social-menu li .fa {
  font-size: 18px;
}
#cart-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-left: .5vw;
}
#cart-icon:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.3em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='300' width='300' fill='%23000' viewBox='0 0 100 100'%3E%3Cpath d='M50.39 51.01l-33.5-16.84L.3 43.01l33.73 17.45 16.33-9.3 16.62 8.57L100 42.17l-16.3-8.59 16.15-8.91L66.01 7.59 49.4 16.44 33.16 7.88 0 25.56l16.75 8.64 33.02-17.56 33.04 17.09-32.42 17.28zm32.82 3.65L68.55 62.5a3 3 0 0 1-1.77.45l-15.63-7.87v37.33a4.87 4.87 0 0 0 1.22-.48Q67.09 84 81.94 76.2a2.33 2.33 0 0 0 1.46-2.43l-.19-19.11zm-44.48 6.03l-4.8 2.51a2.25 2.25 0 0 1-1.8-.26L24 58.77l-6.95-3.5.23 20c0 .45.67 1 1.18 1.31l30.41 15.56V55.38l-10.14 5.31z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
#cart-icon bdi {
  margin-left: .5em;
}
#cart-icon.empty-cart {
  display: none;
}
footer.page-footer {
  background: #f9f9f9;
  padding: 40px 0 60px;
  color: #777;
  font-size: .85em;
  z-index: 1;
  min-height: 25vh;
}
footer.page-footer .social-title,
footer.page-footer .widget-title {
  color: #333;
  font-family: 'poppinsbold';
  text-transform: uppercase;
}
footer.page-footer a:hover {
  color: #000;
}
footer.page-footer .menu li {
  margin-bottom: .75em;
  text-transform: uppercase;
}
footer.page-footer .social-wrapper {
  text-align: center;
}
footer.page-footer .social-menu li {
  margin: 0 15px;
}
footer.page-footer .social-menu li a {
  color: #000;
}
footer.page-footer .social-menu li a .fa {
  font-size: 24px;
}
footer.page-footer .legal-row {
  margin-top: 60px;
}
footer.page-footer .legal-menu {
  text-align: right;
  margin: 0;
}
footer.page-footer .legal-menu li {
  display: inline-block;
  margin: 0 15px;
}
.arrow-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  z-index: 2;
  opacity: 0;
  font-size: 20px;
  background: #fff;
  transition: opacity 0.5s ease-in-out 0s;
  z-index: 999;
}
.arrow-top:before {
  font-family: 'FontAwesome';
  content: "\f106";
}
.arrow-top.is-visible {
  opacity: 1;
}
.arrow-top.fade-out {
  opacity: 0;
}
.scroller-status,
.infinite-nav {
  display: none;
}
.scroller-status {
  margin: 30px 0;
  font-size: .85em;
}
.scroller-status .spinner-layer {
  border-color: #ddd;
}
button.load-more {
  background: #000;
  padding: 12px 24px;
  margin: 0 0 30px;
  border: none;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
button.load-more:hover {
  background: #777;
}
.burger-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  display: block;
  width: 21px;
  height: 18px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: all 0.3s ease-in-out 0s;
}
.burger-icon:after {
  display: block;
  content: "";
  border-bottom: 2px solid #333;
  position: absolute;
  width: 100%;
  left: 0;
  top: 6px;
}
.burger-icon.close {
  width: 22px;
  height: 22px;
  border: none;
}
.burger-icon.close:hover {
  opacity: 1;
}
.burger-icon.close:before,
.burger-icon.close:after {
  position: absolute;
  left: 15px;
  top: 0;
  content: "";
  height: 22px;
  width: 2px;
  background-color: #000;
}
.burger-icon.close:before {
  transform: rotate(45deg);
}
.burger-icon.close:after {
  transform: rotate(-45deg);
}
.info-banner + .burger-icon {
  top: 60px;
}
.sidenav li {
  line-height: 1.3em;
}
.sidenav li a {
  height: auto;
  display: inline;
  padding: 0;
}
#slide-out .spike {
  display: block;
  width: 120px;
  height: 120px;
  margin: 20px auto;
  background: url('../img/blitz-spike.png') no-repeat center center;
  background-size: contain;
}
#slide-out .blitz-cart {
  margin: 0 30px;
}
#slide-out .blitz-cart a {
  margin-left: 0;
}
#mobile-nav {
  background: #fff;
  max-width: 260px;
}
#mobile-nav li {
  height: auto;
  line-height: 1.2em;
  text-transform: uppercase;
}
#mobile-nav li:last-child > a {
  border-bottom: none;
}
#mobile-nav li a {
  padding: 15px 20px 15px 30px;
  display: block;
  line-height: 1.3em;
  height: auto;
  font-size: 1em;
  border-bottom: 1px solid #f1f1f1;
}
#mobile-nav li a:hover {
  background: inherit;
}
#mobile-nav li.menu-item-has-children.current-menu-item > a {
  font-family: 'poppinssemibold';
  border-bottom: none;
}
#mobile-nav li.menu-item-has-children > a {
  border-bottom: none;
}
#mobile-nav li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 1em;
  float: right;
}
#mobile-nav li.menu-item-has-children .sub-menu {
  transform-origin: 50% 0;
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease-in 0;
}
#mobile-nav li.menu-item-has-children .sub-menu a {
  color: #777;
  border: none;
}
#mobile-nav li.menu-item-has-children.visible,
#mobile-nav li.menu-item-has-children.current-menu-ancestor,
#mobile-nav li.menu-item-has-children.current-menu-parent {
  border-bottom: none;
}
#mobile-nav li.menu-item-has-children.visible > a,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > a,
#mobile-nav li.menu-item-has-children.current-menu-parent > a {
  border-bottom: none;
}
#mobile-nav li.menu-item-has-children.visible > a:after,
#mobile-nav li.menu-item-has-children.current-menu-ancestor > a:after,
#mobile-nav li.menu-item-has-children.current-menu-parent > a:after {
  content: "\f106";
}
#mobile-nav li.menu-item-has-children.visible .sub-menu,
#mobile-nav li.menu-item-has-children.current-menu-ancestor .sub-menu,
#mobile-nav li.menu-item-has-children.current-menu-parent .sub-menu {
  max-height: 100vh;
}
#mobile-nav li.current-menu-item > a,
#mobile-nav li.current-menu-parent > a {
  font-family: 'poppinssemibold';
}
#mobile-nav li.current-menu-item.menu-item-has-children .sub-menu,
#mobile-nav li.current-menu-parent.menu-item-has-children .sub-menu {
  max-height: 100vh;
}
.site-header.clone {
  display: none;
}
@media only screen and (min-width: 600px) {
  .site-header.clone {
    display: block;
    position: fixed;
    top: -160px;
    left: 0;
    width: 100%;
    transition: all 0.6s ease-in-out 0s;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  .site-header.clone .brand-col {
    display: none;
  }
  .site-header.clone.up,
  .site-header.clone.down {
    top: 0;
  }
}
@media only screen and (min-width: 1060px) {
  #menu {
    margin-left: 0px;
  }
  #menu .menu-item {
    padding: 0 20px;
  }
  #menu .menu-item a {
    font-size: 1rem;
  }
  .site-header .social-menu li {
    margin: 0 15px;
  }
  #cart-icon {
    margin-left: 30px;
  }
  .site-header.clone .link-home {
    display: inline-block;
    width: 240px;
    height: 24px;
    background: url('../img/blitz-motorcycles.svg') no-repeat center center;
    background-size: contain;
    content: " ";
    margin-right: 30px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
    max-width: 1600px;
  }
}
@media only screen and (max-width: 990px) {
  .container {
    width: 95%;
  }
  .site-header .logo {
    height: 20px;
  }
  #menu .menu-item a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-top {
    display: none;
  }
  .site-header {
    position: relative;
  }
  .site-header .logo {
    height: 60px;
    margin: 0;
  }
  footer.page-footer {
    text-align: center;
  }
  footer.page-footer .legal-menu {
    text-align: center;
    margin: 0 0 30px;
  }
  footer.page-footer .legal-menu li {
    display: block;
    margin: 8px 0;
  }
  footer.page-footer .social-wrapper {
    margin-top: 30px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'GoghExtraBold';
  font-weight: normal;
  line-height: 1.5em;
  color: inherit;
}
.page-title {
  font-size: 2em;
  text-transform: uppercase;
}
.post-content,
.content-wrapper {
  font-weight: 300;
}
.post-content h1,
.content-wrapper h1 {
  font-size: 2.4em;
}
.post-content h2,
.content-wrapper h2 {
  font-size: 1.6em;
}
.post-content h3,
.content-wrapper h3 {
  font-size: 1.4em;
}
.post-content h4,
.content-wrapper h4 {
  font-size: 1.2em;
}
.post-content h5,
.content-wrapper h5 {
  font-size: 1.1em;
}
.post-content p,
.content-wrapper p,
.post-content h6,
.content-wrapper h6 {
  font-size: 1em;
  margin: .5em 0;
}
.post-content table,
.content-wrapper table {
  font-size: .9em;
  margin: 1em 0;
}
.post-content table tr,
.content-wrapper table tr {
  border-bottom: 1px solid #ddd;
}
.post-content blockquote,
.content-wrapper blockquote {
  border-color: #ddd;
  font-style: italic;
  font-family: 'poppinsbold', sans-serif;
  color: #777;
}
.post-content ul,
.content-wrapper ul,
.post-content ol,
.content-wrapper ol {
  margin: 1em 0;
}
.post-content ul li,
.content-wrapper ul li,
.post-content ol li,
.content-wrapper ol li {
  margin-bottom: .5em;
}
.post-content ul li ul,
.content-wrapper ul li ul,
.post-content ol li ul,
.content-wrapper ol li ul {
  margin-top: .5em;
}
.post-content ul:not(.wc-item-meta) li,
.content-wrapper ul:not(.wc-item-meta) li {
  position: relative;
  padding-left: 16px;
}
.post-content ul:not(.wc-item-meta) li:before,
.content-wrapper ul:not(.wc-item-meta) li:before {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: auto;
  color: #ddd;
}
.post-content strong,
.content-wrapper strong {
  font-family: 'poppinsbold', sans-serif;
}
.post-content .wp-block-gallery,
.content-wrapper .wp-block-gallery {
  margin: 30px 0;
}
.post-content .wp-block-gallery li,
.content-wrapper .wp-block-gallery li {
  padding: 0;
}
.post-content .wp-block-gallery li:before,
.content-wrapper .wp-block-gallery li:before {
  content: "";
  display: none;
}
.post-content figure,
.content-wrapper figure {
  margin: 0;
}
.post-content .video-container,
.content-wrapper .video-container {
  margin: 30px 0;
}
.post-content .featured-products-title,
.content-wrapper .featured-products-title {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .post-content .wp-block-columns .wp-block-column > *:nth-child(1) {
    margin-top: 0;
  }
}
.btn,
button {
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background: #333;
  cursor: pointer;
}
.btn:hover,
button:hover {
  background: #000;
  box-shadow: none;
}
.toast {
  background: orangered;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .row {
  margin-bottom: 0;
}
form .input-field input[type="tel"],
form .input-field input[type="email"],
form .input-field input[type="text"],
form .input-field textarea {
  background: #ffffff;
  padding: 0 10px;
  width: calc( 100% - 20px );
  font-family: 'poppinsregular', sans-serif;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 4px;
}
form .input-field input[type="tel"] + label,
form .input-field input[type="email"] + label,
form .input-field input[type="text"] + label,
form .input-field textarea + label {
  margin-left: 10px;
  font-weight: 300;
  color: #777;
}
form .input-field input[type="tel"] + label.active,
form .input-field input[type="email"] + label.active,
form .input-field input[type="text"] + label.active,
form .input-field textarea + label.active {
  top: -6px;
}
form .input-field input[type="tel"]:focus,
form .input-field input[type="email"]:focus,
form .input-field input[type="text"]:focus,
form .input-field textarea:focus {
  border: 1px solid #eee !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) !important;
}
form .input-field input[type="tel"]:focus + label,
form .input-field input[type="email"]:focus + label,
form .input-field input[type="text"]:focus + label,
form .input-field textarea:focus + label {
  color: #333;
  top: -6px;
  left: 3px;
}
form .input-field textarea {
  width: 100%;
  padding: 10px;
  min-height: 8em;
  line-height: 150%;
}
form .input-field .required {
  display: inline-block;
  margin-left: .3em;
  color: orangered;
}
form button.btn {
  border-radius: 4px;
}
form button.btn:disabled {
  background: #fff !important;
  border: 1px solid #eee;
  color: #777;
}
form #response {
  text-align: center;
  font-size: 1.2em;
}
#blitz-contact-form {
  margin-top: -1rem;
  margin-bottom: 80px;
}
#blitz-contact-form .input-field {
  margin-bottom: .5em;
}
#blitz-contact-form .input-field input[type="tel"]:focus + label,
#blitz-contact-form .input-field input[type="email"]:focus + label,
#blitz-contact-form .input-field input[type="text"]:focus + label,
#blitz-contact-form .input-field textarea:focus + label {
  color: #777;
}
#blitz-contact-form button.btn {
  background: #000;
  color: #fff;
  margin-top: 30px;
  border-radius: 0;
}
#blitz-contact-form button.btn:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: .5em;
}
#blitz-store form abbr,
.woocommerce form abbr,
.woocommerce-form abbr {
  text-decoration: none;
}
#blitz-store form label,
.woocommerce form label,
.woocommerce-form label {
  font-weight: 300;
  font-size: 1rem;
}
#blitz-store form input[type="tel"],
.woocommerce form input[type="tel"],
.woocommerce-form input[type="tel"],
#blitz-store form input[type="email"],
.woocommerce form input[type="email"],
.woocommerce-form input[type="email"],
#blitz-store form input[type="text"],
.woocommerce form input[type="text"],
.woocommerce-form input[type="text"],
#blitz-store form input[type="number"],
.woocommerce form input[type="number"],
.woocommerce-form input[type="number"],
#blitz-store form input[type="password"],
.woocommerce form input[type="password"],
.woocommerce-form input[type="password"],
#blitz-store form textarea,
.woocommerce form textarea,
.woocommerce-form textarea {
  background: #ffffff;
  padding: 0 10px;
  width: calc( 100% - 20px );
  font-family: 'poppinsregular', sans-serif;
  border: 1px solid #eee;
  box-shadow: none;
}
#blitz-store form input[type="tel"]:focus,
.woocommerce form input[type="tel"]:focus,
.woocommerce-form input[type="tel"]:focus,
#blitz-store form input[type="email"]:focus,
.woocommerce form input[type="email"]:focus,
.woocommerce-form input[type="email"]:focus,
#blitz-store form input[type="text"]:focus,
.woocommerce form input[type="text"]:focus,
.woocommerce-form input[type="text"]:focus,
#blitz-store form input[type="number"]:focus,
.woocommerce form input[type="number"]:focus,
.woocommerce-form input[type="number"]:focus,
#blitz-store form input[type="password"]:focus,
.woocommerce form input[type="password"]:focus,
.woocommerce-form input[type="password"]:focus,
#blitz-store form textarea:focus,
.woocommerce form textarea:focus,
.woocommerce-form textarea:focus {
  border: 1px solid #fff !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) !important;
}
#blitz-store form input[type="tel"]:focus + label,
.woocommerce form input[type="tel"]:focus + label,
.woocommerce-form input[type="tel"]:focus + label,
#blitz-store form input[type="email"]:focus + label,
.woocommerce form input[type="email"]:focus + label,
.woocommerce-form input[type="email"]:focus + label,
#blitz-store form input[type="text"]:focus + label,
.woocommerce form input[type="text"]:focus + label,
.woocommerce-form input[type="text"]:focus + label,
#blitz-store form input[type="number"]:focus + label,
.woocommerce form input[type="number"]:focus + label,
.woocommerce-form input[type="number"]:focus + label,
#blitz-store form input[type="password"]:focus + label,
.woocommerce form input[type="password"]:focus + label,
.woocommerce-form input[type="password"]:focus + label,
#blitz-store form textarea:focus + label,
.woocommerce form textarea:focus + label,
.woocommerce-form textarea:focus + label {
  color: #777;
  top: -6px;
}
#blitz-store form ::placeholder,
.woocommerce form ::placeholder,
.woocommerce-form ::placeholder {
  color: #777;
}
#blitz-store form .required,
.woocommerce form .required,
.woocommerce-form .required {
  display: inline-block;
  margin-left: .3em;
  color: #333;
}
#blitz-store form .woocommerce-form__label.woocommerce-form__label-for-checkbox,
.woocommerce form .woocommerce-form__label.woocommerce-form__label-for-checkbox,
.woocommerce-form .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: block;
}
#blitz-store form button.button,
.woocommerce form button.button,
.woocommerce-form button.button {
  margin: 20px 0;
  background: #333;
  border: none;
  text-transform: uppercase;
  font-family: 'poppinsregular', sans-serif;
  padding: 8px 24px;
  color: #fff;
}
#blitz-store form button.button:hover,
.woocommerce form button.button:hover,
.woocommerce-form button.button:hover {
  background: #000;
}
#blitz-store form select,
.woocommerce form select,
.woocommerce-form select {
  display: block;
}
#blitz-store form select:focus,
.woocommerce form select:focus,
.woocommerce-form select:focus {
  outline: none;
}
#blitz-store form fieldset,
.woocommerce form fieldset,
.woocommerce-form fieldset {
  border: 1px solid #ddd;
}
.blitz-select-wrapper {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1rem;
  /* 
		Le select natif pourra 
		dépasser sans être vu 
	*/
}
.blitz-select-wrapper p {
  font-size: 0;
  color: #fff;
}
.blitz-select-wrapper label,
.blitz-select-wrapper .woocommerce-input-wrapper input {
  display: none;
}
.blitz-select-wrapper:after {
  /* Le pointeur du select */
  content: '';
  position: absolute;
  top: 1.3rem;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #777;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.blitz-select-wrapper select {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  color: #777;
  font-family: 'poppinsregular', sans-serif;
  /* 
			On est sûr de ne plus voir
			la flèche native 
		*/
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 
			On empêche le texte d'aller
			jusqu'au bout s'il est trop long
		*/
}
.blitz-select-wrapper select.state_select {
  border-top: 1px solid #eee;
}
.blitz-select-wrapper input.input-text {
  margin: 5px 10px 15px;
  width: calc( 100% - 45px ) !important;
}
#searchform {
  margin-bottom: 40px;
}
#searchform .form-wrapper {
  position: relative;
}
#searchform .form-wrapper input[type=text] {
  padding: 0 60px 0 0;
  width: calc( 100% - 60px );
}
#searchform .form-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 48px;
  line-height: 48px;
  text-align: right;
  border: none;
  background: transparent;
  color: #000;
  font-size: 18px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}
.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-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;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  /*    font-family: @slick-font-family;*/
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  border: 1px solid #ddd;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #777;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
mark {
  background: inherit;
  font-family: 'GoghExtraBold', sans-serif;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}
.woocommerce-no-products-found {
  text-align: center;
  margin: 50px 0;
}
.woocommerce-notices-wrapper li {
  display: block;
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  background: #333;
  color: #fff;
  font-size: .9em;
}
.single-product #breadcrumbs {
  margin: 15px .75rem 40px;
}
.single-product .quantity {
  display: inline-block;
  width: 130px;
  float: left;
}
.single-product .single_add_to_cart_button {
  display: inline-block;
  line-height: 46px;
  height: 46px;
}
.single-product .product-heading {
  clear: both;
  margin-top: 30px;
}
.blitz-product-wrapper,
.single-product .blitz-product-wrapper {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding: 0 0 50px;
  position: relative;
}
.blitz-product-wrapper img,
.single-product .blitz-product-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.blitz-product-wrapper h2,
.single-product .blitz-product-wrapper h2 {
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 20px 30px 10px;
}
.blitz-product-wrapper .blitz-price,
.single-product .blitz-product-wrapper .blitz-price {
  font-size: 1em;
  font-family: 'poppinsregular';
  display: block;
}
.blitz-product-wrapper .blitz-price small,
.single-product .blitz-product-wrapper .blitz-price small {
  color: #666;
}
.blitz-product-wrapper .button,
.single-product .blitz-product-wrapper .button,
.blitz-product-wrapper .added_to_cart,
.single-product .blitz-product-wrapper .added_to_cart {
  display: block;
  width: calc( 100% - 60px );
  text-align: center;
  padding: 6px 16px;
  height: auto;
  text-transform: uppercase;
  background: #444444;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.blitz-product-wrapper .button:hover,
.single-product .blitz-product-wrapper .button:hover,
.blitz-product-wrapper .added_to_cart:hover,
.single-product .blitz-product-wrapper .added_to_cart:hover {
  background: #333;
}
.blitz-product-wrapper .added_to_cart,
.single-product .blitz-product-wrapper .added_to_cart {
  background: #000;
  color: #fff;
  bottom: 50px;
}
.blitz-price del {
  color: #777;
  font-family: 'poppinslight';
}
.blitz-price ins {
  text-decoration: none;
  margin-left: .5em;
}
.blitz-product-images {
  position: relative;
}
.onsale {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 4px 10px 2px;
  text-transform: uppercase;
  font-family: 'poppinssemibold';
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
}
.blitz-product-wrapper {
  position: relative;
}
.blitz-product-wrapper .woocommerce-loop-product__link {
  display: block;
  position: relative;
}
.blitz-product-wrapper .product-spec {
  margin-left: 30px;
  width: calc( 100% - 60px );
}
.blitz-product-wrapper .blitz-price {
  display: block;
  line-height: 30px;
  height: 30px;
  position: relative;
}
.blitz-product-wrapper .blitz-price a {
  display: block;
}
.blitz-product-wrapper .blitz-price a .price-wrapper,
.blitz-product-wrapper .blitz-price a .view-more {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s;
}
.blitz-product-wrapper .blitz-price a .price-wrapper {
  font-family: 'poppinslight';
}
.blitz-product-wrapper .blitz-price a .view-more {
  opacity: 0;
  color: #777;
}
.blitz-product-wrapper .blitz-price a:hover .price-wrapper {
  opacity: 0;
}
.blitz-product-wrapper .blitz-price a:hover .view-more {
  opacity: 1;
}
.blitz-product-wrapper .color-swatch {
  display: block;
  line-height: 30px;
  height: 30px;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.blitz-product-wrapper .color-swatch .color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 4px;
}
.blitz-product-wrapper .color-swatch .color > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin: 3px;
}
.blitz-product-img {
  background-color: #fff;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product-images-wrapper {
  position: relative;
}
.gallery-nav-arrow {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  content: "";
  margin: 0 10px;
  background-color: #fff;
  color: #000;
  opacity: .75;
  transition: opacity 0.3s ease-in-out 0s;
  position: absolute;
  bottom: 45px;
}
.gallery-nav-arrow:before {
  font-family: 'FontAwesome';
  content: "\f104";
}
.gallery-nav-arrow.prev-view {
  left: 10px;
}
.gallery-nav-arrow.next-view {
  right: 10px;
}
.gallery-nav-arrow.next-view:before {
  content: "\f105";
}
.gallery-nav-arrow:hover {
  opacity: 1;
}
.woocommerce-products-header .term-description {
  margin: 60px 0 0;
  text-align: center;
  font-family: 'GoghExtraBold', serif;
  font-size: 1.3em;
  font-weight: 300;
}
.woocommerce-products-header .term-description:after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background: #ddd;
  margin: 0 auto;
}
.woocommerce-products-header .page-description h2 {
  font-size: 2em;
}
.woocommerce-products-header .page-description p {
  font-size: 1.1em;
  font-weight: 300;
}
.woocommerce-pagination {
  text-align: center;
  margin: 30px 0;
}
.woocommerce-pagination .page-numbers {
  text-align: center;
}
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  float: none;
  margin: 0 8px;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  display: inline-block;
  height: 3em;
  width: 3em;
  line-height: 3em;
  border-radius: 1.5em;
  background: #ffffff;
  color: #777;
}
.woocommerce-pagination .page-numbers li .current {
  background: #333;
  color: #fff;
}
.woocommerce-pagination .page-numbers li a:hover {
  background: #000;
  color: #fff;
}
.single-product img {
  display: block;
}
.single-product .product-gallery {
  margin: 0 6px 10px 2px;
  border: 1px solid #fff;
}
.single-product .product-gallery-nav .slick-list {
  margin: 0;
}
.single-product .product-gallery-nav .slick-slide {
  margin: 0 2px;
  border: 1px solid #fff;
}
.single-product .product-gallery-nav .slick-current {
  border: 1px solid #eee;
}
.single-product .blitz-price {
  color: #333;
  font-size: 1.2em;
  font-family: 'poppinssemibold';
}
.single-product .entry-title {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
}
.single-product .variations {
  margin: 20px 0;
}
.single-product .variations .attribute-label {
  margin: 0;
  font-size: .8em;
  color: #777;
}
.single-product .entry-summary button.button {
  margin: 0 !important;
  padding: 10px 18px !important;
  line-height: 1.4em;
}
.single-product .entry-summary a {
  color: #000;
  text-decoration: underline;
}
.single-product .entry-summary .blitz-select-wrapper {
  width: auto;
  display: inline-block;
  float: left;
}
.single-product .entry-summary .blitz-select-wrapper select {
  padding-right: 40px;
}
.single-product .entry-summary .share-post {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
}
.single-product .entry-summary ul:not(.share-buttons):not(.tabs) li {
  position: relative;
  padding-left: 16px;
}
.single-product .entry-summary ul:not(.share-buttons):not(.tabs) li:before {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: auto;
  color: #ddd;
}
.single-product .single_variation_wrap .woocommerce-variation-price {
  display: block;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 4px;
}
.single-product .related.products {
  margin-top: 80px;
}
.single-product .related.products > h2 {
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: 'poppinsregular';
}
.single-product .related.products > h2:after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background: #ddd;
  margin: 15px auto 40px;
}
.stock.in-stock {
  color: green;
}
.stock.out-of-stock {
  color: orangered;
}
.stock.out-of-stock:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  margin-right: .5em;
}
#blitz-store form button.button.disabled,
#blitz-store form button.button.wc-variation-is-unavailable {
  background: #ddd;
}
.woocommerce-notices-wrapper {
  margin-bottom: 10px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background: #ffffff;
  padding: 10px 15px;
}
.woocommerce-notices-wrapper .woocommerce-message:after {
  display: table;
  content: "";
  clear: both;
}
.woocommerce-notices-wrapper .woocommerce-message .restore-item {
  display: inline-block;
  padding: 5px 10px;
  background: #777;
  color: #fff;
  margin-left: 10px;
}
.wc-forward,
.wc-backward {
  display: inline-block;
  padding: 5px 10px;
  background: #777;
  color: #fff;
  text-transform: uppercase;
}
.wc-forward:hover,
.wc-backward:hover {
  background: #898989;
}
.wc-forward {
  float: right;
}
.wc-forward:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: .5em;
}
.wc-backward:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f104";
  margin-right: .5em;
}
.quantity:after {
  display: table;
  content: "";
  clear: both;
}
.quantity input.qty {
  margin: 0;
  width: calc( 100% - 80px );
  max-width: 50px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.quantity .qty-mod {
  display: block;
  width: 40px;
  float: left;
  text-align: center;
}
.quantity .qty-mod a {
  display: block;
  line-height: 21px;
  border: 1px solid #eee;
  margin: 0 1px 1px;
  background: #fff;
}
.quantity .qty-mod a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
form.cart .quantity {
  margin-bottom: 20px;
}
#place_order {
  padding: 16px;
}
#blitz-checkout h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
#blitz-checkout h3#ship-to-different-address {
  font-family: 'poppinsregular';
}
#blitz-checkout .woocommerce-form-login-toggle {
  margin-bottom: 30px;
}
#blitz-checkout .woocommerce-form-login-toggle .showlogin {
  font-family: 'poppinssemibold';
}
#blitz-checkout .woocommerce-billing-fields,
#blitz-checkout .woocommerce-shipping-fields,
#blitz-checkout .woocommerce-additional-fields__field-wrapper {
  display: block;
  clear: both;
}
#blitz-checkout .woocommerce-billing-fields textarea,
#blitz-checkout .woocommerce-shipping-fields textarea,
#blitz-checkout .woocommerce-additional-fields__field-wrapper textarea {
  width: 100%;
}
#blitz-checkout .woocommerce-billing-fields .required,
#blitz-checkout .woocommerce-shipping-fields .required,
#blitz-checkout .woocommerce-additional-fields__field-wrapper .required {
  color: orangered;
}
#blitz-checkout table tr {
  border-bottom: none;
}
#blitz-checkout table td {
  padding: 0;
}
#blitz-checkout .actions {
  padding: 20px 0;
}
#blitz-checkout .actions .coupon .input-field {
  margin: 0;
}
#blitz-checkout .actions .coupon .input-field input[type=text] {
  margin: 0;
}
#blitz-checkout .actions .coupon .button {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 46px;
  background: #fff;
  color: #777;
}
#blitz-checkout .actions .coupon .button:hover {
  color: #000;
}
#blitz-checkout .actions .update-cart {
  display: block;
  width: 100%;
  padding: 16px;
  transition: opacity 0.3s ease-in-out 0s;
}
#blitz-checkout .actions .update-cart:disabled {
  opacity: 0;
  margin: 0;
}
#blitz-checkout .woocommerce-error {
  margin: 0 0 30px;
}
#blitz-checkout .woocommerce-error li {
  margin-bottom: .5em;
  font-size: .9em;
  color: #333;
}
#blitz-checkout .woocommerce-error li:before {
  font-family: 'FontAwesome';
  content: "\f06a";
  color: orangered;
  margin-right: .3em;
}
#blitz-checkout .woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid #ddd;
}
.blitz-cart-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.blitz-cart-item .product-name {
  text-transform: uppercase;
  font-family: 'poppinssemibold';
}
.blitz-cart-item .product-price {
  font-size: .9em;
  color: #777;
}
.blitz-cart-item a {
  display: block;
}
.blitz-cart-item img {
  display: block;
  width: 100%;
  height: auto;
}
.blitz-cart-item .product-remove {
  margin-top: 8px;
  font-size: .85em;
}
.blitz-cart-item .product-remove a {
  color: #777;
}
.blitz-cart-item .product-remove a:hover {
  color: #000;
}
#aside-cart h4 {
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
}
#aside-cart h4:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #777;
  margin: 10px auto;
}
.widget_shopping_cart_content .woocommerce-mini-cart {
  margin: 0 20px;
  font-size: .9em;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-thumbnail,
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-description {
  display: inline-block;
  vertical-align: middle;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-thumbnail {
  width: 25%;
  margin-right: 2%;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-description {
  width: 70%;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .product-name {
  font-family: 'poppinssemibold';
  text-transform: uppercase;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .remove {
  font-size: .9em;
  color: #777;
  display: b;
  margin-top: 6px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .product-description .remove:hover {
  color: #000;
}
.widget_shopping_cart_content .total {
  margin: 20px;
  text-align: center;
}
.widget_shopping_cart_content .buttons {
  margin: 20px;
}
.widget_shopping_cart_content .buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  background: #333;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  margin: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #777;
}
body.blitz-login-page main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
body.blitz-login-page main:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
}
body.blitz-login-page main .container {
  position: relative;
  color: #fff;
}
body.blitz-login-page main #breadcrumbs {
  color: rgba(255, 255, 255, 0.6);
}
body.blitz-login-page main .page-title {
  text-align: center;
}
body.blitz-login-page main h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'poppinslight';
}
body.blitz-login-page main .woocommerce-form-login,
body.blitz-login-page main .lost_reset_password {
  max-width: 600px;
  margin: 0 auto;
}
body.blitz-login-page main .woocommerce-form-login label,
body.blitz-login-page main .lost_reset_password label {
  color: #fff;
}
body.blitz-login-page main .woocommerce-form-login .required,
body.blitz-login-page main .lost_reset_password .required {
  color: orangered;
}
body.blitz-login-page main .woocommerce-form-login input[type=checkbox] + span:before,
body.blitz-login-page main .lost_reset_password input[type=checkbox] + span:before {
  border-color: rgba(255, 255, 255, 0.5);
}
body.blitz-login-page main .woocommerce-form-login input[type=checkbox]:checked + span:before,
body.blitz-login-page main .lost_reset_password input[type=checkbox]:checked + span:before {
  border: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
body.blitz-login-page main .woocommerce-form-login button,
body.blitz-login-page main .lost_reset_password button {
  background: #fff;
  padding: 15px 30px;
  color: #000;
  font-family: 'poppinssemibold';
}
body.blitz-login-page main .woocommerce-form-login button:hover,
body.blitz-login-page main .lost_reset_password button:hover {
  background: #fff;
  color: #000;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
  background: transparent;
  box-shadow: none;
  height: auto;
  margin-bottom: 40px;
  width: 200px;
  float: left;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul {
  margin: 0;
  font-size: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li {
  float: none;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1.2em;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.is-active a {
  color: #000;
  font-family: 'poppinssemibold';
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li:before {
  display: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a {
  display: block;
  color: #333;
  line-height: 1.2em;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  width: 2em;
  font-size: 14px;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a:hover {
  background: inherit;
  color: #000;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li a:hover:before {
  color: #777;
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0c9";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f0ed";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f041";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f13e";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f283";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce nav.woocommerce-MyAccount-navigation > ul li.woocommerce-MyAccount-navigation-link--customer-datas a:before {
  content: "\f046";
}
.woocommerce-MyAccount-content {
  width: calc( 100% - 260px);
  float: right;
}
.woocommerce-MyAccount-content > *:nth-child(1),
.woocommerce-MyAccount-content > form > *:nth-child(1) {
  margin-top: 0;
}
.woocommerce-MyAccount-content p {
  line-height: 1.8em;
}
.woocommerce-MyAccount-content p a {
  font-family: 'poppinssemibold';
  text-decoration: underline;
}
.woocommerce-MyAccount-content .edit,
.woocommerce-MyAccount-content .shop-action .button {
  display: inline-block;
  padding: 6px 12px;
  background: #333;
  color: #fff;
  line-height: 1.4em;
  margin: 15px 0;
}
.woocommerce-MyAccount-content .edit:hover,
.woocommerce-MyAccount-content .shop-action .button:hover {
  background: #000;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content address {
  padding: 20px 20px 20px 40px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  max-width: 480px;
  position: relative;
}
.woocommerce-MyAccount-content address:before {
  font-family: 'FontAwesome';
  font-style: normal;
  content: "\f041";
  position: absolute;
  left: 20px;
  top: 20px;
  color: #777;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
  background: #333;
  color: #fff;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error li {
  margin: 0 0 30px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error li:before {
  display: none;
}
.proceed-to-checkout {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 9;
}
.proceed-to-checkout a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 32px 8px;
  transition: all 0.3s ease-in-out 0s;
}
.proceed-to-checkout a:hover {
  background: #000;
}
.proceed-to-checkout a:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='300' width='300' fill='%23FFF' viewBox='0 0 100 100'%3E%3Cpath d='M50.39 51.01l-33.5-16.84L.3 43.01l33.73 17.45 16.33-9.3 16.62 8.57L100 42.17l-16.3-8.59 16.15-8.91L66.01 7.59 49.4 16.44 33.16 7.88 0 25.56l16.75 8.64 33.02-17.56 33.04 17.09-32.42 17.28zm32.82 3.65L68.55 62.5a3 3 0 0 1-1.77.45l-15.63-7.87v37.33a4.87 4.87 0 0 0 1.22-.48Q67.09 84 81.94 76.2a2.33 2.33 0 0 0 1.46-2.43l-.19-19.11zm-44.48 6.03l-4.8 2.51a2.25 2.25 0 0 1-1.8-.26L24 58.77l-6.95-3.5.23 20c0 .45.67 1 1.18 1.31l30.41 15.56V55.38l-10.14 5.31z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.proceed-to-checkout a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: 1em;
}
.variations .attribute {
  margin: 0 0 5px;
}
.variations .attribute label {
  display: inline-block;
  margin: 0;
}
.variations .attribute label input[type=radio] + span {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  min-width: 65px;
  text-align: center;
  border: 1px solid #ddd;
  font-family: 'poppinsbold', sans-serif;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
}
.variations .attribute label input[type=radio] + span:before,
.variations .attribute label input[type=radio] + span:after {
  display: none;
}
.variations .attribute label input[type=radio]:checked + span {
  color: #000;
  border-color: #000;
}
.variations .attribute label:hover input[type=radio] + span {
  color: #777;
  border-color: #777;
}
.variations .attribute label.is-color input[type=radio] + span {
  width: 50px;
  min-width: 0;
  border-radius: 25px;
  position: relative;
}
.variations .attribute label.is-color input[type=radio] + span strong {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  border-radius: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.product-categories .terms {
  margin: 0 0 40px;
}
.product-categories .terms li {
  display: inline-block;
  text-transform: uppercase;
}
.product-categories .terms li a {
  display: block;
  padding: 0 15px;
  color: #777;
  border-right: 1px solid #ddd;
}
.product-categories .terms li a:hover {
  color: #000;
}
.product-categories .terms li:first-child a {
  padding-left: 0;
}
.product-categories .terms li:last-child a {
  border: none;
}
.product-categories .terms li.current > a {
  font-family: 'poppinssemibold';
  color: #000;
}
#categories-scenary {
  margin-bottom: 50px;
}
#categories-scenary .category {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 280px;
  position: relative;
}
#categories-scenary .category a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
#categories-scenary .category a:hover {
  background: rgba(0, 0, 0, 0.6);
}
#categories-scenary .category .title {
  font-size: 1.8em;
  margin: 0;
  text-transform: uppercase;
}
#categories-scenary .category .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  padding: 30px;
}
#blitz-waitlist-form {
  margin: 30px 0;
}
#blitz-waitlist-form .row {
  margin-bottom: 0;
}
#blitz-waitlist-form h5,
#blitz-waitlist-form p {
  margin: 0;
}
#blitz-waitlist-form .input-field {
  margin: 30px 0 0;
}
#blitz-waitlist-form h5 {
  font-size: 1.6em;
}
#blitz-waitlist-form button {
  margin: 0;
  line-height: 40px;
  border: none;
  color: #fff;
  width: 100%;
}
.blitz-product-cat-back a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f104";
  margin-right: .5em;
}
.featured-products-title {
  margin: 0 0 20px;
  font-size: 1.8em;
  text-transform: uppercase;
  font-family: 'poppinslight';
}
.featured-products {
  margin-bottom: 50px;
}
.wc_payment_methods li {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
}
.wc_payment_methods li > label {
  color: #000;
  font-family: 'poppinssemibold';
}
.wc_payment_methods li > label img {
  display: none;
}
.wc_payment_methods li > label .about_paypal {
  font-family: 'poppinslight';
  display: inline-block;
  font-size: .85em;
  margin-left: 1em;
}
.wc_payment_methods li fieldset {
  padding: 0;
  border: none;
}
.wc_payment_methods li fieldset label {
  color: #333;
  display: block;
  margin-top: 15px;
}
.wc_payment_methods li fieldset label .required {
  color: orangered;
}
.wc_payment_methods li input[type=checkbox],
.wc_payment_methods li input[type=radio] {
  position: relative;
  display: inline-block;
  opacity: 1;
  margin-right: .5em;
}
.wc_payment_methods li.payment_method_paypal > label:before,
.wc_payment_methods li.payment_method_stripe > label:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 36px;
  content: "\f1f4";
  vertical-align: middle;
  margin-right: 10px;
}
.wc_payment_methods li.payment_method_stripe > label:before {
  content: "\f1f5";
}
.blitz-product-tabs {
  margin-top: 60px;
}
.blitz-product-tabs .tabs {
  margin-bottom: 20px;
  background: transparent;
}
.blitz-product-tabs .tabs .indicator {
  background: #000;
}
.blitz-product-tabs .tabs li a {
  text-decoration: none;
  color: #777;
}
.blitz-product-tabs .tabs li a:hover {
  color: #000;
}
.blitz-product-tabs .tabs li.active a.active {
  color: #000;
  font-family: 'poppinssemibold';
}
.post-content .woocommerce-table .product-name {
  font-family: 'GoghExtraBold', sans-serif;
}
.wc-item-meta {
  font-family: 'poppinsregular', sans-serif;
  margin: 0 !important;
}
.wc-item-meta li {
  margin: 0 !important;
}
.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
  margin: 0;
}
.wc-item-meta li strong {
  font-weight: normal;
  font-family: 'poppinsregular';
}
.mini-product-item {
  display: flex;
  gap: 20px;
}
.mini-product-item .thumbnail {
  flex: 1 1 90px;
}
.mini-product-item .desc {
  flex: 1 1 auto;
  line-height: 1.2em;
}
.mini-product-item .desc strong {
  font-family: 'poppinsbold', sans-serif;
  text-transform: uppercase;
}
.mini-product-item .desc > div:not(:first-child) {
  margin: 4px 0;
}
.mini-product-item .desc a {
  color: #999;
}
.mini-product-item .desc a:hover {
  color: #333;
}
.woocommerce-order .woocommerce-order-details h2,
.woocommerce-order .woocommerce-customer-details h2 {
  font-size: 1.4em;
}
.woocommerce-order .woocommerce-customer-details {
  margin-bottom: 50px;
}
.woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  margin: 4px 8px;
  padding: 4px 8px 2px;
  border: 1px solid #333;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce-orders-table__cell-order-actions a:first-child {
  margin-left: 0;
}
.woocommerce-orders-table__cell-order-actions a:last-child {
  margin-right: 0;
}
.woocommerce-shipping-methods {
  margin: 10px 0;
}
.woocommerce-shipping-methods li {
  margin: 10px 0;
}
.woocommerce-shipping-methods li label .amount {
  display: inline-block;
  margin-left: 1em;
}
.woocommerce-shipping-methods li input[type="hidden"] + label {
  color: #333;
}
.woocommerce-shipping-methods li input[type="radio"] + label {
  position: relative;
  color: #333;
  padding-left: 24px;
  cursor: pointer;
}
.woocommerce-shipping-methods li input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: .25em;
}
.woocommerce-shipping-methods li input[type="radio"]:checked + label:before {
  background: #000;
}
.woocommerce-terms-and-conditions-checkbox-text {
  color: #333;
}
.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}
.cart-subtotal th,
.woocommerce-shipping-totals th,
.order-total th {
  padding-right: 30px;
}
.cart-subtotal td,
.woocommerce-shipping-totals td,
.order-total td {
  text-align: right;
}
.cart-subtotal th,
.woocommerce-shipping-totals th,
.order-total th,
.cart-subtotal td,
.woocommerce-shipping-totals td,
.order-total td {
  padding: 15px 0 !important;
}
.woocommerce-shipping-totals td {
  text-align: left;
}
#blitz-checkout .woocommerce-checkout-review-order-table .order-total {
  border: none;
  text-transform: uppercase;
}
#blitz-checkout .woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 1.2em;
  font-family: 'poppinsbold', sans-serif;
}
#blitz-checkout .woocommerce-checkout-review-order-table .order-total .includes_tax {
  display: block;
  font-size: .8em;
}
#blitz-checkout .woocommerce-checkout-review-order-table .order-total .includes_tax .amount {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
  #categories-scenary .category {
    min-height: 320px;
  }
  #categories-scenary .m8 > .category {
    min-height: 480px;
  }
}
@media only screen and (max-width: 990px) {
  body.finish-checkout header.site-header {
    padding-top: 60px;
  }
  body.finish-checkout .burger-icon {
    top: 80px;
  }
  .proceed-to-checkout {
    width: 100%;
  }
  .proceed-to-checkout a {
    border-radius: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .product-gallery-wrapper {
    width: 130%;
    margin-left: -15%;
    margin-bottom: 40px;
  }
  .product-gallery-wrapper .product-gallery {
    border: none;
  }
  .product-gallery-wrapper .product-gallery .slick-slide {
    width: 75vw !important;
    margin: 0 5px;
  }
  .product-gallery-wrapper .product-gallery .slick-dots {
    position: absolute;
    bottom: 0;
  }
  .product-gallery-wrapper .product-gallery .slick-dots li {
    width: 12px;
  }
  .entry-summary .product_title {
    font-size: 1.6em;
  }
  .woocommerce-products-header .shop-categories li {
    display: block;
    margin: 10px 0;
  }
  .woocommerce-products-header .shop-categories li a {
    padding: 5px 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td.actions {
    padding: 0;
    background: transparent;
    display: block;
  }
  .woocommerce nav.woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .proceed-to-checkout {
    width: 100%;
    left: 0;
    top: 0;
  }
  .proceed-to-checkout a {
    display: block;
    text-align: center;
  }
  .product-categories .terms {
    width: calc( 100% + 12px );
    margin-left: -6px;
  }
  .product-categories .terms li {
    width: calc( 33.33333333% - 12px );
    float: left;
    text-align: center;
    padding: 0;
    margin: 0 6px 10px;
  }
  .product-categories .terms li a {
    font-size: .85em;
    border: 1px solid #ddd;
    padding: 5px 0;
  }
  .product-categories .terms li:last-child a {
    border: 1px solid #ddd;
  }
  .product-categories .terms li.current > a {
    background: #333;
    border: 1px solid #333;
    color: #fff;
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive {
    border-top: 1px solid #ddd;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce table.shop_table_responsive th,
  .woocommerce table.shop_table_responsive td {
    display: block;
    padding: 0;
  }
  .woocommerce table.shop_table_responsive th:first-child,
  .woocommerce table.shop_table_responsive td:first-child {
    padding-top: 15px;
  }
  .woocommerce table.shop_table_responsive th:last-child,
  .woocommerce table.shop_table_responsive td:last-child {
    padding-bottom: 15px;
  }
}
input#wc-stripe-new-payment-method {
  position: relative;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto;
  width: 16px !important;
  border-radius: 2px;
  height: 16px;
  border: 1px solid #ccc;
}
input#wc-stripe-new-payment-method:checked {
  background: #000;
}
#breadcrumbs {
  margin-top: 15px;
  font-size: .8em;
  color: #777;
}
main {
  background: #f9f9f9;
  background: linear-gradient(#f9f9f9, #fff);
}
main.padding-top {
  padding-top: 50px;
}
.hero-header,
.shop-header {
  height: 72vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-header .hero-title,
.shop-header .hero-title {
  margin-top: 30vh;
}
.hero-header .brand-title,
.shop-header .brand-title {
  font-size: 1.6em;
  color: #fff;
  border-color: #000;
  margin: 0;
}
.hero-header:after,
.shop-header:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url('../img/pixel-bg.png');
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.hero-header .container,
.shop-header .container {
  position: relative;
  z-index: 1;
}
.hero-header .arrow-down-wrapper,
.shop-header .arrow-down-wrapper {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.hero-header .arrow-down-wrapper .arrow-down,
.shop-header .arrow-down-wrapper .arrow-down {
  position: relative;
  display: inline-block;
  content: "";
  width: 60px;
  height: 70px;
  background: url('../img/arrow.svg') no-repeat center center;
  background-size: contain;
  z-index: 3;
}
.shop-header {
  margin-bottom: 40px;
}
.hero-header .hero-title,
.shop-header .hero-title,
.brand-archive .hero-title {
  color: #fff;
  font-family: 'poppinslight';
  font-size: 3em;
  transition: opacity 0.4s ease-in-out 0s;
  display: inline-block;
}
.hero-header .hero-title:after,
.shop-header .hero-title:after,
.brand-archive .hero-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.hero-header #breadcrumbs,
.shop-header #breadcrumbs,
.brand-archive #breadcrumbs {
  margin-top: 40px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: opacity 0.4s ease-in-out 0s;
}
.brand-archive .hero-title {
  color: #000;
}
.brand-archive .hero-title:after {
  background: linear-gradient(0.25turn, #777, transparent);
}
.brand-archive .brand-title {
  font-size: 1.6em;
  margin: 0 0 50px;
}
.brand-archive #breadcrumbs {
  margin-top: 15px;
  color: #777;
}
.bike-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease-in-out 0s;
}
.bike-wrapper .zoom-img {
  display: block;
  padding-bottom: 67.85714286%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-in-out 0s;
}
.bike-wrapper .zoom-img .bike-title {
  font-size: .9em;
  font-family: 'poppinssemibold';
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
.bike-wrapper .zoom-img .bike-title:before,
.bike-wrapper .zoom-img .bike-title:after {
  display: block;
  width: 50px;
  height: 1px;
  content: "";
  background: #fff;
  margin: 8px auto;
}
.bike-wrapper .zoom-img .bike-title:after {
  margin-top: 4px;
}
.bike-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
.single-bike #breadcrumbs {
  margin-bottom: 60px;
}
.single-bike .bike-title {
  margin: 0;
  font-size: 1.4em;
}
.single-bike .content-wrapper {
  padding-bottom: 80px;
  margin-right: 40px;
}
.single-bike .bike-gallery {
  padding-bottom: 80px;
}
.single-bike .bike-gallery figcaption {
  font-size: .85em;
  color: #777;
  margin-bottom: 40px;
}
.single-bike ul li {
  position: relative;
  padding-left: 16px;
}
.single-bike ul li:before {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: auto;
  color: #ddd;
}
.next-prev-bike {
  background: #f1f1f1;
  padding: 20px 0;
}
.next-prev-bike .row {
  margin-bottom: 0;
}
.nav-bike-card {
  font-size: .8em;
  font-family: 'poppinssemibold';
  margin: 30px 0;
}
.nav-bike-card .thumbnail,
.nav-bike-card .bike-title {
  display: inline-block;
  vertical-align: middle;
}
.nav-bike-card .thumbnail {
  width: 120px;
  margin: 0 10px;
}
.nav-bike-card.prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 24px;
}
.nav-bike-card.next {
  text-align: right;
}
.nav-bike-card.next:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 24px;
}
.partners {
  margin-bottom: 60px;
}
.partners .partner-item {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.partners .partner-item .row {
  margin-bottom: 0;
}
.partners .partner-item p {
  margin-top: 0;
}
.partners .partner-item .link a {
  font-size: .85em;
  color: #777;
}
.partners .partner-item .link a:hover {
  color: #000;
}
.cinematique-archive .row {
  margin-bottom: 0;
}
.cinematique-archive #breadcrumbs {
  margin-bottom: 30px;
}
.cinema-card {
  margin-bottom: 40px;
}
.cinema-card .thumbnail {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cinema-card .thumbnail:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25) url('../img/play.svg') no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 60px;
  opacity: .5;
  transition: opacity 0.3s ease-in-out 0s;
}
.cinema-card .legend {
  text-transform: uppercase;
  margin: 10px 0;
  color: #777;
}
.cinema-card a:hover .legend {
  color: #000;
}
.cinema-card a:hover .thumbnail:after {
  opacity: 1;
}
.lifestyle-card {
  margin-bottom: 30px;
}
.lifestyle-card .title {
  text-transform: uppercase;
}
.single-lifestyle.has-gallery .blocks-gallery-item img {
  cursor: pointer;
}
.share-post {
  margin: 30px 0;
}
.share-post .share-title {
  color: #777;
  font-size: .85em;
}
.share-post .share-buttons {
  margin: 8px 0;
}
.share-post .share-buttons li {
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.share-post .share-buttons li:before {
  display: none;
}
.share-post .share-buttons li .fa {
  font-size: 18px;
}
.info-banner {
  background: #000;
  font-size: .9em;
  color: #fff;
  padding: 10px .75rem;
}
.info-banner .container {
  position: relative;
}
.info-banner span,
.info-banner a {
  display: inline-block;
  margin-right: 1.5em;
}
.info-banner a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
.info-banner a:hover {
  color: #fff;
}
.info-banner .close-icon {
  margin-right: 0;
}
.close-icon {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
.close-icon:hover {
  opacity: 1;
}
.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 7px;
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}
.footer-featured {
  background: #f7f7f7;
  background: linear-gradient(#f7f7f7, #fff);
  padding-top: 50px;
}
.footer-featured .featured-products-title {
  margin-bottom: 40px;
}
img.bg-image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blitz-home .btn {
  background: #fff;
  color: #000;
}
.blitz-home .blitz-slider .slick-slide {
  position: relative;
}
.blitz-home .blitz-slider .valign-wrapper {
  height: 40vw;
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
}
.blitz-home .blitz-slider .valign-wrapper .title {
  font-size: 2.4em;
  text-transform: uppercase;
  color: #fff;
  font-family: poppinssemibold;
}
.blitz-home .blitz-slider .valign-wrapper .subtitle {
  font-size: 1.6em;
  color: #fff;
}
.blitz-home .blitz-slider .valign-wrapper .btn {
  margin: 20px 0;
  padding: 6px 24px;
}
.blitz-home .blitz-slider .valign-wrapper:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlOAAE0QVXMAAAAMSURBVAjXY3BgaAAAAUQAwetZAwkAAAAASUVORK5CYII=');
  left: 0;
  top: 0;
  opacity: .4;
}
.blitz-home .blitz-slider .valign-wrapper > div {
  position: relative;
  z-index: 1;
}
.blitz-home .blitz-slider .slick-dots {
  z-index: 9;
  bottom: 20px;
  position: absolute;
}
.blitz-home .blitz-slider .slick-dots button {
  background-color: #fff;
  border-color: #fff;
}
.blitz-home .selected-products {
  margin: 50px 0 20px;
}
.blitz-home .selected-products .products-archive {
  margin-bottom: 0;
}
.blitz-home .blitz-wysiwyg .post-content *:nth-child(1) {
  margin-top: 0;
}
.blitz-home .banner {
  position: relative;
}
.blitz-home .banner .valign-wrapper {
  height: 40vw;
  min-height: 360px;
  text-align: center;
  position: relative;
}
.blitz-home .banner .title {
  font-size: 2.4em;
  text-transform: uppercase;
  color: #fff;
  font-family: poppinssemibold;
}
.blitz-home .banner .subtitle {
  font-size: 1.6em;
  color: #fff;
}
.blitz-home .banner .btn {
  margin: 20px 0;
  padding: 6px 24px;
}
.blitz-home .menu-images {
  margin: 30px 0;
}
.blitz-home .menu-images .image-wrapper {
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
}
.blitz-home .menu-images .image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/pixel-bg.png');
}
.blitz-home .menu-images .image-wrapper .valign-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  z-index: 1;
}
.blitz-home .menu-images .image-wrapper .title {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #fff;
  font-family: poppinssemibold;
}
#optin-modal {
  width: 600px;
  max-width: 100%;
}
#optin-modal .modal-content {
  background: #fff;
  padding: 40px 20px 60px;
}
#optin-modal .modal-content .title {
  font-size: 2em;
  text-transform: uppercase;
  color: #000;
  font-family: poppinsbold;
  text-align: center;
}
#optin-modal .modal-content .input-field {
  margin-top: 30px;
}
#optin-modal .modal-content input[type=email] + label:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0e0";
  color: #000;
  margin-right: .5em;
}
#optin-modal .modal-content .subtitle {
  font-size: 1.1em;
  text-align: center;
  color: #000;
}
#optin-modal .modal-content input[type=checkbox] + span {
  font-size: .9em;
  color: #777;
  padding-left: 28px;
}
#optin-modal .modal-content input[type=checkbox] + span a {
  text-decoration: underline;
}
#optin-modal .modal-content button {
  background: #000;
  border-radius: 0;
}
#optin-modal .modal-content form {
  padding: 0 40px;
}
#optin-modal .modal-content .actions {
  margin-top: 20px;
}
#optin-modal .modal-content .popin-close {
  float: right;
  background: #fff;
  color: #aaaaaa;
  border: 1px solid #dddddd;
}
#optin-modal .modal-content .popin-close:hover {
  border-color: #777;
  color: #777;
}
.page-not-found {
  color: #fff;
  position: relative;
  background: #333;
}
.page-not-found .page-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.page-not-found .dotted-overlay {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlOAAE0QVXMAAAAMSURBVAjXY3BgaAAAAUQAwetZAwkAAAAASUVORK5CYII=');
  left: 0;
  top: 0;
}
.page-not-found .container {
  position: relative;
  z-index: 1;
}
.page-not-found .container #breadcrumbs a,
.page-not-found .container #breadcrumbs span {
  color: #fff;
}
.page-not-found .page-title {
  font-family: 'poppinslight';
}
.page-not-found .page-title:before {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  background: url('../img/blitz-spike-white.png') no-repeat center center;
  background-size: contain;
  margin: 0 auto 20px;
}
.page-not-found h2 {
  font-size: 2em;
}
.navigation.pagination {
  height: auto;
  line-height: 1.4em;
}
.navigation.pagination a,
.navigation.pagination span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  color: #333;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 12px;
  margin: 15px 8px;
}
.navigation.pagination a .fa,
.navigation.pagination span .fa {
  font-size: 9px;
}
.navigation.pagination .current {
  background: #000;
  color: #fff;
}
.navigation.pagination a {
  transition: background 0.3s ease-in-out 0s;
}
.navigation.pagination a:hover {
  background: #f4f4f4;
}
@media only screen and (min-width: 992px) {
  #swipebox-container .swipebox-video-container {
    padding: 0 !important;
  }
  .cinema-card.big-card {
    margin-bottom: 0;
  }
  .cinema-card.big-card .thumbnail {
    padding-bottom: 63.55%;
  }
  .single-bike .content-wrapper .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-header {
    height: 30vh;
    top: 0;
    position: relative;
  }
  .hero-header .hero-title {
    margin-top: 10vh;
  }
  .hero-header .arrow-down-wrapper {
    display: none;
  }
  .hero-title {
    font-size: 1.8em;
  }
  main {
    padding-top: 0;
  }
  .bike-wrapper {
    box-shadow: none;
  }
  .nav-bike-card .thumbnail {
    width: 60%;
  }
}
