/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
@-ms-keyframes spin {
  /* line 3, templates/g5_hydrogen/custom/scss/_animate.scss */
  from {
    -ms-transform: rotate(0deg);
  }
  /* line 5, templates/g5_hydrogen/custom/scss/_animate.scss */
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  /* line 10, templates/g5_hydrogen/custom/scss/_animate.scss */
  from {
    -moz-transform: rotate(0deg);
  }
  /* line 12, templates/g5_hydrogen/custom/scss/_animate.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  /* line 17, templates/g5_hydrogen/custom/scss/_animate.scss */
  from {
    -webkit-transform: rotate(0deg);
  }
  /* line 19, templates/g5_hydrogen/custom/scss/_animate.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  /* line 24, templates/g5_hydrogen/custom/scss/_animate.scss */
  from {
    transform: rotate(0deg);
  }
  /* line 26, templates/g5_hydrogen/custom/scss/_animate.scss */
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rock {
  /* line 32, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -ms-transform: rotate(0deg) scale(1.5);
  }
  /* line 35, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -ms-transform: rotate(-5deg) scale(1.5);
  }
  /* line 38, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -ms-transform: rotate(0deg) scale(1.5);
  }
}
@-moz-keyframes rock {
  /* line 43, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -moz-transform: rotate(0deg) scale(1.5);
  }
  /* line 46, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -moz-transform: rotate(-5deg) scale(1.5);
  }
  /* line 49, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -moz-transform: rotate(0deg) scale(1.5);
  }
}
@-webkit-keyframes rock {
  /* line 54, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -webkit-transform: rotate(0deg) scale(1.5);
  }
  /* line 57, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -webkit-transform: rotate(-5deg) scale(1.5);
  }
  /* line 60, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1.5);
  }
}
@keyframes rock {
  /* line 65, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    transform: rotate(0deg) scale(1.5);
  }
  /* line 68, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    transform: rotate(-5deg) scale(1.5);
  }
  /* line 71, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    transform: rotate(0deg) scale(1.5);
  }
}
@-ms-keyframes rockback {
  /* line 78, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -ms-transform: rotate(0deg) scale(1.5);
  }
  /* line 81, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -ms-transform: rotate(5deg) scale(1.5);
  }
  /* line 84, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -ms-transform: rotate(0deg) scale(1.5);
  }
}
@-moz-keyframes rockback {
  /* line 89, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -moz-transform: rotate(0deg) scale(1.5);
  }
  /* line 92, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -moz-transform: rotate(5deg) scale(1.5);
  }
  /* line 95, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -moz-transform: rotate(0deg) scale(1.5);
  }
}
@-webkit-keyframes rockback {
  /* line 100, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -webkit-transform: rotate(0deg) scale(1.5);
  }
  /* line 103, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -webkit-transform: rotate(5deg) scale(1.5);
  }
  /* line 106, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -webkit-transform: rotate(0deg) scale(1.5);
  }
}
@keyframes rockback {
  /* line 111, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    transform: rotate(0deg) scale(1.5);
  }
  /* line 114, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    transform: rotate(5deg) scale(1.5);
  }
  /* line 117, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    transform: rotate(0deg) scale(1.5);
  }
}
@-ms-keyframes fader {
  /* line 124, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -ms-opacity: 0.05;
  }
  /* line 127, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -ms-opacity: 0.2;
  }
  /* line 130, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -ms-opacity: 0.05;
  }
}
@-moz-keyframes fader {
  /* line 135, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -moz-opacity: 0.05;
  }
  /* line 138, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -moz-opacity: 0.2;
  }
  /* line 141, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -moz-opacity: 0.05;
  }
}
@-webkit-keyframes fader {
  /* line 146, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    -webkit-opacity: 0.05;
  }
  /* line 149, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    -webkit-opacity: 0.2;
  }
  /* line 152, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    -webkit-opacity: 0.05;
  }
}
@keyframes fader {
  /* line 157, templates/g5_hydrogen/custom/scss/_animate.scss */
  0% {
    opacity: 0.05;
  }
  /* line 160, templates/g5_hydrogen/custom/scss/_animate.scss */
  50% {
    opacity: 0.2;
  }
  /* line 163, templates/g5_hydrogen/custom/scss/_animate.scss */
  100% {
    opacity: 0.05;
  }
}
/* line 10, templates/g5_hydrogen/custom/scss/_custom.scss */
body {
  cursor: url('../../../../images/cleaver_cursor.png'), auto !important;
}
/* line 15, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-navigation {
  display: block;
  background: transparent;
  position: absolute;
  top: 10px;
  left: 40px;
}
/* line 22, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-navigation img {
  height: 100px;
}
/* line 26, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-navigation .g-container {
  width: auto !important;
}
/* line 31, templates/g5_hydrogen/custom/scss/_custom.scss */
a {
  color: #ef0200;
  font-weight: 700;
}
/* line 36, templates/g5_hydrogen/custom/scss/_custom.scss */
audio {
  display: none;
}
/* Adding Font True Lies */
@font-face {
  font-family: 'TrueLies';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/TrueLies/True-Lies.eot#iefix') format("embedded-opentype"), url('../fonts/TrueLies/True-Lies.woff2') format("woff2"), url('../fonts/TrueLies/True-Lies.woff') format("woff"), url('../fonts/TrueLies/True-Lies.ttf') format("truetype"), url('../fonts/TrueLies/True-Lies.svg#TrueLies') format("svg");
}
/* line 43, templates/g5_hydrogen/custom/scss/_custom.scss */
.lies {
  font-family: 'TrueLies', sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 50, templates/g5_hydrogen/custom/scss/_custom.scss */
p, span, li, strong, input, textarea, div {
  color: #a2a2a2;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Titillium Web";
  font-size: 14px;
}
/* line 61, templates/g5_hydrogen/custom/scss/_custom.scss */
body {
  cursor: url('../../../../images/cleaver_cursor.svg'), auto;
  background: none;
  background-image: url('../../../../images/background.jpg');
}
/* line 66, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-page-surround {
  background: none;
}
/* line 70, templates/g5_hydrogen/custom/scss/_custom.scss */
body .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  background: none !important;
  border: none !important;
}
/* line 75, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, body #g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, body #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background: none !important;
  border: none !important;
}
/* line 81, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header {
  background: transparent;
}
/* line 84, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header #cart {
  text-align: right;
}
/* line 88, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-content {
  padding: 10px 0;
  margin: 0;
}
/* line 93, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 94, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .wl-logo .logo {
  text-align: center;
}
/* line 97, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .wl-logo .logo img {
  height: 120px;
}
/* line 104, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 105, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-menu-item.g-standard.active span {
  color: #ef0200;
}
/* line 110, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 111, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 114, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-menu-item.g-standard span:hover, body #g-header .g-menu-item.g-standard span .active {
  color: #ef0200;
}
/* line 120, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 123, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav .g-dropdown {
  margin-top: 0;
  background: #ef0200;
}
/* line 127, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav .g-dropdown ul li.g-menu-item {
  padding: 15px 10px;
  margin-right: 0;
}
/* line 131, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav .g-dropdown ul li.g-menu-item:hover {
  background: #890100 !important;
}
/* line 137, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav .g-dropdown > li {
  margin: 0;
  padding: 0;
}
/* line 143, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav .g-dropdown .g-sublevel {
  margin-top: 0;
}
/* line 146, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 147, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav .g-dropdown .g-sublevel li a, body #g-header .g-main-nav .g-dropdown .g-sublevel li span {
  color: white;
}
/* line 155, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav ul {
  margin-top: 30px;
}
/* line 158, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav ul li {
  text-align: center;
  background: transparent !important;
  padding: 15px 5px;
  margin-right: 15px;
  position: relative;
}
/* line 172, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav ul li a.g-menu-item-container {
  color: #a2a2a2;
  padding: 0;
}
/* line 176, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .g-main-nav ul li a.g-menu-item-container span {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
}
/* line 190, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 192, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 194, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .wl-social .social ul {
  list-style: none;
  margin-top: 30px;
}
/* line 198, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .wl-social .social ul li {
  padding: 15px 5px;
  display: inline-block;
}
/* line 202, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 204, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .wl-social .social ul li a i {
  font-size: 18px;
  color: #ef0200;
  font-family: FontAwesome;
}
/* line 209, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-header .wl-social .social ul li a i:hover {
  color: white;
}
/* line 222, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-showcase {
  background: none;
  padding: 0;
}
/* line 226, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-showcase .g-container {
  background-image: url('../../../../images/skulldoor.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 232, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-showcase .g-container:before {
  content: "";
  background: rgba(18, 17, 15, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 243, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-showcase .g-container .g-content {
  position: relative;
}
/* line 248, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-showcase .g-container .sc-container {
  text-align: center;
  padding: 40px;
}
/* line 252, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 254, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-showcase .g-container .sc-container .sc-img img {
  max-width: 600px;
}
/* line 259, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-showcase .g-container .sc-container .sc-title {
  color: white;
  font-family: 'TrueLies', sans-serif;
  font-size: 1.6em;
  margin-top: 40px;
  letter-spacing: 3px;
  font-weight: 500;
}
/* line 272, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main {
  background: transparent;
}
/* line 275, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container {
  background: #12110f;
}
/* line 278, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 282, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container .pad20 {
  padding: 30px 180px 0;
  text-align: center;
  margin-bottom: 30px;
}
/* line 287, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container .pad20 h2 {
  margin: 0;
  margin-bottom: 20px;
}
/* line 292, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container .pad20 p {
  margin: 0;
}
/* line 297, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container .col50 {
  width: 50%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}
/* line 303, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container .col50 a {
  color: #ef0200;
}
/* line 308, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 309, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container .redtitle h1 {
  display: inline-block;
  width: 100%;
  color: white;
  margin-bottom: 0;
}
/* line 317, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container .itemBackToTop {
  display: none;
}
/* line 322, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container h1 {
  font-family: 'TrueLies', sans-serif;
  color: #ef0200;
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 329, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container h2 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 336, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main .g-container #k2Container p {
  color: #a2a2a2;
}
/* line 343, templates/g5_hydrogen/custom/scss/_custom.scss */
body .col25 {
  width: 25%;
  float: left;
}
/* line 348, templates/g5_hydrogen/custom/scss/_custom.scss */
body .col75 {
  width: 75%;
  float: left;
}
/* line 353, templates/g5_hydrogen/custom/scss/_custom.scss */
body .col33 {
  width: 33.333%;
  float: left;
}
/* line 358, templates/g5_hydrogen/custom/scss/_custom.scss */
body .redtitle, body .componentheading {
  background: #ef0200;
  overflow: hidden;
  text-align: center;
}
/* line 363, templates/g5_hydrogen/custom/scss/_custom.scss */
body .redtitle h1, body .componentheading h1, body .redtitle span, body .componentheading span {
  font-family: 'TrueLies', sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 30px;
  float: left;
  font-size: 28px;
  letter-spacing: 3px;
}
/* line 374, templates/g5_hydrogen/custom/scss/_custom.scss */
body .redtitle span, body .componentheading span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 380, templates/g5_hydrogen/custom/scss/_custom.scss */
body .redtitle .viewmore, body .componentheading .viewmore {
  float: right;
}
/* line 383, templates/g5_hydrogen/custom/scss/_custom.scss */
body .redtitle .viewmore a, body .componentheading .viewmore a {
  margin: 20px 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 50px;
  background: #f72f00;
  color: white;
  font-size: 12px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
}
/* line 401, templates/g5_hydrogen/custom/scss/_custom.scss */
body .redtitle .viewmore a:hover, body .componentheading .viewmore a:hover {
  background: #12110f;
}
/* line 409, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 410, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .itemwrap, body .legion .itemwrap {
  padding: 30px;
  box-sizing: border-box;
}
/* line 415, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .itemwrap h2, body .legion .itemwrap h2 {
  color: #ef0200;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2em;
  font-size: 18px;
}
/* line 423, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .itemwrap p, body .legion .itemwrap p {
  color: #a2a2a2;
}
/* line 427, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 429, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .itemwrap .content span, body .legion .itemwrap .content span {
  color: #ef0200;
}
/* line 435, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .imgwrap, body .legion .imgwrap {
  position: relative;
}
/* line 438, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .imgwrap img, body .legion .imgwrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
/* line 446, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 447, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .imgwrap:hover .overlay, body .legion .imgwrap:hover .overlay {
  opacity: 1;
}
/* line 453, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .imgwrap .overlay, body .legion .imgwrap .overlay {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  display: table;
  width: 100%;
  height: 400px;
  background: rgba(239, 2, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
/* line 472, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .imgwrap .overlay .overlayinner, body .legion .imgwrap .overlay .overlayinner {
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
/* line 478, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .imgwrap .overlay .overlayinner h2, body .legion .imgwrap .overlay .overlayinner h2 {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-size: 16px;
}
/* line 494, templates/g5_hydrogen/custom/scss/_custom.scss */
body .graveyard .title, body .legion .title {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 504, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 505, templates/g5_hydrogen/custom/scss/_custom.scss */
body .darkdesires .g-title {
  background: #ef0200;
  overflow: hidden;
  text-align: center;
  font-family: 'TrueLies', sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 30px;
  font-size: 28px;
  letter-spacing: 3px;
}
/* line 517, templates/g5_hydrogen/custom/scss/_custom.scss */
body .darkdesires .mod-list {
  margin: 0px;
  list-style: none;
  padding-top: 0px;
}
/* line 521, templates/g5_hydrogen/custom/scss/_custom.scss */
body .darkdesires .mod-list li {
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 528, templates/g5_hydrogen/custom/scss/_custom.scss */
body .darkdesires .mod-list li:hover {
  background: rgba(239, 2, 0, 0.5);
}
/* line 531, templates/g5_hydrogen/custom/scss/_custom.scss */
body .darkdesires .mod-list li a {
  padding: 30px 20px;
  display: block;
}
/* line 534, templates/g5_hydrogen/custom/scss/_custom.scss */
body .darkdesires .mod-list li a img {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 540, templates/g5_hydrogen/custom/scss/_custom.scss */
body .darkdesires .mod-list li a span {
  text-align: center;
  padding: 20px;
  padding-bottom: 0px;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
/* line 555, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/* line 564, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature:before {
  position: absolute;
  background: rgba(18, 17, 15, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 574, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 575, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #topleft .spinner {
  position: relative;
  z-index: -1;
  top: -100px;
  left: -50px;
  opacity: 0.15;
}
/* line 581, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #topleft .spinner img {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 80000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 80000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 80000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 80000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* line 605, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #topleft .midspinner {
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 10px;
  opacity: 0.15;
}
/* line 612, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #topleft .midspinner img {
  width: 260px;
}
/* line 619, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 620, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #topright .splat {
  position: relative;
  z-index: -1;
  top: -150px;
  right: -150px;
  opacity: 0.15;
}
/* line 630, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 631, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomleft .skele-left {
  position: relative;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 200px;
}
/* line 638, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomleft .skele-left.fixed {
  position: fixed;
  width: 20%;
  top: 250px;
}
/* line 644, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomleft .skele-left img {
  left: -150px;
  position: relative;
  z-index: -1;
  opacity: 0.2;
  -webkit-animation-name: rockback;
  -webkit-animation-duration: 18000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rockback;
  -moz-animation-duration: 18000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rockback;
  -ms-animation-duration: 18000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rockback;
  animation-duration: 18000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* line 674, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 675, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomright .skele-right {
  position: relative;
  z-index: -1;
  width: 100%;
  right: 0;
  top: 200px;
}
/* line 682, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomright .skele-right.fixed {
  position: fixed;
  width: 20%;
  top: 250px;
}
/* line 688, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomright .skele-right img {
  right: -150px;
  position: relative;
  z-index: -1;
  opacity: 0.2;
  -webkit-animation-name: rock;
  -webkit-animation-duration: 18000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rock;
  -moz-animation-duration: 18000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rock;
  -ms-animation-duration: 18000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rock;
  animation-duration: 18000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* line 717, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomwheel {
  position: absolute;
  bottom: 0;
  height: 200px;
  z-index: -1;
  text-align: center;
}
/* line 724, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomwheel .spinner {
  position: relative;
  z-index: -1;
  opacity: 0.3;
}
/* line 729, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-subfeature #bottomwheel .spinner img {
  height: 200px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 18000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 18000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 18000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 18000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* line 758, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-footer {
  background: none;
  padding-bottom: 30px;
}
/* line 762, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-footer #footer {
  text-align: center;
}
/* line 765, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 768, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-footer #footer .slogan h1 {
  font-family: 'TrueLies', sans-serif;
  color: #ef0200;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0;
}
/* line 777, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-footer #footer .slogan h2 {
  font-family: 'TrueLies', sans-serif;
  color: #ef0200;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0;
}
/* line 789, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-footer #copyright, body #g-footer #webby {
  color: white;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
/* line 795, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-footer #copyright .g-content, body #g-footer #webby .g-content {
  margin: 0;
  padding: 0;
}
/* line 799, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-footer #copyright .g-content a, body #g-footer #webby .g-content a {
  color: white;
}
/* line 808, templates/g5_hydrogen/custom/scss/_custom.scss */
body #main-content .g-content {
  padding: 0;
  margin: 0;
}
/* line 813, templates/g5_hydrogen/custom/scss/_custom.scss */
body #g-main {
  padding-top: 0;
}
/* line 820, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 822, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-101 #g-main .g-container #k2Container h2 {
  font-size: 18px;
}
/* line 826, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-101 #g-main {
  padding-top: 0;
}
/* line 829, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-101 #g-main .g-content {
  margin: 0;
  padding: 0;
}
/* line 833, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-101 #g-main .g-content .col75 {
  padding: 30px;
  box-sizing: border-box;
}
/* line 840, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 841, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-101 #g-main .g-content .col25 img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}
/* line 851, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 852, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-139 .col50 {
  padding: 10px 30px !important;
}
/* line 858, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 860, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .crumbs {
  padding-top: 5px;
}
/* line 863, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .crumbs ul {
  margin-bottom: 0;
}
/* line 868, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront #itemListLeading {
  padding: 10px;
}
/* line 872, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .subCategorymenu {
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}
/* line 877, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .subCategorymenu li {
  display: inline-block;
}
/* line 880, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .subCategorymenu li a {
  color: #f72f00;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}
/* line 886, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .subCategorymenu li a:hover {
  color: white;
}
/* line 894, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront div.subCategory {
  background-size: cover;
  background-position: center;
  height: 200px !important;
  text-align: center;
  position: relative;
}
/* line 901, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront div.subCategory:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 914, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 916, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront div.subCategory:hover:before {
  background: rgba(239, 2, 0, 0.5);
}
/* line 922, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 924, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .ProductSubcat .subCategoryMore {
  position: relative;
  z-index: 99;
  margin-top: 70px !important;
  display: inline-block;
  font-family: 'TrueLies', sans-serif !important;
  color: white !important;
  padding: 10px 30px !important;
  box-sizing: border-box !important;
  background: #ee3523 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5) !important;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 1px !important;
  width: auto !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 947, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .ProductSubcat .subCategoryMore:hover {
  background: #890100 !important;
}
/* line 953, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 955, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 957, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .Productcatblock .ProductCategorylist h2 {
  background: #ef0200;
  color: white;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-family: 'TrueLies', sans-serif;
}
/* line 972, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer {
  height: 300px;
}
/* line 975, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 976, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .productlistitem .prodinner {
  margin: 10px;
  position: relative;
}
/* line 980, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .productlistitem .prodinner img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
}
/* line 987, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 989, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .productlistitem .prodinner:hover .info {
  opacity: 1;
}
/* line 995, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .productlistitem .prodname {
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 20px;
}
/* line 1003, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .productlistitem .info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 260px;
  text-align: center;
  background: rgba(239, 2, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 1017, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .productlistitem .info h2 {
  margin: 0;
}
/* line 1021, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .productlistitem .info .infoinner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
/* line 1033, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .product_price {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 1043, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .k2store_cart_button, .Storefront .prodContainer .findoutmore a {
  font-family: 'TrueLies', sans-serif;
  color: white;
  padding: 10px 30px;
  box-sizing: border-box;
  background: #f72f00;
  border-radius: 0;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5);
  font-size: 16px;
  color: white;
  letter-spacing: 1px;
  width: 180px;
}
/* line 1056, templates/g5_hydrogen/custom/scss/_custom.scss */
.Storefront .prodContainer .k2store_cart_button:hover, .Storefront .prodContainer .findoutmore a:hover {
  background: #911c00 !important;
}
/* line 1064, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store a {
  color: white;
}
/* line 1068, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store_cart_module_100 {
  display: inline-block;
}
/* line 1072, templates/g5_hydrogen/custom/scss/_custom.scss */
#productPage {
  overflow: hidden;
}
/* line 1075, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1077, templates/g5_hydrogen/custom/scss/_custom.scss */
#productPage .prodTitle h1 {
  background: #ef0200;
  color: white;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-family: 'TrueLies', sans-serif;
}
/* line 1087, templates/g5_hydrogen/custom/scss/_custom.scss */
#productPage .prodWrapper {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
/* line 1092, templates/g5_hydrogen/custom/scss/_custom.scss */
#productPage .prodWrapper .col50 {
  width: 50%;
  float: left;
}
/* line 1096, templates/g5_hydrogen/custom/scss/_custom.scss */
#productPage .prodWrapper .col50.right {
  padding: 40px;
  box-sizing: border-box;
}
/* line 1101, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1102, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1104, templates/g5_hydrogen/custom/scss/_custom.scss */
#productPage .prodWrapper .col50 .info .infoinner .addto {
  text-align: right;
  float: right;
}
/* line 1115, templates/g5_hydrogen/custom/scss/_custom.scss */
#productPage .prodWrapper .col50 .prodDesc {
  clear: both;
  color: #a2a2a2;
  margin-top: 20px;
  text-align: right;
}
/* line 1129, templates/g5_hydrogen/custom/scss/_custom.scss */
.product_price {
  font-size: 26px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 1137, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store_cart_button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'TrueLies', sans-serif !important;
  color: white !important;
  padding: 10px 30px !important;
  box-sizing: border-box !important;
  background: #f72f00 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5) !important;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 1px !important;
  width: 180px !important;
}
/* line 1155, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store_cart_button:hover {
  background: #911c00 !important;
}
/* line 1160, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1161, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1162, templates/g5_hydrogen/custom/scss/_custom.scss */
.legion .col33:nth-child(3n+1) {
  clear: left;
}
/* line 1166, templates/g5_hydrogen/custom/scss/_custom.scss */
.legion .col33 a {
  color: #ef0200;
}
/* line 1172, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store-notification {
  position: absolute;
}
/* line 1176, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store-minicart-button input, .cart_link a, .begin_checkout, .button, .rsform-submit-button {
  margin-top: 30px !important;
  font-family: 'TrueLies', sans-serif !important;
  color: white !important;
  padding: 10px 30px !important;
  box-sizing: border-box !important;
  background: #f72f00 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5) !important;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 1px !important;
  width: auto !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 1195, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store-minicart-button input:hover, .cart_link a:hover, .begin_checkout:hover, .button:hover, .rsform-submit-button:hover {
  background: #911c00 !important;
}
/* line 1200, templates/g5_hydrogen/custom/scss/_custom.scss */
.breadcrumb {
  background: none;
}
/* line 1203, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1204, templates/g5_hydrogen/custom/scss/_custom.scss */
.breadcrumb li a, .breadcrumb li span {
  text-shadow: none;
}
/* line 1210, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store_cartitems {
  padding: 30px;
  box-sizing: border-box;
}
/* line 1214, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store_cartitems #cart_actions {
  border: none;
}
/* line 1217, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store_cartitems #cart_actions td, .k2store_cartitems #cart_actions tr {
  border: none !important;
}
/* line 1223, templates/g5_hydrogen/custom/scss/_custom.scss */
#cart {
  border-color: #ef0200;
}
/* line 1226, templates/g5_hydrogen/custom/scss/_custom.scss */
#cart tr, #cart td, #cart tfoot, #cart th, #cart tbody {
  border-color: #ef0200 !important;
  background: transparent;
}
/* line 1230, templates/g5_hydrogen/custom/scss/_custom.scss */
#cart tr a, #cart td a, #cart tfoot a, #cart th a, #cart tbody a {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  color: #a2a2a2;
}
/* line 1237, templates/g5_hydrogen/custom/scss/_custom.scss */
#cart tr td, #cart td td, #cart tfoot td, #cart th td, #cart tbody td {
  color: white;
  padding-left: 30px;
}
/* line 1242, templates/g5_hydrogen/custom/scss/_custom.scss */
#cart tr span, #cart td span, #cart tfoot span, #cart th span, #cart tbody span {
  color: white;
}
/* line 1247, templates/g5_hydrogen/custom/scss/_custom.scss */
#cart th {
  background: #ef0200;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 1255, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block {
  width: 100%;
  float: left;
}
/* line 1259, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block .formControls {
  margin-left: 0 !important;
}
/* line 1263, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block button[type="submit"] {
  margin-top: 30px !important;
  font-family: 'TrueLies', sans-serif !important;
  color: white !important;
  padding: 10px 30px !important;
  box-sizing: border-box !important;
  background: #f72f00 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5) !important;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 1px !important;
  width: auto !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 1282, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block button[type="submit"]:hover {
  background: #911c00;
}
/* line 1287, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1288, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block.rsform-block-submit .formControlLabel {
  display: none;
}
/* line 1294, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block .formBody {
  float: none;
}
/* line 1297, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block .formBody input, .rsform-block .formBody textarea {
  padding: 10px;
  width: 80%;
  color: white;
  background: transparent;
  border-radius: 0;
  border-color: #ef0200;
  color: #a2a2a2;
  font-weight: 400;
  letter-spacing: 1px;
}
/* line 1310, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block .formBody textarea {
  padding: 6px;
  box-sizing: content-box;
}
/* line 1315, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block .formBody br {
  display: none;
}
/* line 1321, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block.rsform-block-captcha {
  position: relative;
}
/* line 1324, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block.rsform-block-captcha img {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 33px;
}
/* line 1331, templates/g5_hydrogen/custom/scss/_custom.scss */
.rsform-block.rsform-block-captcha input {
  width: 200px !important;
  text-indent: 40px;
}
/* line 1340, templates/g5_hydrogen/custom/scss/_custom.scss */
div.k2storeCartRemove {
  background: none !important;
}
/* line 1343, templates/g5_hydrogen/custom/scss/_custom.scss */
div.k2storeCartRemove:before {
  content: "\f014";
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  color: white;
}
/* line 1351, templates/g5_hydrogen/custom/scss/_custom.scss */
div.k2storeCartRemove:before:hover {
  color: #ef0200;
}
/* line 1361, templates/g5_hydrogen/custom/scss/_custom.scss */
#k2store-checkout {
  padding: 30px;
  box-sizing: border-box;
}
/* line 1368, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2store .table-bordered {
  border-left: 1px solid;
}
/* line 1373, templates/g5_hydrogen/custom/scss/_custom.scss */
.checkout-heading {
  background: #f72f00 !important;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none !important;
  padding: 10px 30px;
}
/* line 1381, templates/g5_hydrogen/custom/scss/_custom.scss */
.checkout-heading span {
  color: white;
  letter-spacing: 2px;
}
/* line 1388, templates/g5_hydrogen/custom/scss/_custom.scss */
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  top: 0;
}
/* line 1392, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2Pagination {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 1397, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2Pagination li {
  margin: 0 10px !important;
}
/* line 1400, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2Pagination li span {
  font-family: Truelies, sans-serif;
  color: white;
}
/* line 1405, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2Pagination li a {
  background: none !important;
  border: none !important;
  font-family: Truelies, sans-serif;
  color: #ef0200;
  margin: 0 !important;
}
/* line 1412, templates/g5_hydrogen/custom/scss/_custom.scss */
.k2Pagination li a:hover {
  color: #890100;
}
/* line 1419, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background: #12110f;
  border-color: white;
  opacity: 0.5;
}
/* line 1424, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #4a463d !important;
  opacity: 1;
}
/* line 1429, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  color: white;
}
/* line 1434, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas {
  background: #ef0200;
}
/* line 1437, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #ef0200;
}
/* line 1441, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1443, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas ul li {
  background: #ef0200;
}
/* line 1446, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas ul li.active, #g-offcanvas ul li:hover {
  background: #890100 !important;
}
/* line 1450, templates/g5_hydrogen/custom/scss/_custom.scss */
#g-offcanvas ul li a, #g-offcanvas ul li span {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1460, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1462, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-138 #k2Container {
  padding: 30px;
}
/* line 1465, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1466, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-138 #k2Container .col50:nth-child(2n-1) {
  clear: left;
}
/* line 1471, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-138 #k2Container div.catItemHeader h3.catItemTitle {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 1480, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter {
  background: #ef0200;
}
/* line 1483, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .g-content {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 1489, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .g-title {
  width: 50%;
  float: left;
  margin: 0;
  line-height: 90px;
  padding-left: 30px;
  color: white;
  font-family: Truelies, sans-serif;
  letter-spacing: 1px;
  font-size: 38px;
  font-weight: 500;
}
/* line 1501, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .acymailing_module {
  width: 50%;
  float: left;
  margin-top: 5px !important;
  padding-right: 30px !important;
  display: inline-block;
  box-sizing: border-box;
}
/* line 1509, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .acymailing_module form {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 1515, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .acymailing_module .acymailing_module_form {
  float: right;
  margin-right: 30px;
}
/* line 1520, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .acymailing_module .acysubbuttons {
  text-align: left;
}
/* line 1524, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .acymailing_module input {
  width: 280px !important;
  padding: 8.5px;
  border-radius: 0;
  background: #12110f;
  border-color: #12110f;
}
/* line 1531, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .acymailing_module input.subbutton {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 0 !important;
  width: auto !important;
}
/* line 1542, templates/g5_hydrogen/custom/scss/_custom.scss */
#newsletter .acymailing_module td {
  padding: 0;
  margin: 0;
}
/* line 1601, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1602, templates/g5_hydrogen/custom/scss/_custom.scss */
#main-bottom .g-content {
  padding: 0;
  margin: 0;
}
/* line 1608, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxTitle {
  display: none important;
}
/* line 1612, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxContent {
  max-height: 300px;
}
/* line 1616, templates/g5_hydrogen/custom/scss/_custom.scss */
#colorbox {
  background: transparent;
  border: none;
  box-shadow: none;
  position: fixed !important;
}
/* line 1623, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent {
  background: #12110f;
}
/* line 1628, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
/* line 1635, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container div.itemFullText p {
  margin-top: 20px;
  font-size: 15px;
  color: white;
  text-align: center;
  font-family: Truelies;
  letter-spacing: 2px;
  line-height: 1.8em;
}
/* line 1644, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container div.itemFullText p a {
  color: #ef0200;
}
/* line 1649, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container:before {
  position: absolute;
  content: url('../../../../images/skulldoor.jpg');
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.2;
  -webkit-animation-name: fader;
  -webkit-animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: fader;
  -moz-animation-duration: 5000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: fader;
  -ms-animation-duration: 5000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: fader;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* line 1678, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container .itemBody {
  position: relative;
  z-index: 2;
}
/* line 1683, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container h1 {
  text-align: center;
  color: #ef0200;
  font-family: 'Truelies', sans-serif;
}
/* line 1689, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container h2 {
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
/* line 1696, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container .itemBackToTop {
  display: none !important;
}
/* line 1700, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container .escape {
  margin-bottom: 15px;
  margin-top: 10px;
  display: inline-block;
}
/* line 1705, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container .escape a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'TrueLies', sans-serif !important;
  color: white !important;
  padding: 10px 30px !important;
  box-sizing: border-box !important;
  background: #ee3523 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5) !important;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 2.5px !important;
  width: 180px !important;
}
/* line 1724, templates/g5_hydrogen/custom/scss/_custom.scss */
#cboxLoadedContent #k2Container .escape a:hover {
  background: #890100 !important;
}
/* line 1734, templates/g5_hydrogen/custom/scss/_custom.scss */
.container-fluid.k2store {
  padding: 30px;
  box-sizing: border-box;
}
/* line 1740, templates/g5_hydrogen/custom/scss/_custom.scss */
#buttons {
  position: fixed;
  right: 20px;
  bottom: 0px;
  width: auto !important;
  z-index: 99999;
}
/* line 1747, templates/g5_hydrogen/custom/scss/_custom.scss */
#buttons .mutesound {
  position: relative;
  z-index: 99999;
  cursor: pointer;
}
/* line 1752, templates/g5_hydrogen/custom/scss/_custom.scss */
#buttons .mutesound i {
  color: white;
  font-size: 22px;
}
/* line 1757, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1759, templates/g5_hydrogen/custom/scss/_custom.scss */
#buttons .mutesound:hover i {
  color: #f72f00;
}
/* line 1768, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1769, templates/g5_hydrogen/custom/scss/_custom.scss */
.itemid-162 .Storefront .prodContainer .productlistitem .prodinner img {
  object-fit: contain;
}
/* line 1774, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1775, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1777, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1779, templates/g5_hydrogen/custom/scss/_custom.scss */
.task-confirmPayment #main-content .span12 h3 {
  font-family: 'TrueLies', sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 30px;
  float: left;
  font-size: 28px;
  letter-spacing: 3px;
  width: 100%;
  background: #ef0200;
}
/* line 1792, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1793, templates/g5_hydrogen/custom/scss/_custom.scss */
.task-confirmPayment #main-content .span12 .note a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px;
}
/* line 1804, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1806, templates/g5_hydrogen/custom/scss/_custom.scss */
.task-view a.btn, .task-view input.btn {
  margin-top: 30px !important;
  font-family: 'TrueLies', sans-serif !important;
  color: white !important;
  padding: 10px 30px !important;
  box-sizing: border-box !important;
  background: #f72f00 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5) !important;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 1px !important;
  width: auto !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 100 !important;
  text-shadow: none !important;
}
/* line 1827, templates/g5_hydrogen/custom/scss/_custom.scss */
.task-view a.btn:hover, .task-view input.btn:hover {
  background: #890100 !important;
}
/* line 1832, templates/g5_hydrogen/custom/scss/_custom.scss */
.task-view .cart_order {
  border-color: #ef0200;
}
/* line 1835, templates/g5_hydrogen/custom/scss/_custom.scss */
.task-view .cart_order a {
  color: #ef0200;
}
/* line 1840, templates/g5_hydrogen/custom/scss/_custom.scss */
.task-view .cart_order tr, .task-view .cart_order td, .task-view .cart_order th {
  border-color: #ef0200;
  background: transparent !important;
}
/* line 1848, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 1850, templates/g5_hydrogen/custom/scss/_custom.scss */
.view-orders .k2store {
  padding: 30px;
}
/* line 1853, templates/g5_hydrogen/custom/scss/_custom.scss */
.view-orders .k2store tr, .view-orders .k2store th, .view-orders .k2store td, .view-orders .k2store table, .view-orders .k2store thead {
  border-color: #ef0200;
  background-color: transparent !important;
}
/* line 1858, templates/g5_hydrogen/custom/scss/_custom.scss */
.view-orders .k2store .k2store .table-striped tbody tr:nth-child(odd) td, .view-orders .k2store .k2store .table-striped tbody tr:nth-child(odd) th {
  background-color: #ef0200 !important;
}
/* line 1862, templates/g5_hydrogen/custom/scss/_custom.scss */
.view-orders .k2store .pagenav {
  color: #ef0200;
}
@media only screen and (max-width: 1650px) {
  /* line 1870, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-navigation {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 1884, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-header .g-main-nav ul li {
    margin-right: 6px !important;
  }
  /* line 1888, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1889, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header #cart {
    position: fixed;
    right: 10px;
    top: 0px;
    width: auto !important;
  }
  /* line 1898, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1899, templates/g5_hydrogen/custom/scss/_custom.scss */
  .logo img {
    height: auto !important;
  }
  /* line 1904, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1905, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1906, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-grid .size-5 {
    display: none;
  }
  /* line 1910, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-grid #cart {
    display: block !important;
    position: fixed;
    right: -40px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  /* line 1921, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-grid .size-55 {
    width: 65%;
    flex: 0 65%;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
  }
  /* line 1931, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-header .g-main-nav ul li a.g-menu-item-container span {
    font-size: 13px !important;
  }
  /* line 1934, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1935, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .size-65 {
    width: 80%;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  /* line 1948, templates/g5_hydrogen/custom/scss/_custom.scss */
  body .redtitle h1, body .componentheading h1, body .redtitle span, body .componentheading span {
    font-size: 20px !important;
  }
  /* line 1952, templates/g5_hydrogen/custom/scss/_custom.scss */
  #newsletter .g-title {
    font-size: 24px !important;
  }
  /* line 1956, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-header .g-main-nav ul li {
    margin-right: 8px !important;
  }
  /* line 1960, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1961, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .size-65 {
    width: 80%;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
  }
  /* line 1970, templates/g5_hydrogen/custom/scss/_custom.scss */
  .prodContainer.col25 {
    width: 50%;
  }
  /* line 1976, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1977, templates/g5_hydrogen/custom/scss/_custom.scss */
  .logo img {
    height: auto !important;
  }
  /* line 1982, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1983, templates/g5_hydrogen/custom/scss/_custom.scss */
  .graveyard .col33 {
    width: 100% !important;
  }
  /* line 1988, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1989, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 1990, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-grid .size-5 {
    display: none;
  }
  /* line 1994, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-grid #cart {
    display: block !important;
    position: fixed;
    right: -20px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  /* line 2005, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-grid .size-55 {
    width: 85%;
    flex: 0 85%;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
  }
  /* line 2014, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-block.wl-social.size-15 {
    width: 100% !important;
    text-align: center;
    flex: 0 100%;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
  }
  /* line 2022, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-block.wl-social.size-15 ul {
    margin: 0;
  }
  /* line 2028, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-header .g-main-nav ul li a.g-menu-item-container span {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  /* line 2036, templates/g5_hydrogen/custom/scss/_custom.scss */
  body .redtitle h1, body .componentheading h1, body .redtitle span, body .componentheading span {
    font-size: 20px !important;
  }
  /* line 2040, templates/g5_hydrogen/custom/scss/_custom.scss */
  #newsletter .g-title {
    font-size: 24px !important;
  }
  /* line 2044, templates/g5_hydrogen/custom/scss/_custom.scss */
  #newsletter .g-title {
    width: 100%;
    padding-left: 0 !important;
    text-align: center;
  }
  /* line 2050, templates/g5_hydrogen/custom/scss/_custom.scss */
  #newsletter .acymailing_module {
    width: 100%;
  }
  /* line 2054, templates/g5_hydrogen/custom/scss/_custom.scss */
  #newsletter .acymailing_module input {
    width: 200px !important;
  }
  /* line 2058, templates/g5_hydrogen/custom/scss/_custom.scss */
  .col50 {
    width: 100% !important;
  }
  /* line 2062, templates/g5_hydrogen/custom/scss/_custom.scss */
  .g-block.wl-social.size-15 {
    width: 100% !important;
    text-align: center;
    flex: 0 100%;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
  }
  /* line 2070, templates/g5_hydrogen/custom/scss/_custom.scss */
  .g-block.wl-social.size-15 ul {
    margin: 0;
  }
  /* line 2076, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 2077, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 2078, templates/g5_hydrogen/custom/scss/_custom.scss */
  #g-header .g-grid #cart {
    display: block !important;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  /* line 2092, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-showcase .g-container .sc-container .sc-img img {
    max-width: 100%;
  }
  /* line 2096, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-subfeature #topleft .spinner {
    top: -150px;
    left: 0;
    opacity: 0.1;
  }
  /* line 2102, templates/g5_hydrogen/custom/scss/_custom.scss */
  .itemid-101 #g-main .g-content .col75 {
    width: 100%;
  }
  /* line 2106, templates/g5_hydrogen/custom/scss/_custom.scss */
  body .col25 {
    width: 100%;
  }
  /* line 2110, templates/g5_hydrogen/custom/scss/_custom.scss */
  .itemid-101 #g-main .g-content .col25 img {
    height: auto;
  }
  /* line 2114, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 2115, templates/g5_hydrogen/custom/scss/_custom.scss */
  .graveyard .col33 {
    width: 100% !important;
  }
  /* line 2120, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 2121, templates/g5_hydrogen/custom/scss/_custom.scss */
  .redtitle h1 {
    width: 100%;
  }
  /* line 2125, templates/g5_hydrogen/custom/scss/_custom.scss */
  .redtitle .viewmore {
    float: none !important;
  }
  /* line 2130, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 2131, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 2132, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-subfeature #bottomleft .skele-left img {
    left: -50px;
  }
  /* line 2138, templates/g5_hydrogen/custom/scss/_custom.scss */
  /* line 2139, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-subfeature #bottomright .skele-right img {
    right: -50px;
  }
  /* line 2146, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-subfeature #bottomwheel .spinner {
    opacity: 0.1;
  }
}
@media only screen and (max-width: 480px) {
  /* line 2164, templates/g5_hydrogen/custom/scss/_custom.scss */
  .k2store .row-fluid .span5 {
    width: 98%;
  }
  /* line 2168, templates/g5_hydrogen/custom/scss/_custom.scss */
  .itemid-101 #g-main .g-content .col25 img {
    width: 100%;
  }
  /* line 2172, templates/g5_hydrogen/custom/scss/_custom.scss */
  .k2store_cartitems {
    font-size: 8px;
    padding-left: 5px !important;
  }
  /* line 2177, templates/g5_hydrogen/custom/scss/_custom.scss */
  #newsletter .acymailing_module input {
    width: 130px !important;
  }
  /* line 2181, templates/g5_hydrogen/custom/scss/_custom.scss */
  body #g-footer #footer .slogan h1 {
    font-size: 16px !important;
  }
}
/* line 2187, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2189, templates/g5_hydrogen/custom/scss/_custom.scss */
.g-error #g-main .g-container {
  background: transparent !important;
}
/* line 2193, templates/g5_hydrogen/custom/scss/_custom.scss */
.g-error #errorcontent {
  text-align: center;
}
/* line 2196, templates/g5_hydrogen/custom/scss/_custom.scss */
.g-error #errorcontent h1 {
  color: white;
  font-size: 5em;
}
/* line 2206, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2207, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store_cart_module_123 .cart-module-title {
  display: none;
}
/* line 2210, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store_cart_module_123 .default_cart_module_text {
  display: none;
}
/* line 2215, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2216, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2217, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-categories .categories-list .category-item {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 2225, templates/g5_hydrogen/custom/scss/_custom.scss */
  body.view-categories .categories-list .category-item {
    width: 50% !important;
  }
}
/* line 2229, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-categories .categories-list .category-item:hover {
  background: rgba(239, 2, 0, 0.5);
}
/* line 2232, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-categories .categories-list .category-item img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 2238, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-categories .categories-list .category-item .item-title {
  margin: 0px;
  padding-top: 10px;
}
/* line 2241, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-categories .categories-list .category-item .item-title a {
  text-align: center;
  padding-bottom: 0px;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-size: 14px;
  padding-top: 0px;
}
/* line 2257, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list {
  padding: 0px;
  padding-top: 10px;
}
/* line 2260, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list h1 {
  text-align: center;
  font-family: 'TrueLies', sans-serif;
  color: #fff;
  font-size: 50px;
  letter-spacing: 3px;
  margin: 0;
  margin-top: 20px;
}
/* line 2269, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list h5 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 50px 0px;
}
/* line 2275, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list #productFilters {
  padding: 20px;
  margin-bottom: 0px;
}
/* line 2278, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list #productFilters .btn-success {
  background: #ef0200;
  border-radius: 0px;
  height: 22px;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 2288, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list #productFilters .btn-success:hover, .j2store-product-list #productFilters .btn-success:active, .j2store-product-list #productFilters .btn-success:focus {
  background: #890100 !important;
}
/* line 2292, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list #productFilters .btn-inverse {
  display: none;
}
/* line 2296, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list #j2store-price-filter-container {
  display: none;
}
/* line 2299, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container, .j2store-product-list .productfilters-list {
  padding: 20px;
  padding-left: 0px;
}
/* line 2302, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container .product-filter-heading, .j2store-product-list .productfilters-list .product-filter-heading {
  color: #fff;
  margin-right: 5px;
}
/* line 2306, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container .icon-minus, .j2store-product-list .productfilters-list .icon-minus {
  display: none;
}
/* line 2309, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container .j2store-productfilter-list, .j2store-product-list .productfilters-list .j2store-productfilter-list {
  margin-top: 10px;
}
/* line 2311, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container .j2store-productfilter-list .j2store-productfilter-label, .j2store-product-list .productfilters-list .j2store-productfilter-list .j2store-productfilter-label {
  margin-bottom: 10px;
  color: #fff;
}
/* line 2314, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container .j2store-productfilter-list .j2store-productfilter-label input, .j2store-product-list .productfilters-list .j2store-productfilter-list .j2store-productfilter-label input {
  margin-top: -1px;
  margin-right: 5px;
}
/* line 2320, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2321, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container .j2product-categories a, .j2store-product-list .productfilters-list .j2product-categories a {
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 2329, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2330, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-sidebar-filters-container .j2product-categories.active a, .j2store-product-list .productfilters-list .j2product-categories.active a {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #ef0200;
}
/* line 2339, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-product-search-input {
  background: #2a2a2a;
  color: #fff;
  border: none;
  box-sizing: border-box;
  border-radius: 0px;
}
/* line 2345, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-product-search-input:focus, .j2store-product-list .j2store-product-search-input:active, .j2store-product-list .j2store-product-search-input:hover {
  box-shadow: none;
  outline: none;
}
/* line 2350, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list #j2store_sortby {
  float: right;
  background: #2a2a2a;
  border: none;
  box-sizing: border-box;
  border-radius: 0px;
}
/* line 2356, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list #j2store_sortby:focus, .j2store-product-list #j2store_sortby:active, .j2store-product-list #j2store_sortby:hover {
  box-shadow: none;
  outline: none;
}
/* line 2361, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-img-responsive {
  width: 100%;
}
/* line 2365, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div {
  margin: 0px;
  width: 33.33%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 2368, templates/g5_hydrogen/custom/scss/_custom.scss */
  .j2store-product-list .j2store-products-row > div {
    width: 100%;
  }
}
/* line 2379, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div:hover {
  background: rgba(239, 2, 0, 0.5);
}
/* line 2382, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .product-sku, .j2store-product-list .j2store-products-row > div .product-qty {
  display: none;
}
/* line 2385, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .product-title {
  margin: 0px;
  padding-top: 10px;
}
/* line 2388, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .product-title a {
  text-align: center;
  padding-bottom: 0px;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-size: 14px;
  padding-top: 0px;
}
/* line 2400, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .product-price-container {
  color: #fff;
  font-size: 12px;
}
/* line 2403, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .product-price-container .sale-price {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}
/* line 2410, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .j2store-addtocart-form {
  margin: 10px 0px 0px;
  text-align: center;
}
/* line 2413, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .j2store-addtocart-form .text-success {
  margin: 0px;
  margin-bottom: 20px;
  color: #fff;
}
/* line 2418, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .j2store-addtocart-form .j2store-add-to-cart {
  display: block;
  margin: 0px auto;
}
/* line 2421, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .j2store-products-row > div .j2store-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  background: #ef0200;
  font-family: 'TrueLies', sans-serif !important;
  color: white;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 100 !important;
  text-shadow: none !important;
}
/* line 2444, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-product-list .pagination {
  text-align: center;
}
/* line 2449, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2450, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product {
  padding: 20px;
}
/* line 2452, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .j2store-mainimage {
  width: 100%;
}
/* line 2454, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .j2store-mainimage img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 2456, templates/g5_hydrogen/custom/scss/_custom.scss */
  .j2store-single-product-view .view-product .j2store-mainimage img {
    margin-bottom: 20px;
  }
}
/* line 2461, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .product-title {
  padding-bottom: 0px;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-size: 35px;
  margin: 0px;
  padding-top: 0px;
  line-height: 120%;
}
/* line 2473, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .product-description p {
  font-size: 16px;
  color: #fff !important;
}
/* line 2477, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .product-price-container .sale-price {
  font-size: 26px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Titillium Web";
}
/* line 2485, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .product-qty {
  display: none;
}
/* line 2488, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .text-success {
  color: #fff;
}
/* line 2491, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .j2store-add-to-cart {
  margin-left: 0px;
}
/* line 2494, templates/g5_hydrogen/custom/scss/_custom.scss */
.j2store-single-product-view .view-product .j2store-cart-button {
  margin-top: 0px !important;
}
/* line 2500, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2502, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2503, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart {
  padding: 20px;
}
/* line 2505, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .cart-no-items {
  padding: 50px 30px;
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fff;
}
/* line 2512, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .j2store-cart-table {
  border: none;
}
/* line 2514, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .j2store-cart-table th, body.view-carts .j2store .j2store-cart .j2store-cart-table td, body.view-carts .j2store .j2store-cart .j2store-cart-table tr {
  border: none;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
/* line 2520, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .j2store-cart-table th:last-child {
  text-align: right;
}
/* line 2523, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .j2store-cart-table .cart-product-name, body.view-carts .j2store .j2store-cart .j2store-cart-table .cart-product-unit-price {
  color: #fff;
  font-size: 16px;
}
/* line 2527, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .j2store-cart-table .cart-thumb-image img {
  width: 40px;
}
/* line 2530, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2531, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .j2store-cart-table .product-qty input {
  background: #2a2a2a;
  border: none;
}
/* line 2536, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .j2store-cart-table .j2store-remove {
  margin-bottom: 0px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2544, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart h3 {
  display: none;
}
/* line 2547, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .cart-footer {
  border: none;
}
/* line 2549, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .cart-footer th, body.view-carts .j2store .j2store-cart .cart-footer td, body.view-carts .j2store .j2store-cart .cart-footer tr {
  border: none;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
/* line 2556, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .j2store-cart .buttons-right {
  text-align: right;
}
/* line 2560, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2561, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .buttons-left .btn, body.view-carts .j2store .buttons-right .btn {
  margin-top: 30px !important;
  font-family: 'TrueLies', sans-serif !important;
  color: white !important;
  padding: 10px 30px !important;
  box-sizing: border-box !important;
  background: #f72f00 !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 12px rgba(18, 17, 15, 0.5) !important;
  font-size: 16px !important;
  color: white !important;
  letter-spacing: 1px !important;
  width: auto !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 100 !important;
  text-shadow: none !important;
}
/* line 2581, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-carts .j2store .buttons-left .btn:hover, body.view-carts .j2store .buttons-right .btn:hover, body.view-carts .j2store .buttons-left .btn:active, body.view-carts .j2store .buttons-right .btn:active, body.view-carts .j2store .buttons-left .btn:focus, body.view-carts .j2store .buttons-right .btn:focus {
  background: #890100 !important;
}
/* line 2589, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2590, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content {
  padding: 20px;
}
/* line 2592, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content h1 {
  text-align: center;
  color: #fff;
  font-family: 'TrueLies', sans-serif !important;
  letter-spacing: 1px;
}
/* line 2598, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-heading {
  font-family: 'TrueLies', sans-serif !important;
  letter-spacing: 1px;
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
}
/* line 2605, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-heading span {
  font-family: 'TrueLies', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
}
/* line 2610, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-heading a {
  color: #fff;
}
/* line 2614, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2615, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-content .j2store_field_required {
  float: right;
  margin-top: 10px;
}
/* line 2619, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-content label {
  color: #fff;
  margin-top: 10px;
}
/* line 2623, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-content .inputbox, body.view-checkout #j2store-checkout-content .checkout-content #country_id {
  width: 100%;
  background: #2a2a2a;
  border: none;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 0px;
}
/* line 2632, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-content .inputbox:focus, body.view-checkout #j2store-checkout-content .checkout-content #country_id:focus, body.view-checkout #j2store-checkout-content .checkout-content .inputbox:active, body.view-checkout #j2store-checkout-content .checkout-content #country_id:active, body.view-checkout #j2store-checkout-content .checkout-content .inputbox:hover, body.view-checkout #j2store-checkout-content .checkout-content #country_id:hover {
  box-shadow: none;
  outline: none;
}
/* line 2637, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-content .shipping-make-same {
  margin-left: 0px;
}
/* line 2640, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .checkout-content .j2error {
  color: #ef0200;
}
/* line 2644, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content #shippingcost-pane, body.view-checkout #j2store-checkout-content #onCheckoutPayment_wrapper, body.view-checkout #j2store-checkout-content #payment_form_div {
  display: none;
}
/* line 2647, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2648, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .customer-note h3 {
  letter-spacing: 1px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}
/* line 2658, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .customer-note textarea {
  width: 100%;
  min-height: 150px;
  background: #2a2a2a;
  border: none;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
}
/* line 2668, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .customer-note textarea:focus, body.view-checkout #j2store-checkout-content .customer-note textarea:active, body.view-checkout #j2store-checkout-content .customer-note textarea:hover {
  box-shadow: none;
  outline: none;
}
/* line 2675, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .j2store-cart-table {
  border: none;
}
/* line 2677, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .j2store-cart-table th, body.view-checkout #j2store-checkout-content .j2store-cart-table td, body.view-checkout #j2store-checkout-content .j2store-cart-table tr {
  border: none;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
/* line 2683, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .j2store-cart-table th:last-child {
  text-align: right;
}
/* line 2686, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .j2store-cart-table .cart-product-name, body.view-checkout #j2store-checkout-content .j2store-cart-table .cart-product-unit-price {
  color: #fff;
  font-size: 16px;
}
/* line 2690, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .j2store-cart-table .cart-thumb-image img {
  width: 40px;
}
/* line 2694, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content h3 {
  color: #fff;
}
/* line 2697, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .note-payment_banktransfer {
  color: #fff;
}
/* line 2699, templates/g5_hydrogen/custom/scss/_custom.scss */
/* line 2700, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .note-payment_banktransfer .j2store-payment-display-name strong {
  font-size: 20px;
}
/* line 2704, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .note-payment_banktransfer p {
  color: #fff;
}
/* line 2706, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout #j2store-checkout-content .note-payment_banktransfer p strong {
  font-weight: 700;
  color: #fff;
}
/* line 2713, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout .success-article {
  padding: 50px 20px;
  text-align: center;
}
/* line 2716, templates/g5_hydrogen/custom/scss/_custom.scss */
body.view-checkout .success-article p {
  font-size: 20px;
  color: #fff;
}
/*# sourceMappingURL=custom_10.css.map */