/*
 Theme Name:   Hellow Elementor Child
 Theme URI:    http://skytechgaming.com
 Description:  A child theme of the Hello Elementor
 Author:       Cody Nagy
 Author URI:   http://skytechgaming.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Custom CSS goes here */

body.archive div.content-area, body.archive main.site-main {
  min-width: 100%;
  padding: 0;
}

body.admin-bar #chat-widget-container {
  display: none !important;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../eot/neueplak-extendedblack.eot');
  src: url('../eot/neueplak-extendedblackd41d.eot?#iefix') format('embedded-opentype'), url('../woff/neueplak-extendedblack.woff') format('woff'), url('../ttf/neueplak-extendedblack.ttf') format('truetype'), url('../svg/neueplak-extendedblack.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../eot/neueplak-extendedsemibold.eot');
  src: url('../eot/neueplak-extendedsemiboldd41d.eot?#iefix') format('embedded-opentype'), url('../woff/neueplak-extendedsemibold.woff') format('woff'), url('../ttf/neueplak-extendedsemibold.ttf') format('truetype'), url('../svg/neueplak-extendedsemibold.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}

.woocommerce-error {
  margin: 0 !important;
}


/*
======================================================================================================================
/////////////////////////////////////////////////////////////////////////////////////////////////////////// RESPONSIVE
======================================================================================================================
*/
.black {
  color: #000000 !important;
}
.pull-right {
  float: right !important;
}
sup {
  color: inherit !important;
}
.white-container {
  background-color: #FFFFFF;
}
.white-container * {
  color: #000000;
}
.black-container {
  background-color: #000000;
}
.black-container * {
  color: #FFFFFF;
}
.container {
  width: 75%;
  margin: 0 auto !important;
  max-width: 1440px;
}
@media (max-width: 1024px) {
  .container {
    width: 89%;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 89%;
  }
}
@media (max-width: 640px) {
  .one-half,
  .one-third,
  .two-third,
  .one-quarter,
  .three-quarter,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .one-half,
  .one-third,
  .two-third,
  .one-quarter,
  .three-quarter,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth {
    width: 100% !important;
  }
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1em;
  cursor: pointer;
  background-color: #000000;
}
.video-responsive.four-three {
  padding-bottom: 75%;
}
.video-responsive video,
.video-responsive iframe {
  border: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-responsive .overlay {
  position: absolute;
  z-index: 99;
  background-color: #000000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s ease all;
}
.video-responsive #play {
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 89px;
  margin: auto;
  transition: 0.5s ease all;
  opacity: 1;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .video-responsive #play {
    width: 55px;
  }
}
@media (max-width: 640px) {
  .video-responsive #play {
    width: 55px;
  }
}
.video-responsive:hover #play {
  transform: scale(1.05);
}
.video-responsive:hover .overlay {
  opacity: 0.34;
}
@media (min-width: 640px) {
  .mobileShow {
    display: none !important;
  }
  .mobileHide {
    display: block !important;
  }
}
@media (min-width: 640px) {
  .mobileShow {
    display: none !important;
  }
  .mobileHide {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .mobileShow {
    display: block !important;
  }
  .mobileHide {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .mobileShow {
    display: block !important;
  }
  .mobileHide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tabletShow {
    display: none !important;
  }
  .tabletHide {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .tabletShow {
    display: none !important;
  }
  .tabletHide {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabletShow {
    display: block !important;
  }
  .tabletHide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tabletShow {
    display: block !important;
  }
  .tabletHide {
    display: none !important;
  }
}
/**
 * Flex Table
 */
.flex-table {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.flex-table .flex-item {
  display: flex;
}
.flex-table .flex-item .flex-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flex-table .flex-item .flex-content p {
  flex: 1 0 auto;
}
.row-reverse {
  flex-direction: row-reverse;
}
/**
 * Nav UL
 */
.nav-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-ul li {
  display: inline-block;
}
.ul-no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module {
  border-radius: 0px !important;
  --notchSize: 12px;
  clip-path: polygon(0% 0%, 0 0%, calc(100% - var(--notchSize)) 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% calc(100% - var(--notchSize)));
}
.module:hover {
  opacity: 0.89 !important;
}
.cntr {
  margin: 0 auto !important;
  float: none !important;
}
/**
 * Scaffolding
 */
.boxed {
  width: 55%;
  margin: 0 auto;
}
.one-full {
  width: 100%;
  margin: 0;
  float: left;
}
.one-half,
.one-third,
.two-third,
.one-quarter,
.three-quarter,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-twelve,
.eleven-twelve,
.one-sixth {
  position: relative;
  margin: 0;
  float: left;
  box-sizing: border-box;
}
.no-padd {
  padding: 0px;
}
.one-full {
  width: 100%;
}
.one-half {
  width: 50%;
}
.one-third {
  width: 33.33333%;
}
.two-third {
  width: 66.66666%;
}
.one-quarter {
  width: 25%;
}
.three-quarter {
  width: 75%;
}
.one-fifth {
  width: 20%;
}
.two-fifth {
  width: 40%;
}
.three-fifth {
  width: 60%;
}
.four-fifth {
  width: 80%;
}
.one-twelve {
  width: 8.33%;
}
.eleven-twelve {
  width: 91.66%;
}
.one-sixth {
  width: 16.66%;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 3em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #111111;
  font-size: 13px;
  font-size: 1em;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  line-height: 1.25;
}
p {
  margin: 0.63em 0 0.89em 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #111;
  box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.below {
  padding: 10px;
  margin-top: 20px;
}

.below.clearfix {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
}
@keyframes bounce {
  0% {
    transform: translateY(0px) rotate(45deg);
    opacity: 0.55;
  }
  50% {
    opacity: 1;
    transform: translateY(3px) rotate(45deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
    opacity: 0.55;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0px) rotate(45deg);
    opacity: 0.55;
  }
  50% {
    opacity: 1;
    transform: translateY(3px) rotate(45deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
    opacity: 0.55;
  }
}
.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.23s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*
 * Scale Down
**/
.scaleDown {
  -webkit-animation-name: scaleDown;
  animation-name: scaleDown;
}
@-webkit-keyframes scaleDown {
  from {
    opacity: 0;
    transform: scale(2.43) translateY(100%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0%);
  }
}
@keyframes scaleDown {
  from {
    opacity: 0;
    transform: scale(2.43) translateY(100%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0%);
  }
}
/*
 * Mouse Scroll Animation
**/
.scroll-link {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.mouse {
  max-width: 2.5rem;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 63px;
}
@keyframes scroll {
  0%,
  20% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(36px) scaleY(2);
    opacity: 0.01;
  }
}
.scroll {
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-iteration-count: infinite;
  transform-origin: 50% 20.5px;
  will-change: transform;
}
/*
 * Animated Stars
**/
@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
.top-stars {
  z-index: 3;
  position: relative;
}
/*
 * Product Card Breathing
**/
@keyframes breath {
  0% {
    -webkit-box-shadow: 0px -6px 63px -12px #8C8C8C;
    -moz-box-shadow: 0px -6px 63px -12px #8C8C8C;
    box-shadow: 0px -6px 63px -12px #8C8C8C;
  }
  50% {
    -webkit-box-shadow: 0px -12px 124px -16px #8C8C8C;
    -moz-box-shadow: 0px -12px 124px -16px #8C8C8C;
    box-shadow: 0px -12px 124px -16px #8C8C8C;
  }
  100% {
    -webkit-box-shadow: 0px -6px 63px -12px #8C8C8C;
    -moz-box-shadow: 0px -6px 63px -12px #8C8C8C;
    box-shadow: 0px -6px 63px -12px #8C8C8C;
  }
}
.breath {
  animation: breath 6.67s infinite;
}
/*
 * Loading Animation
**/
.loader2 {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader2:before {
  display: none !important;
}
/*Start circle spin classes*/
.circleSpinShadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 102px;
  height: 102px;
  border-radius: 50%;
  margin: 23px auto;
}
.circleSpinOuter {
  width: 100px;
  height: 100px;
  padding: 2px;
  background: linear-gradient(to bottom, #403bef 0%, rgba(64, 59, 239, 0) 22%, rgba(64, 59, 239, 0) 96%);
  border-radius: 50%;
  animation: spin 2s linear 0s infinite;
  box-shadow: 0 0 20px rgba(247, 135, 100, 0.8);
}
.circleSpinInner {
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 0 20px rgba(64, 59, 239, 0.2);
  }
  30% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(360deg);
    box-shadow: 0 0 20px rgba(64, 59, 239, 0.8);
  }
  80% {
    transform: rotate(450deg);
  }
  100% {
    transform: rotate(720deg);
    box-shadow: 0 0 20px rgba(64, 59, 239, 0.2);
  }
}
@keyframes fadeInOut {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 0 20px rgba(64, 59, 239, 0.2);
  }
  30% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(360deg);
    box-shadow: 0 0 20px rgba(64, 59, 239, 0.8);
  }
  80% {
    transform: rotate(450deg);
  }
  100% {
    transform: rotate(720deg);
    box-shadow: 0 0 20px rgba(64, 59, 239, 0.2);
  }
}
/*End circle spin animation classes*/
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.32;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.32;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.32;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.32;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
.regular {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 400;
}
.bold {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
}
.italic {
  font-family: 'Barlow', sans-serif !important;
  font-style: italic;
}
.display {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600;
}
.displayLight {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 200 !important;
}
.future {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase;
}
.displayLight {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600;
}
h1 {
  font-size: 45px;
}
@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}
.tracking {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.fs12 {
  font-size: 12px !important;
}
.fs16 {
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .fs16 {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .fs16 {
    font-size: 12px !important;
  }
}
.fs23 {
  font-size: 23px !important;
}
@media (max-width: 768px) {
  .fs23 {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .fs23 {
    font-size: 16px !important;
  }
}
.fs32 {
  font-size: 32px !important;
  line-height: 1;
}
@media (max-width: 768px) {
  .fs32 {
    font-size: 23px !important;
  }
}
@media (max-width: 768px) {
  .fs32 {
    font-size: 23px !important;
  }
}
.fs45 {
  font-size: 45px !important;
  line-height: 1;
}
@media (max-width: 768px) {
  .fs45 {
    font-size: 32px !important;
  }
}
@media (max-width: 768px) {
  .fs45 {
    font-size: 32px !important;
  }
}
.fs63 {
  font-size: 63px !important;
  line-height: 1;
}
@media (max-width: 768px) {
  .fs63 {
    font-size: 45px !important;
  }
}
@media (max-width: 768px) {
  .fs63 {
    font-size: 45px !important;
  }
}
.fs89 {
  font-size: 89px !important;
  line-height: 1;
}
@media (max-width: 768px) {
  .fs89 {
    font-size: 63px !important;
  }
}
@media (max-width: 768px) {
  .fs89 {
    font-size: 63px !important;
  }
}
@media (max-width: 640px) {
  .fs89 {
    font-size: 45px !important;
  }
}
@media (max-width: 640px) {
  .fs89 {
    font-size: 45px !important;
  }
}
.fs124 {
  font-size: 124px !important;
  line-height: 1;
}
@media (max-width: 1024px) {
  .fs124 {
    font-size: 89px !important;
  }
}
@media (max-width: 1024px) {
  .fs124 {
    font-size: 89px !important;
  }
}
@media (max-width: 768px) {
  .fs124 {
    font-size: 45px !important;
  }
}
@media (max-width: 768px) {
  .fs124 {
    font-size: 45px !important;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb23 {
  margin-bottom: 23px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb63 {
  margin-bottom: 63px !important;
}
.mb89 {
  margin-bottom: 89px !important;
}
.mt0 {
  margin-top: 0px;
}
.mt6 {
  margin-top: 6px;
}
.mt8 {
  margin-top: 8px;
}
.mt12 {
  margin-top: 12px;
}
.mt16 {
  margin-top: 16px;
}
.mt23 {
  margin-top: 23px;
}
.mt32 {
  margin-top: 32px;
}
.mt45 {
  margin-top: 45px;
}
.mt63 {
  margin-top: 63px;
}
.mt89 {
  margin-top: 89px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb23 {
  padding-bottom: 23px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb63 {
  padding-bottom: 63px;
}
.pt0 {
  padding-top: 0px;
}
.pt12 {
  padding-top: 12px;
}
.pt16 {
  padding-top: 16px;
}
.pt23 {
  padding-top: 23px;
}
.pt32 {
  padding-top: 32px;
}
.pt45 {
  padding-top: 45px;
}
.pt63 {
  padding-top: 63px;
}
.pt89 {
  padding-top: 89px;
}
.pr12 {
  padding-right: 12px;
}
@media (max-width: 640px) {
  .pr12 {
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .pr12 {
    padding-right: 0px;
  }
}
.pr16 {
  padding-right: 16px;
}
@media (max-width: 640px) {
  .pr16 {
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .pr16 {
    padding-right: 0px;
  }
}
.pr23 {
  padding-right: 23px;
}
@media (max-width: 640px) {
  .pr23 {
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .pr23 {
    padding-right: 0px;
  }
}
.whiteGlitch {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important;
}
.white {
  color: #FFFFFF !important;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.light {
  color: #8C8C8C;
}
.smallText {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important;
}
/**
 * Button States
 */
.add-to-cart-style {
  margin-top: 23px;
  margin-bottom: 8px !important;
  border: 2px solid #00f89b !important;
  background-color: #00f89b !important;
  color: #00000F !important;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  font-family: 'Neue Plak', sans-serif;
  display: block;
  width: 100%;
}
.green-btn {
  border: 2px solid #00f89b !important;
  background-color: #00f89b !important;
  color: #00000F !important;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  font-family: 'Neue Plak', sans-serif;
  display: block;
  width: 100%;
}
.green-btn-o {
  background-color: transparent !important;
  border: 2px solid #00f89b !important;
  color: #00f89b !important;
  font-weight: bold;
  padding: 16px 32px;
  font-size: 23px;
  box-sizing: border-box;
}
#afwc_save_account_button,
#afwc_save_identifier,
.btn,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  transition: 0.23s ease-out all;
  color: #FFFFFF;
  margin-top: 23px;
  margin-bottom: 8px !important;
  border: 2px solid #00f89b !important;
  background-color: #00f89b !important;
  color: #00000F !important;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  font-family: 'Neue Plak', sans-serif;
  display: block;
  width: 100%;
}
.outline-btn {
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.45) !important;
  border-radius: 100;
  display: inline-block;
  border-radius: 0px;
  line-height: 100%;
  transition: 0.23s ease all;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.63) !important;
  -moz-box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.63) !important;
  box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.63) !important;
}
.outline-btn:hover {
  background-color: rgba(255, 255, 255, 0.23) !important;
}
.outline-btn:visited {
  color: #FFFFFF;
}
.gradientOrange {
  background: #ff5400 !important;
  background: -moz-linear-gradient(left, #ff5400 0%, #D70413 100%) !important;
  background: -webkit-linear-gradient(left, #ff5400 0%, #D70413 100%) !important;
  background: linear-gradient(to right, #ff5400 0%, #D70413 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#ff0000', GradientType=1) !important;
}
.gradient {
  background: #D70413 !important;
  background: -moz-linear-gradient(left, #9b030e 0%, #fb1d2d 100%) !important;
  background: -webkit-linear-gradient(left, #9b030e 0%, #fb1d2d 100%) !important;
  background: linear-gradient(to right, #9b030e 0%, #fb1d2d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#ff0000', GradientType=1) !important;
}
/**
 * Small Type Set
 */
.smallType {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  .smallType {
    letter-spacing: 0px;
    text-transform: none;
  }
}
@media (max-width: 640px) {
  .smallType {
    letter-spacing: 0px;
    text-transform: none;
  }
}
.review-button {
  color: #6A431B !important;
  background: #ffde7a !important;
  background: -moz-linear-gradient(top, #ffde7a 0%, #ffbf00 100%) !important;
  background: -webkit-linear-gradient(top, #ffde7a 0%, #ffbf00 100%) !important;
  background: linear-gradient(to bottom, #ffde7a 0%, #ffbf00 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde7a', endColorstr='#ffbf00', GradientType=0) !important;
}
.review-button:hover {
  background: #ffe28e !important;
  background: -moz-linear-gradient(top, #ffe28e 0%, #ffc730 100%) !important;
  background: -webkit-linear-gradient(top, #ffe28e 0%, #ffc730 100%) !important;
  background: linear-gradient(to bottom, #ffe28e 0%, #ffc730 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe28e', endColorstr='#ffc730', GradientType=0) !important;
}
.review-button:active {
  background: #ffc730 !important;
  background: -moz-linear-gradient(top, #ffc730 0%, #ffe28e 100%) !important;
  background: -webkit-linear-gradient(top, #ffc730 0%, #ffe28e 100%) !important;
  background: linear-gradient(to bottom, #ffc730 0%, #ffe28e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc730', endColorstr='#ffe28e', GradientType=0) !important;
}
.btn-grey {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  color: #3e3e3e !important;
  border: 1px solid #c8c8c8 !important;
  border-radius: 3px !important;
  padding: 12px 16px !important;
  font-weight: bold;
}
.btn-grey:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0) !important;
  border: 1px solid white;
}
.btn-grey:active {
  background: #ffffff;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: white;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.design-pc-hero {
  max-height: 650px;
  height: 70vh;
  padding-bottom: 1vh;
  background-color: black;
  background-repeat: no-repeat;
}
.design-pc-hero h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 23px;
}
.design-pc-hero p {
  font-size: 23px;
  line-height: 1.4;
}
.table-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.table-container h2 {
  font-family: 'neue-haas-grotesk-display';
}
#frame {
  width: 100%;
  overflow: auto;
  position: relative;
}
#skytech-compare {
  font-family: 'neue-haas-grotesk-text';
  border-collapse: collapse;
  width: 100%;
  position: relative;
  border-style: none;
  border-width: 0px;
}
#skytech-compare p {
  margin: 0 0 6px;
}
#skytech-compare thead tr:nth-child(2) th,
#skytech-compare thead tr:nth-child(2) td {
  padding-top: 16px;
  font-size: 1em;
  border-bottom: 0px solid transparent !important;
}
#skytech-compare th {
  /*padding-top: 32px !important;*/
}
#skytech-compare th h2 {
  color: #FFF;
  margin: 0 0 16px;
}
#skytech-compare td,
#skytech-compare th {
  text-align: center;
  padding: 6px 16px;
  vertical-align: top;
  width: 25%;
  min-width: 200px;
  position: relative;
  line-height: 1.4;
  background-color: #1d1d1d;
  color: white;
  border-right: 8px solid #000000 !important;
}
#skytech-compare th {
  padding: 45px 0 23px 0;
}
#skytech-compare th:before {
  content: '';
  padding: 12px;
  box-sizing: border-box;
  color: #FFFFFF;
  background: #000000;
  display: block;
  width: 100%;
  top: 0px;
  left: 0;
  position: absolute;
}
#skytech-compare th:nth-child(3) {
  border-right: 0px solid #1d1d1d;
  border-left: 0px solid #1d1d1d;
  position: relative;
  overflow: hidden;
}
#skytech-compare th:nth-child(3):before {
  display: none;
}
#skytech-compare th:nth-child(3):after {
  content: 'Best Value';
  background-color: #ff0000;
  width: 100%;
  display: block;
  position: absolute;
  top: 16%;
  right: -36%;
  transform: rotate(45deg);
  font-size: 12px;
}
#skytech-compare td:nth-child(3) {
  border-right: 0px solid #1d1d1d;
  border-left: 0px solid #1d1d1d;
}
#skytech-compare tbody tr:last-child td:nth-child(3) {
  padding-bottom: 23px;
}
#skytech-compare tbody td {
  font-size: 13px;
}
#skytech-compare th:first-child,
#skytech-compare td:first-child {
  position: sticky;
  display: none;
  left: 0px;
  text-align: left;
  color: #8C8C8C;
  z-index: 2;
  font-size: 1em;
  min-width: 132px;
  background-color: transparent;
  border-right: 0px solid transparent;
}
@media (max-width: 1130px) {
  #skytech-compare th:first-child,
  #skytech-compare td:first-child {
    max-width: 100px !important;
    box-sizing: border-box;
  }
}
#skytech-compare th:first-child strong,
#skytech-compare td:first-child strong {
  color: #FFFFFF;
}
#skytech-compare tr.border {
  border: 0px solid transparent !important;
}
#skytech-compare tr.border td:after {
  content: '';
  height: 1px;
  background-color: #818181;
  width: 89%;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#skytech-compare tr.border td:before {
  content: '';
  height: 1px;
  background-color: #818181;
  width: 89%;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#skytech-compare tr.border td:first-child:before,
#skytech-compare tr.border td:first-child:after {
  display: none;
}
#skytech-compare .price-row td {
  padding-top: 23px;
}
#skytech-compare .price-row span {
  font-weight: bold;
  line-height: 112%;
}
#skytech-compare .price-row .small {
  font-size: 16px !important;
}
#skytech-compare .price-row .large {
  font-size: 30px !important;
}
.negative {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 6px auto;
  width: 0px;
  height: 0px;
  display: block;
}
.negative:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  content: '';
  height: 3px;
  width: 16px;
  background-color: #999;
  display: inline-block;
  margin: 0 auto;
}
.shop-btn {
  background: red;
  color: white;
  padding: 12px;
  border-radius: 12px;
  display: inline-block;
  margin: 12px auto;
  text-decoration: none;
}
.sc-gauge {
  width: 100px;
  height: 50px;
  margin: 0px auto;
  position: relative;
  font-family: 'neue-haas-grotesk-display';
  margin-top: 12px;
  margin-bottom: 12px;
}
.sc-background {
  position: relative;
  height: 50px;
  margin-bottom: 5px;
  background-color: #8C8C8C;
  border-radius: 75px 75px 0 0;
  overflow: hidden;
  text-align: center;
}
.sc-mask {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  height: 40px;
  background-color: #1d1d1d;
  border-radius: 75px 75px 0 0;
}
.sc-percentage {
  position: absolute;
  top: 50px;
  left: -100%;
  width: 200%;
  height: 200%;
  margin-left: 50px;
  background-color: #ff0000;
}
.sc-percentage {
  position: relative;
  transform-origin: top center;
  background: #D70413 !important;
  background: -moz-linear-gradient(left, #D70413 0%, #000000 100%) !important;
  background: -webkit-linear-gradient(left, #D70413 0%, #000000 100%) !important;
  background: linear-gradient(to right, #D70413 0%, #000000 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#ff0000', GradientType=1) !important;
}
.good .sc-percentage {
  transform: rotate(140deg);
}
.better .sc-percentage {
  transform: rotate(153deg);
}
.best .sc-percentage {
  transform: rotate(166deg);
}
.superb .sc-percentage {
  transform: rotate(180deg);
}
.sc-value {
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 1;
  color: #fff;
}
table th,
table td {
  border-bottom: 0px solid transparent;
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
tr.price-row a {
  display: block !important;
  margin-top: 12px !important;
  width: 100% !important;
  font-weight: bold;
}
tr.price-row a[aria-label] {
  display: none !important;
}
tr.price-row .add_to_cart_inline {
  padding: 0 !important;
  margin: 0 !important;
  border: 0px solid transparent !important;
}
tr.price-row .add_to_cart_inline del {
  color: #8C8C8C;
  font-size: 12px !important;
  font-weight: normal !important;
}
tr.price-row .add_to_cart_inline del,
tr.price-row .add_to_cart_inline ins {
  font-size: 23px;
  font-weight: bold;
  display: block;
  background-color: transparent;
}
.tab-group {
  margin: 0 auto;
  width: 100%;
}
.tab {
  position: relative;
  width: 100%;
}
.tab input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}
.tab input:focus + label {
  background: #D70413;
  cursor: pointer;
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
  overflow: auto;
}
.tab input:checked + label {
  background: #D70413;
}
.tab label {
  background: #1f1f1f;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  line-height: 3;
  padding: 0 12px;
  margin: 0;
  transition: letter-spacing 0.55s;
}
.tab label:hover {
  background: #D70413;
  cursor: pointer;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.23s ease-out all;
  padding: 0 12px;
}
.tab-content * {
  font-size: 12px;
}
.tab-content:after {
  content: '';
  display: table;
  clear: both;
}
.tab-content img {
  margin: 12px auto;
  display: block;
}
body.home #popupDiv {
  position: relative;
  z-index: 999;
}
* {
  outline: none !important;
  font-display: swap;
}
.woocommerce .blockUI.blockOverlay::before {
  box-shadow: none !important;
}
.white-container a {
  color: #403bef;
}
.white-container a:hover {
  color: #202027;
}
#popupDiv {
  background-color: #403bef;
  width: 100%;
  padding: 8px 3px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 765px) {
  #popupDiv {
    font-size: 12px;
    padding: 4px 23px 4px 4px;
  }
}
@media (max-width: 765px) {
  #popupDiv {
    font-size: 12px;
    padding: 4px 23px 4px 4px;
  }
}
#popupDiv span.button {
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.32);
  padding: 1px 6px;
  border-radius: 3px;
  margin-top: 2px;
  margin-right: 6px;
}
#popupDiv p {
  margin-top: 4px !important;
}
#popupDiv p,
#popupDiv a {
  display: inline;
}
#popupDiv a {
  text-decoration: underline;
  color: #FFFFFF;
}
#popupDiv #close {
  position: absolute;
  top: 4px;
  right: 32px;
  cursor: pointer;
}
@media (max-width: 765px) {
  #popupDiv #close {
    right: 23px;
    font-size: 0px;
  }
  #popupDiv #close:before {
    right: -11px !important;
    font-size: 12px;
  }
  #popupDiv #close:after {
    height: 16px !important;
    width: 16px !important;
  }
}
@media (max-width: 765px) {
  #popupDiv #close {
    right: 23px;
    font-size: 0px;
  }
  #popupDiv #close:before {
    right: -11px !important;
    font-size: 12px;
  }
  #popupDiv #close:after {
    height: 16px !important;
    width: 16px !important;
  }
}
#popupDiv #close:before {
  content: '+';
  transform: rotate(45deg);
  color: #403bef;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -12px;
}
#popupDiv #close:after {
  content: '';
  height: 18px;
  width: 18px;
  border-radius: 32px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}
::selection {
  background: #403bef;
  color: #FFFFFF;
}
::-moz-selection {
  background: #403bef;
  color: #FFFFFF;
}
.woocommerce .star-rating {
  font-size: 23px !important;
  letter-spacing: 2px;
  float: none;
  display: block;
  margin: 0px 0px 8px;
}
.woocommerce .star-rating::before {
  content: '\2606\2606\2606\2606\2606' !important;
  color: #ffbf00;
}
.woocommerce .star-rating span::before {
  content: '\2605\2605\2605\2605\2605' !important;
  color: #ffbf00;
}
body.term-desktops .sort {
  padding: 0 !important;
}
.woocommerce-message {
  border-top-color: #8fae1b;
  background: #efefef !important;
  color: #000000 !important;
}
.woocommerce-message .button {
  display: none !important;
}
@media (max-width: 640px) {
  .woocommerce-message {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .woocommerce-message {
    font-size: 12px;
  }
}
.blue {
  color: #403bef;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}
html,
body {
  background-color: #000000;
}
html.single,
body.single {
  background-color: #0e0e1d !important;
  color: white;
}
div#temp_for_floatbox_insert * {
  color: #000000;
}
hr {
  background-color: #D70413;
}
hr.darkgrey {
  background-color: #1f1f1f;
}
hr.lightgrey {
  background-color: #8C8C8C;
}
hr.lightgrey2 {
  background-color: #C7C7C7;
}
hr.darkgrey {
  background-color: #1f1f1f;
}
hr.gradient {
  background-image: radial-gradient(circle at top center, #393939, #000000 45%) !important;
  background-color: transparent !important;
  height: 1px;
  position: relative;
  border: 0px;
  display: block;
}
a {
  color: #403bef;
}
a:visited {
  color: #403bef;
}
@media (max-width: 640px) {
  .fixed {
    position: fixed !important;
    top: 0 !important;
  }
}
@media (max-width: 640px) {
  .fixed {
    position: fixed !important;
    top: 0 !important;
  }
}
.sticky {
  position: sticky;
  top: 0;
}
.top-title-bar {
  position: sticky;
  top: 0;
  backdrop-filter: blur(32px);
  background-color: rgba(0, 0, 0, 0.63);
  padding: 12px 0px;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  z-index: 9;
}
@media (max-width: 640px) {
  .top-title-bar {
    padding: 16px 23px;
  }
  .top-title-bar .one-half {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  .top-title-bar {
    padding: 16px 23px;
  }
  .top-title-bar .one-half {
    width: 50% !important;
  }
}
/**
 * Pagination
 */
.woocommerce-pagination {
  margin-top: 23px;
  margin-bottom: 45px;
}
.woocommerce-pagination ul {
  border: 0px;
  border: 1px solid transparent !important;
}
.woocommerce-pagination ul li {
  border: 1px solid transparent !important;
}
.woocommerce-pagination ul li * {
  font-weight: bold !important;
}
.woocommerce-pagination ul li .current {
  color: #8C8C8C;
  background-color: transparent !important;
  border: 1px solid #8C8C8C;
  padding: 6px !important;
  min-width: 45px !important;
  text-align: center;
}
.woocommerce-pagination ul li a {
  color: #D70413;
  border: 1px solid transparent;
  padding: 6px !important;
  background-color: transparent !important;
  min-width: 45px !important;
  text-align: center;
}
.woocommerce-pagination ul li a:hover {
  color: #D70413 !important;
  border: 1px solid #D70413;
  padding: 6px !important;
  background-color: transparent !important;
}
/**
 * Header 2.0
 */
header#site-header {
  height: auto !important;
  z-index: 999;
  position: relative;
  background-color: #000000;
}
header#site-header a {
  color: #FFFFFF;
  font-weight: 500;
}
header#site-header #top-bar {
  padding: 8px 0;
  width: 100%;
  display: block;
  background-color: #3F3F43;
  z-index: 3;
  position: relative;
}
header#site-header #top-bar .container {
  position: relative;
}
header#site-header #top-bar .container ul {
  position: absolute;
  top: 0px;
  right: 0px;
}
header#site-header #top-bar .container ul li {
  display: inline-block;
}
header#site-header #header-container {
  padding: 19.5px 0;
  z-index: 2;
  position: relative;
  background: #000000;
}
header#site-header .container {
  width: 100%;
}
@media (min-width: 640px) {
  header#site-header .container {
    max-width: calc(100% - 90px) !important;
  }
}
@media (min-width: 640px) {
  header#site-header .container {
    max-width: calc(100% - 90px) !important;
  }
}
@media (max-width: 640px) {
  header#site-header .container {
    max-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
  }
}
@media (max-width: 640px) {
  header#site-header .container {
    max-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
  }
}
header#site-header h1.site-title {
  width: calc(63px * 1.96px);
  line-height: 0;
  margin: calc(63px * 0.25px) 0;
  display: inline-block;
  font-size: 0px;
  color: transparent;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  header#site-header h1.site-title {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  header#site-header h1.site-title {
    margin-right: auto;
    margin-left: auto;
  }
}
header#site-header h1.site-title a {
  position: relative;
  z-index: 999;
}
header#site-header h1.site-title a img {
  width: 124px;
}
header#site-header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
header#site-header ul#primary-menu {
  display: block;
  position: relative;
}
@media (max-width: 1190px) {
  header#site-header ul#primary-menu {
    float: right;
  }
  header#site-header ul#primary-menu > li {
    display: none !important;
  }
}
@media (max-width: 1190px) {
  header#site-header ul#primary-menu {
    float: right;
  }
  header#site-header ul#primary-menu > li {
    display: none !important;
  }
}
header#site-header ul#primary-menu li {
  display: inline-block;
  position: relative;
  transition: 0.45s cubic-bezier(0.77, 0.2, 0.05, 1) all;
}
header#site-header ul#primary-menu li.refurbished {
  display: none !important;
}
header#site-header ul#primary-menu li.menu-item {
  top: 9px;
  margin-top: 0px;
}
header#site-header ul#primary-menu li.new {
  padding-right: 40px;
}
header#site-header ul#primary-menu li.new:hover:after {
  transform: translateY(-2px);
}
header#site-header ul#primary-menu li.new:after {
  content: 'NEW';
  background-color: #D70413;
  padding: 2px 4.5px;
  position: absolute;
  top: -5px;
  right: 7px;
  font-size: 10px;
  letter-spacing: 0.75px;
  font-weight: bold;
  transition: 0.12s ease-out all;
  border-radius: 4px;
}
header#site-header ul#primary-menu li a {
  color: #FFFFFF;
  padding: 5px 9px;
  outline: none;
}
header#site-header ul#primary-menu li a:hover {
  opacity: 0.63;
}
header#site-header ul#primary-menu #mini-menu {
  margin-right: 58px;
}
@media (max-width: 1234px) {
  header#site-header ul#primary-menu #mini-menu {
    margin-right: 18px;
  }
}
@media (max-width: 1234px) {
  header#site-header ul#primary-menu #mini-menu {
    margin-right: 18px;
  }
}
header#site-header ul#primary-menu #mini-menu #cart_count {
  position: absolute;
  top: -12px;
  right: 0;
  background: #D70413;
  padding: 5px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 112%;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 1234px) {
  header#site-header ul#primary-menu .minify {
    transform: scale(0.63);
  }
}
@media (max-width: 1234px) {
  header#site-header ul#primary-menu .minify {
    transform: scale(0.63);
  }
}
/**
 * Header
 */
.site-header ul.flex-table {
  padding-top: 16px;
}
@media (max-width: 640px) {
  .site-header ul.flex-table {
    padding-top: 0px !important;
  }
}
@media (max-width: 640px) {
  .site-header ul.flex-table {
    padding-top: 0px !important;
  }
}
#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle input {
  display: block;
  width: 52px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#menuToggle input:hover ~ span {
  opacity: 0.63;
}
#menuToggle input:hover ~ span:first-of-type {
  width: 42px;
  right: 0px;
}
#menuToggle input:hover ~ span:nth-last-child(2) {
  width: 42px;
  right: 0px;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, -3px);
  background: #D70413;
  width: 40px !important;
  right: 0px !important;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 7px);
  right: 0px;
}
#menuToggle span {
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 10px;
  position: relative;
  background: #cdcdcd;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: 0.45s cubic-bezier(0.77, 0.2, 0.05, 1) all;
  right: 0px;
}
#menuToggle span:first-of-type {
  transform-origin: 0% 0%;
  width: 28px;
  right: -14px;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
  width: 32px;
  right: -10px;
}
#menu {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0px;
  z-index: 1;
  background: #000000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(0%, -130vh);
  transition: transform 0.45s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow: scroll;
  overflow-x: hidden;
  margin-top: -62px;
  padding-bottom: 18vh;
}
@media (max-width: 1690px) {
  #menu {
    margin-top: 0px;
  }
}
@media (max-width: 1690px) {
  #menu {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  #menu {
    max-height: calc(100vh - 89px) !important;
  }
}
@media (max-width: 640px) {
  #menu {
    max-height: calc(100vh - 89px) !important;
  }
}
#menu h3 {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  opacity: 0.32;
}
@media (max-width: 1080px) {
  #menu .one-quarter {
    width: 50% !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 1080px) {
  #menu .one-quarter {
    width: 50% !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 640px) {
  #menu .one-quarter {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  #menu .one-quarter {
    width: 100% !important;
  }
}
#menu .container {
  max-width: 1200px !important;
}
@media (min-width: 1690px) {
  #menu .container {
    width: calc(80% - 90px) !important;
  }
}
@media (min-width: 1690px) {
  #menu .container {
    width: calc(80% - 90px) !important;
  }
}
#menu .menu-item-has-children > a {
  display: none;
}
#menu .community ul#social li {
  width: 32px;
  display: inline-block;
}
#menu li {
  margin-bottom: 8px !important;
}
#menu li a {
  font-size: 18px;
  letter-spacing: 0.4px;
}
#menu li a:hover {
  opacity: 0.63;
}
.checked {
  transform: translate(0%, 0vh) !important;
}
.yeet {
  opacity: 0;
  transform: translateY(-40%);
  pointer-events: none;
}
#bread-clippy-iframe {
  z-index: 0 !important;
}
#side-menu {
  position: absolute;
  top: 4px;
  right: 0;
  text-align: right;
}
#side-menu #mobileMenu {
  opacity: 0;
  transform: translateX(100%);
}
#mobileMenu {
  display: block;
  background: black;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  top: 0px;
  height: 100vh;
  width: 100vw;
  right: 45px !important;
  position: relative;
  top: -49px;
}
#menu-toggle:checked {
  /**
     * Menu Style
     */
}
#menu-toggle:checked ~ #mobileMenu {
  transform: translateX(0%);
  opacity: 1;
}
#menu-toggle:checked ~ #mobileMenu li {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(1) {
  animation-duration: 0.23s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(2) {
  animation-duration: 0.32s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(3) {
  animation-duration: 0.45s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(4) {
  animation-duration: 0.63s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(5) {
  animation-duration: 0.89s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(6) {
  animation-duration: 1.24s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(7) {
  animation-duration: 1.74s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(8) {
  animation-duration: 2.43s;
}
#menu-toggle:checked ~ #mobileMenu li:nth-child(9) {
  animation-duration: 3.4s;
}
#menu-toggle:checked header#masthead {
  width: 100%;
  background-color: #000000;
  height: 63px;
  z-index: 9999;
  /**
     * Menu Icon
     */
  /**
     * Menu Functionality
     */
}
#menu-toggle:checked header#masthead .mobileHide {
  display: inline-block !important;
}
@media (max-width: 640px) {
  #menu-toggle:checked header#masthead .mobileHide {
    display: none !important;
  }
}
@media (max-width: 640px) {
  #menu-toggle:checked header#masthead .mobileHide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #menu-toggle:checked header#masthead .logo-container {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #menu-toggle:checked header#masthead .logo-container {
    width: 100% !important;
  }
}
@media (max-width: 920px) {
  #menu-toggle:checked header#masthead .one-quarter {
    width: calc(100%/6);
  }
}
@media (max-width: 920px) {
  #menu-toggle:checked header#masthead .one-quarter {
    width: calc(100%/6);
  }
}
#menu-toggle:checked header#masthead h1.site-title {
  width: calc(63px * 1.96px);
  line-height: 0;
  margin: calc(63px * 0.25px) 0;
  display: inline-block;
  font-size: 0px;
  color: transparent;
}
@media (max-width: 768px) {
  #menu-toggle:checked header#masthead h1.site-title {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #menu-toggle:checked header#masthead h1.site-title {
    margin-right: auto;
    margin-left: auto;
  }
}
#menu-toggle:checked header#masthead h1.site-title a {
  position: relative;
  z-index: 999;
}
#menu-toggle:checked header#masthead h1.site-title a img {
  width: 124px;
}
#menu-toggle:checked header#masthead #deskCart {
  position: relative;
}
#menu-toggle:checked header#masthead #deskCart span {
  background-color: #D70413;
  color: #FFFFFF;
  padding: 6px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  line-height: 40%;
  position: absolute;
  font-size: 12px;
  text-indent: -40px;
  right: -20px;
  top: 7px;
}
@media (max-width: 1146px) {
  #menu-toggle:checked header#masthead #deskCart span {
    top: 3px;
  }
}
@media (max-width: 1146px) {
  #menu-toggle:checked header#masthead #deskCart span {
    top: 3px;
  }
}
#menu-toggle:checked header#masthead .right nav {
  margin: 0 0 0 auto;
  text-align: right;
}
#menu-toggle:checked header#masthead nav {
  padding-top: calc(63px * 0.25px);
}
#menu-toggle:checked header#masthead #site-nav {
  margin: 0 auto;
  text-align: center;
}
#menu-toggle:checked header#masthead .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#menu-toggle:checked header#masthead .nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#menu-toggle:checked header#masthead .nav ul li a {
  padding: 5px;
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  text-decoration: none;
}
#menu-toggle:checked header#masthead .nav ul li a:hover {
  background-color: #D70413;
}
@media (max-width: 1146px) {
  #menu-toggle:checked header#masthead .nav ul li a {
    font-size: 12px;
    padding: 3px;
    font-weight: 400;
  }
}
@media (max-width: 1146px) {
  #menu-toggle:checked header#masthead .nav ul li a {
    font-size: 12px;
    padding: 3px;
    font-weight: 400;
  }
}
#menu-toggle:checked header#masthead .nav ul li.menu-item-has-children a {
  position: relative;
  z-index: 1000;
}
#menu-toggle:checked header#masthead .nav.support a {
  font-weight: 400;
}
#menu-toggle:checked header#masthead #menuIcn {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 2px;
  top: 0px;
  left: 16px;
  background-color: #D70413;
  margin-right: 6px;
  cursor: pointer;
}
#menu-toggle:checked header#masthead #menuIcn:before,
#menu-toggle:checked header#masthead #menuIcn:after {
  content: '';
  position: absolute;
  width: inherit;
  height: 2px;
  background-color: #D70413;
  transition: 0.23s ease;
}
#menu-toggle:checked header#masthead #menuIcn:before {
  top: -8px;
}
#menu-toggle:checked header#masthead #menuIcn:after {
  bottom: -8px;
}
#menu-toggle:checked header#masthead nav#mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#menu-toggle:checked header#masthead + label:before {
  content: 'CLOSE';
}
#menu-toggle:checked header#masthead + label #menuIcn {
  background-color: transparent;
}
#menu-toggle:checked header#masthead + label #menuIcn:before {
  top: 0;
  transform: rotate(32deg);
}
#menu-toggle:checked header#masthead + label #menuIcn:after {
  bottom: 0;
  transform: rotate(-32deg);
}
#menu-toggle:checked #hamburgerMenu {
  position: relative;
  z-index: 9999;
  top: 16px;
}
#menu-toggle:checked #hamburgerMenu:before {
  content: 'MENU';
  position: absolute;
  left: 73px;
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  top: 10px;
}
@media (max-width: 400px) {
  #menu-toggle:checked #hamburgerMenu:before {
    display: none;
  }
}
@media (max-width: 400px) {
  #menu-toggle:checked #hamburgerMenu:before {
    display: none;
  }
}
#menu-toggle:checked #mobileMenu {
  background-color: #000000;
  margin: 0;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.32s ease;
  width: 100vw;
  height: 89vh;
  padding-top: 89px;
  padding-left: 63px;
  box-sizing: border-box;
  top: 0;
  position: absolute;
  z-index: 999;
}
#menu-toggle:checked #mobileMenu li {
  list-style: none;
  width: 89%;
  position: relative;
  opacity: 0;
  transform: translateX(0px);
}
#menu-toggle:checked #mobileMenu li a:before {
  content: '';
  height: 23px;
  width: 30px;
  display: block;
  position: absolute;
  left: -45px;
  background-repeat: no-repeat;
  background-position: center;
}
#menu-toggle:checked #mobileMenu li:nth-child(1) a:before {
  background-image: url(../prebuilt-icon.html);
}
#menu-toggle:checked #mobileMenu li:nth-child(2) a:before {
  background-image: url(../custom-icon.html);
}
#menu-toggle:checked #mobileMenu li:nth-child(3) a:before {
  background-image: url(../premium-icon.html);
}
#menu-toggle:checked #mobileMenu li:nth-last-child(3) {
  margin-top: 6em;
}
#menu-toggle:checked #mobileMenu li:nth-last-child(3):before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D70413;
  display: block;
  margin-bottom: 2.4em;
}
#menu-toggle:checked #mobileMenu li:nth-last-child(3) a,
#menu-toggle:checked #mobileMenu li:nth-last-child(2) a,
#menu-toggle:checked #mobileMenu li:nth-last-child(1) a {
  color: #8C8C8C;
}
#menu-toggle:checked #mobileMenu a {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 23px;
  margin-bottom: 0.89em;
  display: block;
  line-height: 100%;
}
#menu-toggle:checked #mobileCart {
  position: absolute;
  width: 40px;
  height: 26px;
  top: 16px;
  right: 16px;
}
#menu-toggle:checked #mobileCart:before {
  content: 'CART';
  position: absolute;
  right: 45px;
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  top: 10px;
}
@media (max-width: 400px) {
  #menu-toggle:checked #mobileCart:before {
    display: none;
  }
}
@media (max-width: 400px) {
  #menu-toggle:checked #mobileCart:before {
    display: none;
  }
}
#menu-toggle:checked #mobileCart a {
  color: #FFFFFF;
}
#menu-toggle:checked #mobileCart .cart-content {
  position: absolute;
  top: 2px;
  right: -1px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
}
/**
 * Sidebar
 */
aside#secondary .current-menu-item a {
  color: #D70413;
}
@media (max-width: 1342px) {
  aside#secondary {
    padding: 16px 32px 23px;
  }
}
@media (max-width: 1342px) {
  aside#secondary {
    padding: 16px 32px 23px;
  }
}
aside#secondary * {
  font-size: 16px !important;
}
aside#secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside#secondary li {
  font-size: 12px;
}
aside#secondary li .count {
  color: #8C8C8C;
}
aside#secondary a {
  color: #FFFFFF;
  margin-bottom: 8px !important;
  display: block;
}
aside#secondary a:hover {
  color: #D70413;
}
aside#secondary .price_label {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 8px;
}
aside#secondary .whiteGlitch {
  padding-bottom: 6px;
  border-bottom: 1px solid #1f1f1f;
}
aside#secondary button {
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 400;
}
/**
 * Design Your PC
 */
#red-planet-bg .entry-title {
  display: none;
}
#red-planet-bg .intro img {
  width: 25%;
}
#red-planet-bg .intro img.icon {
  padding: 12px;
  max-width: 200px;
}
/**
 * Archive Desktops
 */
@media (max-width: 640px) {
  body.product_parent_cat_desktops ul.products li {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  body.product_parent_cat_desktops ul.products li {
    width: 100% !important;
  }
}
body.term-desktops h1:before,
body.term-desktops h1:after {
  display: none !important;
}
body.term-desktops .top-seller {
  text-align: center;
}
body.term-desktops .top-seller .top-seller-title {
  display: block;
}
/**
 * Archive Prebuilts
 */
body.product_parent_cat_desktops .woocommerce-loop-product__title {
  display: none;
}
/**
 * Archive Category
 */
body.archive.term-desktops ul.products li:hover {
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  body.archive aside#secondary {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  body.archive aside#secondary {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  body.archive #primary.four-fifth {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  body.archive #primary.four-fifth {
    width: 100% !important;
  }
}
body.archive .top-seller-title {
  display: none;
}
body.archive,
.page-template-support-page {
  background-color: #000000 !important;
}
body.archive #primary,
.page-template-support-page #primary {
  margin: 0 auto;
}
body.archive main,
.page-template-support-page main {
  width: 100%;
}
body.archive #content .flex-table,
.page-template-support-page #content .flex-table {
  margin: 0 auto;
  flex-direction: row-reverse;
}
body.archive .sort,
.page-template-support-page .sort {
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: auto;
  padding: 0px 0px 12px;
  color: #8c8c8c;
  font-size: 12px;
  top: -23px;
  position: relative;
}
@media (max-width: 768px) {
  body.archive .sort,
  .page-template-support-page .sort {
    padding-top: 0px !important;
  }
  body.archive .sort .woocommerce-result-count,
  .page-template-support-page .sort .woocommerce-result-count {
    padding-top: 0px !important;
  }
}
@media (max-width: 768px) {
  body.archive .sort,
  .page-template-support-page .sort {
    padding-top: 0px !important;
  }
  body.archive .sort .woocommerce-result-count,
  .page-template-support-page .sort .woocommerce-result-count {
    padding-top: 0px !important;
  }
}
body.archive .sort .woocommerce-result-count,
.page-template-support-page .sort .woocommerce-result-count {
  padding-top: 12px;
}
body.archive .sort select,
.page-template-support-page .sort select {
  padding: 6px;
  font-size: 12px;
}
body.archive .sort *,
.page-template-support-page .sort * {
  margin: 0 !important;
}
@media (max-width: 768px) {
  body.archive .sort .woocommerce-products-header,
  .page-template-support-page .sort .woocommerce-products-header {
    padding-bottom: 0px;
  }
  body.archive .sort form,
  .page-template-support-page .sort form {
    margin-top: 8px !important;
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  body.archive .sort .woocommerce-products-header,
  .page-template-support-page .sort .woocommerce-products-header {
    padding-bottom: 0px;
  }
  body.archive .sort form,
  .page-template-support-page .sort form {
    margin-top: 8px !important;
    display: block;
    width: 100%;
    text-align: left;
  }
}
body.archive .subcategory-list,
.page-template-support-page .subcategory-list {
  padding: 6px 12px;
}
body.archive .subcategory-list *,
.page-template-support-page .subcategory-list * {
  transition: 0.23s ease-out all;
}
body.archive .subcategory-list a,
.page-template-support-page .subcategory-list a {
  color: #FFFFFF;
  width: 100% !important;
  border: 1px solid transparent;
}
body.archive .subcategory-list a:hover,
.page-template-support-page .subcategory-list a:hover {
  border: 1px solid #D70413;
}
body.archive .subcategory-list a:hover .startingAt,
.page-template-support-page .subcategory-list a:hover .startingAt {
  background-color: #D70413;
}
body.archive .subcategory-list a:hover .startingAt *,
.page-template-support-page .subcategory-list a:hover .startingAt * {
  color: #FFFFFF !important;
}
body.archive .subcategory-list a:hover img,
.page-template-support-page .subcategory-list a:hover img {
  transform: scale(1.03);
}
body.archive .subcategory-list h2,
.page-template-support-page .subcategory-list h2 {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase;
  font-size: 16px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  z-index: 1;
  position: relative;
  color: #FFFFFF;
  border-bottom: 1px solid #1f1f1f;
  padding: 0 12px 12px 12px !important;
}
@media (max-width: 768px) {
  body.archive .subcategory-list h2,
  .page-template-support-page .subcategory-list h2 {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  body.archive .subcategory-list h2,
  .page-template-support-page .subcategory-list h2 {
    font-size: 12px !important;
  }
}
body.archive .subcategory-list h2 mark,
.page-template-support-page .subcategory-list h2 mark {
  display: none;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8C8C8C;
}
@media (max-width: 640px) {
  body.archive .subcategory-list h2 mark,
  .page-template-support-page .subcategory-list h2 mark {
    letter-spacing: 0px;
    text-transform: none;
  }
}
@media (max-width: 640px) {
  body.archive .subcategory-list h2 mark,
  .page-template-support-page .subcategory-list h2 mark {
    letter-spacing: 0px;
    text-transform: none;
  }
}
body.archive .subcategory-list .startingAt,
.page-template-support-page .subcategory-list .startingAt {
  padding: 12px;
  box-sizing: border-box;
}
body.archive .subcategory-list .startingAt p:first-of-type,
.page-template-support-page .subcategory-list .startingAt p:first-of-type {
  color: #8C8C8C;
}
body.archive .subcategory-list img,
.page-template-support-page .subcategory-list img {
  transform-origin: bottom center;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #D70413;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #8C8C8C;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #D70413;
  border: 2px solid #FFFFFF;
}
/**
 * Support Pages
 */
.page-template-support-page .four-fifth {
  padding: 16px 32px 23px;
}
.page-template-support-page p {
  line-height: 1.8;
  margin: 0 0 23px 0;
}
.page-template-support-page #content .container {
  max-width: 980px;
}
/**
 * Account Pages
 */
body.woocommerce-account main#content {
  color: black;
}
/**
 * Product Loop
*/
ul.products {
  display: flex;
  flex-wrap: wrap;
}
ul.products .countdowns {
  display: none;
}
@media (max-width: 768px) {
  ul.products {
    padding: 12px !important;
  }
}
@media (max-width: 768px) {
  ul.products {
    padding: 12px !important;
  }
}
@media (max-width: 640px) {
  ul.products {
    padding: 0px !important;
  }
}
@media (max-width: 640px) {
  ul.products {
    padding: 0px !important;
  }
}
ul.products li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0.5em;
  width: 100%;
  margin: 0 0 4px 0 !important;
  padding: 4px !important;
  overflow: inherit;
  margin-top: 124px !important;
  transition: 0.23s ease-out all;
  /* Style Products */
  /* Style 5 Product Objects */
}
ul.products li .flex-container {
  padding: 23px;
  background: rgba(47, 47, 80, 0.45);
  border-radius: 16px;
}
ul.products li .flex-container:hover {
  background: rgba(47, 47, 80, 0.89);
}
ul.products li .flex-container:hover .attachment-woocommerce_thumbnail {
  -webkit-filter: drop-shadow(0px 0px 45px rgba(153, 110, 250, 0.63));
  filter: drop-shadow(0px 0px 45px rgba(153, 110, 250, 0.63));
  transform: scale(1.02);
}
ul.products li .flex-container:hover hr {
  background-color: #4e4e74;
}
ul.products li .star-rating {
  display: inline-block !important;
  margin: 0px !important;
  margin-right: -23px !important;
  transform: scale(0.89);
  transform-origin: left;
}
ul.products li hr {
  background-color: #2F2F50;
}
ul.products li .performance-icon {
  max-width: 45px;
}
ul.products li .woocommerce-loop-product__title {
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase;
  text-transform: capitalize;
  font-size: 23px !important;
}
@media (max-width: 768px) {
  ul.products li .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  ul.products li .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
}
ul.products li .meter {
  top: 12px;
}
ul.products li .onsale {
  display: none !important;
}
ul.products li img {
  position: relative;
  z-index: 2;
  margin-top: -124px !important;
  transition: 0.23s ease-out all !important;
  transform-origin: bottom center;
}
ul.products li h2 {
  margin-bottom: 12px !important;
  font-size: 16px !important;
  border-bottom: 1px solid #1f1f1f;
}
ul.products li:hover .button {
  background-color: rgba(215, 4, 19, 0.63) !important;
}
ul.products li:hover .meter dt {
  background-position: 0%;
}
ul.products li .flex-container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  position: relative;
}
ul.products li a {
  flex-grow: 1;
}
ul.products li .product-specs p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.63px;
  color: #a7a7a7;
  margin-bottom: 0px !important;
  margin-top: 0px;
}
ul.products li .product-specs p:nth-child(1),
ul.products li .product-specs p:nth-child(2) {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #FFFFFF !important;
}
ul.products li .product-specs p:nth-child(2) {
  display: block;
}
ul.products li .price {
  margin-top: 12px;
  margin-bottom: 0 !important;
}
ul.products li .price:after {
  content: '';
  display: table;
  clear: both;
}
ul.products li .price del {
  font-size: 16px;
  padding-left: 8px;
}
ul.products li .price ins {
  float: left;
}
ul.products li a {
  display: block;
}
ul.products li .price {
  font-size: 23px !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

@media (max-width: 1750px) {
  ul.products li:first-child:nth-last-child(n + 1),
  ul.products li:first-child:nth-last-child(n + 1) ~ li {
    width: 33% !important;
  }
}
@media (max-width: 1750px) {
  ul.products li:first-child:nth-last-child(n + 1),
  ul.products li:first-child:nth-last-child(n + 1) ~ li {
    width: 33% !important;
  }
}
@media (max-width: 1150px) {
  ul.products li:first-child:nth-last-child(n + 1),
  ul.products li:first-child:nth-last-child(n + 1) ~ li {
    width: 50% !important;
  }
}
@media (max-width: 1150px) {
  ul.products li:first-child:nth-last-child(n + 1),
  ul.products li:first-child:nth-last-child(n + 1) ~ li {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  ul.products li:first-child:nth-last-child(n + 1),
  ul.products li:first-child:nth-last-child(n + 1) ~ li {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  ul.products li:first-child:nth-last-child(n + 1),
  ul.products li:first-child:nth-last-child(n + 1) ~ li {
    width: 100% !important;
  }
}
ul.products li:first-child:nth-last-child(n + 5),
ul.products li:first-child:nth-last-child(n + 5) ~ li {
  width: 25% !important;
  float: left;
}
@media (max-width: 1750px) {
  ul.products li:first-child:nth-last-child(n + 5),
  ul.products li:first-child:nth-last-child(n + 5) ~ li {
    width: 33% !important;
  }
}
@media (max-width: 1750px) {
  ul.products li:first-child:nth-last-child(n + 5),
  ul.products li:first-child:nth-last-child(n + 5) ~ li {
    width: 33% !important;
  }
}
@media (max-width: 1150px) {
  ul.products li:first-child:nth-last-child(n + 5),
  ul.products li:first-child:nth-last-child(n + 5) ~ li {
    width: 50% !important;
  }
}
@media (max-width: 1150px) {
  ul.products li:first-child:nth-last-child(n + 5),
  ul.products li:first-child:nth-last-child(n + 5) ~ li {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  ul.products li:first-child:nth-last-child(n + 5),
  ul.products li:first-child:nth-last-child(n + 5) ~ li {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  ul.products li:first-child:nth-last-child(n + 5),
  ul.products li:first-child:nth-last-child(n + 5) ~ li {
    width: 100% !important;
  }
}
ul.products li .shop-container {
  margin-top: auto !important;
}
ul.products li .shop-container .button {
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
ul.products li .shop-container .freeshipping {
  margin-top: 27px;
  text-align: center;
  color: #D70413;
}
@media (max-width: 640px) {
  ul.products li .shop-container .freeshipping {
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  ul.products li .shop-container .freeshipping {
    margin-top: 8px;
  }
}
ul.products li.outofstock {
  position: relative;
}
ul.products li.outofstock:after {
  content: 'SOLD OUT';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  text-align: center;
  padding-top: 50%;
  z-index: 9;
  font-size: 32px !important;
  line-height: 1;
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600;
  transition: 0.23s ease-out all;
}
@media (max-width: 768px) {
  ul.products li.outofstock:after {
    font-size: 23px !important;
  }
}
@media (max-width: 768px) {
  ul.products li.outofstock:after {
    font-size: 23px !important;
  }
}
ul.products li.outofstock:hover {
  border: 1px solid transparent;
}
ul.products li.outofstock:hover .meter dt {
  background-position: 100%;
}
ul.products li.outofstock:hover:after {
  background-color: rgba(0, 0, 0, 0.63);
}
ul.products li.outofstock:hover .flex-container {
  filter: blur(0px);
}
ul.products li.outofstock .flex-container {
  filter: blur(1px);
  transition: 0.23s ease-out all;
}
ul.products li.outofstock .flex-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.products li.outofstock .shop-container,
ul.products li.outofstock .countdowns {
  display: none;
}
.skytechPrice * * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.breadcrumbs {
  text-align: center;
}
.breadcrumbs a {
  color: #8C8C8C !important;
}
.breadcrumbs a:nth-child(1),
.breadcrumbs a:nth-child(2) {
  display: none;
}
.breadcrumbs nav {
  border-top: 1px solid #1f1f1f;
  padding: 12px 0px 12px !important;
  margin: 0 !important;
  border-bottom: 1px solid #1f1f1f;
}
/**
 * Footer
 */
.copyright {
  background-color: #0c0c0c;
  text-align: center;
}
footer.site-footer {
  background-color: #0c0c0c;
  grid-row-start: 2;
  grid-row-end: 3;
}
footer.site-footer .logo-bar {
  padding: 6px 0 6px 0;
  margin: 0 auto 16px auto;
  background-color: #fff;
  display: none;
}
@media (max-width: 640px) {
  footer.site-footer .logo-bar .content {
    padding: 23px 63px 0px 0px;
  }
  footer.site-footer .logo-bar img {
    margin: 0 auto !important;
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  footer.site-footer .logo-bar .content {
    padding: 23px 63px 0px 0px;
  }
  footer.site-footer .logo-bar img {
    margin: 0 auto !important;
    width: 100% !important;
  }
}
footer.site-footer .logo-bar img {
  opacity: 0.5;
}
footer.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer.site-footer ul {
  margin: 0;
  padding: 0;
}
footer.site-footer ul li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
}
footer.site-footer ul li a {
  padding: 6px 0;
  display: block;
}
footer.site-footer p {
  color: #8C8C8C;
}
footer.site-footer #logo-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
}
@media (max-width: 1550px) {
  footer.site-footer #logo-icon {
    position: relative;
  }
}
@media (max-width: 1550px) {
  footer.site-footer #logo-icon {
    position: relative;
  }
}
@media (max-width: 640px) {
  footer.site-footer #logo-icon {
    display: none;
  }
}
@media (max-width: 640px) {
  footer.site-footer #logo-icon {
    display: none;
  }
}
@media (max-width: 1550px) {
  footer.site-footer * {
    text-align: center;
  }
  footer.site-footer .one-half {
    width: 100%;
  }
  footer.site-footer .one-quarter {
    width: 50%;
  }
  footer.site-footer .one-fifth {
    width: 50%;
  }
  footer.site-footer .three-fifth {
    width: 100%;
  }
  footer.site-footer img {
    position: relative;
    margin: 0 auto 12px;
    display: block;
  }
}
@media (max-width: 1550px) {
  footer.site-footer * {
    text-align: center;
  }
  footer.site-footer .one-half {
    width: 100%;
  }
  footer.site-footer .one-quarter {
    width: 50%;
  }
  footer.site-footer .one-fifth {
    width: 50%;
  }
  footer.site-footer .three-fifth {
    width: 100%;
  }
  footer.site-footer img {
    position: relative;
    margin: 0 auto 12px;
    display: block;
  }
}
@media (max-width: 640px) {
  footer.site-footer * {
    text-align: left;
  }
  footer.site-footer img {
    margin: auto 12px 12px 12px !important;
  }
}
@media (max-width: 640px) {
  footer.site-footer * {
    text-align: left;
  }
  footer.site-footer img {
    margin: auto 12px 12px 12px !important;
  }
}
footer.site-footer .content {
  padding: 0px 0px 23px;
}
@media (max-width: 768px) {
  footer.site-footer .content {
    padding: 0 23px 23px;
  }
  footer.site-footer .content li,
  footer.site-footer .content a {
    display: block !important;
  }
}
@media (max-width: 768px) {
  footer.site-footer .content {
    padding: 0 23px 23px;
  }
  footer.site-footer .content li,
  footer.site-footer .content a {
    display: block !important;
  }
}
footer.site-footer .one-fifth,
footer.site-footer .three-fifth {
  padding-top: 32px;
}
footer.site-footer h3 {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  opacity: 0.32;
}
footer.site-footer .social-menu li {
  display: inline-block !important;
}
footer.site-footer .social-menu a {
  padding: 2px;
  display: inline-block !important;
}
.hs-input {
  color: #000000 !important;
  text-align: left !important;
}
.hs-form-container {
  padding-top: 0px !important;
  text-align: right;
}
.hs_email {
  width: 100%;
}
.hs_email input[type="email"] {
  border: 1px solid #464646 !important;
  background: white !important;
  color: #000000 !important;
  border-radius: 5px !important;
  outline: none !important;
  font-size: 15px !important;
  padding: 7px;
  width: 100%;
}
.hs_submit input[type="submit"] {
  margin-top: 12px;
  padding: 12px;
  position: relative;
  border: 0px;
  background-color: #D70413;
  color: white;
}
.hs-error-msgs {
  display: none !important;
}

span.onsale {
  display: none;
  background: red;
  border-radius: 0px;
  top: 23px;
  left: -32px !important;
  padding: 12px !important;
  line-height: 1;
  padding: 0px;
  left: auto;
  overflow: hidden;
  min-height: auto;
  min-width: auto;
}
.loading-bar {
  width: 100%;
  background-color: transparent;
  position: sticky;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99;
}
.loading-bar > .bar {
  width: 0;
  height: 6px;
  background: #D70413 !important;
  background: -moz-linear-gradient(left, #9b030e 0%, #fb1d2d 100%) !important;
  background: -webkit-linear-gradient(left, #9b030e 0%, #fb1d2d 100%) !important;
  background: linear-gradient(to right, #9b030e 0%, #fb1d2d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#ff0000', GradientType=1) !important;
  max-width: 100vw;
}


/*
 * Checkout
**/
body.woocommerce-checkout route-protect-widget:before {
  content: 'Insure your Shipment';
  color: white;
  font-family: 'Neue Plak', sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  padding: 23px 0px 0px;
  display: block;
}
body.woocommerce-checkout route-protect-widget {
  background-color: #12121B !important;
  display: block;
  border-radius: 12px;
  padding: 0px 23px;
  margin-bottom: 23px;
}
body.woocommerce-checkout .pw-content *,
body.woocommerce-checkout .pw-price.quote {
  color: white;
}
body.woocommerce-checkout .pw-route-protection {
  justify-content: unset;
}
body.woocommerce-checkout .pw-container {
  max-width: 100%;
}
body.woocommerce-checkout #checkout-btn {
  display: none !important;
}
body.woocommerce-checkout .site-content .container {
  width: 63% !important;
}
@media (max-width: 1550px) {
  body.woocommerce-checkout .site-content .container {
    width: 95% !important;
  }
}
@media (max-width: 1550px) {
  body.woocommerce-checkout .site-content .container {
    width: 95% !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .site-content .container {
    width: 100% !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .site-content .container {
    width: 100% !important;
  }
}
body.woocommerce-checkout .responsiveShow {
  display: block;
}
@media (max-width: 884px) {
  body.woocommerce-checkout .responsiveShow {
    display: none;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .responsiveShow {
    display: none;
  }
}
body.woocommerce-checkout .responsiveHide {
  display: none;
}
@media (max-width: 884px) {
  body.woocommerce-checkout .responsiveHide {
    display: block;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .responsiveHide {
    display: block;
  }
}
body.woocommerce-checkout .order-detail-container h3 {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
}
body.woocommerce-checkout .cart-container {
  padding: 0 16px;
  margin-bottom: 0px !important;
}
body.woocommerce-checkout .cart-container .order-detail-container {
  margin-bottom: 0px !important;
}
@media (max-width: 884px) {
  body.woocommerce-checkout .cart-container .order-detail-container {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .cart-container .order-detail-container {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .cart-container {
    padding: 0px 0px !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .cart-container {
    padding: 0px 0px !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .entry-content {
    margin-top: 0px !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .entry-content {
    margin-top: 0px !important;
  }
}
.woocommerce-checkout-review-order-table {
  margin-top: 32px !important;
}
.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
  width: 25% !important;
}
.select2-dropdown {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
#flasho * {
  background: #000000;
  color: #FFFFFF;
  font-family: 'neue-haas-grotesk-text';
}
body.woocommerce-checkout {
  background-color: #000000 !important;
}
body.woocommerce-checkout .cart-total-container {
  display: none;
}
body.woocommerce-checkout .four-fifth {
  width: 100%;
}
@media (max-width: 640px) {
  body.woocommerce-checkout #masthead #mobile {
    display: none !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #masthead #mobile {
    display: none !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout h1 {
    margin-top: 12px;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout h1 {
    margin-top: 12px;
    margin-bottom: 16px !important;
  }
}
body.woocommerce-checkout th,
body.woocommerce-checkout td {
  padding: 0 0 16px 0 !important;
}
@media (max-width: 884px) {
  body.woocommerce-checkout #checkout-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout #checkout-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout #checkout-container .one-third,
  body.woocommerce-checkout #checkout-container .two-third {
    width: 100%;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout #checkout-container .one-third,
  body.woocommerce-checkout #checkout-container .two-third {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .site-content {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .site-content {
    padding: 0 32px;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .site-content {
    padding: 0 12px !important;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .site-content {
    padding: 0 12px !important;
  }
}
body.woocommerce-checkout .woocommerce-cart-form {
  padding: 0 32px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-cart-form {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-cart-form {
    padding: 0;
  }
}
body.woocommerce-checkout .woocommerce-cart-form input,
body.woocommerce-checkout .woocommerce-cart-form button {
  width: 100%;
  display: block;
  margin-bottom: 23px;
}
body.woocommerce-checkout .woocommerce-cart-form input.outline-btn,
body.woocommerce-checkout .woocommerce-cart-form button.outline-btn {
  background: rgba(0, 0, 0, 0.45);
  color: #FFFFFF;
  font-size: 16px;
}
body.woocommerce-checkout #promo .remove-item {
  display: none;
}
body.woocommerce-checkout .cart-container {
  top: 32px;
  margin-bottom: 742px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .cart-container {
    position: relative;
    margin-bottom: 32px;
  }
  body.woocommerce-checkout .cart-container img {
    margin: 0 auto;
    display: block;
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .cart-container {
    position: relative;
    margin-bottom: 32px;
  }
  body.woocommerce-checkout .cart-container img {
    margin: 0 auto;
    display: block;
    padding: 0px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .cart-container .one-half {
    width: 50% !important;
  }
  body.woocommerce-checkout .cart-container .one-half .mb16 {
    margin-bottom: 6px !important;
  }
  body.woocommerce-checkout .cart-container .one-half .mt16 {
    margin-top: 6px !important;
  }
  body.woocommerce-checkout .cart-container .cart-container-mod {
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .cart-container .one-half {
    width: 50% !important;
  }
  body.woocommerce-checkout .cart-container .one-half .mb16 {
    margin-bottom: 6px !important;
  }
  body.woocommerce-checkout .cart-container .one-half .mt16 {
    margin-top: 6px !important;
  }
  body.woocommerce-checkout .cart-container .cart-container-mod {
    margin-bottom: 12px;
  }
}
body.woocommerce-checkout .cart-container img {
  padding-right: 12px !important;
  width: 100%;
}
body.woocommerce-checkout .cart-container-mod p {
  line-height: 1;
}
body.woocommerce-checkout .cart-container-mod a {
  display: block;
  margin: 0 !important;
  color: #FFFFFF;
}
body.woocommerce-checkout .cart-container-mod a.red {
  color: #D70413;
}
body.woocommerce-checkout .cart-container-mod .quantity-box {
  display: none;
}
body.woocommerce-checkout .cart-container-mod .quantity-box img {
  max-width: 45px;
}
@media (max-width: 640px) {
  body.woocommerce-checkout footer {
    padding: 23px 12px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout footer {
    padding: 23px 12px;
  }
}
body.woocommerce-checkout .logo-bar,
body.woocommerce-checkout .breadcrumbs {
  display: none;
}
body.woocommerce-checkout #masthead .nav.support,
body.woocommerce-checkout #masthead #primary-menu {
  display: none !important;
  position: relative;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle {
  display: none;
}
body.woocommerce-checkout label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px !important;
  margin-top: 23px;
}
body.woocommerce-checkout .woocommerce-input-wrapper .selection > span {
  background: #21293c;
  border: 1px solid #3f3f4375;
  border-radius: 0px !important;
  padding: 12px;
  height: auto !important;
  top: -8px;
  position: relative;
  overflow: hidden;
  border-radius: 3px !important;
}
body.woocommerce-checkout .form-row {
  margin-bottom: 12px !important;
}
body.woocommerce-checkout #content h3 {
  font-size: 23px !important;
  letter-spacing: 1px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout #content h3 {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout #content h3 {
    font-size: 16px !important;
  }
}
body.woocommerce-checkout #payment {
  background-color: #1f1f1f;
}
body.woocommerce-checkout #payment img {
  max-width: 89px;
}
body.woocommerce-checkout .screen-reader-text {
  width: auto !important;
  height: auto !important;
  clip-path: inset(0%) !important;
  clip: auto !important;
}
body.woocommerce-checkout .form-row.place-order,
body.woocommerce-checkout .wc_payment_methods {
  background: transparent !important;
}
body.woocommerce-checkout .form-row.place-order li,
body.woocommerce-checkout .wc_payment_methods li {
  background-color: #272738;
}
body.woocommerce-checkout .form-row.place-order li label,
body.woocommerce-checkout .wc_payment_methods li label {
  color: #FFFFFF !important;
}
body.woocommerce-checkout .form-row.place-order li:last-of-type,
body.woocommerce-checkout .wc_payment_methods li:last-of-type {
  border-radius: 0px 0px 5px 5px !important;
  overflow: hidden;
}
body.woocommerce-checkout div#payment:before {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 23px !important;
  padding-top: 0px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout div#payment:before {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout div#payment:before {
    font-size: 16px !important;
  }
}
body.woocommerce-checkout .show-field {
  display: none;
}
body.woocommerce-checkout .promo-code-show {
  cursor: pointer;
  color: #11cd90;
  margin: 0px 0px 16px !important;
  display: block;
}
@media (max-width: 884px) {
  body.woocommerce-checkout .promo-code-show {
    text-align: center;
  }
}
@media (max-width: 884px) {
  body.woocommerce-checkout .promo-code-show {
    text-align: center;
  }
}
body.woocommerce-checkout #promo-code:checked ~ .show-field {
  display: block;
}
body.woocommerce-checkout .form-row.place-order {
  margin-top: 16px !important;
  padding: 0px !important;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 12px !important;
}
body.woocommerce-checkout #customer_details .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-left: 0px !important;
}
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper:before {
  content: 'Shipping Details';
  font-family: "Neue Plak", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 23px !important;
  position: relative;
  margin: 32px 0px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper:before {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper:before {
    font-size: 16px !important;
  }
}
body.woocommerce-checkout #add_payment_method #payment .payment_method_paypal .about_paypal,
body.woocommerce-checkout .woocommerce-cart #payment .payment_method_paypal .about_paypal,
body.woocommerce-checkout .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  color: #11cd90;
  top: -8px;
  position: relative;
}
body.woocommerce-checkout #payment label {
  margin: 0 !important;
  display: block;
  cursor: pointer;
  background: transparent;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li {
  border-bottom: 0px solid transparent;
}
body.woocommerce-checkout #add_payment_method #payment ul.payment_methods,
body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods,
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0px solid transparent;
}
body.woocommerce-checkout #add_payment_method #payment div.payment_box::before,
body.woocommerce-checkout .woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
body.woocommerce-checkout #add_payment_method #payment div.payment_box,
body.woocommerce-checkout .woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
  margin: 0px;
  background: transparent;
  color: #FFFFFF;
}
body.woocommerce-checkout #extra-checkout-options h3 {
  padding: 32px 23px 0px;
}
body.woocommerce-checkout #extra-checkout-options p {
  padding: 0px 23px;
}
body.woocommerce-checkout #extra-checkout-options #live_build__field {
  padding-bottom: 23px;
}
body.woocommerce-checkout #extra-checkout-options label {
  margin-top: 0px !important;
}
body.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods li,
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li {
  padding: 0px !important;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li input[type=radio]:checked + label,
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li input[type=radio]:checked + label + div {
  color: #FFFFFF;
  background: #3e3e57 !important;
}
body.woocommerce-checkout .mwb_upsell_offer_discount_section h3 {
  display: none !important;
}
body.woocommerce-checkout .mwb_upsell_offer_primary_section {
  margin: 0 !important;
}
body.woocommerce-checkout .mwb_upsell_offer_main_wrapper {
  margin: 0px !important;
  padding: 0px !important;
}
body.woocommerce-checkout .mwb_upsell_offer_wrapper {
  padding: 0px !important;
}
body.woocommerce-checkout .mwb_upsell_offer_wrapper .mwb_upsell_offer_discount_section,
body.woocommerce-checkout .mwb_upsell_offer_wrapper .mwb_upsell_offer_product_section {
  display: none !important;
}
body.woocommerce-checkout .coupon-container {
  border: 1px solid #464646;
  padding: 23px;
  background: url(../jpg/coupon-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body.woocommerce-checkout .coupon-container img {
  max-width: 240px;
}
body.woocommerce-checkout .coupon-container .one-half {
  float: right !important;
}
body.woocommerce-checkout .coupon-container ul.two {
  display: none;
}
@media (max-width: 1200px) {
  body.woocommerce-checkout .coupon-container .one-half {
    width: 100%;
    float: left;
    text-align: center;
  }
  body.woocommerce-checkout .coupon-container .one-half ul.one {
    display: none;
  }
  body.woocommerce-checkout .coupon-container .one-half ul.two {
    display: block;
    text-align: left;
    margin-left: 8vw;
    font-size: 23px !important;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  body.woocommerce-checkout .coupon-container .one-half ul.two {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  body.woocommerce-checkout .coupon-container .one-half ul.two {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  body.woocommerce-checkout .coupon-container .one-half {
    width: 100%;
    float: left;
    text-align: center;
  }
  body.woocommerce-checkout .coupon-container .one-half ul.one {
    display: none;
  }
  body.woocommerce-checkout .coupon-container .one-half ul.two {
    display: block;
    text-align: left;
    margin-left: 8vw;
    font-size: 23px !important;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  body.woocommerce-checkout .coupon-container .one-half ul.two {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  body.woocommerce-checkout .coupon-container .one-half ul.two {
    font-size: 16px !important;
  }
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  position: relative;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 12px;
}
#woo_pp_ec_button_checkout {
  display: block;
  background: white;
  max-width: 760px;
  margin: 0 auto;
  padding: 12px 12px 0px 12px;
  border-radius: 12px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-bottom: 0 !important;
  color: #fff !important;
  font-family: 'Barlow';
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
  background: #996EFA !important;
  max-width: 300px;
}
@media (max-width: 640px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    max-width: 100% !important;
  }
}
@media (max-width: 640px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    max-width: 100% !important;
  }
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}
.updating-cart {
  display: none;
}
.updating-cart img {
  margin-top: 6px;
  max-width: 32px;
}
/*
 * Thank You Page - Q1 2022
**/
.new-header {
  font-family: "Neue Plak", sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
}
.barlow {
  font-family: 'Barlow', sans-serif;
}
#thank-you-page {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
#thank-you-page p,
#thank-you-page strong,
#thank-you-page table,
#thank-you-page h2 {
  font-family: 'Barlow', sans-serif;
}
#thank-you-page #thank-you {
  text-align: center;
}
#thank-you-page #thank-you a,
#thank-you-page #thank-you strong {
  color: #11cd90;
}
#thank-you-page h1 {
  font-family: "Neue Plak", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
#thank-you-page .logo {
  position: relative;
  left: 16px;
  margin: 0 auto;
  display: block;
}
#thank-you-page .social li {
  background-color: #12121B;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 23px;
  margin-right: 8px;
}
#thank-you-page .social li svg {
  margin-top: -12px;
  width: 23px;
  position: relative;
  top: 4px;
}
#thank-you-page #order-details tr td:nth-child(1) {
  width: 55%;
}
#thank-you-page #order-details tr td:nth-child(2) {
  width: 45%;
}
@media (max-width: 640px) {
  #thank-you-page #order-details th,
  #thank-you-page #order-details td {
    display: block;
    width: 99.9%;
    clear: both;
  }
}
@media (max-width: 640px) {
  #thank-you-page #order-details th,
  #thank-you-page #order-details td {
    display: block;
    width: 99.9%;
    clear: both;
  }
}
.order-detail-container {
  background-color: #12121B;
  padding: 23px;
  margin-bottom: 32px;
  border-radius: 12px;
}
.order-detail-container table * {
  vertical-align: top;
}
.order-detail-container table tr:last-of-type td {
  padding-bottom: 12px !important;
}
.order-detail-container table td {
  padding-bottom: 23px !important;
}
.order-detail-container table td a {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
  color: #FFFFFF;
}
.order-detail-container table p {
  margin-bottom: 0px;
  margin-top: 8px;
}
.order-detail-container table.woocommerce-table tfoot tr:first-of-type th,
.order-detail-container table.woocommerce-table tfoot tr:first-of-type td {
  border-top: 1px solid #3F3F43;
  padding-top: 32px !important;
}
.order-detail-container table.woocommerce-table tfoot th,
.order-detail-container table.woocommerce-table tfoot td {
  padding-bottom: 8px !important;
}
.order-detail-container table.woocommerce-table .wc-item-meta {
  margin: 0;
  padding: 0;
}
.order-detail-container table.woocommerce-table .wc-item-meta li {
  margin-bottom: 8px;
}
.order-detail-container .woocommerce-order-details {
  margin-bottom: 0px;
}
.order-detail-container .woocommerce-order-details .attribute-label {
  font-weight: bold;
}
@media (max-width: 640px) {
  .order-detail-container .woocommerce-order-details .attribute-label {
    display: none;
  }
}
@media (max-width: 640px) {
  .order-detail-container .woocommerce-order-details .attribute-label {
    display: none;
  }
}
.order-detail-container.newForm *,
.order-detail-container#livestreamForm * {
  font-family: 'Barlow', sans-serif;
}
.order-detail-container.newForm form,
.order-detail-container#livestreamForm form {
  margin: 0 auto;
}
.order-detail-container.newForm form .jet-form__submit,
.order-detail-container#livestreamForm form .jet-form__submit {
  border: 2px solid #00f89b !important;
  background-color: #00f89b !important;
  color: #00000F !important;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  font-family: 'Neue Plak', sans-serif;
  display: block;
  width: 100%;
  font-size: 16px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.63);
  margin: 0 auto;
}
.order-detail-container.newForm input[type="text"],
.order-detail-container#livestreamForm input[type="text"],
.order-detail-container.newForm input[type="email"],
.order-detail-container#livestreamForm input[type="email"],
.order-detail-container.newForm input[type="tel"],
.order-detail-container#livestreamForm input[type="tel"],
.order-detail-container.newForm input[type="password"],
.order-detail-container#livestreamForm input[type="password"],
.order-detail-container.newForm textarea,
.order-detail-container#livestreamForm textarea {
  border: 1px solid #3f3f4375 !important;
  background-color: #21293c !important;
  border-radius: 3px !important;
  color: #11cd90 !important;
  margin-bottom: 12px !important;
  margin-top: 8px;
}
.order-detail-container.newForm input[type="text"]:active,
.order-detail-container#livestreamForm input[type="text"]:active,
.order-detail-container.newForm input[type="email"]:active,
.order-detail-container#livestreamForm input[type="email"]:active,
.order-detail-container.newForm input[type="tel"]:active,
.order-detail-container#livestreamForm input[type="tel"]:active,
.order-detail-container.newForm input[type="password"]:active,
.order-detail-container#livestreamForm input[type="password"]:active,
.order-detail-container.newForm textarea:active,
.order-detail-container#livestreamForm textarea:active,
.order-detail-container.newForm input[type="text"]:focus,
.order-detail-container#livestreamForm input[type="text"]:focus,
.order-detail-container.newForm input[type="email"]:focus,
.order-detail-container#livestreamForm input[type="email"]:focus,
.order-detail-container.newForm input[type="tel"]:focus,
.order-detail-container#livestreamForm input[type="tel"]:focus,
.order-detail-container.newForm input[type="password"]:focus,
.order-detail-container#livestreamForm input[type="password"]:focus,
.order-detail-container.newForm textarea:focus,
.order-detail-container#livestreamForm textarea:focus {
  border: 1px solid #11cd90 !important;
}
.order-detail-container.newForm .jet-form__label *,
.order-detail-container#livestreamForm .jet-form__label * {
  font-weight: bold !important;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper {
  margin: 0 auto;
  margin-bottom: 63px;
  width: 100%;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar-slots,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar-slots {
  margin-top: 12px;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar-slots__close,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar-slots__close {
  margin-top: -12px;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar-header__label,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar-header__label {
  font-weight: bold;
  color: white !important;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar {
  width: 100% !important;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-week,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-week {
  text-transform: uppercase;
  color: #647a73 !important;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-slots .jet-apb-slot,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-slots .jet-apb-slot {
  border: 1px solid white;
  padding: 3px;
  border-radius: 3px;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-date--selected,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-date--selected {
  color: #11cd90 !important;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-slot--selected,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-slot--selected {
  border: 1px solid #11cd90 !important;
  color: #11cd90;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-date,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-date {
  padding: 8px 6px;
  font-weight: bold;
  color: white;
}
.order-detail-container.newForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-date--disabled,
.order-detail-container#livestreamForm .jet-apb-calendar-wrapper .jet-apb-calendar .jet-apb-calendar-date--disabled {
  opacity: 1;
  color: #49967d !important;
  font-weight: normal;
}
.order-detail-container.newForm .jet-apb-calendar-appointments-list-wrapper,
.order-detail-container#livestreamForm .jet-apb-calendar-appointments-list-wrapper {
  display: none !important;
}
.showSchedule {
  font-family: 'Barlow', sans-serif;
}
.showScheduleBox {
  padding: 32px 45px !important;
  height: auto !important;
  overflow: auto !important;
  opacity: 1 !important;
  margin-bottom: 32px !important;
}
/*
 * Cart Page
**/
#cart-cross-sells .woocommerce-Price-amount {
  color: black !important;
}
#cart-cross-sells .woocommerce-loop-product__title {
  font-size: 16px !important;
}
@media (max-width: 768px) {
  #cart-cross-sells .woocommerce-loop-product__title {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  #cart-cross-sells .woocommerce-loop-product__title {
    font-size: 12px !important;
  }
}
body.woocommerce-cart {
  background-color: #FFFFFF !important;
}
body.woocommerce-cart main h1,
body.woocommerce-cart main h2,
body.woocommerce-cart main h3,
body.woocommerce-cart main h4,
body.woocommerce-cart main h5,
body.woocommerce-cart main h6,
body.woocommerce-cart main p,
body.woocommerce-cart main table * {
  color: #000000;
}
body.woocommerce-cart main .coupon input[type="text"] {
  background: #FFFFFF !important;
  color: #000000 !important;
  border-radius: 3px !important;
  padding: 12px !important;
}
body.woocommerce-cart main .coupon button {
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0) !important;
  color: #3e3e3e !important;
  border: 1px solid #c8c8c8 !important;
  border-radius: 3px !important;
  padding: 12px 16px !important;
}
body.woocommerce-cart .wc-proceed-to-checkout {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
body.woocommerce-cart .woocommerce-notices-wrapper {
  background: #FFFFFF !important;
}
body.woocommerce-cart .woocommerce-notices-wrapper * {
  color: #000000 !important;
}
body.woocommerce-cart table {
  background-color: #FFFFFF;
}
body.woocommerce-cart table #promo .product-remove a {
  display: none;
}
body.woocommerce-cart table #promo a {
  pointer-events: none;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  max-width: 124px;
  width: 100%;
}
/*
 * Woocommerce Notices
**/
.woocommerce-error {
  background: #efefef !important;
  color: #000000 !important;
  padding-bottom: 8px;
}
.woocommerce-error a {
  display: inline-block;
  max-width: 180px;
  text-align: center;
  margin: 0px !important;
}
/*
 * Input Styles
**/
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="password"],
select,
textarea,
input[type="number"] {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 400;
  line-height: 1.63;
  background-color: #fff !important;
  border: 1px solid transparent;
  border-radius: 0px !important;
  padding: 12px;
  transition: 0.23s ease all;
  color: #666 !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
input[type="number"]:focus {
  border-bottom: 1px solid #D70413;
}
input[type="text"]:after,
input[type="email"]:after,
input[type="date"]:after,
input[type="tel"]:after,
input[type="password"]:after,
select:after,
textarea:after,
input[type="number"]:after {
  content: '';
}
@media (max-width: 640px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}
.switch {
  display: inline-block;
  height: 63px;
  position: relative;
  width: 243px;
  float: right;
}
@media (max-width: 640px) {
  .switch .switch {
    transform: scale(0.89);
  }
}
@media (max-width: 640px) {
  .switch .switch {
    transform: scale(0.89);
  }
}
.switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.switch .resolution:before,
.switch .resolution:after {
  position: absolute;
  z-index: 3;
  font-weight: 700;
  font-size: 23px;
  top: 16px;
  cursor: pointer;
  -webkit-transition: 0.4s;
}
.switch .resolution:before {
  content: '1080p';
  left: 29px;
  color: #000000;
}
.switch .resolution:after {
  color: rgba(255, 255, 255, 0.63);
  content: '1440p';
  right: 27px;
}
.slider {
  -webkit-transition: 0.4s;
  background-color: #D70413;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.slider:before {
  -webkit-transition: 0.4s;
  background-color: white;
  bottom: 4px;
  content: "";
  height: 55px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 50%;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
  border: 3px solid #e3e3e3;
}
input:checked + .slider:before {
  -ms-transform: translateX(114px);
  -webkit-transform: translateX(114px);
  transform: translateX(114px);
}
input:checked ~ .resolution:before {
  color: rgba(255, 255, 255, 0.63);
}
input:checked ~ .resolution:after {
  color: #000000;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 34px;
}
.fps1440 {
  display: none;
}
.woocommerce span.onsale {
  width: 63px;
  right: 0 !important;
  left: 0 !important;
  top: 0px !important;
  z-index: 1;
}
#shop-by-game {
  min-height: 100vh;
  position: relative;
}
#shop-by-game .sgb-slide {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  background-color: #000000;
}
#shop-by-game #gameSort {
  z-index: 3;
}
#shop-by-game #gameSort label {
  cursor: pointer;
  width: calc(100/6%);
  float: left;
  border: 0.5px solid #000000;
  transition: 0.16s ease-out all;
}
#shop-by-game #gameSort label img {
  display: block;
  border: 1px solid transparent;
  transition: 0.16s ease-out all;
  opacity: 0.9;
  transform: scale(1);
}
#shop-by-game #gameSort label img:active {
  transform: scale(0.98);
}
#shop-by-game #gameSort label img:hover {
  opacity: 1;
}
#shop-by-game #gameSort label input[type="radio"] {
  display: none;
}
#shop-by-game #gameSort label input[type="radio"]:checked + img {
  opacity: 1;
}
#shop-by-game ul {
  margin: 0 auto 16px;
  padding: 0;
  list-style: none;
}
#shop-by-game ul li {
  padding: 0;
}
#shop-by-game .budget {
  z-index: 2;
}
#shop-by-game .budget ul {
  margin: 0 auto;
  padding: 0;
}
#shop-by-game .budget ul li {
  max-width: 500px;
  width: 89%;
  padding: 0;
  margin: 0 auto;
  font-size: 21px;
  margin-bottom: 12px;
}
#shop-by-game .budget ul li a {
  padding: 16px;
  display: block;
  color: #FFFFFF;
  background-color: #D70413;
  text-align: center;
}
#shop-by-game .choosePC {
  display: none;
}
#shop-by-game #gaming-pc-list {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#shop-by-game #gaming-pc-list:after {
  content: '';
  display: table;
  clear: both;
}
#shop-by-game #gaming-pc-list li {
  float: left;
  min-height: 400px;
  width: 25%;
  padding: 12px;
  display: none;
  opacity: 0;
  transition: 0.32s ease-out all;
}
#shop-by-game #gaming-pc-list li.show {
  display: block;
  opacity: 1;
}
#shop-by-game #gaming-pc-list li img {
  transition: 0.32s ease-out all;
  opacity: 1;
  width: 100%;
}
#shop-by-game #gaming-pc-list li img.lazy {
  display: block;
  border: 0;
  opacity: 0;
}
#startOver {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  background: #D70413;
  padding: 12px;
  z-index: 9;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  99% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
    transform: translateX(-100%);
    display: none;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  99% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
    transform: translateX(-100%);
    display: none;
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  animation-duration: 0.12s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.89);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.89);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scaleUp {
  -webkit-animation-name: scaleUp;
  animation-name: scaleUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.step-loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  z-index: 3;
}
.step-loader .loader {
  margin: 0 auto;
}
.hide {
  display: none;
}
#bread-btn-cntnr {
  width: 100%;
}
div.bread-checkout-button {
  height: 60px;
}
/*
 * Web App
*/
.page-template-prep-page-php #masthead,
.page-template-prep-page-php footer {
  display: none;
}
#web-app .quotaList {
  margin-top: 45px;
}
#web-app .quotaList > li {
  margin-bottom: 16px !important;
}
#web-app .quotaList > li:nth-child(odd) {
  padding-right: 8px;
}
#web-app .quotaList > li:nth-child(even) {
  padding-left: 8px;
}
#web-app .quotaList > li .item-container {
  background-color: #1f1f1f;
}
#web-app .quotaList > li .item-container .img {
  background-color: #8c8c8c;
  margin: 0 auto;
}
#web-app .quotaList > li .item-container > .four-fifth {
  padding: 12px;
}
#web-app .quotaList > li .item-container .quotaQty * {
  display: inline;
}
#web-app .quotaList > li .item-container .quotaQty input[type="number"] {
  width: 63px;
  background-color: #FFFFFF !important;
  padding: 6px;
  color: #000000 !important;
  font-size: 12px;
}
#web-app hr {
  background-color: transparent;
}
#web-app .pc-components li {
  position: relative;
  padding-right: 12px;
  margin-bottom: 32px;
}
#web-app .pc-components li img {
  display: block;
  border: 1px solid #1f1f1f;
  width: 100%;
}
.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.89);
}
.w3-modal-content {
  margin: auto;
  background-color: #000000;
  position: relative;
  padding: 0;
  outline: 0;
  width: 89%;
  border: 1px solid #D70413;
  padding: 32px;
}
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
  content: "";
  display: table;
  clear: both;
}
.w3-button {
  cursor: pointer;
  padding: 12px;
}
.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: red;
  width: 63px;
  height: 63px;
  bottom: 0;
  margin: 0 auto;
  padding-top: 8px;
  font-size: 32px;
  padding-left: 22px;
}
/*
 // New Skytech Compare Table
*/
.grey {
  color: #8C8C8C !important;
}
.page-template-design-your-pc_Q4-2019 {
  background-color: #000000 !important;
}
.page-template-design-your-pc_Q4-2019 header {
  border-bottom: 0 !important;
}
.page-template-design-your-pc_Q4-2019 .logo-bar {
  display: none;
}
/* NEW COLORS */
.newRed {
  color: #D70413 !important;
}
#compareTable {
  width: 100%;
}
#compareTable .btn-v2 {
  transition: 0.23s ease-out all;
  margin-top: 23px;
  margin-bottom: 8px !important;
  border: 2px solid #00f89b !important;
  background-color: #00f89b !important;
  color: #00000F !important;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  font-family: 'Neue Plak', sans-serif;
  display: block;
  width: 100%;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 8px 12px 8px;
  transition: 0.16s ease-out all;
  border-radius: 3px;
}
#compareTable .btn-v2:hover {
  background-color: rgba(215, 4, 19, 0.63) !important;
  box-shadow: 0 0 0 0 #D70413 !important;
}
#compareTable .mark-title img {
  padding-right: 32px;
  margin-bottom: 3px;
}
#compareTable .compareBtn {
  border: 1px solid #D70413;
  display: block;
  padding: 12px 32px 16px;
  border-radius: 50px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
}
#compareTable .row-head {
  background-color: #000000;
}
#compareTable hr {
  background-color: #1f1f1f;
}
#compareTable .row {
  position: relative;
}
#compareTable .one-quarter {
  padding: 63px 16px 16px 16px;
  transition: 0.23s ease-out all;
  border: 1px solid transparent;
}
#compareTable .one-quarter:hover {
  border: 1px solid #1f1f1f;
}
@media (max-width: 640px) {
  #compareTable .one-quarter:hover {
    border: 1px solid transparent;
  }
}
@media (max-width: 640px) {
  #compareTable .one-quarter:hover {
    border: 1px solid transparent;
  }
}
#compareTable .one-quarter:hover .coupon-code {
  background-color: #FFFFFF;
  color: #000000 !important;
}
#compareTable .one-quarter:hover .btn-v2 {
  background-color: rgba(215, 4, 19, 0.63) !important;
}
#compareTable .purchase .sale-price {
  display: none !important;
}
#compareTable .purchase.sale .sale-price {
  display: inline-block !important;
}
#compareTable .purchase.sale .coupon {
  display: block !important;
}
#compareTable .purchase.sale .coupon-code {
  color: #FFFFFF;
  display: inline-block !important;
  padding: 8px;
  margin-top: 6px;
  border: 1px solid #FFFFFF;
  transition: 0.23s ease-out all;
}
#compareTable .purchase.sale .coupon-code:hover {
  background-color: #FFFFFF;
  color: #000000;
}
#compareTable .purchase.sale .negMar {
  margin-top: -12px;
}
#compareTable .purchase.sale .regular-price {
  display: inline-block;
  text-decoration: line-through;
  color: #8C8C8C;
  font-size: 16px !important;
}
#compareTable ul.specs {
  padding: 0;
  margin: 8px 0 23px 0;
  list-style: none;
}
#compareTable ul.specs li {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#compareTable .accordionContent {
  max-height: 0;
  transition: max-height 0.23s ease-out;
  width: 100%;
  overflow: hidden;
}
#compareTable .compareLabel {
  background-color: transparent;
  font-size: 16px;
  padding: 0px;
  border: 0px;
  outline: none;
  cursor: pointer;
}
#compareTable .accordionContent {
  font-size: 12px;
}
#compareTable .accordionContent .processors {
  min-height: 234px;
}
#compareTable .accordionContent .graphics {
  min-height: 234px;
}
#compareTable .accordionToggle {
  display: none;
}
#compareTable .accordionToggle:checked ~ .accordionContent {
  max-height: 1000px;
  transition: max-height 0.23s ease-out;
}
.meter {
  top: -23px;
  height: 12px;
  width: 63px;
  display: inline-block;
  background-color: #8C8C8C;
  position: relative;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
}
.meter:after {
  position: absolute;
  left: 0px;
  top: -23px;
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #8C8C8C;
}
.meter dt {
  background-image: linear-gradient(to right, #1beca8 0%, #1beca8 50%, #11cd90 50%, #11cd90 100%);
  background-size: 200%;
  background-position: 100%;
  height: inherit;
  transition: 0.23s ease-out all;
}
.meter.good:after {
  content: 'Good';
}
.meter.good dt {
  width: calc(100%/1.375);
}
.meter.better:after {
  content: 'Better';
}
.meter.better dt {
  width: calc(100%/1.25);
}
.meter.best:after {
  content: 'Best';
}
.meter.best dt {
  width: calc(100%/1.1);
}
.meter.ultra:after {
  content: 'Ultra';
}
.meter.ultra dt {
  width: 100%;
}
.plus {
  transition: 0.23s ease-out all;
}
.plus:before {
  content: '+';
  color: rgba(255, 255, 255, 0.63);
  background-color: #D70413;
  height: 16px;
  width: 16px;
  transform-origin: 50% 50%;
  border-radius: 12px;
  display: inline-block;
  line-height: 90%;
  margin-left: 6px;
  transition: 0.16s ease-out all;
}
.plus.neg:before {
  transform: rotate(225deg);
}
.live-sale .googleBtn {
  display: none !important;
}
.single .googleBtn {
  margin-top: -16px;
  display: none !important;
}
.googleBtn {
  display: none !important;
  color: #FFFFFF !important;
  background-color: #4285F4;
  height: 32px;
  transition: 0.23s ease-out all;
}
.googleBtn:after {
  content: '';
  display: table;
  clear: both;
}
.googleBtn:hover {
  background-color: #508ef5;
}
.googleBtn .logo-container {
  float: left;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
}
.googleBtn .logo-container img {
  transform: scale(0.63);
  transform-origin: center;
}
.googleBtn p {
  display: block;
  text-align: center;
  padding-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-id-17470 .bf-description *,
.page-id-18772 .bf-description *,
.page-id-18153 .bf-description * {
  margin-bottom: 0px !important;
  margin-top: 12px;
}
.page-id-17470 .bf-description h1,
.page-id-18772 .bf-description h1,
.page-id-18153 .bf-description h1 {
  display: none;
}
.page-id-17470 .googleBtn,
.page-id-18772 .googleBtn,
.page-id-18153 .googleBtn {
  display: block !important;
}
.page-id-17470 ul.products li .countdowns,
.page-id-18772 ul.products li .countdowns,
.page-id-18153 ul.products li .countdowns {
  display: block;
  position: relative;
  top: -75px;
  text-align: center;
}
.page-id-17470 ul.products li.outofstock,
.page-id-18772 ul.products li.outofstock,
.page-id-18153 ul.products li.outofstock {
  position: relative;
}
.page-id-17470 ul.products li.outofstock:after,
.page-id-18772 ul.products li.outofstock:after,
.page-id-18153 ul.products li.outofstock:after {
  content: 'SOLD OUT';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  text-align: center;
  padding-top: 50%;
  z-index: 9;
  font-size: 32px !important;
  line-height: 1;
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600;
  transition: 0.23s ease-out all;
}
@media (max-width: 768px) {
  .page-id-17470 ul.products li.outofstock:after,
  .page-id-18772 ul.products li.outofstock:after,
  .page-id-18153 ul.products li.outofstock:after {
    font-size: 23px !important;
  }
}
@media (max-width: 768px) {
  .page-id-17470 ul.products li.outofstock:after,
  .page-id-18772 ul.products li.outofstock:after,
  .page-id-18153 ul.products li.outofstock:after {
    font-size: 23px !important;
  }
}
.page-id-17470 ul.products li.outofstock:hover,
.page-id-18772 ul.products li.outofstock:hover,
.page-id-18153 ul.products li.outofstock:hover {
  border: 1px solid transparent;
}
.page-id-17470 ul.products li.outofstock:hover .meter dt,
.page-id-18772 ul.products li.outofstock:hover .meter dt,
.page-id-18153 ul.products li.outofstock:hover .meter dt {
  background-position: 100%;
}
.page-id-17470 ul.products li.outofstock:hover:after,
.page-id-18772 ul.products li.outofstock:hover:after,
.page-id-18153 ul.products li.outofstock:hover:after {
  background-color: rgba(0, 0, 0, 0.63);
}
.page-id-17470 ul.products li.outofstock:hover .flex-container,
.page-id-18772 ul.products li.outofstock:hover .flex-container,
.page-id-18153 ul.products li.outofstock:hover .flex-container {
  filter: blur(0px);
}
.page-id-17470 ul.products li.outofstock .flex-container,
.page-id-18772 ul.products li.outofstock .flex-container,
.page-id-18153 ul.products li.outofstock .flex-container {
  filter: blur(1px);
  transition: 0.23s ease-out all;
}
.page-id-17470 ul.products li.outofstock .flex-container *,
.page-id-18772 ul.products li.outofstock .flex-container *,
.page-id-18153 ul.products li.outofstock .flex-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-id-17470 ul.products li.outofstock .shop-container,
.page-id-18772 ul.products li.outofstock .shop-container,
.page-id-18153 ul.products li.outofstock .shop-container,
.page-id-17470 ul.products li.outofstock .countdowns,
.page-id-18772 ul.products li.outofstock .countdowns,
.page-id-18153 ul.products li.outofstock .countdowns {
  display: none;
}
.page-id-17470 ul.products li.live-sale a,
.page-id-18772 ul.products li.live-sale a,
.page-id-18153 ul.products li.live-sale a {
  pointer-events: all;
}
.page-id-17470 ul.products li.live-sale .shop-container,
.page-id-18772 ul.products li.live-sale .shop-container,
.page-id-18153 ul.products li.live-sale .shop-container {
  opacity: 1;
  filter: blur(0px);
}
.page-id-17470 ul.products li.live-sale .countdowns,
.page-id-18772 ul.products li.live-sale .countdowns,
.page-id-18153 ul.products li.live-sale .countdowns {
  top: 0px !important;
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .page-id-17470 .two-fifth,
  .page-id-18772 .two-fifth,
  .page-id-18153 .two-fifth {
    text-align: center;
  }
  .page-id-17470 .two-fifth p,
  .page-id-18772 .two-fifth p,
  .page-id-18153 .two-fifth p {
    width: 89%;
    margin: 0 auto;
    max-width: 380px;
  }
  .page-id-17470 .one-fifth,
  .page-id-18772 .one-fifth,
  .page-id-18153 .one-fifth {
    display: none;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .page-id-17470 .two-fifth,
  .page-id-18772 .two-fifth,
  .page-id-18153 .two-fifth {
    text-align: center;
  }
  .page-id-17470 .two-fifth p,
  .page-id-18772 .two-fifth p,
  .page-id-18153 .two-fifth p {
    width: 89%;
    margin: 0 auto;
    max-width: 380px;
  }
  .page-id-17470 .one-fifth,
  .page-id-18772 .one-fifth,
  .page-id-18153 .one-fifth {
    display: none;
    margin-top: 0;
  }
}
.stock.in-stock {
  display: none;
}
/*
 // Landing Page
*/
.landing-page section.hero {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.45s;
}
.landing-page section.hero .fadeIn1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.89s;
}
.landing-page section.hero .fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1.24s;
}
.landing-page section.hero .fadeIn3 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1.74s;
}
.landing-page .fade {
  opacity: 0;
  animation-duration: 1.74s;
  animation-fill-mode: forwards;
}
.landing-page .slideInLeft .fadeIn1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.89s;
}
.landing-page .slideInLeft .fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1.24s;
}
.landing-page .slideInLeft .fadeIn3 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1.74s;
}
.landing-page h2,
.landing-page h3 {
  position: relative;
  z-index: 4;
}
.landing-page .hero {
  background-image: url(../jpg/wd-hero-scaled-2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% -89px;
  overflow: hidden;
  padding-bottom: 63px;
}
@media (max-width: 1200px) {
  .landing-page .hero {
    background-position: 50% -45px;
  }
}
@media (max-width: 1200px) {
  .landing-page .hero {
    background-position: 50% -45px;
  }
}
@media (max-width: 1200px) {
  .landing-page .hero {
    background-position: 50% -45px;
  }
}
@media (max-width: 1200px) {
  .landing-page .hero {
    background-position: 50% -45px;
  }
}
@media (max-width: 1000px) {
  .landing-page .hero {
    background-position: 50% 0px;
    background-size: 174%;
    padding-top: 45vw !important;
  }
  .landing-page .hero h1 {
    text-align: center;
    margin: 0 auto;
  }
  .landing-page .hero .one-half {
    width: 100%;
  }
  .landing-page .hero .wd-logo {
    display: none;
  }
}
@media (max-width: 1000px) {
  .landing-page .hero {
    background-position: 50% 0px;
    background-size: 174%;
    padding-top: 45vw !important;
  }
  .landing-page .hero h1 {
    text-align: center;
    margin: 0 auto;
  }
  .landing-page .hero .one-half {
    width: 100%;
  }
  .landing-page .hero .wd-logo {
    display: none;
  }
}
@media (max-width: 888px) {
  .landing-page .hero {
    padding-top: 63vw !important;
  }
}
@media (max-width: 888px) {
  .landing-page .hero {
    padding-top: 63vw !important;
  }
}
@media (max-width: 640px) {
  .landing-page .hero h2,
  .landing-page .hero p {
    width: 63%;
    margin: 23px auto;
  }
}
@media (max-width: 640px) {
  .landing-page .hero h2,
  .landing-page .hero p {
    width: 63%;
    margin: 23px auto;
  }
}
.landing-page .hero .container {
  display: grid;
  min-height: 40vw;
  grid-template-rows: 1fr auto;
}
.landing-page .hero .bottom-half {
  grid-row-start: 2;
  grid-row-end: 3;
  z-index: 3;
  position: relative;
}
@media (min-width: 888px) {
  .landing-page .container {
    width: 46%;
    min-width: 888px;
  }
  .landing-page .feature {
    padding: 89px 0 !important;
    display: table;
  }
  .landing-page .feature .wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .landing-page .feature p {
    width: 63%;
    min-width: 553px;
    margin: 0 auto;
  }
}
@media (min-width: 888px) {
  .landing-page .container {
    width: 46%;
    min-width: 888px;
  }
  .landing-page .feature {
    padding: 89px 0 !important;
    display: table;
  }
  .landing-page .feature .wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .landing-page .feature p {
    width: 63%;
    min-width: 553px;
    margin: 0 auto;
  }
}
@media (max-width: 888px) {
  .landing-page .feature {
    padding: 16vw 23px;
  }
}
@media (max-width: 888px) {
  .landing-page .feature {
    padding: 16vw 23px;
  }
}
@media (max-width: 640px) {
  .landing-page section.hero {
    padding: 0px;
  }
}
@media (max-width: 640px) {
  .landing-page section.hero {
    padding: 0px;
  }
}
.landing-page video {
  width: 100%;
  height: auto;
}
.compare-table .container .tableWrap {
  overflow: auto;
}
@media (max-width: 640px) {
  .compare-table .container .tableWrap {
    padding: 0 23px;
  }
}
@media (max-width: 640px) {
  .compare-table .container .tableWrap {
    padding: 0 23px;
  }
}
@media (max-width: 640px) {
  .compare-table {
    display: none;
  }
}
@media (max-width: 640px) {
  .compare-table {
    display: none;
  }
}
#wd-compare {
  table-layout: fixed;
  width: auto !important;
}
#wd-compare .sata,
#wd-compare .sn500,
#wd-compare .sn550,
#wd-compare .sn750,
#wd-compare .row-label {
  font-size: 12px !important;
}
#wd-compare .row-label {
  min-width: 200px;
  text-align: left;
}
#wd-compare tr:last-child td,
#wd-compare thead th {
  border-bottom: 0px solid transparent !important;
}
#wd-compare tr th,
#wd-compare tr td {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 150px !important;
}
.blue-bg {
  background-color: #00072F;
}
.install-games-faster {
  position: relative;
}
.load-anim {
  display: block;
  margin: 0 auto;
  width: 243px;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 0;
  left: 0;
}
.load-anim .bar {
  border: 4px solid #D70413;
  padding: 3px;
  height: 45px;
}
.load-anim .bar .load {
  display: block;
  background-color: rgba(215, 4, 19, 0.63) !important;
  width: 0%;
  height: 100%;
}
.load-anim .loadText:after {
  content: 'Installing...';
  display: block;
  color: #D70413;
}
.load-anim.animate .load {
  animation-name: loadingAnim;
  animation-timing-function: ease-out;
  animation-duration: 2.43s;
  animation-fill-mode: forwards;
}
.load-anim.animate .loadText {
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 1.55s;
  animation-timing-function: ease-out;
}
.load-anim.animate .loadText:after {
  animation-name: loadText;
  animation-timing-function: ease-out;
  animation-duration: 2.43s;
  animation-fill-mode: forwards;
}
@keyframes loadingAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadText {
  0% {
    content: 'Installing...';
  }
  99% {
    content: 'Installing...';
  }
  100% {
    content: 'Play';
  }
}
@keyframes pulse {
  0% {
    opacity: 63%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 63%;
  }
}

.wooscp-bar-btn {
  margin-top: 23px;
  margin-bottom: 8px !important;
  border: 2px solid #00f89b !important;
  background-color: #00f89b !important;
  color: #00000F !important;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  font-family: 'Neue Plak', sans-serif;
  display: block;
  width: 100%;
  width: auto;
  margin: 0 0 0 6px;
  text-transform: capitalize !important;
  font-size: 16px !important;
  min-width: 143px;
  line-height: 150% !important;
  text-align: right;
}
@media (max-width: 768px) {
  .wooscp-bar-btn {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .wooscp-bar-btn {
    font-size: 12px !important;
  }
}
.wooscp-area {
  z-index: 9999999999;
}
.wooscp-area #wooscp-table-close {
  filter: invert(1);
}
.wooscp-area #wooscp-table-close:before,
.wooscp-area #wooscp-table-close:after {
  filter: invert(1);
}
.wooscp-area #wooscp-table-close .wooscp-table-close-icon {
  background-color: #28fbec !important;
}
.wooscp-area a:hover {
  color: #7774f4;
}
.wooscp-area table tr:nth-child(odd) td {
  background-color: #f0f0f0 !important;
}
.wooscp-area table tr:nth-child(odd):hover td {
  background-color: #f0f0f0 !important;
}
.wooscp-area table tr:nth-child(1) td,
.wooscp-area table tr:nth-child(2) td,
.wooscp-area table tr:nth-child(3) td,
.wooscp-area table tr:nth-child(4) td,
.wooscp-area table tr:nth-child(5) td {
  background-color: #FFFFFF !important;
}
.wooscp-area table tr:nth-child(1) td:first-of-type,
.wooscp-area table tr:nth-child(2) td:first-of-type,
.wooscp-area table tr:nth-child(3) td:first-of-type,
.wooscp-area table tr:nth-child(4) td:first-of-type,
.wooscp-area table tr:nth-child(5) td:first-of-type {
  opacity: 0 !important;
}
.wooscp-area table tr:nth-child(1):hover td,
.wooscp-area table tr:nth-child(2):hover td,
.wooscp-area table tr:nth-child(3):hover td,
.wooscp-area table tr:nth-child(4):hover td,
.wooscp-area table tr:nth-child(5):hover td {
  background-color: #FFFFFF !important;
}
.wooscp-area table tr:hover td,
.wooscp-area table tr:hover th {
  background-color: #FFFFFF !important;
}
.wooscp-area table tr.tr-add_to_cart a {
  margin: 0;
  font-size: 16px !important;
  display: inline;
}
@media (max-width: 768px) {
  .wooscp-area table tr.tr-add_to_cart a {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .wooscp-area table tr.tr-add_to_cart a {
    font-size: 12px !important;
  }
}
.wooscp-area table tr td,
.wooscp-area table tr th {
  background-color: #FFFFFF !important;
  text-align: center !important;
  padding: 12px !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .wooscp-area table tr td,
  .wooscp-area table tr th {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .wooscp-area table tr td,
  .wooscp-area table tr th {
    font-size: 12px !important;
  }
}
.wooscp-area table tr td:first-of-type,
.wooscp-area table tr th:first-of-type {
  font-weight: bold !important;
  text-align: left !important;
  text-transform: capitalize;
}
.wooscp-area table tr td .star-rating,
.wooscp-area table tr th .star-rating {
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none !important;
}
.wooscp-area table tr th {
  text-transform: capitalize !important;
}
.pswp__caption {
  display: none;
}
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.price-drop {
  color: #FFFFFF;
  background-color: #D70413;
  padding: 6px 12px;
}
.price-drop img {
  display: inline;
  height: 8px !important;
  position: relative;
  top: 6px;
  padding-left: 5px;
}
.price-drop * {
  color: #FFFFFF;
}
.review-summary {
  transform: scale(1);
}
.review-summary .star-rating {
  float: none;
  display: inline-block;
}
.review-summary .rating-sum {
  position: relative;
  top: -3px;
}
.review-summary .rating-sum.rating-0 {
  display: none;
}
.commentlist {
  padding: 0 !important;
}
.comment-text {
  margin: 0 !important;
  padding: 0 !important;
  border: 0px solid transparent !important;
}
.comment-text p {
  overflow-wrap: anywhere;
  word-wrap: anywhere;
}
.testimonials img {
  max-width: 63px !important;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
@media (max-width: 640px) {
  .testimonials .one-third {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 640px) {
  .testimonials .one-third {
    margin-bottom: 32px !important;
  }
}
.review-ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  float: none;
}
.review-ul li.depth-1 {
  padding: 0 0 16px 0 !important;
}
.review-ul li.depth-1:last-of-type {
  border-bottom: 0px solid transparent !important;
}
.review-ul li.depth-1 .avatar {
  display: none;
}
.review-ul li.depth-1 ul {
  border-left: 0.5px solid #C7C7C7;
  list-style: none;
  margin-left: 45px;
  padding-left: 23px;
}
.review-ul li.depth-1 div p {
  font-family: Arial, Helvetica, sans-serif;
}
.review-ul li.depth-1 div p:last-of-type {
  margin-bottom: 45px;
}
.review-ul li.depth-1 div p.meta {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 16px !important;
}
.review-ul li.depth-1 div p.meta time {
  color: #C7C7C7;
}
.review-ul .star-rating {
  position: relative;
  right: 0px;
  width: 4.5em !important;
}
span.ivole-voting-cont > span:first-of-type {
  color: grey;
  display: block;
  margin-bottom: 8px;
}
.cr-review-tags-filter {
  margin-bottom: 32px;
}
.cr-review-tags-filter:empty {
  margin-bottom: 0px;
}
.cr-review-tags-filter:before {
  content: 'Read reviews that mention';
  display: block;
  margin-bottom: 9px;
  font-weight: bold;
}
.cr-review-tags-filter:empty:before {
  content: '';
  display: none;
}
.cr-ajax-reviews-cus-images-title {
  font-weight: bold;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap P {
  border: 0 solid transparent !important;
  margin-bottom: 23px !important;
  padding: 0px !important;
}
.cr-overall-rating-wrap,
.woocommerce-Reviews-title,
#cr-ajax-reviews-cancel,
.cr-comment-image-text,
.cr-ajax-reviews-add-review {
  display: none !important;
}
#ivole-histogramTable {
  margin: 0 !important;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox {
  padding: 0px;
}
.ivole-summaryBox {
  width: 100% !important;
  display: block;
  flex: revert !important;
}
.review-summary {
  position: sticky;
  top: 45px;
  padding-right: 23px;
}
@media (max-width: 640px) {
  .review-summary {
    position: relative;
    padding-right: 0px;
  }
}
@media (max-width: 640px) {
  .review-summary {
    position: relative;
    padding-right: 0px;
  }
}
.ivole-meter {
  box-shadow: 0px 0px 0px transparent;
  border-radius: 5px;
}
.ivole-meter .ivole-meter-bar {
  color: #6A431B !important;
  background: #ffde7a !important;
  background: -moz-linear-gradient(top, #ffde7a 0%, #ffbf00 100%) !important;
  background: -webkit-linear-gradient(top, #ffde7a 0%, #ffbf00 100%) !important;
  background: linear-gradient(to bottom, #ffde7a 0%, #ffbf00 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde7a', endColorstr='#ffbf00', GradientType=0) !important;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 5px;
}
.ivole-meter .ivole-meter-bar:hover {
  background: #ffe28e !important;
  background: -moz-linear-gradient(top, #ffe28e 0%, #ffc730 100%) !important;
  background: -webkit-linear-gradient(top, #ffe28e 0%, #ffc730 100%) !important;
  background: linear-gradient(to bottom, #ffe28e 0%, #ffc730 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe28e', endColorstr='#ffc730', GradientType=0) !important;
}
.ivole-meter .ivole-meter-bar:active {
  background: #ffc730 !important;
  background: -moz-linear-gradient(top, #ffc730 0%, #ffe28e 100%) !important;
  background: -webkit-linear-gradient(top, #ffc730 0%, #ffe28e 100%) !important;
  background: linear-gradient(to bottom, #ffc730 0%, #ffe28e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc730', endColorstr='#ffe28e', GradientType=0) !important;
}
.cr-ajax-reviews-sort-div {
  margin-bottom: 32px !important;
}
.cr-ajax-reviews-sort {
  display: inline-block;
  width: auto !important;
  font-size: 12px;
  padding: 12px 18px 10px 8px !important;
  text-align: left;
}
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 *,
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell1,
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 *,
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
  display: inline;
  color: grey;
  font-weight: 500;
}
.cr-show-more-reviews-prd {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  color: #3e3e3e !important;
  border: 1px solid #c8c8c8 !important;
  border-radius: 3px !important;
  padding: 12px 16px !important;
  font-weight: bold;
  margin-bottom: 89px;
}
.cr-show-more-reviews-prd:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0) !important;
  border: 1px solid white;
}
.cr-show-more-reviews-prd:active {
  background: #ffffff;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}
@media (max-width: 640px) {
  .review-summary {
    margin-bottom: 89px !important;
  }
}
@media (max-width: 640px) {
  .review-summary {
    margin-bottom: 89px !important;
  }
}
@media (max-width: 640px) {
  .cr-ajax-reviews-cus-images-div,
  .cr-ajax-reviews-cus-images-div2 {
    max-width: 96vw;
  }
}
@media (max-width: 640px) {
  .cr-ajax-reviews-cus-images-div,
  .cr-ajax-reviews-cus-images-div2 {
    max-width: 96vw;
  }
}
@media (max-width: 640px) {
  .iv-comment-images {
    white-space: nowrap;
    overflow: auto;
    max-width: 96vw;
  }
  .iv-comment-images .iv-comment-image {
    max-width: 100px;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .iv-comment-images {
    white-space: nowrap;
    overflow: auto;
    max-width: 96vw;
  }
  .iv-comment-images .iv-comment-image {
    max-width: 100px;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .cr-ajax-reviews-cus-images-hdr {
    position: fixed !important;
    z-index: 999999999999999999999999;
    top: 0px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .cr-ajax-reviews-cus-images-hdr {
    position: fixed !important;
    z-index: 999999999999999999999999;
    top: 0px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .cr-ajax-reviews-cus-images-slider-main {
    margin-top: 45px;
  }
}
@media (max-width: 640px) {
  .cr-ajax-reviews-cus-images-slider-main {
    margin-top: 45px;
  }
}
.ivole-vote-button {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  color: #3e3e3e !important;
  border: 1px solid #c8c8c8 !important;
  border-radius: 3px !important;
  padding: 12px 16px !important;
  font-weight: bold;
  padding: 0px !important;
  border: 0px solid transparent !important;
}
.ivole-vote-button:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0) !important;
  border: 1px solid white;
}
.ivole-vote-button:active {
  background: #ffffff;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}
div.cr-review-tags-filter span.cr-tag {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.cr-ajax-reviews-slide-main-comment-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
  top: 6px;
}
.container.testimonials,
.review-container {
  max-width: 1440px;
  width: 75%;
}
.woocommerce #reviews #comment {
  height: auto !important;
}
.hex-bottom {
  background-image: url(../jpg/hex-pattern-bottom-2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hex-bottom .woocommerce-message {
  background: #ffffff;
}
.hex-top {
  background-image: url(../jpg/hex-pattern-top-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hex-top .woocommerce-message {
  background: #ffffff;
}
@media (max-width: 640px) {
  #games {
    padding-top: 32px !important;
  }
}
@media (max-width: 640px) {
  #games {
    padding-top: 32px !important;
  }
}
#games .black {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 1;
  top: 0;
  left: 0;
}
#games section {
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  #games p.mb32 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 640px) {
  #games p.mb32 {
    margin-bottom: 32px !important;
  }
}
#games.games2 {
  position: relative;
}
#games.games2 .fps1080,
#games.games2 .fps1440 {
  text-align: center;
}
#games.games2 .fps1440 {
  display: block;
}
#games .game {
  padding: 0 6px;
  margin-bottom: 12px !important;
}
#games .game .flex-content {
  border: 1px solid transparent !important;
  transition: 0.08s ease-out all;
}
#games .game .flex-content:hover {
  transform: scale(1.023);
  -webkit-box-shadow: 0px 23px 45px 0px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px 23px 45px 0px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 23px 45px 0px rgba(0, 0, 0, 0.63);
}
@media (max-width: 640px) {
  #games .game .flex-content:hover {
    transform: scale(1) !important;
  }
}
@media (max-width: 640px) {
  #games .game .flex-content:hover {
    transform: scale(1) !important;
  }
}
#games .game img {
  border-bottom: 3px solid #D70413;
}
#games .game span {
  color: #000000 !important;
}
#games .game p {
  padding-top: 0px !important;
}
#games .game .fps-container {
  padding: 0px;
}
#games .game .fps-container .one-full,
#games .game .fps-container .one-half {
  padding: 8px 0 12px;
  text-align: center;
}
@media (max-width: 640px) {
  #games .game .fps-container .one-half {
    width: 50% !important;
    padding: 12px 0 8px !important;
  }
}
@media (max-width: 640px) {
  #games .game .fps-container .one-half {
    width: 50% !important;
    padding: 12px 0 8px !important;
  }
}
#games .game .fps-container .fps {
  float: left !important;
}
ul .fps-avg-container {
  top: -16px;
  color: #FFFFFF;
  text-align: left;
}
.fps-avg-container {
  display: none !important;
  position: relative;
  text-align: right;
}
.fps-avg-container:after {
  content: '';
  display: table;
  clear: both;
}
.fps-avg-container .fps-avg {
  color: #FFFFFF;
  background-color: #403bef;
  padding: 6px 12px;
  cursor: pointer;
  white-space: nowrap;
}
.fps-avg-container .fps-avg strong {
  display: inline !important;
}
@media (max-width: 640px) {
  .fps-avg-container .fps-avg {
    right: 8px;
    position: relative;
  }
}
@media (max-width: 640px) {
  .fps-avg-container .fps-avg {
    right: 8px;
    position: relative;
  }
}
.fps-avg-container .fps-avg * {
  color: #FFFFFF;
}
.fps-avg-container .fps-avg:hover + table {
  display: block;
}
.fps-avg-container .fps-avg + table {
  position: absolute;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.23);
  top: 28px;
  right: 0;
  z-index: 3;
  display: none;
  width: 100%;
  table-layout: fixed;
  background-color: #000000;
}
.fps-avg-container .fps-avg + table:before {
  content: '';
  position: absolute;
  top: -6px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #0f0f0f transparent;
}
.fps-avg-container .fps-avg + table:hover {
  display: block;
}
.fps-avg-container .fps-avg + table tbody,
.fps-avg-container .fps-avg + table tr {
  display: block;
  width: 100%;
}
.fps-avg-container .fps-avg + table tr {
  width: 100%;
  background-color: #1f1f1f;
  margin-bottom: 0px !important;
}
.fps-avg-container .fps-avg + table tr:after {
  content: '';
  display: table;
  clear: both;
}
.fps-avg-container .fps-avg + table tr:nth-child(1) td {
  border-bottom: 2px solid #D70413;
}
.fps-avg-container .fps-avg + table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.06);
}
.fps-avg-container .fps-avg + table tr td {
  box-sizing: border-box;
  padding: 12px 8px;
  float: left;
}
.fps-avg-container .fps-avg + table tr td:nth-child(1) {
  width: 50%;
  display: inline-block;
}
.fps-avg-container .fps-avg + table tr td:nth-child(2),
.fps-avg-container .fps-avg + table tr td:nth-child(3) {
  width: 25%;
  display: inline-block;
  text-align: center;
}
.fps-avg-container .fps-avg + table tr td[name="title"] strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fps-avg-container .fps-avg + table tr td[name="fps1080"],
.fps-avg-container .fps-avg + table tr td[name="fps1440"] {
  white-space: nowrap;
}
.ask-question-box {
  transition: 0.23s ease-out all;
  opacity: 0;
}
div.answer-content span.answer > p {
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
}
.ask-question-box #ask_question {
  max-height: 0;
  overflow: hidden;
  transition: 0.23s ease-out all;
}
.revealAskLabel {
  padding: 12px 16px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 560px) {
  .revealAskLabel {
    position: relative !important;
  }
}
@media (max-width: 560px) {
  .revealAskLabel {
    position: relative !important;
  }
}
#revealAsk:checked ~ .ask-question-box {
  opacity: 1;
}
#revealAsk:checked ~ .ask-question-box #ask_question {
  max-height: 1500px;
}
.whiteTextBox {
  background: #FFFFFF !important;
  border: 1px solid #C7C7C7 !important;
  border-radius: 3px !important;
  color: #000000 !important;
}
.white-container table#fps-list tr:nth-child(1) td *,
.white-container table#fps-list tr:nth-child(2) td *,
.white-container table#fps-list tr:nth-child(3) td *,
.white-container table#fps-list tr:nth-child(4) td *,
.white-container table#fps-list tr:nth-child(5) td *,
.white-container table#fps-list tr:nth-child(6) td *,
.white-container table#fps-list tr:nth-child(7) td * {
  color: #FFFFFF !important;
}
.white-container select,
.white-container input[type="password"],
.white-container input[type="email"],
.white-container input[type="number"],
.white-container input[type="text"] {
  background: #FFFFFF !important;
  border: 1px solid #C7C7C7 !important;
  border-radius: 3px !important;
  color: #000000 !important;
  padding: 8px !important;
  height: auto !important;
  max-width: 476px;
  width: 100%;
  display: block;
  margin: 0px !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
#ewd-otp-progressbar-round {
  background: #FFFFFF !important;
}
#ewd-otp-progressbar-round .round {
  background: #ec7f1c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ec7f1c 0%, #ec1c24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ec7f1c 0%, #ec1c24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ec7f1c 0%, #ec1c24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7f1c', endColorstr='#ec1c24', GradientType=1);
  /* IE6-9 */
}
.hex-template {
  min-height: 100vh;
}
.hex-template h1 {
  margin: 0px;
}
.ewd-otp-submit {
  transition: 0.23s ease-out all;
  color: #FFFFFF;
  margin-top: 23px;
  margin-bottom: 8px !important;
  border: 2px solid #00f89b !important;
  background-color: #00f89b !important;
  color: #00000F !important;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  font-family: 'Neue Plak', sans-serif;
  display: block;
  width: 100%;
  display: inline-block !important;
  width: auto;
  margin: 0 !important;
}
#custom-pc-builder .builder-container #configurator .tm-extra-product-options-container ul li > label {
  padding-top: 0px !important;
  display: inline-block;
}
.tmhexcolorimage-li-nowh span.tc-price-wrap {
  margin-top: 0px !important;
  float: none !important;
}
.tmhexcolorimage-li-nowh span.tc-price-wrap .amount {
  padding-left: 0px !important;
}
span.tc-price-wrap {
  margin-top: 12px;
  display: inline-block;
  float: right;
}
@media (max-width: 1190px) {
  span.tc-price-wrap {
    float: none;
    display: block;
    margin-top: 0px;
  }
}
@media (max-width: 1190px) {
  span.tc-price-wrap {
    float: none;
    display: block;
    margin-top: 0px;
  }
}
.tmlazy {
  opacity: 0;
  transition: 0.23s ease-out all;
}
.tmlazy.lazy-loaded {
  opacity: 1;
}
label.tc-cell,
.tc-row h4 {
  font-size: 32px !important;
  line-height: 1;
  font-family: "Neue Plak", sans-serif !important;
  font-weight: 600;
}
@media (max-width: 768px) {
  label.tc-cell,
  .tc-row h4 {
    font-size: 23px !important;
  }
}
@media (max-width: 768px) {
  label.tc-cell,
  .tc-row h4 {
    font-size: 23px !important;
  }
}
li.outofstock {
  display: none !important;
}
#seo-template ul.products {
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 32px;
  margin-bottom: 45px !important;
}
#seo-template ul.products li {
  --notchSize: 36px !important;
  border-radius: 0px !important;
  --notchSize: 12px;
  clip-path: polygon(0% 0%, 0 0%, calc(100% - var(--notchSize)) 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% calc(100% - var(--notchSize)));
  background: #101010;
  padding: 23px 16px 8px !important;
  border: 8px solid black;
  margin-bottom: 2px !important;
  transition: 0.23s ease-out all;
}
#seo-template ul.products li:hover {
  background: #191919;
}
#seo-template ul.products li:hover img {
  transform: scale(1.03);
}
#seo-template p {
  color: #a7a7a7;
}
#seo-template .woocommerce ul.products li.product,
#seo-template .woocommerce-page ul.products li.product {
  position: relative;
  margin: 0;
  float: left;
  box-sizing: border-box;
  width: 25%;
}
@media (max-width: 640px) {
  #seo-template .woocommerce ul.products li.product,
  #seo-template .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  #seo-template .woocommerce ul.products li.product,
  #seo-template .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
.reading-container {
  max-width: 980px;
  margin: 0 auto;
  width: 98%;
}
#monitor-layout .fade-in > div {
  opacity: 0;
  transform: translateY(6vh);
  visibility: hidden;
  transition: opacity 0.89s ease-out, transform 0.45s ease-out;
  will-change: opacity, visibility;
}
@media (max-width: 768px) {
  #monitor-layout .fade-in > div {
    transform: translateY(2vh) !important;
    transition: opacity 0.45s ease-out, transform 0.23s ease-out !important;
  }
}
@media (max-width: 768px) {
  #monitor-layout .fade-in > div {
    transform: translateY(2vh) !important;
    transition: opacity 0.45s ease-out, transform 0.23s ease-out !important;
  }
}
#monitor-layout .fade-in {
  opacity: 0;
  transform: translateY(8vh);
  visibility: hidden;
  transition: opacity 0.63s ease-out, transform 0.32s ease-out;
  will-change: opacity, visibility;
}
@media (max-width: 768px) {
  #monitor-layout .fade-in {
    transform: translateY(2vh) !important;
    transition: opacity 0.32s ease-out, transform 0.16s ease-out !important;
  }
}
@media (max-width: 768px) {
  #monitor-layout .fade-in {
    transform: translateY(2vh) !important;
    transition: opacity 0.32s ease-out, transform 0.16s ease-out !important;
  }
}
#monitor-layout .fade-in.is-visible,
#monitor-layout .fade-in.is-visible > div {
  opacity: 1;
  transform: none;
  visibility: visible;
}
#monitor-layout #hero {
  position: relative;
}
@media (max-width: 640px) {
  #monitor-layout #hero .fade-in {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}
@media (max-width: 640px) {
  #monitor-layout #hero .fade-in {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}
#monitor-layout .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  min-height: 100vh;
}
#monitor-layout .row .flex-item {
  display: flex;
}
#monitor-layout .row .flex-item .flex-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#monitor-layout .row .flex-item .flex-content p {
  flex: 1 0 auto;
}
@media (max-width: 640px) {
  #monitor-layout .row {
    min-height: 50vh;
  }
}
@media (max-width: 640px) {
  #monitor-layout .row {
    min-height: 50vh;
  }
}
#monitor-layout .row > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
#monitor-layout .row > div .flex-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#monitor-layout .row > div .flex-content p {
  flex: 1 0 auto;
}
@media (max-width: 640px) {
  #monitor-layout .row > div {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #monitor-layout .row > div {
    flex-direction: column;
  }
}
#monitor-layout .row#connectivity > div {
  flex-direction: reverse;
}
#monitor-layout .row#refresh-rate > div,
#monitor-layout .row#motion-blur > div {
  padding-top: 89px;
  margin-bottom: 63px !important;
  flex-direction: column;
}
@media (max-width: 768px) {
  #monitor-layout .row#refresh-rate > div,
  #monitor-layout .row#motion-blur > div {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  #monitor-layout .row#refresh-rate > div,
  #monitor-layout .row#motion-blur > div {
    flex-direction: column-reverse;
  }
}
#monitor-layout .row#refresh-rate img,
#monitor-layout .row#motion-blur img {
  box-shadow: 0px 23px 32px rgba(0, 0, 0, 0.63);
  width: 100%;
}
#monitor-layout .row#ergonomic {
  background-position: top center !important;
  background-size: cover !important;
}
#monitor-layout .row#ergonomic > div {
  padding-top: 89px;
  margin-bottom: 63px !important;
  flex-direction: column-reverse;
}
@media (max-width: 640px) {
  #monitor-layout .row#ergonomic > div {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  #monitor-layout .row#ergonomic > div {
    flex-direction: column-reverse;
  }
}
#monitor-layout .row#gallery > div {
  flex-direction: row;
  flex-wrap: wrap;
}
#monitor-layout .row#gallery a {
  padding: 12px;
  background: #FFFFFF;
  overflow: hidden;
  outline: none;
}
#monitor-layout .row#gallery a:hover img {
  transform: scale(1.03);
  opacity: 0.89;
}
#monitor-layout #tech-specs article div {
  padding: 12px 0;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
  margin: 0;
  float: left;
  box-sizing: border-box;
  width: 75%;
  margin: 0 auto !important;
  float: none !important;
}
#monitor-layout #tech-specs article div:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 640px) {
  #monitor-layout #tech-specs article div {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  #monitor-layout #tech-specs article div {
    width: 100% !important;
  }
}
#monitor-layout #tech-specs article div:last-of-type {
  border-bottom: 0px solid transparent;
}
#monitor-layout #tech-specs article strong {
  width: 20%;
  float: left;
}
#monitor-layout #tech-specs article p {
  width: 80%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
@media (max-width: 1020px) {
  #monitor-layout #tech-specs article strong {
    width: 100%;
    float: none;
  }
  #monitor-layout #tech-specs article p {
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1020px) {
  #monitor-layout #tech-specs article strong {
    width: 100%;
    float: none;
  }
  #monitor-layout #tech-specs article p {
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}
#monitor-layout #tech-specs article a {
  pointer-events: none;
}
#monitor-layout #headline {
  margin: 0 auto;
  position: absolute;
  top: 37vw;
  left: 0%;
  right: 0%;
  -ms-transform: translateY(-13vw);
  transform: translateY(-13vw);
  text-align: center;
  z-index: 3;
  padding: 0 32px;
}
#monitor-layout #headline br {
  display: none;
}
@media (max-width: 458px) {
  #monitor-layout #headline {
    top: 9vh !important;
    margin-top: 5vw !important;
  }
}
@media (max-width: 458px) {
  #monitor-layout #headline {
    top: 9vh !important;
    margin-top: 5vw !important;
  }
}
@media (max-width: 980px) {
  #monitor-layout #headline {
    top: 30vw !important;
    margin-top: 89px;
    transform: translateY(-20vw);
  }
  #monitor-layout #headline br {
    display: block;
  }
}
@media (max-width: 980px) {
  #monitor-layout #headline {
    top: 30vw !important;
    margin-top: 89px;
    transform: translateY(-20vw);
  }
  #monitor-layout #headline br {
    display: block;
  }
}
@media (max-width: 640px) {
  #monitor-layout #headline {
    top: 27vw !important;
    margin-top: 89px;
    transform: translateY(-23vw);
  }
  #monitor-layout #headline br {
    display: block;
  }
}
@media (max-width: 640px) {
  #monitor-layout #headline {
    top: 27vw !important;
    margin-top: 89px;
    transform: translateY(-23vw);
  }
  #monitor-layout #headline br {
    display: block;
  }
}
@media (min-width: 1920px) {
  #monitor-layout #headline {
    font-size: 4.63vw !important;
  }
}
@media (min-width: 1920px) {
  #monitor-layout #headline {
    font-size: 4.63vw !important;
  }
}
@media (max-width: 980px) {
  #monitor-layout .spacer {
    height: 16vw !important;
  }
}
@media (max-width: 980px) {
  #monitor-layout .spacer {
    height: 16vw !important;
  }
}
#monitor-layout .zoom video {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  z-index: 1;
  transition: 0.08s ease-in all;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#monitor-layout .zoom img {
  z-index: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 980px) {
  #monitor-layout .zoom {
    min-width: auto !important;
    width: 98% !important;
  }
  #monitor-layout .zoom img {
    z-index: 2 !important;
  }
  #monitor-layout .zoom video {
    box-shadow: #403bef 0px 0px 274px !important;
    padding: 5px;
  }
}
@media (max-width: 980px) {
  #monitor-layout .zoom {
    min-width: auto !important;
    width: 98% !important;
  }
  #monitor-layout .zoom img {
    z-index: 2 !important;
  }
  #monitor-layout .zoom video {
    box-shadow: #403bef 0px 0px 274px !important;
    padding: 5px;
  }
}
@media (max-width: 980px) {
  #monitor-layout .sticky-container {
    min-height: auto !important;
  }
}
@media (max-width: 980px) {
  #monitor-layout .sticky-container {
    min-height: auto !important;
  }
}
@media (max-width: 640px) {
  #monitor-layout .three-fifth {
    width: 89% !important;
  }
}
@media (max-width: 640px) {
  #monitor-layout .three-fifth {
    width: 89% !important;
  }
}
#monitor-layout .summary-icons {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #monitor-layout .summary-icons .one-third {
    padding-left: 16px;
  }
}
@media (max-width: 1024px) {
  #monitor-layout .summary-icons .one-third {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  #monitor-layout .summary-icons .one-third {
    width: 50% !important;
  }
  #monitor-layout .summary-icons .one-third * {
    white-space: nowrap;
  }
  #monitor-layout .summary-icons .one-third.blank {
    display: none;
  }
}
@media (max-width: 768px) {
  #monitor-layout .summary-icons .one-third {
    width: 50% !important;
  }
  #monitor-layout .summary-icons .one-third * {
    white-space: nowrap;
  }
  #monitor-layout .summary-icons .one-third.blank {
    display: none;
  }
}
@media (max-width: 640px) {
  #monitor-layout .summary-icons .pr16 {
    padding-right: 16px !Important;
  }
}
@media (max-width: 640px) {
  #monitor-layout .summary-icons .pr16 {
    padding-right: 16px !Important;
  }
}
/*
 * GPU Tracker
**/
.gpuGradient1 {
  background: #0fa0ce;
  background: -moz-linear-gradient(left, #0fa0ce 0%, #11cd90 100%);
  background: -webkit-linear-gradient(left, #0fa0ce 0%, #11cd90 100%);
  background: linear-gradient(to right, #0fa0ce 0%, #11cd90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fa0ce', endColorstr='#11cd90', GradientType=1);
}
.gpuGradient2 {
  background: #ec7f1c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ec7f1c 0%, #ec1c24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ec7f1c 0%, #ec1c24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ec7f1c 0%, #ec1c24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7f1c', endColorstr='#ec1c24', GradientType=1);
  /* IE6-9 */
}
.gpu-tracker #myProgress {
  width: 100%;
  background-color: #ddd;
  margin: 5px;
}
@media (max-width: 768px) {
  .gpu-tracker header {
    padding: 0px 12px;
  }
}
@media (max-width: 768px) {
  .gpu-tracker header {
    padding: 0px 12px;
  }
}
.gpu-tracker .progress {
  display: flex;
  height: 45px;
  font-size: 16px;
  background-color: #333333;
}
.gpu-tracker .progress-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: 0.23s ease-out all;
  background: #0fa0ce;
  background: -moz-linear-gradient(left, #0fa0ce 0%, #11cd90 100%);
  background: -webkit-linear-gradient(left, #0fa0ce 0%, #11cd90 100%);
  background: linear-gradient(to right, #0fa0ce 0%, #11cd90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fa0ce', endColorstr='#11cd90', GradientType=1);
}
.gpu-tracker .progress-bar .etaLabel {
  position: absolute;
  min-width: 150px;
  border-left: 1px solid #ccc;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s;
}
.gpu-tracker .progress-bar .gpuFirstPriority {
  top: -45px;
  right: -150px;
  bottom: 0px;
}
.gpu-tracker .progress-bar .gpuSecondPriority {
  top: 0px;
  bottom: -45px;
  right: -150px;
}
.gpu-tracker .progress-bar .gpuSecondPriority .box {
  position: absolute;
  bottom: 0px;
  left: 8px;
}
.gpu-tracker .progress-bar.bg-success {
  background: #ec7f1c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ec7f1c 0%, #ec1c24 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ec7f1c 0%, #ec1c24 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ec7f1c 0%, #ec1c24 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7f1c', endColorstr='#ec1c24', GradientType=1);
  /* IE6-9 */
}
.gpu-tracker .container-fluid {
  padding: 0px 174px 0px 63px;
}
@media (max-width: 768px) {
  .gpu-tracker .container-fluid {
    padding: 0px 174px 0px 23px;
  }
}
@media (max-width: 768px) {
  .gpu-tracker .container-fluid {
    padding: 0px 174px 0px 23px;
  }
}
.gpu-tracker #gpu-tracker {
  border: 1px solid #383838;
  background: #1C1D22;
  margin-bottom: 45px !important;
}
.gpu-tracker .legend {
  font-size: 12px !important;
  color: #8C8C8C !important;
  padding: 32px 63px;
  border-top: 1px solid #383838;
  background: #131317;
}
@media (max-width: 768px) {
  .gpu-tracker .legend {
    padding: 32px 23px;
  }
}
@media (max-width: 768px) {
  .gpu-tracker .legend {
    padding: 32px 23px;
  }
}
.gpu-tracker .legend div {
  padding: 8px 8px;
}
@media (max-width: 768px) {
  .gpu-tracker .legend div {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 768px) {
  .gpu-tracker .legend div {
    margin-bottom: 12px !important;
  }
}
hr.green-blue,
hr.blue-purple,
hr.purple-red {
  height: 1px;
  border: 0px;
}
.gradient-stroke {
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  @responsive 640px;
  color: #00000F;
  background-size: cover;
  width: fit-content;
  letter-spacing: 0.1em;
  padding: 2px;
}
.gradient-fill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  width: fit-content;
}
.green-blue {
  background: -webkit-linear-gradient(0deg, #4cd497, #1887ff);
}
.green-blue-box {
  background: -webkit-linear-gradient(45deg, #4cd497, #1887ff);
  background: linear-gradient(to top right, #4cd497, #1887ff);
}
.blue-purple {
  background: -webkit-linear-gradient(0deg, #1887ff, #996efa);
}
.blue-purple-box {
  background: -webkit-linear-gradient(45deg, #1887ff, #996efa);
  background: linear-gradient(to top right, #1887ff, #996efa);
}
.purple-red {
  background: -webkit-linear-gradient(0deg, #996efa, #f31020);
}
.purple-red-box {
  background: -webkit-linear-gradient(45deg, #996efa, #f31020);
  background: linear-gradient(to top right, #996efa, #f31020);
}
.green-blue-fill {
  background: -webkit-linear-gradient(0deg, #4cd497, #1887ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  width: fit-content;
}
.green-blue-stroke {
  background: -webkit-linear-gradient(0deg, #4cd497, #1887ff);
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  @responsive 640px;
  color: #00000F;
  background-size: cover;
  width: fit-content;
  letter-spacing: 0.1em;
  padding: 2px;
}
.blue-purple-fill {
  background: -webkit-linear-gradient(0deg, #1887ff, #996efa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  width: fit-content;
}
.blue-purple-stroke {
  background: -webkit-linear-gradient(0deg, #1887ff, #996efa);
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  @responsive 640px;
  color: #00000F;
  background-size: cover;
  width: fit-content;
  letter-spacing: 0.1em;
  padding: 2px;
}
.purple-red-fill {
  background: -webkit-linear-gradient(0deg, #996efa, #f31020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  width: fit-content;
}
.purple-red-stroke {
  background: -webkit-linear-gradient(0deg, #996efa, #f31020);
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  @responsive 640px;
  color: #00000F;
  background-size: cover;
  width: fit-content;
  letter-spacing: 0.1em;
  padding: 2px;
}
.radial-headline {
  background: radial-gradient(ellipse at center top, #fff 0%, #2f2f50 75%);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  width: fit-content;
}
.rgb-glow {
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
}
.rgb-glow:before {
  content: "";
  background: linear-gradient(90deg, #1887ff, #f31020, #4cd497, #1887ff, #1887ff, #f31020, #4cd497, #1887ff);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(2em);
  width: calc(100% + 4px);
  height: calc(50% + 4px);
  animation: glowing 90s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.rgb-glow:after {
  content: "";
  background: linear-gradient(90deg, #1887ff, #4cd497, #f31020, #1887ff, #1887ff, #4cd497, #f31020, #1887ff);
  position: absolute;
  top: calc(50% - 2px);
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(2em);
  width: calc(100% + 4px);
  height: calc(50% + 4px);
  animation: glowing-reverse 90s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rgb-glow:hover {
  z-index: 2;
}
.rgb-glow:hover:before,
.rgb-glow:hover:after {
  opacity: 1;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 800% 0;
  }
}
@keyframes glowing-reverse {
  0% {
    background-position: 800% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#mark-container .rgb-glow:after,
#mark-container .rgb-glow:before {
  filter: blur(0.63em);
}
.product-details .description > .weight,
.product-details .description > .dimensions {
  display: none !important;
}

/* stuff that used to be in elementor header template */

/* hide fan section on new builder */
div.component.wp_stg_fans {
    display: none !important;
}

/* removee border on cart banner */
body div.woocommerce div.woocommerce-notices-wrapper div div a {
    border: none !important;
}

/* fix text on login page */
p.woocommerce-form-row {
    color: black !important;
}

/* hide disclaimer on accessories page */
body.product_parent_cat_accessories .product-images.one-third.pr12.mb23:after {
    display: none !important;
}

/* hide unused navigator link on custom builder */
div.container.builder-container.clearfix aside div ul li:nth-child(4) {
    display: none !important;
}


/* hide stuff on amazon products */
body.product_cat_amazon button.single_add_to_cart_button {
    display: none !important;
}

body.product_cat_amazon div.bread-checkout-button {
    display: none !important;
}

body.product_cat_amazon #shipLeadTime {
    display: none !important;
}

.hoverIcon a {
    background: #24243F !important;
    background: linear-gradient(180deg, #1D1D34 0%, #24243F 75%) !important;
}

.hoverIcon a .elementor-icon-list-icon i {
    color: var( --e-global-color-00ebf82 ) !important;
}

body.product_cat_customs .bread-checkout-button {
    display: none !important;
}

li.product_cat-pre-built-pcs[data-value="0"] {
    display: none !important;
}


/*//////////////////////////////////////////////////*/
/*Question & Answer Design*/
/*//////////////////////////////////////////////////*/

div#ywqa-questions-and-answers p {
  color: black !important;
}

div#ywqa-questions-and-answers h2 {
  color: black !important;
  text-transform: uppercase !important;
}

#ywqa_question_list {
  /* padding-left: 40px; */
  color: black !important;
}

#ywqa_user_content, #ywqa-guest-name, #ywqa-guest-email {
  border: 2px solid #d9d9d9 !important;
  padding: 10px !important;
  width: 100% !important;
  border-radius: 10px !important;
  background-color: #f0f0f0 !important;
  color: black !important; /* Set text color to black */
}

.ywqa-ask-question label {
  display: block;
}

.ywqa-guest-email-section, .ywqa-guest-name-section {
  width: 50%;
  display: inline-block;
}

.ywqa_user_content::placeholder {
  color: black !important;
}

div.notify-answers div.ywqa-notify-user-checkbox-container {
  margin-bottom: 15px;
  color: black !important;
}

input#ywqa-submit-question {
  color: black !important; /* Font color */
  background-color: #4CD497 !important; /* Button color */
  border: none !important; /* Remove border */
  float: left !important;
  height: 45px !important;
  font-weight: bold !important; /* Bold font weight */
  font-style: italic !important; /* Italic font style */
  font-family: 'Barlow', sans-serif !important; /* Font family Barlow */
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  border-radius: 30px !important; /* Border radius */
}

/* Hover state */
input#ywqa-submit-question:hover {
  color: black !important; /* Font color */
  background-color: #4CD497 !important; /* Button color */
  border: none !important; /* Remove border */
  font-weight: bold !important; /* Bold font weight */
  font-style: italic !important; /* Italic font style */
  font-family: 'Barlow', sans-serif !important; /* Font family Barlow */
  text-transform: uppercase !important;
}
