/* Modules */
/* colors */
/* colors */
@keyframes bounce {
  0% {
    transform: scale(1) translateX(-50%) translateY(-50%); }
  25% {
    transform: scale(1.1) translateX(-45%) translateY(-45%); }
  50% {
    transform: scale(1.2) translateX(-40%) translateY(-40%); }
  75% {
    transform: scale(1.1) translateX(-45%) translateY(-45%); }
  100% {
    transform: scale(1) translateX(-50%) translateY(-50%); } }

@keyframes gamezBounce {
  0% {
    transform: scale(1) translateX(-50%) translateY(-50%); }
  25% {
    transform: scale(1.1) translateX(-45%) translateY(-45%); }
  50% {
    transform: scale(1.2) translateX(-40%) translateY(-40%); }
  75% {
    transform: scale(1.1) translateX(-45%) translateY(-45%); }
  100% {
    transform: scale(1) translateX(-50%) translateY(-50%); } }

@keyframes anim-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(171, 36, 36, 0.9); }
  30% {
    box-shadow: 0 0 5px 3px rgba(171, 36, 36, 0.9); }
  50% {
    box-shadow: 0 0 10px 6px rgba(171, 36, 36, 0.9); }
  70% {
    box-shadow: 0 0 15px 9px rgba(171, 36, 36, 0.9); }
  100% {
    box-shadow: 0 0 0 2px rgba(171, 36, 36, 0.9); } }

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

@keyframes flash-nudge {
  0% {
    transform: translateX(0) rotate(15deg); }
  10% {
    transform: translateX(-2px) rotate(20deg); }
  20% {
    transform: translateX(2px) rotate(20deg); }
  30% {
    transform: translateX(0) rotate(20deg); }
  40% {
    transform: translateY(2px) rotate(25deg); }
  50% {
    transform: translateY(-1px) rotate(25deg); }
  60% {
    transform: translateY(3px) rotate(25deg); }
  70% {
    transform: translateY(-3px) rotate(25deg); }
  80% {
    transform: translateY(2px) rotate(25deg); }
  90% {
    transform: translateY(-2px) rotate(25deg); }
  100% {
    transform: translateY(0) rotate(15deg); } }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes nudge {
  0% {
    transform: translateX(0); }
  30% {
    transform: translateX(-5px); }
  50% {
    transform: translateX(5px); }
  70% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(0); } }

@keyframes left-right {
  0% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    transform: translateX(35px);
    opacity: 1; }
  26% {
    transform: translateX(35px);
    opacity: 0; }
  27% {
    transform: translateX(-35px);
    opacity: 0; }
  75% {
    transform: translateX(-35px);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/*
* for ajax loading mixins
*/
.color-white {
  color: #fafafa; }
  .color-white a {
    color: #fafafa;
    transition: color 0.3s; }
    .color-white a:hover {
      transition: color 0.3s;
      color: #D32F2F; }

/*3rd party libs*/
/**
 * Materialize Carousel
 */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 550px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%; }
  .carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0; }
    .carousel .carousel-item img {
      width: 100%; }
  .carousel.carousel-slider {
    top: 0;
    left: 0;
    height: 0; }
    .carousel.carousel-slider .carousel-item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

/*
|- bootstrap dropdown hover css
|-------------------------------
*/
/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-left-color: #000;
  float: right;
  margin-top: 6px; }

.dropdown-menu {
  min-width: 250px; }

.dropdown-menu > li.open > a {
  background-color: #F5F5F5;
  color: #262626;
  text-decoration: none; }

.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: -1px; }

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%; }

.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

.dropdownhover-top {
  margin-bottom: 2px;
  margin-top: 0; }

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto; }

.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0; }

.dropdownhover-bottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.dropdownhover-left {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.dropdownhover-right {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.dropdownhover-top {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

/*
|- end of bootstrap dropdown hover css
|--------------------------------------
*/
.elementor-editor-active #gamez-preloader {
  display: none; }

#gamez-preloader {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 9999999999 !important;
  background-color: #12102b;
  overflow: hidden; }

body .leftEye,
body .rightEye {
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  background: #D32F2F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body .rightEye {
  -webkit-animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body .mouth {
  width: 10vh;
  height: 10vh;
  border-radius: 50%;
  border: solid 1.3vh #D32F2F;
  border-right: solid 1.3vh rgba(223, 223, 194, 0);
  border-left: solid 1.3vh rgba(223, 223, 194, 0);
  border-bottom: solid 1.3vh rgba(223, 223, 194, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  -webkit-animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@-webkit-keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
    transform: translate(-50%, -50%) rotateX(180deg); }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
    transform: translate(-50%, -50%) rotateZ(360deg); }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
    transform: translate(-50%, -50%) rotateZ(320deg); }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg); } }

@keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
    transform: translate(-50%, -50%) rotateX(180deg); }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
    transform: translate(-50%, -50%) rotateZ(360deg); }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
    transform: translate(-50%, -50%) rotateZ(320deg); }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg); } }

@-webkit-keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%); }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%); }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%); }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%); }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@-webkit-keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

/* Header section */
body {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  letter-spacing: 0.05em;
  background-color: #12102b;
  color: #b0ace0; }

h1, h2, h3, h4 {
  font-family: "Nevis Bold";
  letter-spacing: 0; }

blockquote {
  font-size: 20px;
  font-weight: 400;
  border-left: 10px solid #D32F2F;
  background-color: rgba(250, 250, 250, 0.05);
  line-height: 30px;
  padding: 25px 35px; }

cite {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.5); }

.single-game_review .review-main-content {
  font-size: 15px;
  line-height: 24px; }
  .single-game_review .review-main-content p {
    margin-bottom: 15px; }

/*--------------------------------------------------
/* Table
/*-------------------------------------------------- */
table:not(#wp-calendar) thead {
  background-color: rgba(250, 250, 250, 0.05); }
  table:not(#wp-calendar) thead tr th {
    padding: 10px 20px; }

table:not(#wp-calendar) tbody tr th, table:not(#wp-calendar) tbody tr td {
  padding: 10px 20px;
  border-top: 1px solid rgba(250, 250, 250, 0.05);
  border-bottom: 1px solid rgba(250, 250, 250, 0.05); }

/*--------------------------------------------------
/* Selection
/*-------------------------------------------------- */
::-moz-selection {
  /* Code for Firefox */
  color: #fafafa;
  background: rgba(211, 47, 47, 0.9); }

::selection {
  color: #fafafa;
  background: rgba(211, 47, 47, 0.9); }

.elementor-editor-active .top-menu {
  z-index: -1 !important; }

.elementor-editor-active .absolute-menu {
  z-index: -1 !important; }

.elementor-editor-active .affix {
  z-index: -1 !important; }
  .elementor-editor-active .affix .absolute-menu {
    z-index: -1 !important; }

.dark-mode {
  background-color: #0f1b33; }

.btn-global {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-global .elementor-button {
    background-color: transparent;
    color: #D32F2F;
    border-width: 0;
    border: 2px solid #fbbc05;
    border-image: linear-gradient(135deg, #D32F2F, #fbbc05) 1;
    padding: 10px 20px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    display: inline-block; }
    .btn-global .elementor-button:hover {
      background-color: transparent;
      color: #fbbc05;
      border: 2px solid #D32F2F;
      border-image: linear-gradient(25deg, #fbbc05, #D32F2F) 1; }

.rs-layer.rev-btn {
  background-color: transparent;
  color: #D32F2F;
  border-width: 0;
  border: 2px solid #fbbc05;
  border-image: linear-gradient(135deg, #D32F2F, #fbbc05) 1;
  padding: 10px 20px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  display: inline-block; }
  .rs-layer.rev-btn:hover {
    background-color: transparent;
    color: #fbbc05;
    border: 2px solid #D32F2F;
    border-image: linear-gradient(25deg, #fbbc05, #D32F2F) 1; }

.elementor-editor-active div#gamez-preloader {
  display: none !important; }

/**
 * Button and Link outline reset
 */
a {
  color: rgba(211, 47, 47, 0.9);
  transition: color 0.3s; }
  a:hover, a:focus, a:active {
    transition: color 0.3s;
    color: #D32F2F; }

a:hover, a:focus, a:active,
button:focus, button:active,
input[type="submit"]:focus,
input[type="submit"]:active {
  outline: 0;
  text-decoration: none; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.media-left figure img {
  max-width: none; }

/**
 * Flaticon font reset
 */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  -webkit-font-smoothing: antialiased; }

/**
 * Video popup customization
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-iframe-holder .mfp-close {
  top: -44px;
  border: 2px solid #fafafa;
  width: unset;
  border-radius: 50%;
  color: #fafafa;
  right: -44px;
  text-align: center;
  padding: 0 12px;
  transition: all .3s; }
  .mfp-iframe-holder .mfp-close:hover {
    transition: all .3s; }

@media (max-width: 480px) {
  .mfp-iframe-holder .mfp-close {
    right: 0; } }

.gamez-video-gallery a.popup-video, .gamez-image-gallery a {
  position: relative;
  display: block;
  margin-bottom: 30px; }
  .gamez-video-gallery a.popup-video i, .gamez-image-gallery a i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: rgba(250, 250, 250, 0.9);
    transform: translateX(-50%) translateY(-50%);
    transition: color .25s;
    -webkit-font-smoothing: antialiased; }
  .gamez-video-gallery a.popup-video img, .gamez-image-gallery a img {
    transition: opacity .25s; }
  .gamez-video-gallery a.popup-video:hover i, .gamez-image-gallery a:hover i {
    color: rgba(250, 250, 250, 0.7);
    transition: color .25s; }
  .gamez-video-gallery a.popup-video:hover img, .gamez-image-gallery a:hover img {
    opacity: .9;
    transition: opacity .25s; }

/**
   * Play SVG Icon
   */
.circle {
  stroke: #D32F2F;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all .9s ease-in-out;
  opacity: 0.6;
  fill: rgba(0, 0, 0, 0.6);
  fill-rule: nonzero;
  z-index: 5; }

.gamez-play {
  -webkit-transition: all .9s ease; }
  .gamez-play svg {
    height: 100px;
    width: 100px; }
  .gamez-play .triangle {
    -webkit-transition: all .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #fafafa;
    transform: translateY(0); }
  .gamez-play:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #D32F2F;
    z-index: 10; }
  .gamez-play:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1; }

.owl-carousel .owl-item img {
  max-width: 100%;
  height: auto; }

/*
* Button
*/
.btn-border {
  position: relative;
  vertical-align: middle;
  color: #fafafa;
  display: inline-block;
  text-align: center;
  transition: 0.7s;
  padding: 13px 30px;
  cursor: pointer;
  border: 1px solid #fafafa;
  text-transform: uppercase;
  font-weight: 500; }
  .btn-border:hover {
    border: 1px solid #fafafa;
    color: #D32F2F; }
    .btn-border:hover::before, .btn-border:hover::after {
      transform: scale(1); }
  .btn-border::before, .btn-border::after {
    width: 102.6%;
    height: 102.6%;
    z-index: 3;
    content: '';
    position: absolute;
    box-sizing: border-box;
    transform: scale(0);
    transition: 0.7s; }
  .btn-border::before {
    border-bottom: 2px solid #D32F2F;
    border-left: 2px solid #D32F2F;
    left: -2px;
    bottom: -1px;
    transform-origin: 0 100%; }
  .btn-border::after {
    border-top: 2px solid #D32F2F;
    border-right: 2px solid #D32F2F;
    top: -1px;
    right: -2px;
    transform-origin: 100% 0; }

.pagination {
  text-align: center;
  border-radius: 0;
  display: block;
  margin-top: 60px; }
  .pagination li {
    display: inline-block;
    margin: 0 7px; }
    .pagination li.active a {
      background-color: #fafafa;
      color: #D32F2F; }
      .pagination li.active a:hover, .pagination li.active a:focus, .pagination li.active a:active {
        transition: all 0.5s;
        color: #D32F2F;
        background-color: #fafafa; }
    .pagination li a {
      transition: all 0.5s;
      font-weight: 500;
      background-color: #D32F2F;
      color: #fafafa;
      border: 0; }
      .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
        transition: all 0.5s;
        color: #D32F2F;
        background-color: #fafafa; }
    .pagination li:first-child a, .pagination li:last-child a {
      border-radius: 0; }

.gallery, .video-single-gallery {
  margin: 20px 0; }
  .gallery .owl-carousel-left, .gallery .owl-carousel-right, .video-single-gallery .owl-carousel-left, .video-single-gallery .owl-carousel-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 32px;
    line-height: 50px;
    transition: background-color 0.3s; }
    .gallery .owl-carousel-left:hover, .gallery .owl-carousel-right:hover, .video-single-gallery .owl-carousel-left:hover, .video-single-gallery .owl-carousel-right:hover {
      transition: background-color 0.3s;
      background-color: #D32F2F; }
  .gallery .owl-carousel-right, .video-single-gallery .owl-carousel-right {
    right: 0; }
  .gallery .gallery-caption, .video-single-gallery .gallery-caption {
    position: absolute;
    text-align: left;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.85);
    bottom: -1px;
    display: block;
    padding: 10px;
    width: 100%;
    border-left: 10px solid #D32F2F; }

.gamez-page-header {
  height: 250px;
  background-position: center;
  position: relative;
  z-index: -2; }
  .gamez-page-header:before {
    background: -webkit-linear-gradient(to top, #12102b, rgba(211, 47, 47, 0.3));
    background: linear-gradient(to top, #12102b, rgba(211, 47, 47, 0.3));
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute; }
  .gamez-page-header .gamez-page-title {
    margin-top: 190px;
    text-transform: uppercase;
    color: #fafafa; }

.woocommerce-red-alert {
  text-align: center;
  padding: 20px 0;
  border: solid 1px #D32F2F; }

.nicescroll-rails {
  z-index: 100000 !important; }

.visisble-991 {
  display: none; }
  @media (max-width: 991px) {
    .visisble-991 {
      display: block; } }

/*
* Media Embed
*/
.video-embed-container {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden; }
  .video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.audio-embed-container iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -7px; }

.hidden-768 {
  position: relative;
  display: inline-block; }
  @media (max-width: 768px) {
    .hidden-768 {
      display: none !important; } }

.home.blog #content #primary, .home.blog #content #secondary {
  margin-top: 150px; }

.home.blog #content #primary .post {
  margin-top: 0; }

.vc_toggle_icon {
  border-color: #fbbc05 !important; }
  .vc_toggle_icon::before, .vc_toggle_icon::after {
    background-color: #fbbc05 !important; }

@keyframes smoke-animation-02 {
  0% {
    background-position: 1920px 100%; }
  100% {
    background-position: -1920px 100%; } }

@keyframes smoke-animation-01 {
  0% {
    background-position: 1920px 100%; }
  100% {
    background-position: -1920px 100%; } }

#rev_slider_5_1 {
  background-image: url("../images/smoke-layer-01.png") !important;
  animation: smoke-animation-01 46s linear infinite; }

#rev_slider_5_1 .tp-revslider-mainul {
  background-image: url("../images/smoke-layer-02.png") !important;
  animation: smoke-animation-02 32s linear infinite; }

/* Header variation 1 individual csss*/
header.gamez-header-variation-1 {
  color: #fafafa;
  border-top: 8px solid #D32F2F;
  /*Header variation 1 common css */
  /* Left side */
  /* main menu */
  /* Right side */ }
  header.gamez-header-variation-1.navbar-fixed-top {
    position: fixed;
    top: 0; }
  header.gamez-header-variation-1 .gamez-main-logo,
  header.gamez-header-variation-1 .gamez-main-nav,
  header.gamez-header-variation-1 .gamez-login,
  header.gamez-header-variation-1 .gamez-cart,
  header.gamez-header-variation-1 .gamez-search,
  header.gamez-header-variation-1 .gamez-tab-indicator {
    display: inline-block; }
  header.gamez-header-variation-1 .top-menu {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: transparent; }
    header.gamez-header-variation-1 .top-menu .top-menu-container {
      align-items: center; }
      @media (min-width: 992px) {
        header.gamez-header-variation-1 .top-menu .top-menu-container {
          display: flex; } }
      header.gamez-header-variation-1 .top-menu .top-menu-container .left-side {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 992px) {
          header.gamez-header-variation-1 .top-menu .top-menu-container .left-side {
            display: inline-block; } }
        @media (min-width: 768px) {
          header.gamez-header-variation-1 .top-menu .top-menu-container .left-side {
            padding-left: 0px; } }
        header.gamez-header-variation-1 .top-menu .top-menu-container .left-side .gamez-main-logo {
          max-width: 150px; }
          @media (max-width: 768px) {
            header.gamez-header-variation-1 .top-menu .top-menu-container .left-side .gamez-main-logo {
              padding: 10px; } }
          header.gamez-header-variation-1 .top-menu .top-menu-container .left-side .gamez-main-logo img {
            width: 102px; }
  header.gamez-header-variation-1 .gamez-main-nav {
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0px;
    border: 0px;
    font-family: "Nevis Bold"; }
    header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 {
      text-transform: uppercase;
      margin-left: 15px; }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.menu-item-has-children {
        position: relative; }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li {
        font-family: "Nevis Bold";
        position: relative; }
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a {
          color: #fafafa;
          letter-spacing: 1px;
          position: relative;
          padding-top: 30px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a::after {
            content: "";
            border-top: 6px solid #D32F2F;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            transition: all 250ms ease;
            transform: scale(0); }
          header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a:hover {
            color: #D32F2F; }
            header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a:hover:after {
              transform: scale(1); }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active > a,
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent > a {
        background: transparent;
        color: #D32F2F;
        font-family: "Nevis Bold";
        letter-spacing: 1px;
        position: relative; }
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active > a::after,
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent > a::after {
          content: "";
          border-top: 6px solid #D32F2F;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          transition: all 250ms ease;
          transform: scale(1); }
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active > a:hover,
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent > a:hover {
          font-family: "Nevis Bold";
          letter-spacing: 1px;
          background: transparent;
          color: #D32F2F; }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active li.current_page_item.active,
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent li.current_page_item.active {
        background: #fafafa; }
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active li.current_page_item.active a,
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent li.current_page_item.active a {
          color: #000; }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open > a {
        background: transparent; }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open > ul.dropdown-menu {
        margin-left: 0px;
        margin-top: 8px;
        padding-bottom: 0px; }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu {
        background: rgba(211, 47, 47, 0.9);
        border-radius: 0px; }
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu {
          padding: 0;
          margin-left: 0;
          border-radius: 0px;
          margin-top: 0px; }
          header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu li.menu-item > a {
            padding: 10px 30px 10px 10px; }
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu li {
          color: #fafafa;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -ms-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease; }
          header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu li a {
            padding: 10px 30px 10px 10px;
            color: #fafafa;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu li:hover a {
            padding-left: 15px;
            background: #fafafa;
            color: #D32F2F; }
        header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu li.current_page_item.active {
          background: #fafafa; }
          header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open ul.dropdown-menu li.current_page_item.active a {
            color: #D32F2F; }
      header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 li.dropdown.open:hover {
        color: #fafafa; }
    @media (max-width: 1199px) {
      header.gamez-header-variation-1 .gamez-main-nav {
        display: none; } }
  header.gamez-header-variation-1 .top-menu-container {
    position: relative; }
    header.gamez-header-variation-1 .top-menu-container:before {
      content: "";
      border-top: 100px solid rgba(18, 16, 43, 0.18);
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      position: absolute;
      width: 117%;
      left: -8.5%;
      top: 0;
      z-index: -1; }
    header.gamez-header-variation-1 .top-menu-container:after {
      content: "";
      border-top: 90px solid rgba(18, 16, 43, 0.45);
      border-left: 90px solid transparent;
      border-right: 90px solid transparent;
      -webkit-filter: drop-shadow(0px -14px 13px rgba(211, 47, 17, 0.8));
      filter: drop-shadow(0px -14px 13px rgba(211, 47, 17, 0.8));
      position: absolute;
      width: 110%;
      left: -5%;
      top: 0;
      z-index: -1; }
    header.gamez-header-variation-1 .top-menu-container .right-side {
      text-align: center; }
      @media (min-width: 768px) {
        header.gamez-header-variation-1 .top-menu-container .right-side {
          padding-right: 0px;
          text-align: right; } }
      @media (max-width: 768px) {
        header.gamez-header-variation-1 .top-menu-container .right-side {
          text-align: right;
          font-size: 20px; } }
      @media (max-width: 768px) {
        header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart {
          display: none; } }
      header.gamez-header-variation-1 .top-menu-container .right-side .gamez-search-wrapper,
      header.gamez-header-variation-1 .top-menu-container .right-side .gamez-login-wrapper,
      header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart-wrapper,
      header.gamez-header-variation-1 .top-menu-container .right-side .gamez-menu-indicator {
        width: 30px;
        height: 45px;
        color: #D32F2F;
        text-align: center;
        line-height: 42px;
        padding-top: 10px;
        margin: 5px 2px;
        cursor: pointer;
        font-size: 14px; }
        @media (max-width: 768px) {
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-search-wrapper,
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-login-wrapper,
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart-wrapper,
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-menu-indicator {
            display: none; } }
        @media (max-width: 992px) {
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-search-wrapper,
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-login-wrapper,
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart-wrapper,
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-menu-indicator {
            width: 35px;
            height: 35px;
            line-height: 32px;
            margin: 0;
            font-size: 11px; } }
      header.gamez-header-variation-1 .top-menu-container .right-side .gamez-search-wrapper {
        margin-left: 0px; }
      header.gamez-header-variation-1 .top-menu-container .right-side .gamez-menu-indicator {
        display: none;
        margin-right: 0px; }
        @media (max-width: 1199px) {
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-menu-indicator {
            display: inline-block; } }
        @media (max-width: 768px) {
          header.gamez-header-variation-1 .top-menu-container .right-side .gamez-menu-indicator {
            display: inline-block;
            font-size: 30px;
            padding: 20px; } }
        header.gamez-header-variation-1 .top-menu-container .right-side .gamez-menu-indicator button {
          background: transparent;
          border: none;
          outline: none; }
      header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart {
        position: relative; }
        header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart .gamez-cart-wrapper {
          background: transparent; }
        header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart .header-cart-count {
          position: absolute;
          font-family: "Montserrat";
          font-weight: 500;
          top: 10px;
          right: -4px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          text-align: center;
          border-radius: 50%;
          font-size: 12px;
          background: #fafafa;
          color: #D32F2F; }
          @media (max-width: 991px) {
            header.gamez-header-variation-1 .top-menu-container .right-side .gamez-cart .header-cart-count {
              top: -7px;
              right: -9px; } }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #fafafa;
  color: #D32F2F !important; }

.header-offcanvas-2.navbar-fixed-top {
  position: fixed;
  top: 0; }

.header-offcanvas-2 nav.tx-menu {
  background: #D32F2F;
  overflow-x: hidden; }
  .header-offcanvas-2 nav.tx-menu .user-information {
    color: #fafafa;
    text-align: center;
    padding: 20px 0px; }
    .header-offcanvas-2 nav.tx-menu .user-information .logged-in-user {
      color: #fafafa; }
      .header-offcanvas-2 nav.tx-menu .user-information .logged-in-user .user-gravater {
        margin: 15px 0px; }
      .header-offcanvas-2 nav.tx-menu .user-information .logged-in-user .user-logout {
        margin: 5px 0px; }
        .header-offcanvas-2 nav.tx-menu .user-information .logged-in-user .user-logout a {
          color: #fafafa; }
      .header-offcanvas-2 nav.tx-menu .user-information .logged-in-user img {
        margin: 0 auto;
        border-radius: 100%; }
    .header-offcanvas-2 nav.tx-menu .user-information .logout-user .logout-user-wrapper {
      width: 150px;
      height: 150px;
      margin: 0px auto;
      text-align: center;
      border: solid 1px #fafafa;
      border-radius: 150px;
      line-height: 160px;
      margin-bottom: 20px; }
    .header-offcanvas-2 nav.tx-menu .user-information .logout-user .login-register {
      color: #fafafa; }
      .header-offcanvas-2 nav.tx-menu .user-information .logout-user .login-register a {
        color: #fafafa;
        text-decoration: none; }
        .header-offcanvas-2 nav.tx-menu .user-information .logout-user .login-register a:hover {
          text-decoration: none; }
  .header-offcanvas-2 nav.tx-menu .header2-search form {
    color: #fafafa; }
    .header-offcanvas-2 nav.tx-menu .header2-search form input[type="search"] {
      background: transparent;
      border-top: solid 1px #0d0c20;
      border-bottom: solid 1px #0d0c20;
      color: #fafafa; }
    .header-offcanvas-2 nav.tx-menu .header2-search form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fafafa; }
    .header-offcanvas-2 nav.tx-menu .header2-search form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fafafa; }
    .header-offcanvas-2 nav.tx-menu .header2-search form :-ms-input-placeholder {
      /* IE 10+ */
      color: #fafafa; }
    .header-offcanvas-2 nav.tx-menu .header2-search form :-moz-placeholder {
      /* Firefox 18- */
      color: #fafafa; }

header.gamez-header-variation-2 .gamez-main-logo,
header.gamez-header-variation-2 .gamez-main-nav,
header.gamez-header-variation-2 .gamez-login,
header.gamez-header-variation-2 .header-cart-2,
header.gamez-header-variation-2 .header-search-2,
header.gamez-header-variation-2 .gamez-tab-indicator {
  display: inline-block; }

@media (max-width: 991px) {
  header.gamez-header-variation-2 .header-search-2 {
    display: none; } }

header.gamez-header-variation-2 .top-menu {
  padding: 20px 0px;
  z-index: 99;
  width: 100%;
  background: transparent; }
  header.gamez-header-variation-2 .top-menu .top-menu-container {
    align-items: center; }
    @media (min-width: 992px) {
      header.gamez-header-variation-2 .top-menu .top-menu-container {
        display: flex; } }

header.gamez-header-variation-2 .top-menu-container .left-side .menu-indicator-2 .menu-indicator-wrapper-2 {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 42px;
  border-radius: 45px;
  border: solid 1px #fafafa;
  margin: 0px 2px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  color: #fafafa;
  background: transparent; }
  @media (max-width: 992px) {
    header.gamez-header-variation-2 .top-menu-container .left-side .menu-indicator-2 .menu-indicator-wrapper-2 {
      width: 35px;
      height: 35px;
      line-height: 32px;
      margin: 0;
      font-size: 11px; } }

header.gamez-header-variation-2 .top-menu-container .center-side {
  text-align: center; }
  header.gamez-header-variation-2 .top-menu-container .center-side .gamez-main-logo {
    max-width: 150px; }

header.gamez-header-variation-2 .top-menu-container .right-side {
  color: #fafafa;
  text-align: right; }
  header.gamez-header-variation-2 .top-menu-container .right-side .header-search-wrapper-2 input[type='search'] {
    width: 45px;
    height: 45px;
    border: solid 1px #fafafa;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 45px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-search-wrapper-2 input[type='search']:focus {
      width: 100%;
      outline: none;
      animation: none;
      box-shadow: none; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-search-wrapper-2 input[type='search']::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      padding-left: 5px; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-search-wrapper-2 input[type='search']::-moz-placeholder {
      /* Firefox 19+ */
      padding-left: 5px; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-search-wrapper-2 input[type='search']:-ms-input-placeholder {
      /* IE 10+ */
      padding-left: 5px; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-search-wrapper-2 input[type='search']:-moz-placeholder {
      /* Firefox 18- */
      padding-left: 5px; }
  header.gamez-header-variation-2 .top-menu-container .right-side .header-search-wrapper-2 .input-search-icon {
    background: url("../images/searchicon.png") no-repeat 15px center;
    padding-left: 30px; }
  header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-wrapper-2 {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    border-radius: 45px;
    border: solid 1px #fafafa;
    margin: 0px 2px;
    cursor: pointer;
    font-size: 14px; }
    @media (max-width: 992px) {
      header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-wrapper-2 {
        width: 35px;
        height: 35px;
        line-height: 32px;
        margin: 0;
        font-size: 11px; } }
  header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-2 {
    position: relative; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-2 .header-cart-count {
      position: absolute;
      top: -6px;
      right: -5px;
      width: 25px;
      height: 25px;
      line-height: 20px;
      border: solid 1px #fafafa;
      text-align: center;
      border-radius: 50%;
      font-size: 12px;
      background: #12102b;
      color: #fafafa; }
      @media (max-width: 991px) {
        header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-2 .header-cart-count {
          display: none; } }
  header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 {
    text-align: center;
    width: 250px;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    overflow-x: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 1px 10px #000;
    background: #D32F2F; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .cart-cross-btn {
      padding: 30px 0px;
      background: #fbbc05;
      cursor: pointer; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget {
      padding: 0;
      margin: 0; }
    header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content {
      background: #D32F2F; }
      header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget {
        background: #D32F2F;
        display: block;
        text-align: center; }
        header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li {
          display: block; }
        header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li.mini_cart_item {
          padding: 20px 0px;
          display: block;
          border-bottom: solid 1px #fafafa;
          width: 100%; }
          header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li.mini_cart_item a {
            float: none;
            text-align: center;
            color: #fafafa; }
            header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li.mini_cart_item a img {
              float: none;
              width: 60px;
              margin: 0 auto;
              padding-bottom: 10px; }
          header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li.mini_cart_item a.remove {
            display: none;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li.mini_cart_item:hover a.remove {
            position: absolute;
            left: 10px;
            top: 20px;
            display: block; }
          header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li.mini_cart_item i.fa-plus, header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content ul.cart_list.product_list_widget li.mini_cart_item i.fa-minus {
            display: none; }
      header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content p.total {
        border-top: 0px;
        text-align: center;
        margin: 0;
        padding: 10px 0px;
        margin: 10px 0px; }
      header.gamez-header-variation-2 .top-menu-container .right-side .header-cart-content-2 .header-cart-content-wrapper-2 .widget_shopping_cart .widget_shopping_cart_content p.buttons a {
        border-radius: 0px;
        background: transparent;
        color: #fafafa;
        border: solid 1px #fafafa; }

/* Header variation 3 individual csss*/
header.gamez-header-variation-3 {
  color: #fafafa;
  /*Header variation 3 common css */
  /* Left side */
  /* main menu */
  /* Right side */ }
  header.gamez-header-variation-3.navbar-fixed-top {
    position: fixed;
    top: 0; }
  header.gamez-header-variation-3 .gamez-main-logo,
  header.gamez-header-variation-3 .gamez-main-nav,
  header.gamez-header-variation-3 .gamez-login,
  header.gamez-header-variation-3 .gamez-cart,
  header.gamez-header-variation-3 .gamez-search,
  header.gamez-header-variation-3 .gamez-tab-indicator {
    display: inline-block; }
  header.gamez-header-variation-3 .top-menu {
    width: 100%;
    z-index: 99;
    background: #000d19; }
    header.gamez-header-variation-3 .top-menu .top-menu-container {
      align-items: center; }
      @media (min-width: 992px) {
        header.gamez-header-variation-3 .top-menu .top-menu-container {
          display: flex; } }
      header.gamez-header-variation-3 .top-menu .top-menu-container .left-side {
        display: flex;
        align-items: center; }
        @media (max-width: 992px) {
          header.gamez-header-variation-3 .top-menu .top-menu-container .left-side {
            display: inline-block; } }
        @media (min-width: 768px) {
          header.gamez-header-variation-3 .top-menu .top-menu-container .left-side {
            padding-left: 0px; } }
        header.gamez-header-variation-3 .top-menu .top-menu-container .left-side .gamez-main-logo {
          max-width: 150px; }
          @media (max-width: 768px) {
            header.gamez-header-variation-3 .top-menu .top-menu-container .left-side .gamez-main-logo {
              padding: 10px; } }
  header.gamez-header-variation-3 .gamez-main-nav {
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0px;
    border: 0px;
    font-family: "Nevis Bold"; }
    header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 {
      text-transform: uppercase;
      margin-left: 15px; }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.menu-item-has-children {
        position: relative; }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li {
        font-family: "Nevis Bold";
        position: relative; }
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li > a {
          font-size: 12px;
          color: #fafafa;
          letter-spacing: 1px;
          position: relative;
          padding-top: 30px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li > a::after {
            content: "";
            border-top: 6px solid #D32F2F;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            transition: all 250ms ease;
            transform: scale(0); }
          header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li > a:hover {
            color: #D32F2F; }
            header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li > a:hover:after {
              transform: scale(1); }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.active > a,
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.current-menu-parent > a {
        background: transparent;
        color: #D32F2F;
        font-family: "Nevis Bold";
        letter-spacing: 1px;
        position: relative; }
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.active > a::after,
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.current-menu-parent > a::after {
          content: "";
          border-top: 6px solid #D32F2F;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          transition: all 250ms ease;
          transform: scale(1); }
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.active > a:hover,
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.current-menu-parent > a:hover {
          font-family: "Nevis Bold";
          letter-spacing: 1px;
          background: transparent;
          color: #D32F2F; }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.active li.current_page_item.active,
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.current-menu-parent li.current_page_item.active {
        background: #fafafa; }
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.active li.current_page_item.active a,
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 > li.current-menu-parent li.current_page_item.active a {
          color: #000; }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open > a {
        background: transparent; }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open > ul.dropdown-menu {
        margin-left: 0px;
        margin-top: 8px;
        padding-bottom: 0px; }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu {
        background: rgba(211, 47, 47, 0.9);
        border-radius: 0px; }
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu {
          padding: 0;
          margin-left: 0;
          border-radius: 0px;
          margin-top: 0px; }
          header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu li.menu-item > a {
            padding: 10px 30px 10px 10px; }
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu li {
          color: #fafafa;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -ms-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease; }
          header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu li a {
            padding: 10px 30px 10px 10px;
            color: #fafafa;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu li:hover a {
            padding-left: 15px;
            background: #fafafa;
            color: #D32F2F; }
        header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu li.current_page_item.active {
          background: #fafafa; }
          header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open ul.dropdown-menu li.current_page_item.active a {
            color: #D32F2F; }
      header.gamez-header-variation-3 .gamez-main-nav ul.head-variation-3 li.dropdown.open:hover {
        color: #fafafa; }
    @media (max-width: 1199px) {
      header.gamez-header-variation-3 .gamez-main-nav {
        display: none; } }
  header.gamez-header-variation-3 .top-menu-container {
    position: relative; }
    header.gamez-header-variation-3 .top-menu-container .right-side {
      text-align: center; }
      @media (min-width: 768px) {
        header.gamez-header-variation-3 .top-menu-container .right-side {
          padding-right: 0px;
          text-align: right; } }
      @media (max-width: 768px) {
        header.gamez-header-variation-3 .top-menu-container .right-side {
          text-align: right;
          font-size: 20px; } }
      @media (max-width: 768px) {
        header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart {
          display: none; } }
      header.gamez-header-variation-3 .top-menu-container .right-side .gamez-search-wrapper,
      header.gamez-header-variation-3 .top-menu-container .right-side .gamez-login-wrapper,
      header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart-wrapper,
      header.gamez-header-variation-3 .top-menu-container .right-side .gamez-menu-indicator {
        width: 30px;
        height: 45px;
        color: #D32F2F;
        text-align: center;
        line-height: 42px;
        padding-top: 10px;
        margin: 5px 2px;
        cursor: pointer;
        font-size: 14px; }
        @media (max-width: 768px) {
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-search-wrapper,
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-login-wrapper,
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart-wrapper,
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-menu-indicator {
            display: none; } }
        @media (max-width: 992px) {
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-search-wrapper,
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-login-wrapper,
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart-wrapper,
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-menu-indicator {
            width: 35px;
            height: 35px;
            line-height: 32px;
            margin: 0;
            font-size: 11px; } }
      header.gamez-header-variation-3 .top-menu-container .right-side .gamez-search-wrapper {
        margin-left: 0px; }
      header.gamez-header-variation-3 .top-menu-container .right-side .gamez-menu-indicator {
        display: none;
        margin-right: 0px; }
        @media (max-width: 1199px) {
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-menu-indicator {
            display: inline-block; } }
        @media (max-width: 768px) {
          header.gamez-header-variation-3 .top-menu-container .right-side .gamez-menu-indicator {
            display: inline-block;
            font-size: 30px;
            padding: 20px; } }
        header.gamez-header-variation-3 .top-menu-container .right-side .gamez-menu-indicator button {
          background: transparent;
          border: none;
          outline: none; }
      header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart {
        position: relative; }
        header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart .gamez-cart-wrapper {
          background: transparent; }
        header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart .header-cart-count {
          position: absolute;
          font-family: "Montserrat";
          font-weight: 500;
          top: 10px;
          right: -4px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          text-align: center;
          border-radius: 50%;
          font-size: 12px;
          background: #fafafa;
          color: #D32F2F; }
          @media (max-width: 991px) {
            header.gamez-header-variation-3 .top-menu-container .right-side .gamez-cart .header-cart-count {
              top: -7px;
              right: -9px; } }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #fafafa;
  color: #D32F2F !important; }

/* Header variation 4 individual csss*/
.gamez-header-variation-4 {
  color: #fafafa;
  /*Header variation 4 common css */
  /* Left side */
  /* main menu */
  /* Right side */ }
  .gamez-header-variation-4 .caret {
    border-top: none; }
  .gamez-header-variation-4.affix {
    position: fixed;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }
    .gamez-header-variation-4.affix .absolute-menu {
      background: rgba(40, 33, 85, 0.95);
      background-image: linear-gradient(180deg, #1d1e4c 10%, rgba(131, 51, 193, 0.15) 100%);
      box-shadow: 0 5px 25px rgba(14, 15, 37, 0.6);
      transition: all 0.3s ease; }
  .gamez-header-variation-4.affix-top {
    transition: all 0.3s ease; }
    .gamez-header-variation-4.affix-top .absolute-menu {
      position: fixed;
      width: 100%;
      z-index: 99;
      transition: all 0.3s ease;
      background: rgba(40, 33, 85, 0.95);
      background-image: linear-gradient(180deg, #1d1e4c 10%, rgba(131, 51, 193, 0.15) 100%); }
  .gamez-header-variation-4 .absolute-menu {
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease;
    background: rgba(40, 33, 85, 0.95);
    background-image: linear-gradient(180deg, #1d1e4c 10%, rgba(131, 51, 193, 0.15) 100%); }
  .gamez-header-variation-4 .gamez-main-logo,
  .gamez-header-variation-4 .gamez-main-nav,
  .gamez-header-variation-4 .gamez-login,
  .gamez-header-variation-4 .gamez-cart,
  .gamez-header-variation-4 .gamez-search,
  .gamez-header-variation-4 .gamez-tab-indicator {
    display: inline-block; }
  .gamez-header-variation-4 .top-menu {
    width: 100%;
    z-index: 99;
    background: #000d19; }
    .gamez-header-variation-4 .top-menu .top-menu-container {
      align-items: center; }
      @media (min-width: 992px) {
        .gamez-header-variation-4 .top-menu .top-menu-container {
          display: flex; } }
      .gamez-header-variation-4 .top-menu .top-menu-container .header-button {
        margin: -40px 0; }
        @media (max-width: 768px) {
          .gamez-header-variation-4 .top-menu .top-menu-container .header-button {
            display: none; } }
      .gamez-header-variation-4 .top-menu .top-menu-container .left-side {
        display: flex;
        align-items: center; }
        @media (max-width: 992px) {
          .gamez-header-variation-4 .top-menu .top-menu-container .left-side {
            display: inline-block; } }
        @media (min-width: 768px) {
          .gamez-header-variation-4 .top-menu .top-menu-container .left-side {
            padding-left: 0px; } }
        .gamez-header-variation-4 .top-menu .top-menu-container .left-side .gamez-main-logo {
          max-width: 150px; }
          @media (max-width: 768px) {
            .gamez-header-variation-4 .top-menu .top-menu-container .left-side .gamez-main-logo {
              padding: 10px; } }
  .gamez-header-variation-4 .absolute-menu .top-menu-container {
    align-items: center; }
    @media (min-width: 992px) {
      .gamez-header-variation-4 .absolute-menu .top-menu-container {
        display: flex; } }
    .gamez-header-variation-4 .absolute-menu .top-menu-container .header-button {
      margin: -40px 0; }
      @media (max-width: 768px) {
        .gamez-header-variation-4 .absolute-menu .top-menu-container .header-button {
          display: none; } }
    .gamez-header-variation-4 .absolute-menu .top-menu-container .left-side {
      display: flex;
      align-items: center; }
      @media (max-width: 992px) {
        .gamez-header-variation-4 .absolute-menu .top-menu-container .left-side {
          display: inline-block; } }
      @media (min-width: 768px) {
        .gamez-header-variation-4 .absolute-menu .top-menu-container .left-side {
          padding-left: 0px; } }
      .gamez-header-variation-4 .absolute-menu .top-menu-container .left-side .gamez-main-logo {
        max-width: 150px; }
        @media (max-width: 768px) {
          .gamez-header-variation-4 .absolute-menu .top-menu-container .left-side .gamez-main-logo {
            padding: 10px; } }
  .gamez-header-variation-4 .gamez-main-nav {
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0px;
    border: 0px;
    font-family: "Nevis Bold"; }
    .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 {
      text-transform: uppercase;
      margin-left: 15px; }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.menu-item-has-children {
        position: relative; }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li {
        font-family: "Nevis Bold";
        position: relative; }
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li > a {
          font-size: 12px;
          color: #fafafa;
          letter-spacing: 1px;
          position: relative;
          padding-top: 30px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li > a::after {
            content: "";
            border-top: 2px solid #D32F2F;
            position: absolute;
            width: 65%;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -8px;
            transition: all 250ms ease;
            transform: scale(0); }
          .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li > a:hover {
            color: #D32F2F; }
            .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li > a:hover:after {
              transform: scale(1); }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.active > a,
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.current-menu-parent > a {
        background: transparent;
        color: #D32F2F;
        font-family: "Nevis Bold";
        letter-spacing: 1px;
        position: relative; }
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.active > a::after,
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.current-menu-parent > a::after {
          content: "";
          border-top: 2px solid #D32F2F;
          position: absolute;
          width: 65%;
          left: 0;
          right: 0;
          margin: auto;
          bottom: -8px;
          transition: all 250ms ease;
          transform: scale(1); }
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.active > a:hover,
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.current-menu-parent > a:hover {
          font-family: "Nevis Bold";
          letter-spacing: 1px;
          background: transparent;
          color: #D32F2F; }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.active li.current_page_item.active,
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.current-menu-parent li.current_page_item.active {
        background: #fafafa; }
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.active li.current_page_item.active a,
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 > li.current-menu-parent li.current_page_item.active a {
          color: #000; }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open > a {
        background: transparent; }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open > ul.dropdown-menu {
        margin-left: 0px;
        margin-top: 8px;
        padding-bottom: 0px; }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu {
        background: rgba(211, 47, 47, 0.9);
        border-radius: 0px; }
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu {
          padding: 0;
          margin-left: 0;
          border-radius: 0px;
          margin-top: 0px; }
          .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu li.dropdown ul.dropdown-menu li.menu-item > a {
            padding: 10px 30px 10px 10px; }
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu li {
          color: #fafafa;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -ms-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease; }
          .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu li a {
            padding: 10px 30px 10px 10px;
            color: #fafafa;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu li:hover a {
            padding-left: 15px;
            background: #fafafa;
            color: #D32F2F; }
        .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu li.current_page_item.active {
          background: #fafafa; }
          .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open ul.dropdown-menu li.current_page_item.active a {
            color: #D32F2F; }
      .gamez-header-variation-4 .gamez-main-nav ul.head-variation-4 li.dropdown.open:hover {
        color: #fafafa; }
    @media (max-width: 1199px) {
      .gamez-header-variation-4 .gamez-main-nav {
        display: none; } }
  .gamez-header-variation-4 .top-menu-container {
    position: relative; }
    .gamez-header-variation-4 .top-menu-container .right-side {
      text-align: center; }
      @media (min-width: 768px) {
        .gamez-header-variation-4 .top-menu-container .right-side {
          padding-right: 0px;
          text-align: right; } }
      @media (max-width: 768px) {
        .gamez-header-variation-4 .top-menu-container .right-side {
          text-align: right;
          font-size: 20px; } }
      @media (max-width: 768px) {
        .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart {
          display: none; } }
      .gamez-header-variation-4 .top-menu-container .right-side .gamez-search-wrapper,
      .gamez-header-variation-4 .top-menu-container .right-side .gamez-login-wrapper,
      .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart-wrapper,
      .gamez-header-variation-4 .top-menu-container .right-side .gamez-menu-indicator {
        width: 30px;
        height: 45px;
        color: #D32F2F;
        text-align: center;
        line-height: 42px;
        padding-top: 10px;
        margin: 5px 2px;
        cursor: pointer;
        font-size: 14px; }
        @media (max-width: 768px) {
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-search-wrapper,
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-login-wrapper,
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart-wrapper,
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-menu-indicator {
            display: none; } }
        @media (max-width: 992px) {
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-search-wrapper,
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-login-wrapper,
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart-wrapper,
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-menu-indicator {
            width: 35px;
            height: 35px;
            line-height: 32px;
            margin: 0;
            font-size: 11px; } }
      .gamez-header-variation-4 .top-menu-container .right-side .gamez-search-wrapper {
        margin-left: 0px; }
      .gamez-header-variation-4 .top-menu-container .right-side .gamez-menu-indicator {
        display: none;
        margin-right: 0px; }
        @media (max-width: 1199px) {
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-menu-indicator {
            display: inline-block; } }
        @media (max-width: 768px) {
          .gamez-header-variation-4 .top-menu-container .right-side .gamez-menu-indicator {
            display: inline-block;
            font-size: 30px;
            padding: 20px; } }
        .gamez-header-variation-4 .top-menu-container .right-side .gamez-menu-indicator button {
          background: transparent;
          border: none;
          outline: none; }
      .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart {
        position: relative; }
        .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart .gamez-cart-wrapper {
          background: transparent; }
        .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart .header-cart-count {
          position: absolute;
          font-family: "Montserrat";
          font-weight: 500;
          top: 10px;
          right: -4px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          text-align: center;
          border-radius: 50%;
          font-size: 12px;
          background: #fafafa;
          color: #D32F2F; }
          @media (max-width: 991px) {
            .gamez-header-variation-4 .top-menu-container .right-side .gamez-cart .header-cart-count {
              top: -7px;
              right: -9px; } }
      .gamez-header-variation-4 .top-menu-container .right-side .button-head-4 {
        background-color: transparent;
        color: #D32F2F;
        border-width: 0;
        border: 2px solid #fbbc05;
        border-image: linear-gradient(to right, #D32F2F 0%, #fbbc05 100%) 1;
        padding: 10px 20px;
        text-transform: uppercase;
        font-style: italic;
        font-weight: 500;
        font-size: 14px; }
        .gamez-header-variation-4 .top-menu-container .right-side .button-head-4:hover {
          background-color: transparent;
          color: #fbbc05;
          border-color: #D32F2F;
          border-image: linear-gradient(25deg, #fbbc05, #D32F2F) 1; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #fafafa;
  color: #D32F2F !important; }

.header-overlay {
  position: fixed;
  height: 100%;
  width: 0px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  background: -webkit-linear-gradient(top, black, rgba(10, 10, 10, 0.9));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, black, rgba(10, 10, 10, 0.9));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, black, rgba(10, 10, 10, 0.9));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, black, rgba(10, 10, 10, 0.9));
  /* Standard syntax */
  overflow-x: hidden;
  padding-top: 100px; }

.header-overlay-wrapper {
  position: relative;
  height: 100%; }
  .header-overlay-wrapper .overlay-cross-wrapper {
    position: absolute;
    right: 50px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .header-overlay-wrapper .overlay-cross-wrapper .overlay-cross {
      font-size: 28px;
      color: #fafafa;
      cursor: pointer; }
  .header-overlay-wrapper .header-overlay-tab {
    text-align: center;
    border-bottom: 3px solid #D32F2F; }
    .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item {
      color: #fafafa;
      cursor: pointer;
      font-size: 28px;
      margin: 0;
      padding: 5px 50px;
      position: relative; }
      .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item::after {
        content: "";
        border-right: 2px solid rgba(211, 47, 47, 0.5);
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        position: absolute;
        width: 2px;
        height: 28px;
        right: 0;
        bottom: 13px;
        transition: all 250ms ease; }
      .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item:last-child:after {
        display: none; }
      .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a {
        font-family: "Montserrat";
        font-weight: 300;
        display: inline-block;
        padding: 10px;
        color: #fafafa;
        letter-spacing: 0.6px;
        text-decoration: none;
        position: relative; }
        .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a::after {
          content: "";
          border-bottom: 3px solid #D32F2F;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: -5px;
          transition: all 250ms ease;
          transform: scale(0); }
        .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a:active, .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a:visited {
          color: #fafafa; }
        .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a:hover {
          color: #D32F2F; }
          .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a:hover::after {
            transform: scale(1); }
      .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a.active {
        color: #D32F2F; }
        .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a.active:before, .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a.active:after {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          -webkit-transition-delay: 0s;
          transition-delay: 0s; }
      .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item:hover > a {
        text-decoration: none; }
  .header-overlay-wrapper .tab-content-wrapper {
    text-align: center;
    color: #fafafa; }
    .header-overlay-wrapper .tab-content-wrapper .tab-content {
      padding: 50px 0px; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"] {
        border-radius: 0px;
        background: transparent;
        padding: 10px;
        border: none;
        border-bottom: solid 1px #fafafa;
        font-size: 22px;
        width: 60%;
        margin: 0 auto;
        color: #fafafa; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]:focus {
          outline: none;
          box-shadow: none;
          border-bottom: solid 0px #fafafa; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fafafa; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]::-moz-placeholder {
          /* Firefox 19+ */
          color: #fafafa; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]:-ms-input-placeholder {
          /* IE 10+ */
          color: #fafafa; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]:-moz-placeholder {
          /* Firefox 18- */
          color: #fafafa; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="submit"] {
        display: none;
        border-radius: 0px;
        background: transparent;
        font-size: 16px;
        color: #fafafa;
        letter-spacing: 0.6px;
        text-shadow: none;
        box-shadow: none; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login {
        width: 60%;
        margin: 0 auto; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login input {
          width: 100%; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .login-remember {
          padding: 20px 0 25px; }
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .login-remember input {
            width: 20px; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .logout-wrapper p {
          font-size: 20px;
          color: #fafafa;
          letter-spacing: 0.6px; }
        @media (max-width: 991px) {
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .header-login-form {
            margin-bottom: 30px; } }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .header-login-form form label {
          display: block;
          margin-bottom: 10px;
          font-size: 16px;
          letter-spacing: 1px; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .header-login-form form p {
          margin-bottom: 15px; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .header-registration-form .reg-section {
          margin-bottom: 15px; }
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .header-registration-form .reg-section .btn {
            line-height: inherit; }
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .header-registration-form .reg-section label {
            display: block;
            margin-bottom: 10px;
            font-size: 16px;
            letter-spacing: 1px; }
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .header-registration-form .reg-section input[type="submit"] {
            border-radius: 0px; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .login-title:after, .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .reg-title:after {
          content: '';
          width: 30%;
          height: 1px;
          background: #D32F2F;
          display: block;
          margin: 20px auto; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-header {
        margin: 15px 0px; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-header a {
          color: #D32F2F;
          font-family: "Montserrat";
          font-size: 20px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-header a:hover {
            color: #fbbc05;
            text-decoration: none; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget a:hover {
        transition: none;
        color: initial; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart {
        background: transparent; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .owl-nav {
          position: absolute;
          left: 0;
          right: 0;
          top: 0; }
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .owl-nav .owl-carousel-left, .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .owl-nav .owl-carousel-right {
            display: inline-block;
            cursor: pointer;
            margin: 0px 5px;
            background: #D32F2F;
            color: #fafafa;
            padding: 5px 10px; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
          padding-top: 25px; }
          .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item {
            width: 10%;
            padding: 5px;
            display: inline-block; }
            .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item a {
              display: block;
              font-family: 14px;
              color: #fafafa;
              margin-bottom: 10px; }
              .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item a:hover {
                color: #D32F2F; }
              .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item a img {
                float: none;
                width: 100%;
                margin-bottom: 15px; }
            .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item a.remove {
              position: relative;
              text-align: center;
              width: auto;
              height: auto;
              display: inline-block; }
              .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item a.remove:hover {
                background: transparent; }
            .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item span.quantity {
              border: none; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .total {
        font-family: "Montserrat";
        border-top: 0px;
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 18px; }
      .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .buttons .button {
        background: #D32F2F;
        color: #fafafa;
        border-radius: 0px;
        margin: 0px 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-weight: 300; }
        .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .buttons .button:hover {
          color: #D32F2F;
          background: white; }

.tx-site-pusher,
.tx-site-container,
.tx-site-content {
  height: 100%; }

.tx-site-content-inner, .tx-site-content {
  position: relative;
  overflow-x: hidden; }

.tx-site-container {
  position: relative;
  overflow: hidden; }

.tx-site-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden; }

.tx-site-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.tx-menu-open .tx-site-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.tx-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: auto;
  background: #D32F2F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.tx-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.tx-menu-open .tx-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

/* content style */
.tx-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.tx-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em; }

.tx-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.tx-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }

.tx-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff; }

/* Individual effects */
/* Effect 1: Slide in on top */
.tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tx-effect-1.tx-menu-open .tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: scroll;
  height: 100%; }

.tx-effect-1.tx-menu::after {
  display: none; }

/* Effect 2: Reveal */
.tx-effect-2.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-2.tx-menu {
  z-index: 1; }

.tx-effect-2.tx-menu-open .tx-effect-2.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: scroll;
  height: 100%; }

.tx-effect-2.tx-menu::after {
  display: none; }

/* Effect 3: Push*/
.tx-effect-3.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-3.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tx-effect-3.tx-menu-open .tx-effect-3.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: scroll;
  height: auto; }

.tx-effect-3.tx-menu::after {
  display: none; }

/* Effect 4: Slide along */
.tx-effect-4.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-4.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.tx-effect-4.tx-menu-open .tx-effect-4.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: scroll;
  height: auto; }

.tx-effect-4.tx-menu::after {
  display: none; }

/* Effect 5: Reverse slide out */
.tx-effect-5.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-5.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

.tx-effect-5.tx-menu-open .tx-effect-5.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 6: Rotate pusher */
.tx-effect-6.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.tx-effect-6 .tx-site-pusher {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-6.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
  transform: translate3d(300px, 0, 0) rotateY(-15deg); }

.tx-effect-6.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-6.tx-menu-open .tx-effect-6.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg); }

.tx-effect-6.tx-menu::after {
  display: none; }

/* Effect 7: 3D rotate in */
.tx-effect-7.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.tx-effect-7 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-7.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-7.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-7.tx-menu-open .tx-effect-7.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg); }

/* Effect 8: 3D rotate out */
.tx-effect-8.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.tx-effect-8 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-8.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-8.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-8.tx-menu-open .tx-effect-8.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg); }

.tx-effect-8.tx-menu::after {
  display: none; }

/* Effect 9: Scale down pusher */
.tx-effect-9.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.tx-effect-9 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-9.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }

.tx-effect-9.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tx-effect-9.tx-menu-open .tx-effect-9.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tx-effect-9.tx-menu::after {
  display: none; }

/* Effect 10: Scale up */
.tx-effect-10.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.tx-effect-10.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-10.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }

.tx-effect-10.tx-menu-open .tx-effect-10.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 11: Scale and rotate pusher */
.tx-effect-11.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.tx-effect-11 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-11.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg); }

.tx-effect-11.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tx-effect-11.tx-menu-open .tx-effect-11.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tx-effect-11.tx-menu::after {
  display: none; }

/* Effect 12: Open door */
.tx-effect-12.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.tx-effect-12 .tx-site-pusher {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-12.tx-menu-open .tx-site-pusher {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg); }

.tx-effect-12.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tx-effect-12.tx-menu-open .tx-effect-12.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tx-effect-12.tx-menu::after {
  display: none; }

/* Effect 13: Fall down */
.tx-effect-13.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.tx-effect-13.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-13.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.tx-effect-13.tx-menu-open .tx-effect-13.tx-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s; }

/* Effect 14: Delayed 3D rotate */
.tx-effect-14.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.tx-effect-14 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-14.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.tx-effect-14.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tx-effect-14.tx-menu-open .tx-effect-14.tx-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg); }

nav.tx-menu div.mobile-search form input[type="search"] {
  color: #fafafa; }
  nav.tx-menu div.mobile-search form input[type="search"]:focus {
    outline: none;
    box-shadow: none;
    animation-name: none; }

/* Shop section */
.form-control {
  height: auto; }

input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], .form-group textarea, textarea {
  border-radius: 0;
  padding: 15px;
  background-color: #0d0c20;
  border: 0;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  color: rgba(250, 250, 250, 0.8); }
  input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, .form-group textarea:focus, textarea:focus {
    outline: 0;
    border-color: black;
    -webkit-box-shadow: 0 0 0 2px rgba(171, 36, 36, 0.9);
    box-shadow: 0 0 0 2px rgba(171, 36, 36, 0.9);
    -webkit-animation: anim-shadow 0.3s forwards;
    animation: anim-shadow 0.3s forwards; }
  input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(250, 250, 250, 0.8); }
  input[type="text"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, .form-group textarea::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(250, 250, 250, 0.8); }
  input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(250, 250, 250, 0.8); }
  input[type="text"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder, .form-group textarea:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(250, 250, 250, 0.8); }

input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 45px; }

input[type="submit"], #buddypress input[type=submit], div.bbp-submit-wrapper button, .gamez-btn, .single_add_to_cart_button {
  padding: 12px 22px;
  background: #D32F2F;
  color: #fafafa;
  font-weight: bold;
  outline: 0;
  border: 0;
  transition: all 0.3s;
  text-transform: uppercase; }
  input[type="submit"]:hover, #buddypress input[type=submit]:hover, div.bbp-submit-wrapper button:hover, .gamez-btn:hover, .single_add_to_cart_button:hover {
    transition: all 0.3s;
    background: #fafafa;
    border: 0;
    color: #D32F2F; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  padding: 10px 20px;
  border-radius: 0;
  position: relative;
  border: 0;
  background-color: rgba(250, 250, 250, 0.05);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }
  select:focus {
    outline: none; }

.gamez-select {
  position: relative; }
  .gamez-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    padding: 10px 20px;
    border-radius: 0;
    position: relative;
    border: 0;
    background-color: rgba(250, 250, 250, 0.05);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .gamez-select select:focus {
      outline: none; }
  .gamez-select:after {
    display: block;
    content: "\f107";
    font-size: 20px;
    width: 20px;
    font-family: "FontAwesome";
    position: absolute;
    height: 20px;
    top: 50%;
    margin-top: -12px;
    right: -2px;
    color: #fff;
    pointer-events: none; }

.blog, .single-post {
  background-color: #12102b; }

.post {
  margin-top: 75px; }
  .post .entry-header {
    margin-top: 30px; }
    .post .entry-header .entry-date-meta {
      width: 92px;
      height: 92px;
      border-radius: 50%;
      background-color: #D32F2F;
      margin-right: 25px;
      position: relative;
      color: #fafafa; }
      .post .entry-header .entry-date-meta .half-circle svg {
        width: 122px;
        height: 122px;
        position: absolute;
        top: -15px;
        left: -15px;
        overflow: hidden;
        background-color: transparent;
        transform: rotate(-90deg);
        z-index: -1; }
        .post .entry-header .entry-date-meta .half-circle svg .svg-circle {
          fill: #fafafa; }
        .post .entry-header .entry-date-meta .half-circle svg .circle-text {
          font: 10px/100px sans-serif;
          letter-spacing: 4px;
          width: 100%;
          fill: #22252b;
          text-transform: uppercase; }
      .post .entry-header .entry-date-meta span {
        display: block;
        text-align: center; }
      .post .entry-header .entry-date-meta .entry-date-day {
        font-weight: 300;
        font-size: 36px;
        padding-top: 23px;
        padding-bottom: 5px; }
      .post .entry-header .entry-date-meta .entry-date-month {
        font-weight: normal;
        text-transform: uppercase; }
    .post .entry-header .entry-title {
      text-transform: uppercase;
      margin-top: 0;
      color: #fafafa; }
      .post .entry-header .entry-title a {
        color: #fafafa;
        transition: color 0.3s ease-in-out; }
        .post .entry-header .entry-title a:hover {
          color: #D32F2F;
          transition: color 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .post .entry-header .entry-title {
          margin-top: 30px; } }
    .post .entry-header div:last-child {
      width: 80%; }
      @media screen and (max-width: 767px) {
        .post .entry-header div:last-child {
          width: 100%; } }
  .post .entry-image {
    margin-top: 25px;
    position: relative;
    overflow: hidden; }
    .post .entry-image a:before {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      opacity: 0;
      z-index: 1;
      background: rgba(211, 47, 47, 0.5);
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, rgba(211, 47, 47, 0.5), rgba(251, 188, 5, 0.5));
      background: linear-gradient(to right, rgba(211, 47, 47, 0.5), rgba(251, 188, 5, 0.5));
      transition: all 0.5s ease-in-out; }
    .post .entry-image img {
      transition: all 0.5s ease-in-out; }
    .post .entry-image a:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.5s ease-in-out;
      transform: scale(1.05) translateX(10px); }
    .post .entry-image a:hover:before {
      background-position: left center;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
  .post .entry-content {
    margin-top: 60px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .post .entry-content {
        margin-top: 30px; } }
  .post .entry-meta, .post .entry-meta a, .post .entry-comment, .post .entry-comment a {
    transition: color 0.3s ease-in-out;
    color: #f9d647; }
  .post .entry-meta a:hover, .post .entry-comment a:hover {
    transition: color 0.3s ease-in-out;
    color: #D32F2F; }
  .post .entry-meta span:not(:nth-child(3)) {
    padding-right: 20px; }
  .post .entry-comment {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px; }
    .post .entry-comment span {
      padding-left: 20px; }
    @media (max-width: 768px) {
      .post .entry-comment {
        justify-content: left;
        padding: 0; } }

.single-post .single-post-header {
  height: 450px;
  background-position: center;
  position: relative;
  z-index: -2; }
  .single-post .single-post-header:before {
    background: -moz-linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 27%, rgba(18, 16, 43, 0.15) 27%, rgba(18, 16, 43, 0.1) 100%);
    background: -webkit-linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 27%, rgba(18, 16, 43, 0.15) 27%, rgba(18, 16, 43, 0.1) 100%);
    background: -ms-linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 27%, rgba(18, 16, 43, 0.15) 27%, rgba(18, 16, 43, 0.1) 100%);
    background: linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 27%, rgba(18, 16, 43, 0.15) 27%, rgba(18, 16, 43, 0.1) 100%);
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }

.single-post #primary {
  margin-top: -110px; }

.single-post .post {
  margin-top: 0; }
  .single-post .post .entry-header {
    margin-top: 0; }
    .single-post .post .entry-header .entry-date-meta {
      margin-top: -40px; }

.single-post .entry-author {
  margin-bottom: 50px; }
  .single-post .entry-author h3 {
    padding: 15px;
    color: rgba(250, 250, 250, 0.7); }
  .single-post .entry-author .author-profile-img img {
    max-width: 100%;
    height: auto; }

.single-post .comment-form-area {
  margin: 15px;
  border: 2px solid #455769;
  padding: 40px; }

.format-link .entry-content, .format-quote .entry-content {
  background-color: #1a173e;
  padding: 0 30px 30px;
  text-align: center; }
  .format-link .entry-content blockquote, .format-quote .entry-content blockquote {
    font-size: 18px;
    line-height: 24px;
    border: 0;
    background-color: transparent; }
    .format-link .entry-content blockquote cite, .format-quote .entry-content blockquote cite {
      margin-top: 5px; }
  .format-link .entry-content .entry-link-icon, .format-link .entry-content .entry-quote-icon, .format-quote .entry-content .entry-link-icon, .format-quote .entry-content .entry-quote-icon {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    font-size: 50px;
    color: rgba(250, 250, 250, 0.25); }

.format-link .entry-content {
  font-size: 18px;
  line-height: 24px; }
  .format-link .entry-content a {
    color: #fafafa;
    transition: color 0.3s; }
    .format-link .entry-content a:hover {
      color: #D32F2F;
      transition: color 0.3s; }

/*--------------------------------------------------
/* Comment Style
/*-------------------------------------------------- */
#comments ol {
  margin: 15px 0;
  padding: 15px 0; }
  #comments ol li {
    list-style-type: none;
    margin-bottom: 50px; }
    #comments ol li div.comment-author img {
      max-width: none;
      width: 85px;
      height: 85px; }
    #comments ol li .gamez-comment-author {
      font-size: 16px;
      padding-bottom: 10px;
      margin-top: -5px; }
      #comments ol li .gamez-comment-author cite {
        font-style: normal;
        text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      #comments ol li .gamez-comment-date, #comments ol li .gamez-comment-author, #comments ol li .comment-reply {
        text-align: left; } }
    #comments ol li .gamez-comment-date a, #comments ol li .gamez-comment-author a, #comments ol li .comment-reply a {
      color: #fbbc05; }
    #comments ol li .comment-text {
      font-size: 14px;
      line-height: 26px; }

@media only screen and (max-width: 768px) {
  #comments ol ul.children {
    padding-left: 10px; }
  #comments ol .gamez-comment-author {
    margin-top: 0;
    padding-top: 10px; } }

.comment-form-area {
  margin-top: 70px;
  padding: 40px; }

.entry-social-share {
  border-top: 1px solid #455769;
  border-bottom: 1px solid #455769;
  padding: 30px 0;
  margin: 70px 0 50px; }
  .entry-social-share a {
    padding: 7px;
    background: #D32F2F;
    color: #22252b;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s; }
    .entry-social-share a:hover {
      color: #fafafa;
      transition: all 0.3s; }
  .entry-social-share .gamez-social-share {
    text-align: center; }
  .entry-social-share .entry-navigation-right {
    text-align: right; }
    .entry-social-share .entry-navigation-right a {
      margin-right: 0; }

.sticky .entry-image {
  margin-top: 40px; }

.search article {
  background-color: #1a173e;
  padding: 10px 30px 20px; }
  .search article .entry-header .entry-title {
    text-transform: uppercase; }
    .search article .entry-header .entry-title a {
      color: rgba(211, 47, 47, 0.9);
      transition: color 0.3s; }
      .search article .entry-header .entry-title a:hover {
        color: #D32F2F;
        transition: color 0.3s; }

.gamez-404-page {
  height: 100vh;
  position: relative; }
  .gamez-404-page .error-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    max-width: 800px; }

#secondary {
  margin-top: -105px; }
  @media screen and (max-width: 991px) {
    #secondary {
      margin-top: 20px; } }

.widget {
  background-color: #1a173e;
  padding: 30px;
  margin: 0 15px 30px; }
  .widget .widget-title {
    color: #fafafa;
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(211, 47, 47, 0.9); }
  .widget ul {
    padding: 0; }
    .widget ul li {
      list-style: none;
      margin-bottom: 7px; }
      .widget ul li::before {
        content: '\f0e7';
        font-family: 'FontAwesome';
        padding-right: 7px;
        display: inline-block;
        transform: rotate(15deg); }
      .widget ul li:hover::before {
        animation: flash-nudge 0.5s ease-in-out;
        color: #fbbc05; }
  .widget a {
    color: #f7f7f7;
    transition: color 0.3s; }
    .widget a:hover {
      color: #D32F2F;
      transition: color 0.3s; }

/*--------------------------------------------------
/* Calender
/*-------------------------------------------------- */
section.widget_calendar div.calendar_wrap table {
  width: 100%; }
  section.widget_calendar div.calendar_wrap table caption {
    text-align: center;
    color: #fafafa;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px; }
  section.widget_calendar div.calendar_wrap table thead tr th {
    text-align: center;
    padding: 7px;
    color: rgba(250, 250, 250, 0.7);
    font-weight: bold; }
  section.widget_calendar div.calendar_wrap table tbody tr td {
    text-align: center;
    padding: 7px; }
  section.widget_calendar div.calendar_wrap table tbody tr td#today {
    background: #D32F2F;
    color: #fafafa; }
  section.widget_calendar div.calendar_wrap table tfoot #prev a, section.widget_calendar div.calendar_wrap table tfoot #next a {
    margin: 15px 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.widget_calendar div.calendar_wrap table tfoot #prev a:hover, section.widget_calendar div.calendar_wrap table tfoot #next a:hover {
      text-decoration: none; }

/*
* section search ex 1.1 = shop
* this page contains
* 1.4 = my-account page styling
*/
.woocommerce .woocommerce-breadcrumb {
  color: #fafafa; }

.woocommerce span.onsale {
  background: #D32F2F; }

.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 50px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-bottom: 20px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
      border-bottom: 0px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      background: transparent; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      border-radius: 0px;
      border: none;
      box-shadow: inset -2px 0px 0px 0px #0a1324; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        content: '';
        border: none;
        position: initial;
        display: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
        border-right: none;
        box-shadow: none; }

.woocommerce ul.products li.product .price {
  color: #fafafa; }
  .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
    display: inline-block; }
    .woocommerce ul.products li.product .price del span.amount, .woocommerce ul.products li.product .price ins span.amount {
      color: #fafafa; }

.woocommerce ul.products li.product a img {
  margin-bottom: 0px; }

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 40px; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li .current {
    background: #D32F2F;
    color: #fafafa; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #D32F2F;
  background: rgba(45, 45, 45, 0.8);
  color: #fafafa; }
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-info:before {
    color: #D32F2F; }
  .woocommerce .woocommerce-message a.button,
  .woocommerce .woocommerce-info a.button {
    border-radius: 0px;
    background: #D32F2F;
    color: #fafafa;
    transition: all 0.4s ease; }
    .woocommerce .woocommerce-message a.button:hover,
    .woocommerce .woocommerce-info a.button:hover {
      background: #fafafa;
      color: #D32F2F; }

.woocommerce .cart-empty {
  text-align: center;
  padding: 30px 0px;
  font-size: 20px;
  letter-spacing: 1px; }

.woocommerce .return-to-shop {
  text-align: center; }
  .woocommerce .return-to-shop a {
    background: #D32F2F;
    color: #fafafa;
    border-radius: 0px;
    padding: 16px;
    transition: all 0.4s ease;
    letter-spacing: 0.6px; }
    .woocommerce .return-to-shop a:hover {
      background: #fafafa;
      color: #D32F2F; }

.woocommerce p.stars a {
  color: #fbbc05; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: none;
  background: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  background: #0d172b;
  box-shadow: inset 0px -2px 4px -2px #0a1324; }

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  background: transparent;
  border: solid 1px #fafafa;
  border-radius: 0px; }

.woocommerce-checkout #payment {
  background: transparent;
  border: solid 1px #fafafa;
  border-radius: 0px; }
  .woocommerce-checkout #payment .place-order input[type="submit"] {
    background: #D32F2F;
    color: #fafafa;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .woocommerce-checkout #payment .place-order input[type="submit"]:hover {
      background: #fafafa;
      color: #D32F2F; }

.woocommerce-cart-form {
  padding-top: 50px; }

/*
* section search ex 1.1 = shop
* this page contains
* 1.1 = shop page styling
* 1.2 = cart page styling
* 1.3 = checkout page styling
* 1.4 = my-account page styling
*/
.product-featured-image {
  position: relative;
  height: 300px;
  overflow: hidden; }
  .product-featured-image:before {
    background: -webkit-linear-gradient(to top, #12102b, rgba(211, 47, 47, 0.3));
    background: linear-gradient(to top, #12102b, rgba(211, 47, 47, 0.3));
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute; }
  .product-featured-image .product-featured-image-wrapper {
    position: absolute;
    width: 100%;
    left: 10px;
    bottom: 20px;
    text-transform: uppercase;
    color: #fafafa; }
    .product-featured-image .product-featured-image-wrapper .container {
      padding-left: 25px; }

.gamez-shop-page-with-sidebar h1.page-title {
  display: none; }

.gamez-container-shop-page {
  padding: 30px 0px; }

.gamez-shop-page .before-shop-loop-wrapper {
  padding: 15px;
  width: 100%;
  display: inline-block;
  display: none; }
  .gamez-shop-page .before-shop-loop-wrapper .woocommerce-result-count {
    width: 48%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    padding: 4px 0px; }
  .gamez-shop-page .before-shop-loop-wrapper .woocommerce-ordering {
    width: 48%;
    float: right;
    text-align: right; }
    .gamez-shop-page .before-shop-loop-wrapper .woocommerce-ordering select {
      padding: 5px;
      background: transparent; }
      .gamez-shop-page .before-shop-loop-wrapper .woocommerce-ordering select:focus {
        outline: none; }
      .gamez-shop-page .before-shop-loop-wrapper .woocommerce-ordering select option {
        color: #000; }

ul.products li.product, ul.products li.product-item, ul.products .product-cart-button {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  ul.products li.product h3, ul.products li.product .price, ul.products li.product .woocommerce-loop-product__title, ul.products li.product-item h3, ul.products li.product-item .price, ul.products li.product-item .woocommerce-loop-product__title, ul.products .product-cart-button h3, ul.products .product-cart-button .price, ul.products .product-cart-button .woocommerce-loop-product__title {
    font-family: "Montserrat";
    color: #fafafa; }
  ul.products li.product .product-link, ul.products li.product-item .product-link, ul.products .product-cart-button .product-link {
    position: relative; }
    ul.products li.product .product-link img, ul.products li.product-item .product-link img, ul.products .product-cart-button .product-link img {
      margin-bottom: 0px; }
    ul.products li.product .product-link:before, ul.products li.product-item .product-link:before, ul.products .product-cart-button .product-link:before {
      content: '';
      width: 100%;
      height: 100%;
      background: red;
      display: block; }
  ul.products li.product div.star-rating, ul.products li.product-item div.star-rating, ul.products .product-cart-button div.star-rating {
    display: none;
    margin: 0 auto; }
  ul.products li.product .price del, ul.products li.product .price ins, ul.products li.product-item .price del, ul.products li.product-item .price ins, ul.products .product-cart-button .price del, ul.products .product-cart-button .price ins {
    display: inline-block;
    margin: 0px 4px; }
  ul.products li.product .product-meta-information, ul.products li.product-item .product-meta-information, ul.products .product-cart-button .product-meta-information {
    position: relative; }
    ul.products li.product .product-meta-information h3, ul.products li.product .product-meta-information .woocommerce-loop-product__title, ul.products li.product-item .product-meta-information h3, ul.products li.product-item .product-meta-information .woocommerce-loop-product__title, ul.products .product-cart-button .product-meta-information h3, ul.products .product-cart-button .product-meta-information .woocommerce-loop-product__title {
      margin: 0;
      padding: 0;
      padding-bottom: 10px;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.6px;
      text-transform: capitalize; }
    ul.products li.product .product-meta-information .price, ul.products li.product-item .product-meta-information .price, ul.products .product-cart-button .product-meta-information .price {
      font-size: 14px;
      color: #fafafa;
      letter-spacing: 1.2px; }
    ul.products li.product .product-meta-information .product-permalink, ul.products li.product-item .product-meta-information .product-permalink, ul.products .product-cart-button .product-meta-information .product-permalink {
      background: #1a173e;
      position: relative;
      padding: 20px;
      z-index: 2;
      text-align: left;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      ul.products li.product .product-meta-information .product-permalink h3, ul.products li.product-item .product-meta-information .product-permalink h3, ul.products .product-cart-button .product-meta-information .product-permalink h3 {
        transition: all 0.5s ease; }
    ul.products li.product .product-meta-information .product-thumbnail, ul.products li.product-item .product-meta-information .product-thumbnail, ul.products .product-cart-button .product-meta-information .product-thumbnail {
      background: #D32F2F;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: 1;
      padding: 10px;
      margin-top: 0; }
      ul.products li.product .product-meta-information .product-thumbnail .gamez-cart-button, ul.products li.product .product-meta-information .product-thumbnail .added_to_cart, ul.products li.product-item .product-meta-information .product-thumbnail .gamez-cart-button, ul.products li.product-item .product-meta-information .product-thumbnail .added_to_cart, ul.products .product-cart-button .product-meta-information .product-thumbnail .gamez-cart-button, ul.products .product-cart-button .product-meta-information .product-thumbnail .added_to_cart {
        font-family: "Montserrat";
        letter-spacing: 0.6px;
        background: transparent;
        color: #fafafa;
        display: inline-block;
        padding: 10px 10px;
        border-radius: 0px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        font-size: 12px; }
      ul.products li.product .product-meta-information .product-thumbnail .added_to_cart, ul.products li.product-item .product-meta-information .product-thumbnail .added_to_cart, ul.products .product-cart-button .product-meta-information .product-thumbnail .added_to_cart {
        padding: 6px 10px;
        line-height: 20px; }
      ul.products li.product .product-meta-information .product-thumbnail .product-thumbnail-wrapper, ul.products li.product-item .product-meta-information .product-thumbnail .product-thumbnail-wrapper, ul.products .product-cart-button .product-meta-information .product-thumbnail .product-thumbnail-wrapper {
        display: flex;
        justify-content: center; }
  ul.products li.product:hover .product-thumbnail, ul.products li.product-item:hover .product-thumbnail, ul.products .product-cart-button:hover .product-thumbnail {
    top: -52px;
    opacity: 1;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 10px 0px; }
  ul.products li.product:hover .product-permalink h3, ul.products li.product-item:hover .product-permalink h3, ul.products .product-cart-button:hover .product-permalink h3 {
    color: #D32F2F; }
  ul.products li.product .product-sale, ul.products li.product-item .product-sale, ul.products .product-cart-button .product-sale {
    background: #D32F2F;
    position: absolute;
    left: 60px;
    top: 6px; }
    ul.products li.product .product-sale span.onsale, ul.products li.product-item .product-sale span.onsale, ul.products .product-cart-button .product-sale span.onsale {
      font-family: "Montserrat";
      width: 50px;
      height: auto;
      border-radius: 0px;
      font-family: "Montserrat";
      letter-spacing: 1.2px;
      font-weight: 300; }

nav.woocommerce-pagination ul.page-numbers {
  border: none; }
  nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 0px 5px;
    display: inline-block;
    background: #D32F2F; }
    nav.woocommerce-pagination ul.page-numbers li a, nav.woocommerce-pagination ul.page-numbers li span {
      display: inline-block;
      color: #fafafa;
      padding: 10px 15px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-weight: 500; }
      nav.woocommerce-pagination ul.page-numbers li a:hover, nav.woocommerce-pagination ul.page-numbers li span:hover {
        background: #fafafa;
        color: #D32F2F; }

.product-cart-button .atc-text, .product-thumbnail .atc-text {
  margin-left: 6px; }

.product-thumbnail {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  padding: 10px;
  margin-top: 10px; }
  .product-thumbnail .gamez-cart-button, .product-thumbnail .added_to_cart {
    font-family: "Montserrat";
    letter-spacing: 0.6px;
    background: transparent;
    color: #fafafa;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 0px;
    font-weight: 300;
    margin: 0; }
  .product-thumbnail .added_to_cart {
    padding: 6px 10px; }
  .product-thumbnail .product-thumbnail-wrapper {
    display: flex;
    padding: 0 30px; }

.cart-preloader {
  display: none; }
  .cart-preloader #loading-center-absolute {
    position: absolute;
    left: 23px;
    right: 0;
    top: 16px;
    text-align: center;
    display: flex;
    justify-content: center; }
  .cart-preloader .object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
  .cart-preloader #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite; }
  .cart-preloader #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  .cart-preloader #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0); } }

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0); } }

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0); } }

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }

/*
* 1.2 = cart page styling
* ========================
*/
.shop_table.cart td.product-thumbnail {
  position: relative;
  margin-top: 0px;
  padding: 0; }
  .shop_table.cart td.product-thumbnail a img {
    width: 100px; }

.shop_table.cart input[type="submit"], .shop_table.cart input[type="submit"]:disabled {
  background: #D32F2F !important;
  color: #fafafa !important;
  border-radius: 0px;
  padding: 16px;
  transition: all 0.4s ease; }
  .shop_table.cart input[type="submit"]:hover, .shop_table.cart input[type="submit"]:disabled:hover {
    background: #fafafa !important;
    color: #D32F2F !important; }

.shop_table.cart .coupon input[name="coupon_code"] {
  width: 150px !important;
  padding-left: 8px !important;
  border: none !important; }

/*
* cart total table
* ================
*/
.cart-collaterals .wc-proceed-to-checkout a.button.alt {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px;
  background-color: #D32F2F; }
  .cart-collaterals .wc-proceed-to-checkout a.button.alt:hover {
    background: #fafafa;
    color: #D32F2F; }

.cart-collaterals .shipping-calculator-form select option {
  color: #000; }

.cart-collaterals .shipping-calculator-form button[name="calc_shipping"] {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 4px;
  border-radius: 0px;
  background-color: #D32F2F;
  color: #fafafa; }
  .cart-collaterals .shipping-calculator-form button[name="calc_shipping"]:hover {
    background: #fafafa;
    color: #D32F2F; }

/*
* 1.3 = Checkout page
* =====================
*/
form[name="checkout"] .select2-choice {
  border-radius: 0px;
  padding: 7px 15px;
  background: transparent;
  color: #fafafa; }

form[name="checkout"] .select2-search input[type="text"] {
  color: #fafafa; }

.woocommerce-checkout-review-order-table {
  border: solid 1px white; }

/*
  * 1.4 = my-account
  * Login page styling
  * My account page styling
  * =====================
  */
.woocommerce .myaccount_user {
  line-height: 2;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px; }

.woocommerce .myaccount_address {
  line-height: 2;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px; }

.woocommerce div.addresses {
  font-size: 16px;
  letter-spacing: 1px; }

.woocommerce form.login {
  border-radius: 0px;
  border-color: #D32F2F;
  border: none;
  padding-left: 0px; }
  .woocommerce form.login label {
    font-weight: 400;
    letter-spacing: 1px; }
  .woocommerce form.login input[type="submit"] {
    border-radius: 0px;
    background-color: #D32F2F;
    color: #fafafa;
    padding: 15px 30px;
    margin: 20px 20px 13px 0px; }
    .woocommerce form.login input[type="submit"]:hover {
      background-color: #fafafa;
      color: #D32F2F; }

.single-product .product-featured-image-wrapper {
  display: none; }

@media (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%; } }

.product-page .woocommerce-message {
  position: absolute !important;
  z-index: 1;
  width: 100% !important;
  left: 0;
  top: 26px; }

div.quantity {
  float: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  div.quantity input[type="number"] {
    background: transparent;
    color: #fafafa;
    border: solid 1px #fafafa; }

.product-type-variable .product-information {
  margin-top: -230px; }

.product-type-variable form.cart {
  margin-bottom: 20px; }

.product-information {
  margin-top: -170px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat"; }
  .product-information .product-title {
    text-align: left; }
    @media (max-width: 768px) {
      .product-information .product-title {
        text-align: center; } }
    .product-information .product-title h1 {
      margin-bottom: 0;
      color: #fafafa; }
    .product-information .product-title .woocommerce-product-rating {
      margin-bottom: 0px; }
      .product-information .product-title .woocommerce-product-rating .woocommerce-review-link {
        display: none; }
    .product-information .product-title .product-onsale {
      margin-top: -7px; }
      .product-information .product-title .product-onsale span.gamez-onsale {
        display: inline-block;
        background: #D32F2F;
        color: #fafafa;
        padding: 5px 10px; }
      .product-information .product-title .product-onsale span.gamez-onsale-text {
        display: inline-block;
        color: #fafafa;
        padding: 2px 0px;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        color: #D32F2F; }
  .product-information .product-price {
    border-left: solid 1px rgba(250, 250, 250, 0.7);
    border-right: solid 1px rgba(250, 250, 250, 0.7); }
    @media (max-width: 768px) {
      .product-information .product-price {
        text-align: center;
        padding: 10px 0px;
        margin: 20px 0px;
        border-left: none;
        border-right: none;
        border-top: solid 1px rgba(250, 250, 250, 0.5);
        border-bottom: solid 1px rgba(250, 250, 250, 0.5); } }
    .product-information .product-price div[itemprop="offers"] p {
      color: #fbbc05;
      margin-bottom: 15px; }
    .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap div.quantity {
      float: none;
      -webkit-user-select: none;
      /* Chrome all / Safari all */
      -moz-user-select: none;
      /* Firefox all */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none;
      /* Likely future */ }
      .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap div.quantity input[type="number"] {
        background: transparent;
        color: rgba(250, 250, 250, 0.7);
        border: solid 1px rgba(250, 250, 250, 0.7); }
      .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap div.quantity .fa {
        color: rgba(250, 250, 250, 0.7); }
    .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap .single_add_to_cart_button {
      float: none;
      border-radius: 0px;
      margin: 12px 0px;
      padding: 12px 22px;
      background: #D32F2F;
      color: #fafafa;
      font-weight: bold;
      outline: 0;
      border: 0;
      transition: all 0.3s;
      text-transform: uppercase; }
      .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap .single_add_to_cart_button:hover {
        transition: all 0.3s;
        background: #fafafa;
        border: 0;
        color: #D32F2F; }
    .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap .button[disabled="disabled"] {
      border-radius: 0px;
      background-color: #D32F2F !important;
      color: #fafafa;
      margin: 12px 0px; }
    .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
      margin-bottom: 10px; }
      .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
        color: #D32F2F; }
        .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del, .product-information .product-price .single-product-buttons .single_add_to_cart_button_wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
          color: #D32F2F; }
    .product-information .product-price form.cart {
      margin-bottom: 0 !important; }
    .product-information .product-price form.variations_form {
      margin-bottom: 20px !important; }
      .product-information .product-price form.variations_form table.variations tr {
        display: flex;
        align-items: center; }
      .product-information .product-price form.variations_form table.variations tbody td {
        border-top: none !important;
        border-bottom: none !important; }
      .product-information .product-price form.variations_form table.variations td.label {
        vertical-align: -webkit-baseline-middle;
        vertical-align: -moz-baseline-middle;
        vertical-align: -baseline-middle;
        padding: 0; }
        .product-information .product-price form.variations_form table.variations td.label label {
          font-weight: normal;
          margin-bottom: 0px;
          font-size: 13px; }
      .product-information .product-price form.variations_form table.variations td.value select {
        background: transparent;
        padding: 5px; }
        .product-information .product-price form.variations_form table.variations td.value select:focus {
          outline: none; }
        .product-information .product-price form.variations_form table.variations td.value select option {
          background: transparent;
          color: #000; }
  .product-information .col-md-4 {
    font-family: "Montserrat"; }
    .product-information .col-md-4 p,
    .product-information .col-md-4 a {
      font-family: "Montserrat"; }
    .product-information .col-md-4 .star-rating {
      color: #fbbc05;
      margin-right: 10px; }
    .product-information .col-md-4 a {
      color: #fafafa; }
  .product-information .product-category {
    text-align: right; }
    @media (max-width: 768px) {
      .product-information .product-category {
        text-align: center; } }
    .product-information .product-category .single-product-navigation {
      margin-bottom: 15px; }
      .product-information .product-category .single-product-navigation .product-previous, .product-information .product-category .single-product-navigation .product-next {
        display: inline-block;
        padding: 5px 10px;
        text-align: center;
        margin: 0px 2px;
        font-size: 18px;
        background: #D32F2F;
        color: #fafafa; }
    .product-information .product-category .product_meta {
      font-size: 18px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product-information .product-category .product_meta span {
        color: #fafafa;
        margin: 5px 0px;
        display: block; }
        .product-information .product-category .product_meta span > span {
          display: inline; }
      .product-information .product-category .product_meta span.sku_wrapper {
        display: block; }
      .product-information .product-category .product_meta a {
        color: #fafafa;
        font-size: 18px;
        color: rgba(250, 250, 250, 0.7); }
        .product-information .product-category .product_meta a:hover {
          color: #D32F2F; }

.product-short-info .product-short-info-wrapper {
  margin: 30px 0px 50px; }
  .product-short-info .product-short-info-wrapper div[itemprop="description"] {
    font-family: "Montserrat";
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 2;
    padding: 0px 1%;
    text-align: center; }
    @media (min-width: 769px) {
      .product-short-info .product-short-info-wrapper div[itemprop="description"] {
        padding: 0px 150px; } }

.product-information-tab {
  font-family: "Montserrat"; }
  .product-information-tab .woocommerce-tabs ul.tabs {
    text-align: center;
    box-shadow: inset 0px -2px 4px -2px #0a1324; }
    .product-information-tab .woocommerce-tabs ul.tabs:before {
      border-bottom: 0px; }
    .product-information-tab .woocommerce-tabs ul.tabs li, .product-information-tab .woocommerce-tabs ul.tabs li.active {
      background: transparent; }
      .product-information-tab .woocommerce-tabs ul.tabs li a, .product-information-tab .woocommerce-tabs ul.tabs li.active a {
        color: #fafafa;
        letter-spacing: 1px; }
        .product-information-tab .woocommerce-tabs ul.tabs li a:hover, .product-information-tab .woocommerce-tabs ul.tabs li.active a:hover {
          color: #fafafa; }
    .product-information-tab .woocommerce-tabs ul.tabs li {
      text-transform: uppercase;
      border-radius: 0px;
      border: none;
      border-right: solid 1px #fafafa; }
      .product-information-tab .woocommerce-tabs ul.tabs li a {
        color: rgba(250, 250, 250, 0.5); }
      .product-information-tab .woocommerce-tabs ul.tabs li:before, .product-information-tab .woocommerce-tabs ul.tabs li:after {
        content: '';
        border: none;
        position: initial;
        display: none; }
      .product-information-tab .woocommerce-tabs ul.tabs li:last-child {
        border-right: none; }
  .product-information-tab .woocommerce-tabs div.panel {
    background: transparent; }
    .product-information-tab .woocommerce-tabs div.panel #reviews #comments h2 {
      text-align: center;
      margin-bottom: 20px; }
    .product-information-tab .woocommerce-tabs div.panel #reviews #comments .commentlist {
      padding: 0; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #comments .commentlist li div {
        border-radius: 0px; }
        .product-information-tab .woocommerce-tabs div.panel #reviews #comments .commentlist li div img {
          padding: 1px;
          width: 40px; }
        .product-information-tab .woocommerce-tabs div.panel #reviews #comments .commentlist li div .comment-text {
          padding: 14px 20px; }
          .product-information-tab .woocommerce-tabs div.panel #reviews #comments .commentlist li div .comment-text div[itemprop="reviewRating"] {
            color: #fbbc05; }
          .product-information-tab .woocommerce-tabs div.panel #reviews #comments .commentlist li div .comment-text p.meta {
            color: #fafafa; }
    .product-information-tab .woocommerce-tabs div.panel #reviews #comments .comment-text {
      padding: 0.3em 1em 1em; }
    .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form {
      margin: 35px 0px; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title {
        margin: 8px 0px 4px; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form-rating {
        margin-bottom: 5px; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-rating label {
        margin: 8px 0px; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-author,
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-email {
        display: inline-block;
        width: 48%; }
        .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-author label,
        .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-email label {
          display: block; }
        .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-author input,
        .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-email input {
          width: 100%;
          background: #0d172b; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-email {
        float: right; }
        .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-email label {
          text-align: left; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-comment label {
        margin: 0px 0px 8px; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-comment textarea {
        background: #0d172b; }
      .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .form-submit {
        margin-top: 20px; }
        .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .form-submit input[type="submit"] {
          border-radius: 0px;
          background-color: #D32F2F;
          color: #fafafa; }
  .product-information-tab .related h2 {
    margin-bottom: 40px;
    text-align: left; }

.quantity input[type='number']::-webkit-inner-spin-button,
.quantity input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.quantity input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

.quantity input[type="number"] {
  border: none;
  border-radius: 0px;
  padding: 8px;
  margin: 0;
  color: #000;
  background: rgba(250, 250, 250, 0.2); }

.quantity i.fa.fa-plus {
  padding: 10px;
  cursor: pointer; }

.quantity i.fa.fa-minus {
  padding: 10px;
  cursor: pointer; }

/**
 * Component: Card
 * --------------------------------------------------
 */
.gamez-review-archive {
  margin: 50px 0 70px; }

.review-archive {
  background-color: rgba(211, 47, 47, 0.1);
  margin-top: 30px;
  transition: box-shadow 0.3s; }
  .review-archive:hover {
    box-shadow: 0 0 20px 0 #D32F2F; }
    .review-archive:hover .gamez-play .triangle {
      stroke-dashoffset: 0;
      opacity: 1;
      stroke: #D32F2F;
      z-index: 10; }
    .review-archive:hover .gamez-play .circle {
      stroke-dashoffset: 0;
      opacity: 1; }
  .review-archive .review-rating {
    color: #fbbc05; }

.review-archive-header {
  position: relative;
  background-size: cover;
  min-height: 150px; }
  .review-archive-header .gamez-video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .review-archive-header .gamez-play svg {
    height: 70px;
    width: 70px; }
  .review-archive-header:before {
    position: absolute;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 100%);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 100%);
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }

.review-archive-content {
  position: relative; }
  .review-archive-content .review-archive-thumbnail {
    float: left;
    width: 30%;
    position: relative;
    top: -60px;
    padding-left: 30px; }
    .review-archive-content .review-archive-thumbnail img {
      max-width: 100%;
      height: auto; }
  .review-archive-content .review-archive-details {
    float: left;
    width: 70%;
    padding: 0 30px 30px; }
    .review-archive-content .review-archive-details .review-archive-title {
      font-size: 20px;
      text-transform: uppercase; }
      .review-archive-content .review-archive-details .review-archive-title a {
        color: #fafafa;
        transition: color 0.3s; }
        .review-archive-content .review-archive-details .review-archive-title a:hover {
          color: #D32F2F;
          transition: color 0.3s; }
    .review-archive-content .review-archive-details .review-archive-genre a {
      color: #D32F2F;
      transition: color 0.3s; }
      .review-archive-content .review-archive-details .review-archive-genre a:hover {
        color: #fbbc05;
        transition: color 0.3s; }

.gamez-review-single .entry-header {
  position: relative;
  height: 528px;
  background-size: cover;
  justify-content: center;
  align-items: center; }
  .gamez-review-single .entry-header .gamez-video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .gamez-review-single .entry-header .gamez-video-link h3 {
      text-transform: uppercase;
      color: #fafafa; }
  .gamez-review-single .entry-header:before {
    background: -webkit-linear-gradient(to top, #12102b, rgba(211, 47, 47, 0.3));
    background: linear-gradient(to top, #12102b, rgba(211, 47, 47, 0.3));
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }

.gamez-review-single .review-imdb-rating {
  text-align: center;
  margin-top: 15px;
  text-align: center;
  display: flex;
  border: 1px solid rgba(250, 250, 250, 0.1);
  padding: 10px;
  align-items: center;
  justify-content: center; }
  .gamez-review-single .review-imdb-rating i {
    color: #e3b71e;
    margin: 0 5px; }
  .gamez-review-single .review-imdb-rating i, .gamez-review-single .review-imdb-rating h2 {
    font-size: 20px;
    display: inline-block; }
  .gamez-review-single .review-imdb-rating h2 {
    margin-left: 10px; }

.gamez-review-single .review-main-content {
  padding-top: 100px; }
  .gamez-review-single .review-main-content .entry-title {
    font-size: 42px;
    color: #fafafa;
    margin-top: 0;
    padding-bottom: 25px;
    text-transform: uppercase; }
  .gamez-review-single .review-main-content .review-info h5 {
    font-size: 12px;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: rgba(250, 250, 250, 0.5);
    margin-bottom: 5px; }
  .gamez-review-single .review-main-content .review-info h4 {
    font-family: "Nevis Bold";
    font-size: 18px;
    margin-top: 0;
    line-height: 20px; }
  .gamez-review-single .review-main-content .review-info div[class^="review-info-"] {
    padding-bottom: 10px; }
  .gamez-review-single .review-main-content .review-info .review-info-genre a {
    color: #fafafa;
    transition: color 0.3s; }
    .gamez-review-single .review-main-content .review-info .review-info-genre a:hover {
      color: #D32F2F;
      transition: color 0.3s; }
  .gamez-review-single .review-main-content .review-info .review-info-platform h5 {
    margin-bottom: 10px; }
  .gamez-review-single .review-main-content .review-info .review-info-platform [class^="flaticon-"]:before, .gamez-review-single .review-main-content .review-info .review-info-platform [class*=" flaticon-"]:before,
  .gamez-review-single .review-main-content .review-info .review-info-platform [class^="flaticon-"]:after, .gamez-review-single .review-main-content .review-info .review-info-platform [class*=" flaticon-"]:after {
    font-size: 27px; }
  .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container {
    width: 350px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(211, 47, 47, 0.1);
    margin: 10px 0;
    overflow: hidden; }
    .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-logo {
      padding-left: 20px; }
      .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-logo img {
        max-width: 80px;
        height: auto;
        max-height: 40px; }
    .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-price {
      font-family: "Nevis Bold"; }
    .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link {
      cursor: pointer;
      background: #D32F2F;
      padding: 20px;
      transition: all 0.3s; }
      .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link:hover {
        background: #fafafa;
        transition: all 0.3s; }
        .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link:hover a {
          transition: all 0.3s;
          color: #D32F2F; }
      .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link a {
        transition: all 0.3s;
        color: #fafafa;
        font-size: 24px; }
  .gamez-review-single .review-main-content .review-info-desc {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    border-bottom: 2px solid rgba(250, 250, 250, 0.1);
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 35px; }
  .gamez-review-single .review-main-content .review-content-tabs {
    padding: 90px; }
    @media screen and (max-width: 991px) {
      .gamez-review-single .review-main-content .review-content-tabs {
        padding: 70px 0; } }
    .gamez-review-single .review-main-content .review-content-tabs .nav-tabs {
      border-bottom: 3px solid #D32F2F; }
      .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li {
        margin-bottom: -3px; }
        .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li::after {
          content: "";
          border-right: 2px solid rgba(211, 47, 47, 0.5);
          border-top: 2px solid transparent;
          border-bottom: 2px solid transparent;
          position: absolute;
          width: 2px;
          height: 25px;
          right: 0;
          bottom: 10px;
          transition: all 250ms ease; }
        .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li:last-child:after {
          display: none; }
        .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li a {
          border-radius: 0;
          border: 0;
          color: #902340;
          font-family: "Nevis Bold";
          font-size: 14px;
          padding: 10px 0;
          margin: 0 40px;
          line-height: 26px;
          text-transform: uppercase;
          transition: color .25s; }
          .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li a:hover {
            background-color: transparent;
            border: 0;
            color: #D32F2F;
            transition: color .25s; }
            .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li a:hover::after {
              transform: scale(1); }
          .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li a::after {
            content: "";
            border-bottom: 3px solid #D32F2F;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 3px;
            transition: all 250ms ease;
            transform: scale(0); }
      .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a, .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:focus, .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:hover {
        color: #D32F2F;
        line-height: 26px;
        cursor: default;
        background-color: transparent;
        border: 0; }
        .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a::after, .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:focus::after, .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:hover::after {
          transform: scale(1); }
    .gamez-review-single .review-main-content .review-content-tabs .tab-content {
      padding-top: 35px; }
  .gamez-review-single .review-main-content .review-verdict {
    background-size: cover !important;
    margin-top: 50px;
    position: relative;
    border: 3px solid #D32F2F; }
    .gamez-review-single .review-main-content .review-verdict:before {
      background: rgba(18, 16, 43, 0.75);
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute; }
    .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .shape {
      position: relative;
      top: -100px; }
      .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .shape .rating-text {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fafafa;
        transform: translate(-50%, -50%); }
        .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .shape .rating-text h2 {
          font-size: 65px; }
        .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .shape .rating-text h3 {
          font-size: 16px;
          letter-spacing: 0.05em;
          text-transform: uppercase; }
        .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .shape .rating-text h2, .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .shape .rating-text h3 {
          text-align: center;
          padding: 0;
          margin: 0; }
    .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .outer-border {
      width: 180px;
      height: 200px;
      position: relative;
      margin: 0 auto;
      background-color: #D32F2F;
      -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
      .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .outer-border:before {
        content: "";
        display: block;
        width: 175px;
        height: 195px;
        background-color: #12102b;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
      .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .outer-border:after {
        content: "";
        display: block;
        width: 160px;
        height: 180px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        background-color: #D32F2F; }
    .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .inner-border {
      width: 145px;
      height: 165px;
      position: absolute;
      display: table;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      background-color: #12102b;
      -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
    .gamez-review-single .review-main-content .review-verdict .review-verdict-text {
      padding: 90px;
      margin-top: -100px;
      margin-bottom: 50px; }
      @media screen and (max-width: 991px) {
        .gamez-review-single .review-main-content .review-verdict .review-verdict-text {
          padding: 20px; } }
      .gamez-review-single .review-main-content .review-verdict .review-verdict-text h4 {
        text-transform: uppercase;
        color: #D32F2F;
        font-size: 20px;
        padding-bottom: 10px; }
      .gamez-review-single .review-main-content .review-verdict .review-verdict-text ul {
        padding-left: 5px; }
      .gamez-review-single .review-main-content .review-verdict .review-verdict-text .review-verdict-positive li {
        list-style: none;
        padding-bottom: 7px; }
        .gamez-review-single .review-main-content .review-verdict .review-verdict-text .review-verdict-positive li:before {
          font-family: "FontAwesome";
          content: "\f087";
          padding-right: 10px; }
      .gamez-review-single .review-main-content .review-verdict .review-verdict-text .review-verdict-negative li {
        list-style: none;
        padding-bottom: 7px; }
        .gamez-review-single .review-main-content .review-verdict .review-verdict-text .review-verdict-negative li:before {
          font-family: "FontAwesome";
          content: "\f088";
          padding-right: 10px; }
  .gamez-review-single .review-main-content .entry-social-share {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    border-bottom: 1px solid rgba(250, 250, 250, 0.1); }

.gamez-review-single .review-layout-2 .review-info-deals {
  margin-top: 40px; }

.gamez-review-single .review-layout-2 .btn-review {
  background: #D32F2F;
  border-color: #D32F2F;
  border-radius: 0;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 30px 0;
  display: inline-block;
  font-weight: 700; }
  .gamez-review-single .review-layout-2 .btn-review:hover {
    background: #fff;
    color: #D32F2F;
    border-color: #fff;
    transition: all 0.3s ease; }

@media (max-width: 767px) {
  .gamez-tab .elementor-tabs .elementor-tabs-wrapper {
    display: block; }
  .gamez-tab .elementor-tabs .elementor-tab-mobile-title {
    display: none; }
  .gamez-tab .elementor-tabs .elementor-active {
    display: none; } }

.video-archive {
  margin-top: 50px; }
  .video-archive .video-archive-header {
    position: relative; }
    .video-archive .video-archive-header .gamez-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .video-archive .video-archive-header:before {
      content: '';
      position: absolute;
      background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 100%);
      background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 100%);
      background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 100%);
      height: 100%;
      width: 100%; }
  .video-archive .video-archive-content .video-archive-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fafafa;
    transition: 0.3s; }
    .video-archive .video-archive-content .video-archive-title:hover {
      color: #D32F2F;
      transition: 0.3s; }

.video-single-header {
  height: 400px;
  background-position: center top;
  position: relative;
  z-index: -2; }
  .video-single-header:before {
    background: -moz-linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 20%, rgba(18, 16, 43, 0.15) 20%, rgba(18, 16, 43, 0.1) 100%);
    background: -webkit-linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 20%, rgba(18, 16, 43, 0.15) 20%, rgba(18, 16, 43, 0.1) 100%);
    background: -ms-linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 20%, rgba(18, 16, 43, 0.15) 20%, rgba(18, 16, 43, 0.1) 100%);
    background: linear-gradient(to top, rgba(18, 16, 43, 0.6) 0%, rgba(18, 16, 43, 0.6) 20%, rgba(18, 16, 43, 0.15) 20%, rgba(18, 16, 43, 0.1) 100%);
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }

.video-single {
  margin-top: -60px; }
  .video-single .video-single-title {
    text-transform: uppercase;
    margin-bottom: 67px;
    margin-top: 12px;
    color: #fafafa; }
  .video-single .video-single-content {
    margin-top: 30px; }
  .video-single .video-single-gallery .video-gallery-item {
    position: relative;
    padding: 10px 0; }
    .video-single .video-single-gallery .video-gallery-item .gamez-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 5; }
    .video-single .video-single-gallery .video-gallery-item:before {
      content: '';
      background: #D32F2F;
      position: absolute;
      height: 100%;
      width: 95%;
      top: 0;
      left: 2.5%;
      z-index: -1; }
    .video-single .video-single-gallery .video-gallery-item:after {
      content: '';
      position: absolute;
      bottom: 9px;
      width: 90px;
      left: 50%;
      margin-left: -45px;
      border-bottom: 6px solid #D32F2F !important;
      border-left: 10px solid transparent !important;
      border-right: 10px solid transparent !important; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab .looading {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader {
  margin: 0 auto; }

@-webkit-keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(211, 47, 47, 0.5); }
  50% {
    transform: rotate(145deg);
    opacity: 1; }
  to {
    transform: rotate(-320deg);
    opacity: 0; } }

@-moz-keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(211, 47, 47, 0.5); }
  50% {
    transform: rotate(145deg);
    opacity: 1; }
  to {
    transform: rotate(-320deg);
    opacity: 0; } }

@-ms-keyframes spin-pulse {
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(211, 47, 47, 0.5); }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader 50% {
    transform: rotate(145deg);
    opacity: 1; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader to {
    transform: rotate(-320deg);
    opacity: 0; } }

@-o-keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(211, 47, 47, 0.5); }
  50% {
    transform: rotate(145deg);
    opacity: 1; }
  to {
    transform: rotate(-320deg);
    opacity: 0; } }

@keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(211, 47, 47, 0.5); }
  50% {
    transform: rotate(145deg);
    opacity: 1; }
  to {
    transform: rotate(-320deg);
    opacity: 0; } }

@-webkit-keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    transform: rotate(180deg);
    opacity: 1.0; }
  to {
    transform: rotate(360deg);
    opacity: 0.2; } }

@-moz-keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    transform: rotate(180deg);
    opacity: 1.0; }
  to {
    transform: rotate(360deg);
    opacity: 0.2; } }

@-ms-keyframes spin-right {
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader from {
    transform: rotate(0deg);
    opacity: 0.2; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader 50% {
    transform: rotate(180deg);
    opacity: 1.0; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader to {
    transform: rotate(360deg);
    opacity: 0.2; } }

@-o-keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    transform: rotate(180deg);
    opacity: 1.0; }
  to {
    transform: rotate(360deg);
    opacity: 0.2; } }

@keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2; }
  50% {
    transform: rotate(180deg);
    opacity: 1.0; }
  to {
    transform: rotate(360deg);
    opacity: 0.2; } }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader .outer {
    border: 5px solid #D32F2F;
    opacity: .9;
    border-right-color: transparent;
    border-left-color: transparent;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgba(211, 47, 47, 0.5);
    -moz-box-shadow: 1px 1px 10px rgba(211, 47, 47, 0.5);
    box-shadow: 1px 1px 10px rgba(211, 47, 47, 0.5);
    -webkit-animation: spin-pulse 1s 3;
    -moz-animation: spin-pulse 1s 3;
    -ms-animation: spin-pulse 1s 3;
    -o-animation: spin-pulse 1s 3;
    animation: spin-pulse 1s 3; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab #ajaxloader .inner {
    border: 5px solid #D32F2F;
    opacity: .9;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgba(211, 47, 47, 0.5);
    -moz-box-shadow: 1px 1px 10px rgba(211, 47, 47, 0.5);
    box-shadow: 1px 1px 10px rgba(211, 47, 47, 0.5);
    position: relative;
    top: -40px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-animation: spin-right .5s 3;
    -moz-animation: spin-right .5s 3;
    -ms-animation: spin-right .5s 3;
    -o-animation: spin-right .5s 3;
    animation: spin-right .5s 3; }

body.bbpress {
  background-color: #1a173e; }

.page #bbpress-forums {
  padding: 25px;
  background-color: #1a173e; }

#bbpress-forums {
  margin: 50px 0; }
  #bbpress-forums div.bbp-template-notice.info, #bbpress-forums .bbp-template-notice {
    margin-bottom: 30px;
    background-color: rgba(250, 250, 250, 0.1);
    color: #fafafa;
    border: 0;
    border-radius: 0;
    padding: 10px 20px; }
    #bbpress-forums div.bbp-template-notice.info p, #bbpress-forums .bbp-template-notice p {
      font-size: 14px; }
    #bbpress-forums div.bbp-template-notice.info a, #bbpress-forums .bbp-template-notice a {
      color: rgba(250, 250, 250, 0.6); }
      #bbpress-forums div.bbp-template-notice.info a:hover, #bbpress-forums .bbp-template-notice a:hover {
        color: rgba(250, 250, 250, 0.9); }
  #bbpress-forums .bbp-forum-title, #bbpress-forums .forum-titles {
    font-size: 16px;
    font-weight: 400; }
  #bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 13px; }
  #bbpress-forums .bbp-forums-list {
    border-left: 1px solid rgba(250, 250, 250, 0.2); }
    #bbpress-forums .bbp-forums-list li {
      font-size: 12px; }
  #bbpress-forums div.bbp-search-form {
    float: none; }
  #bbpress-forums #bbp-search-form {
    position: relative; }
    #bbpress-forums #bbp-search-form #bbp_search {
      width: 100%;
      -webkit-appearance: none;
      height: 46px; }
    #bbpress-forums #bbp-search-form #bbp_search_submit {
      position: absolute;
      right: -2px;
      top: -2px; }
  #bbpress-forums .bbp-form {
    font-size: 14px; }
  #bbpress-forums .bbp-forums {
    background: #1a173e; }
  #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 15px;
    border: 0; }
  #bbpress-forums .bbp-topics ul.sticky {
    background-color: rgba(250, 250, 250, 0.8) !important; }
  #bbpress-forums ul.bbp-forums li, #bbpress-forums ul.bbp-topics li {
    padding: 5px; }
  #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 0;
    overflow: hidden;
    padding: 8px 0; }
  #bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #1a173e; }
  #bbpress-forums li.bbp-header {
    border-bottom: 0;
    border-top: 0;
    background: #1a173e; }
    #bbpress-forums li.bbp-header .forum-titles {
      text-transform: uppercase; }
    #bbpress-forums li.bbp-header .forum-titles {
      margin: 20px 0;
      padding-bottom: 15px;
      border-bottom: 4px solid rgba(250, 250, 250, 0.2); }
  #bbpress-forums li.bbp-footer {
    background: #1a173e; }
  #bbpress-forums li.bbp-body ul:not(:last-child) {
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    margin-bottom: 20px;
    padding-bottom: 30px; }
  #bbpress-forums li.bbp-footer {
    border: 0; }
  #bbpress-forums .bbp-forums-list li {
    display: block; }
  #bbpress-forums p.bbp-topic-meta {
    font-size: 13px;
    color: rgba(250, 250, 250, 0.8); }
  #bbpress-forums .bbp-author-name {
    color: rgba(250, 250, 250, 0.5);
    text-transform: uppercase;
    margin-right: 5px; }
    #bbpress-forums .bbp-author-name:hover {
      color: #D32F2F; }
    #bbpress-forums .bbp-author-name::before {
      font-family: FontAwesome;
      content: "\f007";
      padding-right: 5px; }
  #bbpress-forums .bbp-topic-started-in a {
    margin-left: 5px;
    background-color: rgba(211, 47, 47, 0.7);
    padding: 2px 5px;
    color: #fafafa;
    border-radius: 3px;
    font-size: 12px; }
    #bbpress-forums .bbp-topic-started-in a:hover {
      background-color: rgba(211, 47, 47, 0.9); }
  #bbpress-forums .bbp-author-avatar, #bbpress-forums .avatar {
    display: none; }
  #bbpress-forums .bbp-reply-author .bbp-author-avatar, #bbpress-forums .bbp-reply-author .avatar {
    display: block; }
  #bbpress-forums div.bbp-reply-header {
    background-color: rgba(250, 250, 250, 0.15);
    border: 0; }
  #bbpress-forums legend {
    color: #fafafa;
    text-align: center; }

.bbp-pagination-count {
  padding-top: 10px; }

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
  margin: 15px 0 15px; }

body.buddypress {
  background: #12102b; }

#buddypress {
  margin: 50px 0;
  padding: 0; }
  #buddypress a.button {
    background: none; }
  #buddypress .generic-button {
    margin: 15px 10px 0 0 !important; }
    #buddypress .generic-button a {
      padding: 7px 15px;
      background: rgba(211, 47, 47, 0.9);
      color: #fafafa;
      font-weight: bold;
      outline: 0;
      border: 0;
      transition: all 0.3s;
      margin-top: 5px; }
      #buddypress .generic-button a:hover {
        transition: all 0.3s;
        background: #D32F2F !important;
        border: 0 !important;
        color: #fafafa !important; }
  #buddypress div.item-list-tabs#subnav {
    margin: 15px 0 5px; }
  #buddypress ul.item-list {
    border-top: 2px solid rgba(250, 250, 250, 0.3); }
  #buddypress div.activity-type-tabs, #buddypress div.item-list-tabs#object-nav {
    border-bottom: 2px solid rgba(250, 250, 250, 0.3);
    z-index: -1; }
    #buddypress div.activity-type-tabs ul li a, #buddypress div.item-list-tabs#object-nav ul li a {
      font-weight: 700;
      padding: 10px;
      position: relative;
      color: rgba(250, 250, 250, 0.5); }
      #buddypress div.activity-type-tabs ul li a::after, #buddypress div.item-list-tabs#object-nav ul li a::after {
        content: "";
        background: #D32F2F;
        height: 5px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        transition: all 250ms ease;
        transform: scale(0);
        z-index: 100; }
      #buddypress div.activity-type-tabs ul li a:hover, #buddypress div.item-list-tabs#object-nav ul li a:hover {
        color: #fafafa; }
        #buddypress div.activity-type-tabs ul li a:hover::after, #buddypress div.item-list-tabs#object-nav ul li a:hover::after {
          transform: scale(1); }
    #buddypress div.activity-type-tabs ul li.selected a, #buddypress div.item-list-tabs#object-nav ul li.selected a {
      background: transparent;
      color: #fafafa; }
      #buddypress div.activity-type-tabs ul li.selected a::after, #buddypress div.item-list-tabs#object-nav ul li.selected a::after {
        transform: scale(1); }
    #buddypress div.activity-type-tabs ul #activity-mentions a::after, #buddypress div.item-list-tabs#object-nav ul #activity-mentions a::after {
      margin-bottom: -1px; }
  #buddypress .activity-header, #buddypress .comment-header {
    color: rgba(250, 250, 250, 0.7) !important; }
  #buddypress form#whats-new-form textarea, #buddypress div.activity-comments form textarea {
    background-color: #0d0c20; }
  #buddypress div.activity-comments form .ac-textarea {
    padding: 0;
    border: 0; }
  #buddypress .activity-content .activity-header {
    font-size: 15px; }
    #buddypress .activity-content .activity-header .activity-time-since {
      display: block;
      font-size: 13px; }
  #buddypress #activity-filter-select select, #buddypress #members-order-select select {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    background-size: 14px 14px;
    outline: 0;
    border: 1px solid rgba(250, 250, 250, 0.7);
    color: rgba(250, 250, 250, 0.7);
    padding: 5px 10px;
    width: 165px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-right: 30px;
    margin-bottom: 20px; }
  #buddypress .activity-type-tabs {
    background-color: #D32F2F; }
  #buddypress ul.item-list li {
    border: 0;
    padding: 20px 30px 30px;
    margin: 30px 0;
    background-color: #1a173e; }
  #buddypress .activity-list .activity-avatar {
    margin-top: 13px; }
  #buddypress .activity-list li.load-more {
    background: #D32F2F;
    text-transform: uppercase;
    border: 0; }
    #buddypress .activity-list li.load-more a {
      color: #fafafa; }
  #buddypress .button.acomment-reply, #buddypress .button.fav, #buddypress .button.delete-activity, #buddypress .button.unfav {
    border: none;
    border-bottom: 2px solid rgba(250, 250, 250, 0.7);
    color: rgba(250, 250, 250, 0.7);
    padding: 3px 0;
    margin: 5px 10px;
    transition: all 0.3s; }
    #buddypress .button.acomment-reply span, #buddypress .button.fav span, #buddypress .button.delete-activity span, #buddypress .button.unfav span {
      transition: all 0.3s; }
    #buddypress .button.acomment-reply:hover, #buddypress .button.fav:hover, #buddypress .button.delete-activity:hover, #buddypress .button.unfav:hover {
      background: none;
      border: none;
      color: #D32F2F;
      border-bottom: 2px solid #D32F2F;
      transition: all 0.3s; }
      #buddypress .button.acomment-reply:hover span, #buddypress .button.fav:hover span, #buddypress .button.delete-activity:hover span, #buddypress .button.unfav:hover span {
        transition: all 0.3s;
        background: none;
        color: #D32F2F; }
    #buddypress .button.acomment-reply span, #buddypress .button.fav span, #buddypress .button.delete-activity span, #buddypress .button.unfav span {
      padding: 0;
      background: none;
      color: rgba(250, 250, 250, 0.7); }
  #buddypress .button.acomment-reply::before {
    font-family: FontAwesome;
    content: "\f0e5";
    padding-right: 5px; }
  #buddypress .button.fav::before {
    font-family: FontAwesome;
    content: "\f08a";
    padding-right: 5px; }
  #buddypress .button.delete-activity::before, #buddypress .button.unfav::before {
    font-family: FontAwesome;
    content: "\f00d";
    padding-right: 5px; }
  #buddypress div.activity-meta a {
    padding: 0; }
  #buddypress .profile .bp-widget {
    margin-top: 40px; }
  #buddypress .profile h4 {
    text-transform: uppercase; }
  #buddypress table.profile-fields tr.alt td, #buddypress table.profile-settings tr.alt td, #buddypress table.wp-profile-fields tr.alt td {
    background: transparent; }
  #buddypress table.profile-fields thead tr, #buddypress table.profile-settings thead tr, #buddypress table.wp-profile-fields thead tr {
    background: transparent; }
  #buddypress table.profile-fields {
    margin-top: 20px; }
    #buddypress table.profile-fields tr.alt td {
      background: transparent; }
    #buddypress table.profile-fields tr td.label {
      display: block;
      font-size: 14px;
      text-align: left;
      border-right: none;
      width: 100%;
      line-height: normal;
      border: 0;
      padding: 15px; }
    #buddypress table.profile-fields tr td {
      border: 0;
      padding: 10px 15px; }
  #buddypress div.dir-search input[type=text], #buddypress li.groups-members-search input[type=text] {
    padding: 4px 10px; }
  #buddypress div.item-list-tabs#object-nav li a::after {
    margin-bottom: -1px; }
  #buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li a {
    color: rgba(250, 250, 250, 0.5);
    font-weight: 700;
    transition: color 0.3s; }
    #buddypress div.item-list-tabs ul li a:hover, #buddypress div.item-list-tabs ul li a:hover {
      color: #fafafa;
      transition: color 0.3s; }
  #buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    background-color: transparent;
    color: #fafafa; }

/*--------------------------------------------------------------
/* Edit Link
/*--------------------------------------------------------------*/
footer.entry-footer .edit-link {
  display: block;
  margin-top: 20px; }
  footer.entry-footer .edit-link .post-edit-link, footer.entry-footer .edit-link .vc_inline-link {
    margin-right: 20px;
    padding: 7px 18px;
    background: rgba(211, 47, 47, 0.9);
    color: #fafafa;
    transition: all 0.3s; }
    footer.entry-footer .edit-link .post-edit-link:hover, footer.entry-footer .edit-link .vc_inline-link:hover {
      transition: all 0.3s;
      background: #D32F2F;
      border: 0;
      color: #fafafa; }

/*--------------------------------------------------------------
/* Breadcrumbs
/*--------------------------------------------------------------*/
.breadcrumb {
  background-color: #1a173e;
  margin-bottom: 0;
  border-radius: 0; }

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  color: rgba(250, 250, 250, 0.5); }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    #breadcrumbs li a {
      transition: color 0.3s;
      color: #fafafa; }
      #breadcrumbs li a:hover {
        transition: color 0.3s;
        color: #D32F2F; }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: rgba(250, 250, 250, 0.3); }

/*--------------------------------------------------------------
/* Site Footer
/*--------------------------------------------------------------*/
footer.site-footer {
  color: rgba(250, 250, 250, 0.8);
  background-color: #22252b; }
  footer.site-footer .footer-main {
    padding-top: 70px; }
    footer.site-footer .footer-main .footer-widget-content {
      margin-right: 10px;
      padding-right: 60px;
      padding-bottom: 30px;
      border-right: 1px solid rgba(250, 250, 250, 0.15); }
      footer.site-footer .footer-main .footer-widget-content h4 {
        line-height: 1.5;
        margin-top: 30px;
        font-size: 17px; }
    footer.site-footer .footer-main .gamez-mailchimp {
      margin-top: 15px; }
      footer.site-footer .footer-main .gamez-mailchimp input {
        text-align: left;
        background-color: rgba(250, 250, 250, 0.1);
        padding: 22px;
        width: 80%;
        display: inline-block; }
      footer.site-footer .footer-main .gamez-mailchimp .gamez-btn {
        display: inline-block;
        padding: 11px; }
    footer.site-footer .footer-main .widget {
      background: none;
      padding: 0; }
    footer.site-footer .footer-main .widget-title {
      font-size: 18px;
      color: #fafafa;
      line-height: 32px;
      text-transform: uppercase;
      border-bottom: 0;
      margin: 0;
      padding: 0 0 30px 0; }
    footer.site-footer .footer-main ul {
      padding: 0; }
      footer.site-footer .footer-main ul li {
        list-style: none; }
        footer.site-footer .footer-main ul li:before {
          display: none; }
    footer.site-footer .footer-main .footer-bottom-widget, footer.site-footer .footer-main .footer-top-widget {
      padding: 20px 0; }
      footer.site-footer .footer-main .footer-bottom-widget li, footer.site-footer .footer-main .footer-top-widget li {
        display: inline-block;
        padding-right: 15px; }
        footer.site-footer .footer-main .footer-bottom-widget li a, footer.site-footer .footer-main .footer-top-widget li a {
          color: #fafafa;
          transition: color 0.3s; }
          footer.site-footer .footer-main .footer-bottom-widget li a:hover, footer.site-footer .footer-main .footer-top-widget li a:hover {
            transition: color 0.3s;
            color: #D32F2F; }
  footer.site-footer .tagcloud a {
    color: #fafafa;
    padding-right: 5px; }
    footer.site-footer .tagcloud a:hover {
      text-decoration: none; }
  footer.site-footer .footer-logo {
    margin-bottom: 40px; }
  footer.site-footer .site-info {
    background-color: #0a0a0a;
    padding: 20px 0;
    color: white;
    line-height: 32px; }
    footer.site-footer .site-info .footer-logo {
      margin-bottom: 20px;
      text-align: center; }
      footer.site-footer .site-info .footer-logo img {
        display: inline-block; }
    footer.site-footer .site-info .tx-credit a {
      color: rgba(250, 250, 250, 0.7);
      transition: color 0.3s; }
      footer.site-footer .site-info .tx-credit a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  footer.site-footer .site-info.variation-2 {
    padding: 50px 0; }

footer.site-footer.footer-3 {
  color: rgba(250, 250, 250, 0.8);
  background-color: #D32F2F; }
  footer.site-footer.footer-3 .footer-main {
    padding: 70px 0 50px; }
    footer.site-footer.footer-3 .footer-main .footer-widget-content {
      margin-right: 10px;
      padding-right: 60px;
      padding-bottom: 30px;
      border-right: 1px solid rgba(250, 250, 250, 0.15); }
      footer.site-footer.footer-3 .footer-main .footer-widget-content h4 {
        line-height: 1.5;
        margin-top: 30px;
        font-size: 17px; }
    footer.site-footer.footer-3 .footer-main .gamez-mailchimp {
      margin-top: 15px; }
      footer.site-footer.footer-3 .footer-main .gamez-mailchimp input {
        text-align: left;
        background-color: rgba(250, 250, 250, 0.1);
        padding: 22px;
        width: 80%;
        display: inline-block; }
      footer.site-footer.footer-3 .footer-main .gamez-mailchimp .gamez-btn {
        display: inline-block;
        padding: 11px; }
    footer.site-footer.footer-3 .footer-main .widget {
      background: none;
      padding: 0;
      margin: 0; }
    footer.site-footer.footer-3 .footer-main .widget-title {
      font-size: 18px;
      color: #fafafa;
      line-height: 32px;
      text-transform: uppercase;
      border-bottom: 0;
      margin: 0;
      padding: 0 0 30px 0; }
    footer.site-footer.footer-3 .footer-main ul {
      padding: 0; }
      footer.site-footer.footer-3 .footer-main ul li {
        list-style: none; }
        footer.site-footer.footer-3 .footer-main ul li:before {
          display: none; }
    footer.site-footer.footer-3 .footer-main .footer-bottom-widget, footer.site-footer.footer-3 .footer-main .footer-top-widget {
      padding: 20px 0 10px; }
      footer.site-footer.footer-3 .footer-main .footer-bottom-widget li, footer.site-footer.footer-3 .footer-main .footer-top-widget li {
        display: inline-block;
        padding-right: 15px; }
        footer.site-footer.footer-3 .footer-main .footer-bottom-widget li a, footer.site-footer.footer-3 .footer-main .footer-top-widget li a {
          color: #fafafa;
          transition: color 0.3s; }
          footer.site-footer.footer-3 .footer-main .footer-bottom-widget li a:hover, footer.site-footer.footer-3 .footer-main .footer-top-widget li a:hover {
            transition: color 0.3s;
            color: #D32F2F; }
  footer.site-footer.footer-3 .tagcloud a {
    color: #fafafa;
    padding-right: 5px; }
    footer.site-footer.footer-3 .tagcloud a:hover {
      text-decoration: none; }
  footer.site-footer.footer-3 .footer-logo {
    margin-bottom: 15px; }
  footer.site-footer.footer-3 .site-info {
    background-color: #0a0a0a;
    padding: 20px 0;
    color: white;
    line-height: 32px; }
    footer.site-footer.footer-3 .site-info .footer-logo {
      margin-bottom: 20px;
      text-align: center; }
      footer.site-footer.footer-3 .site-info .footer-logo img {
        display: inline-block; }
    footer.site-footer.footer-3 .site-info .tx-credit a {
      color: rgba(250, 250, 250, 0.7);
      transition: color 0.3s; }
      footer.site-footer.footer-3 .site-info .tx-credit a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  footer.site-footer.footer-3 .site-info.variation-2 {
    padding: 50px 0; }

/*--------------------------------------------------
/* Back to top
/*-------------------------------------------------- */
#back-to-top.affix {
  bottom: 40px; }

#back-to-top {
  position: fixed;
  right: 20px;
  top: auto;
  z-index: 99999;
  bottom: -60px; }
  #back-to-top .btn {
    color: #fafafa;
    height: 40px;
    width: 40px;
    line-height: 1;
    padding: 0;
    text-align: center;
    border-color: #D32F2F;
    background-color: #D32F2F;
    border-radius: 0;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.35);
    transition: all 0.3s; }
    #back-to-top .btn:hover {
      color: #D32F2F;
      border-color: #fafafa;
      background-color: #fafafa; }
    #back-to-top .btn:active, #back-to-top .btn:focus {
      outline: 0; }
  #back-to-top i {
    font-size: 28px;
    line-height: 36px; }

/*
* Recent Post with thumbnail
*/
.gamez-recent-with-thumb {
  margin-top: 30px; }
  .gamez-recent-with-thumb .media figure {
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .gamez-recent-with-thumb .media figure a:before {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      opacity: 0;
      z-index: 1;
      background: rgba(211, 47, 47, 0.5);
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, rgba(211, 47, 47, 0.5), rgba(251, 188, 5, 0.5));
      background: linear-gradient(to right, rgba(211, 47, 47, 0.5), rgba(251, 188, 5, 0.5));
      transition: all 0.5s ease-in-out; }
    .gamez-recent-with-thumb .media figure img {
      transition: all 0.5s; }
  .gamez-recent-with-thumb .media:hover figure a:before {
    opacity: 1; }
  .gamez-recent-with-thumb .media:hover figure img {
    transform: scale(1.1); }
  .gamez-recent-with-thumb .media .media-left {
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      .gamez-recent-with-thumb .media .media-left {
        display: block;
        margin-bottom: 20px; } }
  .gamez-recent-with-thumb .media .media-body .media-heading {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px; }
    .gamez-recent-with-thumb .media .media-body .media-heading a {
      color: #fafafa;
      transition: color 0.3s; }
      .gamez-recent-with-thumb .media .media-body .media-heading a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  .gamez-recent-with-thumb .media .media-body .content-desc {
    color: #b0ace0; }
    .gamez-recent-with-thumb .media .media-body .content-desc .content-meta {
      margin: 10px 0;
      color: #fbbc05;
      text-transform: uppercase; }
      .gamez-recent-with-thumb .media .media-body .content-desc .content-meta span {
        margin-right: 7px; }
        .gamez-recent-with-thumb .media .media-body .content-desc .content-meta span a {
          color: #fbbc05;
          transition: color 0.3s; }
          .gamez-recent-with-thumb .media .media-body .content-desc .content-meta span a:hover {
            color: #D32F2F;
            transition: color 0.3s; }

/*
* Review Shortcode
*/
.gamez-review-item-grid {
  margin-bottom: 30px; }
  .gamez-review-item-grid .media {
    background-color: rgba(211, 47, 47, 0.15);
    transition: all 0.3s; }
    .gamez-review-item-grid .media .media-left figure {
      position: relative; }
      .gamez-review-item-grid .media .media-left figure:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        border-right: 6px solid #D32F2F !important;
        border-top: 10px solid transparent !important;
        border-bottom: 10px solid transparent !important;
        transform: rotate(180deg);
        opacity: 0;
        transition: all 0.3s; }
    .gamez-review-item-grid .media:hover {
      background-color: rgba(211, 47, 47, 0.25); }
      .gamez-review-item-grid .media:hover figure:after {
        opacity: 1; }
    @media all and (max-width: 480px) {
      .gamez-review-item-grid .media .media-left {
        display: block; } }
    .gamez-review-item-grid .media .media-left img {
      width: 130px; }
      @media all and (max-width: 480px) {
        .gamez-review-item-grid .media .media-left img {
          margin: 0 auto; } }
    .gamez-review-item-grid .media .media-body {
      position: relative;
      padding-left: 20px; }
      @media all and (max-width: 480px) {
        .gamez-review-item-grid .media .media-body {
          padding: 15px;
          margin-bottom: 30px; } }
      .gamez-review-item-grid .media .media-body .review-item-counter {
        font-size: 52px;
        line-height: 60px;
        font-weight: 300;
        padding-top: 20px;
        color: #D32F2F; }
      .gamez-review-item-grid .media .media-body .review-item-title {
        text-transform: uppercase; }
        .gamez-review-item-grid .media .media-body .review-item-title a {
          font-size: 20px;
          color: #fafafa;
          transition: color 0.3s; }
          .gamez-review-item-grid .media .media-body .review-item-title a:hover {
            color: #D32F2F;
            transition: color 0.3s; }
      .gamez-review-item-grid .media .media-body .review-item-meta {
        padding-bottom: 20px;
        padding-right: 50px; }
        .gamez-review-item-grid .media .media-body .review-item-meta span {
          color: #fbbc05;
          margin-right: 20px;
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 400; }
          .gamez-review-item-grid .media .media-body .review-item-meta span a {
            color: #fbbc05;
            transition: color 0.3s; }
            .gamez-review-item-grid .media .media-body .review-item-meta span a:hover {
              color: #D32F2F;
              transition: color 0.3s; }
      .gamez-review-item-grid .media .media-body .review-item-continue-btn a {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 10px 15px;
        color: #fafafa;
        font-size: 16px;
        background-color: #D32F2F;
        overflow: hidden;
        transition: all 0.3s; }
        .gamez-review-item-grid .media .media-body .review-item-continue-btn a:hover {
          color: #D32F2F;
          background-color: #fafafa; }

.full-width-carousel .review-carousel .owl-stage-outer {
  overflow: visible; }

.review-carousel .owl-stage-outer {
  overflow: visible; }
  .review-carousel .owl-stage-outer .owl-item:not(.active) {
    opacity: 0.3;
    pointer-events: none; }

.review-carousel .owl-nav.disabled {
  display: block; }

.review-carousel .owl-carousel-left, .review-carousel .owl-carousel-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.5);
  height: 50px;
  width: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 32px;
  line-height: 50px;
  transition: background-color 0.3s; }
  .review-carousel .owl-carousel-left:hover, .review-carousel .owl-carousel-right:hover {
    transition: background-color 0.3s;
    background-color: #D32F2F; }

.review-carousel .owl-carousel-right {
  right: 0; }

.owl-carousel .owl-item:nth-child(1) .animated {
  animation-delay: .05s; }

.owl-carousel .owl-item:nth-child(2) .animated {
  animation-delay: .15s; }

.owl-carousel .owl-item:nth-child(3) .animated {
  animation-delay: .25s; }

.owl-carousel .owl-item:nth-child(4) .animated {
  animation-delay: .35s; }

.owl-carousel .owl-item:nth-child(5) .animated {
  animation-delay: .45s; }

.owl-carousel .owl-item:nth-child(6) .animated {
  animation-delay: .55s; }

.owl-carousel .owl-item:nth-child(7) .animated {
  animation-delay: .65s; }

.owl-carousel .owl-item:nth-child(8) .animated {
  animation-delay: .75s; }

.owl-carousel .owl-item:nth-child(9) .animated {
  animation-delay: .85s; }

.owl-carousel .owl-item:nth-child(10) .animated {
  animation-delay: .95s; }

.owl-carousel .owl-item:nth-child(11) .animated {
  animation-delay: 1.05s; }

.owl-carousel .owl-item:nth-child(12) .animated {
  animation-delay: 1.15s; }

.owl-carousel .owl-item:nth-child(13) .animated {
  animation-delay: 1.25s; }

.owl-carousel .owl-item:nth-child(14) .animated {
  animation-delay: 1.35s; }

.owl-carousel .owl-item:nth-child(15) .animated {
  animation-delay: 1.45s; }

.gamez-review-item-grid.animated:nth-child(1) {
  animation-delay: .1s; }

.gamez-review-item-grid.animated:nth-child(2) {
  animation-delay: .2s; }

.gamez-review-item-grid.animated:nth-child(3) {
  animation-delay: .3s; }

.gamez-review-item-grid.animated:nth-child(4) {
  animation-delay: .4s; }

.gamez-review-item-grid.animated:nth-child(5) {
  animation-delay: .5s; }

.gamez-review-item-grid.animated:nth-child(6) {
  animation-delay: .6s; }

.gamez-review-item-grid.animated:nth-child(7) {
  animation-delay: .7s; }

.gamez-review-item-grid.animated:nth-child(8) {
  animation-delay: .8s; }

.gamez-review-item-grid.animated:nth-child(9) {
  animation-delay: .9s; }

.gamez-review-item-grid.animated:nth-child(10) {
  animation-delay: 1s; }

.gamez-review-item-grid.animated:nth-child(11) {
  animation-delay: 1.1s; }

.gamez-review-item-grid.animated:nth-child(12) {
  animation-delay: 1.2s; }

@media (max-width: 768px) {
  .gamez-review-item-grid .media .media-left figure img {
    width: 100%; } }

.gamez-review-item-carousel figure {
  position: relative; }
  .gamez-review-item-carousel figure img {
    transition: all 0.3s; }
  .gamez-review-item-carousel figure a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all 0.3s; }
    .gamez-review-item-carousel figure a i:before {
      font-size: 46px;
      text-align: center;
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 50%;
      color: #fafafa;
      transition: all 0.3s; }
    .gamez-review-item-carousel figure a i:hover:before {
      color: #D32F2F;
      transition: all 0.3s; }
  .gamez-review-item-carousel figure:hover img {
    transition: all 0.3s; }
  .gamez-review-item-carousel figure:hover a {
    transition: all 0.3s;
    opacity: 1;
    animation: bounce 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%); }
  .gamez-review-item-carousel figure:hover a {
    transition: all 0.3s;
    opacity: 1;
    animation: gamezBounce 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%); }

.gamez-review-item-carousel .review-item-title {
  text-transform: uppercase; }
  .gamez-review-item-carousel .review-item-title a {
    font-size: 20px;
    color: #fafafa;
    transition: color 0.3s; }
    .gamez-review-item-carousel .review-item-title a:hover {
      color: #D32F2F;
      transition: color 0.3s; }

.gamez-review-item-carousel .review-item-meta span {
  color: #fbbc05;
  margin-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400; }
  .gamez-review-item-carousel .review-item-meta span a {
    color: #fbbc05;
    transition: color 0.3s; }
    .gamez-review-item-carousel .review-item-meta span a:hover {
      color: #D32F2F;
      transition: color 0.3s; }

.vc_tta.vc_general .vc_tta-panel-body {
  overflow: visible !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important; }

.gamez-social-icons .icon-set {
  font-size: 18px;
  color: rgba(250, 250, 250, 0.5);
  margin-right: 15px; }

/*
* Featured product section
*/
.gamez-featured-product .gamez-featured-product-container {
  position: relative; }
  .gamez-featured-product .gamez-featured-product-container::before {
    content: "";
    position: absolute;
    background: #000000b8;
    width: 100%;
    height: 100%; }
  .gamez-featured-product .gamez-featured-product-container .product-header-image {
    z-index: 9; }

.gamez-featured-product .gamez-featured-product-wrapper {
  padding: 100px 0;
  text-align: right;
  display: flex; }
  @media (max-width: 768px) {
    .gamez-featured-product .gamez-featured-product-wrapper {
      display: block; } }
  .gamez-featured-product .gamez-featured-product-wrapper .product-header-image {
    width: 50%;
    text-align: center;
    position: relative;
    float: right; }
    @media (max-width: 768px) {
      .gamez-featured-product .gamez-featured-product-wrapper .product-header-image {
        width: 100%; } }
    .gamez-featured-product .gamez-featured-product-wrapper .product-header-image img {
      float: right;
      margin-right: 30px; }
      @media (max-width: 768px) {
        .gamez-featured-product .gamez-featured-product-wrapper .product-header-image img {
          float: none;
          margin-right: 0px;
          margin: 0px auto; } }
  .gamez-featured-product .gamez-featured-product-wrapper .query-product {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: left; }
    @media (max-width: 768px) {
      .gamez-featured-product .gamez-featured-product-wrapper .query-product {
        width: 100%; } }
    .gamez-featured-product .gamez-featured-product-wrapper .query-product .query-product-wrapper {
      max-width: 580px;
      padding: 0 30px; }
      @media (max-width: 768px) {
        .gamez-featured-product .gamez-featured-product-wrapper .query-product .query-product-wrapper {
          max-width: none;
          text-align: center; } }
    @media (max-width: 768px) {
      .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-rating {
        margin-top: 20px;
        text-align: center; }
        .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-rating .woocommerce-product-rating {
          display: inline-block; } }
    .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-rating .star-rating {
      color: #D32F2F; }
      .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-rating .star-rating:before {
        color: #D32F2F; }
    .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-rating .woocommerce-review-link {
      display: none; }
    .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-excerpt {
      margin-bottom: 10px;
      padding-right: 70px;
      color: #fafafa; }
      @media (max-width: 768px) {
        .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-excerpt {
          padding: 0px 50px; } }
    .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-title a {
      color: #fafafa;
      transition: color 0.3s;
      text-transform: uppercase; }
      .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-title a:hover {
        color: #D32F2F; }
    .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail {
      padding-left: 0px; }
      @media (max-width: 768px) {
        .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail {
          position: relative; } }
      @media (max-width: 768px) {
        .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail .product-thumbnail-wrapper {
          display: block; } }
      .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail a, .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail .added_to_cart {
        font-family: "Nevis Bold";
        background: #D32F2F;
        color: #fafafa;
        display: inline-block;
        padding: 15px 20px;
        border-radius: 0px;
        font-size: 16px;
        text-transform: uppercase;
        box-shadow: 0px 3px 7px 0px rgba(189, 30, 44, 0.38);
        letter-spacing: .2px; }
      .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail a {
        transition: all 0.4s ease; }
        .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail a:hover {
          background: #fafafa;
          color: #D32F2F; }
      .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail .added_to_cart {
        padding: 6px 10px; }

/**
* Recent product
*/
.gamez-product .gamez-bestselling-product-wrapper li.product-item .product-sale {
  left: 7px; }

.gamez-product .query-product {
  position: relative; }
  .gamez-product .query-product .product-header h2 {
    font-family: "Montserrat";
    margin-bottom: 27px;
    letter-spacing: 0.6px; }
  .gamez-product .query-product .owl-nav {
    position: absolute;
    right: 0;
    top: -50px; }
    .gamez-product .query-product .owl-nav .owl-carousel-left, .gamez-product .query-product .owl-nav .owl-carousel-right {
      display: inline-block;
      cursor: pointer;
      margin: 0px 5px;
      background: #D32F2F;
      color: #fafafa;
      padding: 5px 10px; }

.gamez-section-title-icon {
  padding-right: 10px; }

@media (max-width: 480px) {
  .gamez-recent-product .gamez-recent-product-wrapper .product-item img {
    height: 300px;
    overflow: hidden; } }

.gamez-slider-title, .gamez-slider-subtitle {
  color: #D32F2F !important; }

.gamez-nav .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(250, 250, 250, 0.2); }
  .gamez-nav .tp-bullet::before {
    content: '';
    display: block;
    width: 9px;
    height: 2px;
    background: rgba(250, 250, 250, 0.2);
    margin-top: 8px;
    margin-left: 17px;
    position: absolute; }
  .gamez-nav .tp-bullet:last-child::before {
    display: none; }

.gamez-nav .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #D32F2F;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.gamez-nav .tp-bullet:hover:after,
.gamez-nav .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.section-title {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 10px; }

.gamez-tab .vc_tta-tabs-list {
  border-bottom: 3px solid #D32F2F !important;
  margin-bottom: 30px !important; }

.gamez-tab .vc_tta-tab {
  font-weight: 500;
  padding: 0 !important;
  position: relative; }
  .gamez-tab .vc_tta-tab::after {
    content: "";
    display: block !important;
    border-right: 2px solid rgba(211, 47, 47, 0.5) !important;
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid transparent !important;
    position: absolute !important;
    width: 2px !important;
    height: 25px !important;
    right: 0 !important;
    bottom: 10px !important;
    transition: all 250ms ease; }
  .gamez-tab .vc_tta-tab:last-child:after {
    border: 0 !important; }
  .gamez-tab .vc_tta-tab > a {
    position: relative !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    margin: 0 35px;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #b0ace0 !important;
    font-family: "Nevis Bold";
    line-height: 26px;
    transition: all .25s; }
    .gamez-tab .vc_tta-tab > a:after {
      transition: all 0.25s; }
    .gamez-tab .vc_tta-tab > a:hover {
      background-color: transparent;
      color: #D32F2F !important;
      border: 0 !important;
      transition: all 0.25s; }
      .gamez-tab .vc_tta-tab > a:hover:after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        border-bottom: 3px solid #D32F2F !important;
        border-left: 3px solid transparent !important;
        border-right: 3px solid transparent !important;
        transition: all 0.25s; }
    .gamez-tab .vc_tta-tab > a:hover {
      background-color: transparent !important; }

.gamez-tab .vc_tta-tab.vc_active > a {
  color: #D32F2F !important;
  border-bottom: 3px solid #D32F2F !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  margin: 0 32px; }
  .gamez-tab .vc_tta-tab.vc_active > a:hover:after {
    display: none !important; }

.gamez-tab .vc_tta-panels {
  border: 0 !important;
  background-color: transparent !important; }
  .gamez-tab .vc_tta-panels .vc_tta-panel-body {
    padding: 0 !important;
    background-color: transparent !important; }

.gamez-tab .vc_tta-panel-heading {
  background-color: rgba(250, 250, 250, 0.05) !important;
  border: 0 !important;
  border-radius: 0 !important; }
  .gamez-tab .vc_tta-panel-heading h4 a {
    color: #fafafa !important; }

.gamez-tab .vc_tta-panel-body {
  border: 0 !important; }

.gamez-tab .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
  color: #D32F2F !important; }

.gamez-section-title-icon {
  color: #D32F2F !important; }

/**
elementor tab
*/
.gamez-tab .elementor-tabs-wrapper {
  border-bottom: 3px solid #D32F2F !important;
  margin-bottom: 30px !important; }

.gamez-tab .elementor-tab-title {
  font-weight: 500;
  padding: 0 !important;
  position: relative;
  border-width: 0 !important; }
  .gamez-tab .elementor-tab-title::after {
    content: "";
    display: block !important;
    border-right: 2px solid rgba(211, 47, 47, 0.5) !important;
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid transparent !important;
    position: absolute !important;
    width: 2px !important;
    height: 25px !important;
    right: 0 !important;
    bottom: 10px !important;
    transition: all 250ms ease; }
  .gamez-tab .elementor-tab-title:last-child:after {
    border: 0 !important; }
  .gamez-tab .elementor-tab-title > a {
    display: inline-block;
    position: relative !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    margin: 0 32px;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #b0ace0;
    font-family: "Nevis Bold";
    line-height: 26px;
    transition: all .25s;
    border-bottom: 3px solid transparent !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid transparent !important; }
    .gamez-tab .elementor-tab-title > a:after {
      transition: all 0.25s; }
    .gamez-tab .elementor-tab-title > a:hover {
      background-color: transparent;
      color: #D32F2F !important;
      border: 0 !important;
      transition: all 0.25s;
      border-bottom: 3px solid transparent !important;
      border-left: 3px solid transparent !important;
      border-right: 3px solid transparent !important; }
      .gamez-tab .elementor-tab-title > a:hover:after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        border-bottom: 3px solid #D32F2F !important;
        border-left: 3px solid transparent !important;
        border-right: 3px solid transparent !important;
        transition: all 0.25s; }
    .gamez-tab .elementor-tab-title > a:hover {
      background-color: transparent !important; }

.gamez-tab .elementor-tab-title.elementor-active {
  border: none; }
  .gamez-tab .elementor-tab-title.elementor-active > a {
    border: none;
    color: #D32F2F !important;
    border-bottom: 3px solid #D32F2F !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid transparent !important;
    margin: 0 32px; }
    .gamez-tab .elementor-tab-title.elementor-active > a:hover:after {
      display: none !important; }

.gamez-tab .elementor-tabs-content-wrapper {
  border: 0 !important;
  background-color: transparent !important; }
  .gamez-tab .elementor-tabs-content-wrapper .vc_tta-panel-body {
    padding: 0 !important;
    background-color: transparent !important; }

.gamez-tab .vc_tta-panel-heading {
  background-color: rgba(250, 250, 250, 0.05) !important;
  border: 0 !important;
  border-radius: 0 !important; }
  .gamez-tab .vc_tta-panel-heading h4 a {
    color: #fafafa !important; }

.gamez-tab .vc_tta-panel-body {
  border: 0 !important; }

.gamez-tab .elementor-tab-content {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important; }

.gamez-tab .elementor-tab-content.elementor-active .vc_tta-panel-heading h4 a {
  color: #D32F2F !important; }

.gamez-tab.elementor-element .elementor-tab-title {
  border-width: 0px !important; }

/* Background mode */
.light-mode {
  background-color: #fff;
  color: #1c2225;
  /*
  * Recent Post with thumbnail
  */ }
  .light-mode header.gamez-header-variation-1 {
    /* main menu */ }
    .light-mode header.gamez-header-variation-1 .gamez-main-nav {
      margin-bottom: 0px;
      background: transparent;
      border-radius: 0px;
      border: 0px;
      font-family: "Nevis Bold"; }
      .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a {
        color: #fafafa; }
        .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a:hover {
          color: #D32F2F; }
          .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a:hover:after {
            transform: scale(1); }
      .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active > a,
      .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent > a {
        background: transparent;
        color: #D32F2F; }
        .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active > a:hover,
        .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent > a:hover {
          color: #D32F2F; }
      .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active li.current_page_item.active,
      .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent li.current_page_item.active {
        background: #fafafa; }
        .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active li.current_page_item.active a,
        .light-mode header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent li.current_page_item.active a {
          color: #fafafa; }
  .light-mode .gamez-page-header:before {
    background: -webkit-linear-gradient(to top, rgba(211, 47, 47, 0.1), rgba(211, 47, 47, 0.6));
    background: linear-gradient(to top, rgba(211, 47, 47, 0.1), rgba(211, 47, 47, 0.6)); }
  .light-mode .post .entry-content {
    color: #5f6f77; }
  .light-mode .single-post .single-post-header:before {
    background: -moz-linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 27%, rgba(211, 47, 47, 0.15) 27%, rgba(211, 47, 47, 0.1) 100%);
    background: -webkit-linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 27%, rgba(211, 47, 47, 0.15) 27%, rgba(211, 47, 47, 0.1) 100%);
    background: -ms-linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 27%, rgba(211, 47, 47, 0.15) 27%, rgba(211, 47, 47, 0.1) 100%);
    background: linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 27%, rgba(211, 47, 47, 0.15) 27%, rgba(211, 47, 47, 0.1) 100%); }
  .light-mode .circle {
    stroke: #D32F2F; }
  .light-mode .gamez-play:hover .triangle {
    stroke: #D32F2F; }
  .light-mode .review-archive {
    background-color: rgba(211, 47, 47, 0.05); }
    .light-mode .review-archive:hover {
      box-shadow: 0 1px 30px 0 white; }
      .light-mode .review-archive:hover .gamez-play .triangle {
        stroke: #D32F2F; }
  .light-mode .review-archive-content .review-archive-details .review-archive-title a {
    color: #1c2225;
    transition: color 0.3s; }
    .light-mode .review-archive-content .review-archive-details .review-archive-title a:hover {
      color: #D32F2F;
      transition: color 0.3s; }
  .light-mode .review-archive-content .review-archive-details .review-archive-genre a {
    color: rgba(211, 47, 47, 0.9);
    transition: color 0.3s; }
    .light-mode .review-archive-content .review-archive-details .review-archive-genre a:hover {
      color: #D32F2F;
      transition: color 0.3s; }
  .light-mode .gamez-review-single .entry-header:before {
    background: -webkit-linear-gradient(to top, rgba(211, 47, 47, 0.1), rgba(211, 47, 47, 0.6));
    background: linear-gradient(to top, rgba(211, 47, 47, 0.1), rgba(211, 47, 47, 0.6)); }
  .light-mode .gamez-review-single .review-main-content .entry-title {
    color: #D32F2F; }
  .light-mode .gamez-review-single .review-main-content .review-info h5 {
    color: #D32F2F; }
  .light-mode .gamez-review-single .review-main-content .review-info .review-info-genre a {
    color: rgba(211, 47, 47, 0.9);
    transition: color 0.3s; }
    .light-mode .gamez-review-single .review-main-content .review-info .review-info-genre a:hover {
      color: #D32F2F;
      transition: color 0.3s; }
  .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container {
    width: 350px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #d74444;
    margin: 10px 0;
    overflow: hidden; }
    .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-logo {
      padding-left: 20px; }
      .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-logo img {
        max-width: 80px;
        height: auto;
        max-height: 40px; }
    .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-price {
      font-family: "Nevis Bold";
      color: #fafafa; }
    .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link {
      cursor: pointer;
      background: #D32F2F;
      padding: 20px;
      transition: all 0.3s; }
      .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link:hover {
        background: #fafafa;
        transition: all 0.3s; }
        .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link:hover a {
          transition: all 0.3s;
          color: #D32F2F; }
      .light-mode .gamez-review-single .review-main-content .review-info .review-info-deals .review-deals-container .review-deals-link a {
        transition: all 0.3s;
        color: #fafafa;
        font-size: 24px; }
  .light-mode .gamez-review-single .review-main-content .review-info-desc {
    border-top: 1px solid #D32F2F;
    border-bottom: 2px solid #D32F2F; }
  .light-mode .gamez-review-single .review-main-content .review-content-tabs {
    padding: 90px; }
    @media screen and (max-width: 991px) {
      .light-mode .gamez-review-single .review-main-content .review-content-tabs {
        padding: 70px 0; } }
    .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs {
      border-bottom: 3px solid #D32F2F; }
      .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li {
        margin-bottom: -3px; }
        .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li::after {
          content: "";
          border-right: 2px solid rgba(211, 47, 47, 0.5);
          border-top: 2px solid transparent;
          border-bottom: 2px solid transparent;
          position: absolute;
          width: 2px;
          height: 25px;
          right: 0;
          bottom: 10px;
          transition: all 250ms ease; }
        .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li:last-child:after {
          display: none; }
        .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li a {
          border-radius: 0;
          border: 0;
          color: #902340;
          font-family: "Nevis Bold";
          font-size: 14px;
          padding: 10px 0;
          margin: 0 40px;
          line-height: 26px;
          text-transform: uppercase;
          transition: color .25s; }
          .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li a:hover {
            background-color: transparent;
            border: 0;
            color: #D32F2F;
            transition: color .25s; }
            .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs li a:hover::after {
              transform: scale(1); }
      .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a, .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:focus, .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:hover {
        color: #D32F2F;
        line-height: 26px;
        cursor: default;
        background-color: transparent;
        border: 0; }
        .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a::after, .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:focus::after, .light-mode .gamez-review-single .review-main-content .review-content-tabs .nav-tabs > li.active > a:hover::after {
          transform: scale(1); }
    .light-mode .gamez-review-single .review-main-content .review-content-tabs .tab-content {
      padding-top: 35px; }
  .light-mode .gamez-review-single .review-main-content .entry-social-share {
    border-top: 1px solid #d32f2f;
    border-bottom: 1px solid #d32f2f; }
  .light-mode .gamez-review-item-grid .media {
    background-color: rgba(211, 47, 47, 0.05); }
    .light-mode .gamez-review-item-grid .media:hover {
      background-color: rgba(211, 47, 47, 0.1); }
    .light-mode .gamez-review-item-grid .media .media-body .review-item-meta span {
      color: #D32F2F; }
      .light-mode .gamez-review-item-grid .media .media-body .review-item-meta span a {
        color: #5f6f77;
        transition: color 0.3s; }
        .light-mode .gamez-review-item-grid .media .media-body .review-item-meta span a:hover {
          color: #D32F2F;
          transition: color 0.3s; }
  .light-mode .gamez-review-item-grid .review-item-title {
    text-transform: uppercase; }
    .light-mode .gamez-review-item-grid .review-item-title a {
      font-size: 20px;
      color: #1c2225 !important;
      transition: color 0.3s; }
      .light-mode .gamez-review-item-grid .review-item-title a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  .light-mode .gamez-review-item-carousel .review-item-title {
    text-transform: uppercase; }
    .light-mode .gamez-review-item-carousel .review-item-title a {
      color: #1c2225;
      transition: color 0.3s; }
      .light-mode .gamez-review-item-carousel .review-item-title a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  .light-mode .gamez-review-item-carousel .review-item-meta span {
    color: #D32F2F; }
    .light-mode .gamez-review-item-carousel .review-item-meta span a {
      color: #5f6f77;
      transition: color 0.3s; }
      .light-mode .gamez-review-item-carousel .review-item-meta span a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  .light-mode .gamez-section-title .title-wrapper {
    color: #1c2225; }
  .light-mode .gamez-review-categories .category-title {
    color: #1c2225; }
  .light-mode .gamez-recommends-review .default-review .media .media-body .media-heading a {
    color: #1c2225; }
  .light-mode .gamez-recommends-review .default-review .media .content-desc {
    color: #D32F2F !important; }
    .light-mode .gamez-recommends-review .default-review .media .content-desc .media-content {
      color: #5f6f77; }
  .light-mode .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li {
    margin: 1px 0;
    background: #3333330d; }
    .light-mode .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li .video-url .video-content-wrapper .video-title {
      color: #1c2225; }
    .light-mode .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li .video-url .video-content-wrapper .video-content {
      color: #5f6f77; }
    .light-mode .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li .video-url .gamez-play .triangle {
      stroke: #D32F2F; }
  .light-mode .recent-reviews-carousel.full-width-carousel .review-carousel .owl-item {
    background: #1c2225; }
    .light-mode .recent-reviews-carousel.full-width-carousel .review-carousel .owl-item .review-item-meta .review-item-title a {
      color: #fff; }
  .light-mode .recent-reviews-carousel.full-width-carousel .review-carousel .owl-dots button.owl-dot {
    background: #5f6f77;
    border-color: #5f6f77; }
  .light-mode ul.products li.product .product-meta-information .product-permalink, .light-mode ul.products li.product-item .product-meta-information .product-permalink, .light-mode ul.products .product-cart-button .product-meta-information .product-permalink {
    background: #D32F2F; }
  .light-mode ul.products li.product:hover .product-permalink h3, .light-mode ul.products li.product-item:hover .product-permalink h3, .light-mode ul.products .product-cart-button:hover .product-permalink h3 {
    color: #fafafa; }
  .light-mode .gamez-product .query-product .product-header h2 {
    color: #1c2225; }
  .light-mode .blog, .light-mode .single, .light-mode .archive {
    background-color: #fafafa; }
  .light-mode .post {
    margin-top: 75px; }
    .light-mode .post .entry-header {
      margin-top: 30px; }
      .light-mode .post .entry-header .entry-title {
        text-transform: uppercase;
        margin-top: 0;
        color: #1c2225; }
        .light-mode .post .entry-header .entry-title a {
          color: #1c2225;
          transition: color 0.3s ease-in-out; }
          .light-mode .post .entry-header .entry-title a:hover {
            color: #D32F2F;
            transition: color 0.3s ease-in-out; }
    .light-mode .post .entry-meta, .light-mode .post .entry-meta a, .light-mode .post .entry-comment, .light-mode .post .entry-comment a {
      transition: color 0.3s ease-in-out;
      color: #5f6f77; }
    .light-mode .post .entry-meta a:hover, .light-mode .post .entry-comment a:hover {
      transition: color 0.3s ease-in-out;
      color: #D32F2F; }
  .light-mode .single-post .entry-header .entry-title {
    color: #fafafa; }
    .light-mode .single-post .entry-header .entry-title a {
      color: #fbbc05;
      transition: color 0.3s ease-in-out; }
      .light-mode .single-post .entry-header .entry-title a:hover {
        color: #D32F2F;
        transition: color 0.3s ease-in-out; }
  .light-mode .single-post .entry-meta, .light-mode .single-post .entry-meta a, .light-mode .single-post .entry-comment, .light-mode .single-post .entry-comment a {
    transition: color 0.3s ease-in-out;
    color: #fbbc05; }
  .light-mode .single-post .entry-meta a:hover, .light-mode .single-post .entry-comment a:hover {
    transition: color 0.3s ease-in-out;
    color: #D32F2F; }
  .light-mode .single-post .entry-author h3 {
    color: #D32F2F; }
  .light-mode .gamez-review-single .review-main-content .review-verdict .review-verdict-rating .shape .rating-text {
    color: #D32F2F; }
  .light-mode .gamez-review-single .review-main-content .review-verdict:before {
    background: rgba(211, 47, 47, 0.75); }
  .light-mode .gamez-review-single .review-main-content .review-verdict .review-verdict-text {
    color: #fafafa; }
    .light-mode .gamez-review-single .review-main-content .review-verdict .review-verdict-text h4 {
      color: #fafafa; }
  .light-mode .video-archive .video-archive-content .video-archive-title {
    color: #1c2225; }
  .light-mode .video-archive .video-archive-content p {
    color: #5f6f77; }
  .light-mode .video-single-header:before {
    background: -moz-linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 20%, rgba(211, 47, 47, 0.15) 20%, rgba(211, 47, 47, 0.1) 100%);
    background: -webkit-linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 20%, rgba(211, 47, 47, 0.15) 20%, rgba(211, 47, 47, 0.1) 100%);
    background: -ms-linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 20%, rgba(211, 47, 47, 0.15) 20%, rgba(211, 47, 47, 0.1) 100%);
    background: linear-gradient(to top, rgba(211, 47, 47, 0.6) 0%, rgba(211, 47, 47, 0.6) 20%, rgba(211, 47, 47, 0.15) 20%, rgba(211, 47, 47, 0.1) 100%); }
  .light-mode .entry-social-share a {
    background: #D32F2F;
    color: #fafafa; }
    .light-mode .entry-social-share a:hover {
      color: #fafafa;
      transition: all 0.3s; }
  .light-mode input[type="text"], .light-mode input[type="search"], .light-mode input[type="email"], .light-mode input[type="tel"], .light-mode input[type="url"], .light-mode input[type="password"], .light-mode input[type="date"], .light-mode .form-group textarea, .light-mode textarea {
    box-shadow: 0 0 0 2px rgba(171, 36, 36, 0.9);
    color: #2d2d2d; }
    .light-mode input[type="text"]:focus, .light-mode input[type="search"]:focus, .light-mode input[type="email"]:focus, .light-mode input[type="tel"]:focus, .light-mode input[type="url"]:focus, .light-mode input[type="password"]:focus, .light-mode input[type="date"]:focus, .light-mode .form-group textarea:focus, .light-mode textarea:focus {
      border: 0; }
    .light-mode input[type="text"]::-webkit-input-placeholder, .light-mode input[type="search"]::-webkit-input-placeholder, .light-mode input[type="email"]::-webkit-input-placeholder, .light-mode input[type="tel"]::-webkit-input-placeholder, .light-mode input[type="url"]::-webkit-input-placeholder, .light-mode input[type="password"]::-webkit-input-placeholder, .light-mode input[type="date"]::-webkit-input-placeholder, .light-mode .form-group textarea::-webkit-input-placeholder, .light-mode textarea::-webkit-input-placeholder {
      color: #808080;
      opacity: 1 !important; }
    .light-mode input[type="text"]::-moz-placeholder, .light-mode input[type="search"]::-moz-placeholder, .light-mode input[type="email"]::-moz-placeholder, .light-mode input[type="tel"]::-moz-placeholder, .light-mode input[type="url"]::-moz-placeholder, .light-mode input[type="password"]::-moz-placeholder, .light-mode input[type="date"]::-moz-placeholder, .light-mode .form-group textarea::-moz-placeholder, .light-mode textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #808080;
      opacity: 1 !important; }
    .light-mode input[type="text"]:-ms-input-placeholder, .light-mode input[type="search"]:-ms-input-placeholder, .light-mode input[type="email"]:-ms-input-placeholder, .light-mode input[type="tel"]:-ms-input-placeholder, .light-mode input[type="url"]:-ms-input-placeholder, .light-mode input[type="password"]:-ms-input-placeholder, .light-mode input[type="date"]:-ms-input-placeholder, .light-mode .form-group textarea:-ms-input-placeholder, .light-mode textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #808080;
      opacity: 1 !important; }
    .light-mode input[type="text"]:-moz-placeholder, .light-mode input[type="search"]:-moz-placeholder, .light-mode input[type="email"]:-moz-placeholder, .light-mode input[type="tel"]:-moz-placeholder, .light-mode input[type="url"]:-moz-placeholder, .light-mode input[type="password"]:-moz-placeholder, .light-mode input[type="date"]:-moz-placeholder, .light-mode .form-group textarea:-moz-placeholder, .light-mode textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #808080;
      opacity: 1 !important; }
  .light-mode .widget {
    background-color: #3231380d;
    padding: 30px;
    margin: 0 15px 30px; }
    .light-mode .widget .widget-title {
      color: #1c2225;
      border-bottom: 1px solid #5f6f77; }
    .light-mode .widget ul {
      padding: 0; }
      .light-mode .widget ul li:hover::before {
        animation: flash-nudge 0.5s ease-in-out;
        color: #D32F2F; }
    .light-mode .widget a {
      color: #5f6f77;
      transition: color 0.3s; }
      .light-mode .widget a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  .light-mode section.widget_calendar div.calendar_wrap table caption {
    color: #1c2225; }
  .light-mode section.widget_calendar div.calendar_wrap table thead tr th {
    color: #1c2225; }
  .light-mode .footer-main .widget a {
    color: #fafafa;
    transition: color 0.3s; }
    .light-mode .footer-main .widget a:hover {
      color: #fbbc05;
      transition: color 0.3s; }
  .light-mode .breadcrumb {
    background-color: #D32F2F; }
  .light-mode #breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    color: #fafafa; }
    .light-mode #breadcrumbs li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .light-mode #breadcrumbs li a {
        transition: color 0.3s;
        color: #fafafa; }
        .light-mode #breadcrumbs li a:hover {
          transition: color 0.3s;
          color: #fbbc05; }
    .light-mode #breadcrumbs .separator {
      font-size: 18px;
      font-weight: 100;
      color: rgba(250, 250, 250, 0.3); }
  .light-mode .pagination {
    text-align: center;
    border-radius: 0;
    display: block;
    margin-top: 60px; }
    .light-mode .pagination li.active a {
      color: #fafafa;
      background-color: #D32F2F;
      border: 1px solid #D32F2F; }
      .light-mode .pagination li.active a:hover, .light-mode .pagination li.active a:focus, .light-mode .pagination li.active a:active {
        color: #fafafa;
        background-color: #D32F2F;
        border: 1px solid #D32F2F; }
    .light-mode .pagination li a {
      background-color: #fafafa;
      color: #D32F2F;
      border: 1px solid #D32F2F; }
      .light-mode .pagination li a:hover, .light-mode .pagination li a:focus, .light-mode .pagination li a:active {
        color: #fafafa;
        background-color: #D32F2F;
        border: 1px solid #D32F2F; }
    .light-mode .pagination li:first-child a, .light-mode .pagination li:last-child a {
      border-radius: 0; }
  .light-mode .btn-border {
    color: #5f6f77;
    border: 1px solid #5f6f77; }
    .light-mode .btn-border:hover {
      border: 1px solid #5f6f77;
      color: #5f6f77; }
  .light-mode .header-overlay-wrapper .header-overlay-tab {
    border-bottom: 3px solid white; }
    .light-mode .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item::after {
      content: "";
      border-right: 2px solid white; }
    .light-mode .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a::after {
      content: "";
      border-bottom: 3px solid white; }
    .light-mode .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a:active, .light-mode .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a:visited {
      color: #fafafa; }
    .light-mode .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a:hover {
      color: white; }
    .light-mode .header-overlay-wrapper .header-overlay-tab .header-overlay-tab-item a.active {
      color: white; }
  .light-mode .header-overlay-wrapper .tab-content-wrapper {
    text-align: center;
    color: #fafafa; }
    .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content {
      padding: 50px 0px; }
      .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"] {
        border-radius: 0px;
        background: transparent;
        padding: 10px;
        border: none;
        border-bottom: solid 1px #fafafa;
        font-size: 22px;
        width: 60%;
        margin: 0 auto;
        color: #fafafa; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]:focus {
          outline: none;
          box-shadow: none;
          border-bottom: solid 0px #fafafa; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fafafa; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]::-moz-placeholder {
          /* Firefox 19+ */
          color: #fafafa; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]:-ms-input-placeholder {
          /* IE 10+ */
          color: #fafafa; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="search"]:-moz-placeholder {
          /* Firefox 18- */
          color: #fafafa; }
      .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-search form input[type="submit"] {
        display: none;
        border-radius: 0px;
        background: transparent;
        font-size: 16px;
        color: #fafafa;
        letter-spacing: 0.6px;
        text-shadow: none;
        box-shadow: none; }
      .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .login-title:after, .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-login .reg-title:after {
        background: white; }
      .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-header a {
        color: white; }
      .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart {
        background: transparent; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .owl-nav .owl-carousel-left, .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .owl-nav .owl-carousel-right {
          background: white; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item a:hover {
          color: white; }
      .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .buttons .button {
        background: white; }
        .light-mode .header-overlay-wrapper .tab-content-wrapper .tab-content #overlay-cart .cart-content .buttons .button:hover {
          color: white; }
  .light-mode .gamez-tab .vc_tta-tab > a {
    color: #fbbc05 !important; }
  .light-mode .gamez-tab .elementor-tab-title > a {
    color: #323d40 !important; }
  .light-mode .gamez-recent-with-thumb .media .media-body .media-heading {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px; }
    .light-mode .gamez-recent-with-thumb .media .media-body .media-heading a {
      color: #1c2225;
      transition: color 0.3s; }
      .light-mode .gamez-recent-with-thumb .media .media-body .media-heading a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  .light-mode .gamez-recent-with-thumb .media .media-body .content-desc {
    color: #22252b; }
    .light-mode .gamez-recent-with-thumb .media .media-body .content-desc .content-meta {
      color: #D32F2F; }
      .light-mode .gamez-recent-with-thumb .media .media-body .content-desc .content-meta span a {
        color: #D32F2F; }
  .light-mode #bbpress-forums p.bbp-topic-meta {
    color: #22252b; }
  .light-mode #bbpress-forums .bbp-author-name {
    color: rgba(211, 47, 47, 0.9); }
  .light-mode #bbpress-forums li.bbp-header {
    background: #eaeaea; }
  .light-mode .page #bbpress-forums {
    background: #eaeaea; }
  .light-mode #bbpress-forums div.odd, .light-mode #bbpress-forums ul.odd, .light-mode #bbpress-forums div.even, .light-mode #bbpress-forums ul.even {
    background: #eaeaea; }
  .light-mode #bbpress-forums ul.bbp-forums li, .light-mode #bbpress-forums ul.bbp-topics li {
    background: #eaeaea;
    color: #1c2225; }
    .light-mode #bbpress-forums ul.bbp-forums li a, .light-mode #bbpress-forums ul.bbp-topics li a {
      color: #1c2225; }
  .light-mode #bbpress-forums .bbp-forum-title, .light-mode #bbpress-forums .forum-titles {
    color: #1c2225; }
  .light-mode #buddypress div.item-list-tabs ul li.current a, .light-mode #buddypress div.item-list-tabs ul li.selected a, .light-mode #buddypress div.item-list-tabs ul li.current a, .light-mode #buddypress div.item-list-tabs ul li.selected a {
    background-color: transparent;
    color: #D32F2F; }
  .light-mode #buddypress div.item-list-tabs ul li a, .light-mode #buddypress div.item-list-tabs ul li a, .light-mode #buddypress div.activity-type-tabs ul li.selected a, .light-mode #buddypress div.item-list-tabs#object-nav ul li.selected a {
    color: #D32F2F !important; }
    .light-mode #buddypress div.item-list-tabs ul li a:hover, .light-mode #buddypress div.item-list-tabs ul li a:hover, .light-mode #buddypress div.activity-type-tabs ul li.selected a:hover, .light-mode #buddypress div.item-list-tabs#object-nav ul li.selected a:hover {
      color: #D32F2F !important; }
  .light-mode #buddypress #activity-filter-select select, .light-mode #buddypress #members-order-select select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#22252b' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    background-size: 14px 14px;
    outline: 0;
    border: 1px solid #22252b;
    color: #22252b;
    padding: 5px 10px; }
  .light-mode #buddypress .activity-header, .light-mode #buddypress .comment-header {
    color: #22252b !important; }
  .light-mode #buddypress .button.acomment-reply, .light-mode #buddypress .button.fav, .light-mode #buddypress .button.delete-activity, .light-mode #buddypress .button.unfav {
    border: none;
    border-bottom: 2px solid #d32f2f;
    color: #d32f2f; }
    .light-mode #buddypress .button.acomment-reply span, .light-mode #buddypress .button.fav span, .light-mode #buddypress .button.delete-activity span, .light-mode #buddypress .button.unfav span {
      color: #d32f2f; }
  .light-mode #buddypress .label {
    color: #22252b !important; }
  .light-mode .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail a, .light-mode .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail .added_to_cart {
    background: #D32F2F;
    box-shadow: 0px 3px 7px 0px rgba(255, 214, 0, 0.15); }
    .light-mode .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail a:hover, .light-mode .gamez-featured-product .gamez-featured-product-wrapper .query-product .product-cart-button .product-thumbnail .added_to_cart:hover {
      background: #fff;
      color: #D32F2F; }
  .light-mode .product-information {
    background: rgba(0, 0, 0, 0.65); }
  .light-mode .product-information-tab .woocommerce-tabs ul.tabs {
    box-shadow: none;
    border-bottom: 1px solid #D32F2F; }
  .light-mode .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #1c2225 !important; }
  .light-mode .woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: rgba(211, 47, 47, 0.05);
    box-shadow: none; }
  .light-mode .product-information-tab .woocommerce-tabs div.panel #reviews #comments .commentlist li div .comment-text p.meta {
    color: #D32F2F; }
  .light-mode .product-information-tab .woocommerce-tabs div.panel #reviews #review_form_wrapper #review_form .comment-respond form.comment-form .comment-form-comment textarea {
    background: #fafafa !important; }
  .light-mode div.quantity input[type="number"] {
    color: #212121; }
  .light-mode .gamez-review-single .review-imdb-rating {
    border: 1px solid #052e45 !important; }

/* Elementor addons */
.recent-reviews-carousel.full-width-carousel {
  position: relative; }
  .recent-reviews-carousel.full-width-carousel .review-carousel .owl-item.active {
    border: 1px solid #fafafa;
    padding: 10px; }
  .recent-reviews-carousel.full-width-carousel .review-carousel .gamez-review-item-carousel {
    height: 400px;
    overflow: hidden; }
    .recent-reviews-carousel.full-width-carousel .review-carousel .gamez-review-item-carousel .review-item-meta {
      margin: 50px 20px; }
    .recent-reviews-carousel.full-width-carousel .review-carousel .gamez-review-item-carousel .read-more-button {
      padding: 12px 20px;
      display: inline-block;
      border: 1px solid #D32F2F;
      margin: 20px 0;
      background: #D32F2F;
      color: #fafafa; }
      .recent-reviews-carousel.full-width-carousel .review-carousel .gamez-review-item-carousel .read-more-button:hover {
        background: #fafafa;
        color: #D32F2F;
        border-color: #fafafa; }
  .recent-reviews-carousel.full-width-carousel .review-carousel .owl-nav.disabled {
    display: none; }
  .recent-reviews-carousel.full-width-carousel .owl-carousel .owl-dots {
    position: absolute;
    right: -70px;
    top: 25%;
    bottom: 0; }
    .recent-reviews-carousel.full-width-carousel .owl-carousel .owl-dots button.owl-dot {
      background: #fff;
      color: #fff;
      border: 1px solid #fafafa;
      padding: 7px !important;
      margin: 20px;
      z-index: 999;
      display: block;
      border-radius: 50px;
      position: relative; }
      .recent-reviews-carousel.full-width-carousel .owl-carousel .owl-dots button.owl-dot.active:before {
        background: transparent;
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: 2px solid #D32F2F;
        right: -8px;
        top: -8px; }
  .recent-reviews-carousel.full-width-carousel .gamez-review-item-carousel figure a {
    top: 20%; }

.recent-reviews-grid .gamez-review-item {
  margin-bottom: 20px; }

.recent-reviews-grid .review-details {
  background: #fff;
  padding: 1px 20px 20px;
  box-shadow: 0px 0px 5px 0 #ddd9; }
  .recent-reviews-grid .review-details span {
    display: block; }

.recent-reviews-grid figure {
  position: relative; }
  .recent-reviews-grid figure img {
    transition: all 0.3s;
    width: 100%; }
  .recent-reviews-grid figure a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all 0.3s; }
    .recent-reviews-grid figure a i:before {
      font-size: 46px;
      text-align: center;
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 50%;
      color: #fafafa;
      transition: all 0.3s; }
    .recent-reviews-grid figure a i:hover:before {
      color: #D32F2F;
      transition: all 0.3s; }
  .recent-reviews-grid figure:hover img {
    transition: all 0.3s; }
  .recent-reviews-grid figure:hover a {
    transition: all 0.3s;
    opacity: 1;
    animation: bounce 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%); }
  .recent-reviews-grid figure:hover a {
    transition: all 0.3s;
    opacity: 1;
    animation: gamezBounce 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%); }

@media (max-width: 768px) {
  .full-width-carousel {
    padding: 10px; }
    .full-width-carousel .owl-dots {
      right: 0 !important;
      left: 0 !important;
      text-align: center;
      top: 100% !important; }
      .full-width-carousel .owl-dots button.owl-dot {
        display: inline-block !important; }
    .full-width-carousel .gamez-review-item-carousel {
      height: auto !important; }
    .full-width-carousel .gamez-review-item-carousel figure a {
      top: 50% !important; } }

.gamez-section-title .title-wrapper {
  position: relative;
  display: inline-block; }
  .gamez-section-title .title-wrapper:before {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 5px;
    top: 48px;
    bottom: 0;
    left: 0;
    z-index: -1; }

.gamez-recent-with-thumb {
  margin-top: 0; }
  .gamez-recent-with-thumb .layout-1 .media:not(:first-child) {
    margin: 50px 0; }
  .gamez-recent-with-thumb .layout-1 .media .content-meta.meta-top {
    margin-bottom: 10px; }
  .gamez-recent-with-thumb .layout-2 .content-meta {
    margin: 10px 0 10px; }
  .gamez-recent-with-thumb .layout-4 .content-meta {
    margin: 10px 0 10px; }
  .gamez-recent-with-thumb .media {
    margin: 20px 0;
    transition: all 0.3s ease; }
    .gamez-recent-with-thumb .media:hover {
      transition: all 0.3s ease; }
  .gamez-recent-with-thumb .media figure {
    max-height: 200px; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper #ajax-video-tab {
  margin-top: 30px; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .left-side {
  padding-top: 30px; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .top .video-single .video-single-gallery .video-gallery-item:before {
  content: '';
  background: transparent;
  position: absolute;
  height: 100%;
  width: 95%;
  top: 0;
  left: 2.5%;
  z-index: -1; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .top .video-single .video-single-gallery .video-gallery-item:after {
  content: '';
  position: absolute;
  bottom: 9px;
  width: 90px;
  left: 50%;
  margin-left: -45px;
  border-bottom: none !important;
  border-left: none;
  border-right: none; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding: 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 6px solid #D32F2F !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    transform: rotate(180deg);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li:hover {
    background: rgba(211, 47, 47, 0.2); }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li:hover:before {
      opacity: 1; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li:hover .video-icon {
      background: transparent; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li.active {
  background: rgba(211, 47, 47, 0.2); }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li.active:before {
    opacity: 1; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li.active .video-icon {
    background: transparent; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li.active .video-icon .gamez-play svg {
      height: 90px;
      width: 90px; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal li.active .video-content-wrapper {
    padding-top: 15px; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url {
  display: flex; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .video-icon {
    float: left;
    width: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    background: rgba(250, 250, 250, 0.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .video-icon span {
      color: #fafafa; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .video-content-wrapper {
    color: #fafafa;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .video-content-wrapper .video-title {
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      margin-bottom: 5px;
      font-size: 20px; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .gamez-play {
    -webkit-transition: all .9s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .gamez-play svg {
      height: 60px;
      width: 70px; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .gamez-play .triangle {
      -webkit-transition: all .7s ease-in-out;
      stroke-dasharray: 240;
      stroke-dashoffset: 480;
      stroke: #fafafa;
      transform: translateY(0); }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding: 20px 0px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 6px solid #D32F2F !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    transform: rotate(180deg);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li:hover {
    background: rgba(211, 47, 47, 0.2); }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li:hover:before {
      opacity: 1; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li:hover .video-icon {
      background: transparent; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li.active {
  background: rgba(211, 47, 47, 0.2); }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li.active:before {
    opacity: 1; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li.active .video-icon {
    background: transparent; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li.active .video-icon .gamez-play svg {
      height: 90px;
      width: 90px; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical li.active .video-content-wrapper {
    padding-top: 15px; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url {
  display: flex; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .video-icon {
    float: left;
    width: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    background: rgba(250, 250, 250, 0.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .video-icon span {
      color: #fafafa; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .video-content-wrapper {
    color: #fafafa;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .video-content-wrapper .video-title {
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      margin-bottom: 5px;
      font-size: 20px; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .gamez-play {
    -webkit-transition: all .9s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .gamez-play svg {
      height: 60px;
      width: 70px; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .gamez-play .triangle {
      -webkit-transition: all .7s ease-in-out;
      stroke-dasharray: 240;
      stroke-dashoffset: 480;
      stroke: #fafafa;
      transform: translateY(0); }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul {
  clear: both;
  padding: 0; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 33.33%;
    float: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 10px; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul li:hover:before {
      opacity: 1; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul li:hover .video-icon {
      background: transparent; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul li.active {
      background: transparent; }
      .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul li.active .video-icon {
        background: transparent; }
        .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul li.active .video-icon .gamez-play svg {
          height: 30px;
          width: 30px;
          border: 1px solid #fafafa;
          border-radius: 50px;
          background: #D32F2F; }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url {
  display: flex; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .video-icon {
    float: left;
    width: 70px;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9;
    position: absolute; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .video-icon span {
      color: #fafafa; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .video-content-wrapper {
    color: #fafafa;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .video-content-wrapper .video-title {
      text-transform: uppercase;
      margin: 20px 0;
      padding: 0;
      font-size: 14px; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .video-content-wrapper img {
      max-height: 200px;
      overflow: hidden; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .gamez-play {
    -webkit-transition: all .9s ease; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .gamez-play svg {
      height: 30px;
      width: 30px;
      border: 1px solid #fafafa;
      border-radius: 50px;
      background: #D32F2F; }
    .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .gamez-play .triangle {
      -webkit-transition: all .7s ease-in-out;
      stroke-dasharray: 240;
      stroke-dashoffset: 480;
      stroke: #fafafa;
      transform: translateY(0); }

.gamez_ajax_tab .gamez-ajax-tab-wrapper .list-vertical {
  padding: 0; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .list-vertical ul {
    padding: 0; }

@media (max-width: 768px) {
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid ul li {
    width: 100%; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-grid .video-url .video-content-wrapper img {
    max-height: inherit; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal ul {
    padding: 0; }
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-horizontal .video-url .video-content-wrapper,
  .gamez_ajax_tab .gamez-ajax-tab-wrapper .cpt-video-lists.list-vertical .video-url .video-content-wrapper {
    padding: 10px; } }

.gamez-video-popup-wrapper {
  position: relative; }
  .gamez-video-popup-wrapper .video.style-1 i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #D32F2F;
    color: #fff;
    border-radius: 50%; }
  .gamez-video-popup-wrapper .play-icon-text.style-2 {
    color: #D32F2F; }
  .gamez-video-popup-wrapper .play-btn.style-3 {
    width: 100px;
    height: 100px;
    background: radial-gradient(#D32F2F 60%, #ffffff 62%);
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.8); }
    .gamez-video-popup-wrapper .play-btn.style-3::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-40%) translateY(-50%);
      transform: translateX(-40%) translateY(-50%);
      transform-origin: center center;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 25px solid #fff;
      z-index: 100;
      -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .gamez-video-popup-wrapper .play-btn.style-3:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate1 2s;
      animation: pulsate1 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 5px solid rgba(255, 255, 255, 0.75);
      top: -25%;
      left: -25%;
      background: rgba(198, 16, 0, 0); }
  .gamez-video-popup-wrapper .video-popup-4.style-4 {
    position: relative; }
    .gamez-video-popup-wrapper .video-popup-4.style-4 .video-play-button {
      position: absolute;
      z-index: 10;
      transform: translateX(-50%) translateY(-50%);
      box-sizing: content-box;
      display: inline-block;
      border-radius: 50%;
      padding: 18px 20px 18px 28px; }
      .gamez-video-popup-wrapper .video-popup-4.style-4 .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #D32F2F;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite; }
      .gamez-video-popup-wrapper .video-popup-4.style-4 .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto; }
      .gamez-video-popup-wrapper .video-popup-4.style-4 .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent; }
  .gamez-video-popup-wrapper .video-popup-5.style-5 {
    position: relative;
    display: inline-block; }
    .gamez-video-popup-wrapper .video-popup-5.style-5 .stroke-dotted {
      opacity: 0;
      stroke-dasharray: 4,5;
      stroke-width: 1px;
      transform-origin: 50% 50%;
      animation: spin 4s infinite linear;
      transition: opacity 1s ease, stroke-width 1s ease; }
    .gamez-video-popup-wrapper .video-popup-5.style-5 .stroke-solid {
      stroke-dashoffset: 0;
      stroke-dashArray: 300;
      stroke-width: 4px;
      transition: stroke-dashoffset 1s ease, opacity 1s ease; }
    .gamez-video-popup-wrapper .video-popup-5.style-5 .icon {
      transform-origin: 50% 50%;
      transition: transform 200ms ease-out; }
    .gamez-video-popup-wrapper .video-popup-5.style-5 #play {
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%); }
      .gamez-video-popup-wrapper .video-popup-5.style-5 #play:hover .stroke-dotted {
        stroke-width: 4px;
        opacity: 1; }
      .gamez-video-popup-wrapper .video-popup-5.style-5 #play:hover .stroke-solid {
        opacity: 0;
        stroke-dashoffset: 300; }
      .gamez-video-popup-wrapper .video-popup-5.style-5 #play:hover .icon {
        transform: scale(1.05); }

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none; } }

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none; } }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999; }

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp; }

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes YouTubePopUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body.logged-in .YouTubePopUp-Wrap {
  top: 32px;
  z-index: 99998; }

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative; }

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide; }

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px; }

.YouTubePopUp-Close:hover {
  opacity: 0.5; }

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%; } }

@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important; }
  .YouTubePopUp-Close {
    bottom: 362px; } }

@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important; }
  .YouTubePopUp-Close {
    bottom: 262px; } }

.gamez-review-categories .category-title {
  margin: 5px 0 15px;
  color: #292f38; }

.gamez-review-categories .categories ul {
  padding: 0;
  display: inline-block; }
  .gamez-review-categories .categories ul li {
    list-style: none;
    display: inline-block; }
    .gamez-review-categories .categories ul li a {
      padding: 2px 10px;
      background: #D32F2F;
      color: #fafafa;
      margin: 3px 0px;
      display: inline-block;
      border: 1px solid; }
      .gamez-review-categories .categories ul li a:hover {
        background-color: #fafafa;
        color: #D32F2F;
        border-color: #D32F2F; }

.reviews-rating {
  border: 1px solid #ddd; }
  .reviews-rating .title {
    background: #d0d0d0;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #292f38;
    text-transform: uppercase;
    font-size: 14px; }
    .reviews-rating .title .score {
      text-align: right; }
  .reviews-rating .rating-wrapper {
    position: relative;
    padding: 0 0 14px; }
    .reviews-rating .rating-wrapper:not(:last-child):before {
      content: "";
      position: absolute;
      background: #6666661f;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      top: 40px;
      bottom: 0; }
    .reviews-rating .rating-wrapper:last-child {
      padding: 0;
      margin: 0; }
  .reviews-rating .padding {
    padding: 10px; }
  .reviews-rating figure {
    max-height: 150px;
    overflow: hidden; }

.progress {
  width: 30px;
  height: 30px;
  line-height: 150px;
  background: none;
  margin: 2px 20px;
  box-shadow: none;
  position: relative; }

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #eee;
  position: absolute;
  top: 0;
  left: 0; }

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.progress .progress-left {
  left: 0; }

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #D32F2F; }

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.progress .progress-right {
  right: 0; }

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300; }

.progress .progress-value div {
  margin-top: 10px; }

.progress .progress-value span {
  font-size: 10px;
  text-transform: uppercase; }

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards; }

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0; }

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards; }

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0; }

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards; }

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0; }

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards; }

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0; }

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0; }

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s; }

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s; }

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s; }

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s; }

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards; }

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }

.gamez-recommends-review .top-review {
  margin-bottom: 30px; }
  .gamez-recommends-review .top-review figure {
    max-height: 150px;
    overflow: hidden; }
  .gamez-recommends-review .top-review .content-meta {
    padding: 10px 10px 0; }
    .gamez-recommends-review .top-review .content-meta .media-heading {
      font-size: 14px;
      color: #292f38; }
      .gamez-recommends-review .top-review .content-meta .media-heading a {
        color: #292f38;
        transition: color 0.3s; }
        .gamez-recommends-review .top-review .content-meta .media-heading a:hover {
          color: #D32F2F;
          transition: color 0.3s; }

.gamez-recommends-review .default-review {
  padding: 10px 10px 0; }
  .gamez-recommends-review .default-review .media figure {
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .gamez-recommends-review .default-review .media figure a:before {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      opacity: 0;
      z-index: 1;
      background: rgba(211, 47, 47, 0.5);
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, rgba(211, 47, 47, 0.5), rgba(251, 188, 5, 0.5));
      background: linear-gradient(to right, rgba(211, 47, 47, 0.5), rgba(251, 188, 5, 0.5));
      transition: all 0.5s ease-in-out; }
    .gamez-recommends-review .default-review .media figure img {
      transition: all 0.5s; }
  .gamez-recommends-review .default-review .media:hover figure a:before {
    opacity: 1; }
  .gamez-recommends-review .default-review .media:hover figure img {
    transform: scale(1.1); }
  .gamez-recommends-review .default-review .media .media-left {
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .gamez-recommends-review .default-review .media .media-left {
        display: block;
        margin-bottom: 20px; } }
  .gamez-recommends-review .default-review .media .media-body .media-heading {
    font-size: 14px;
    color: #292f38; }
    .gamez-recommends-review .default-review .media .media-body .media-heading a {
      color: #292f38;
      transition: color 0.3s; }
      .gamez-recommends-review .default-review .media .media-body .media-heading a:hover {
        color: #D32F2F;
        transition: color 0.3s; }
  .gamez-recommends-review .default-review .media .media-body .content-desc {
    color: #b0ace0; }
    .gamez-recommends-review .default-review .media .media-body .content-desc .content-meta {
      margin: 10px 0;
      color: #fbbc05;
      text-transform: uppercase; }
      .gamez-recommends-review .default-review .media .media-body .content-desc .content-meta span {
        margin-right: 5px; }
        .gamez-recommends-review .default-review .media .media-body .content-desc .content-meta span a {
          color: #fbbc05;
          transition: color 0.3s; }
          .gamez-recommends-review .default-review .media .media-body .content-desc .content-meta span a:hover {
            color: #D32F2F;
            transition: color 0.3s; }

@media (max-width: 768px) {
  .gamez-recommends-review .default-review .media .media-body {
    display: grid; } }

@media (max-width: 768px) {
  .gamez-product-store .product-store-query {
    width: 100%; } }

.gamez-product-store .product-store-query .query-product-wrapper {
  max-width: 580px; }
  @media (max-width: 768px) {
    .gamez-product-store .product-store-query .query-product-wrapper {
      max-width: none;
      text-align: center; } }

@media (max-width: 768px) {
  .gamez-product-store .product-store-query .product-rating {
    margin-top: 20px;
    text-align: center; }
    .gamez-product-store .product-store-query .product-rating .woocommerce-product-rating {
      display: inline-block; } }

.gamez-product-store .product-store-query .product-rating .star-rating {
  color: #fbbc05; }
  .gamez-product-store .product-store-query .product-rating .star-rating:before {
    color: #fbbc05; }

.gamez-product-store .product-store-query .product-rating .woocommerce-review-link {
  display: none; }

.gamez-product-store .product-store-query .product-excerpt {
  margin-bottom: 10px;
  padding-right: 70px;
  color: #fafafa; }
  @media (max-width: 768px) {
    .gamez-product-store .product-store-query .product-excerpt {
      padding: 0px 50px; } }

.gamez-product-store .product-store-query .product-title a {
  color: #fafafa;
  transition: color 0.3s;
  text-transform: uppercase; }
  .gamez-product-store .product-store-query .product-title a:hover {
    color: #D32F2F; }

.gamez-product-store .product-store-query .product-cart-button .product-thumbnail {
  padding-left: 0px; }
  @media (max-width: 768px) {
    .gamez-product-store .product-store-query .product-cart-button .product-thumbnail {
      position: relative; } }
  @media (max-width: 768px) {
    .gamez-product-store .product-store-query .product-cart-button .product-thumbnail .product-thumbnail-wrapper {
      display: block; } }
  .gamez-product-store .product-store-query .product-cart-button .product-thumbnail a, .gamez-product-store .product-store-query .product-cart-button .product-thumbnail .added_to_cart {
    font-family: "Nevis Bold";
    background: #D32F2F;
    color: #fafafa;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0px 3px 7px 0px rgba(189, 30, 44, 0.38);
    letter-spacing: .2px; }
  .gamez-product-store .product-store-query .product-cart-button .product-thumbnail a {
    transition: all 0.4s ease; }
    .gamez-product-store .product-store-query .product-cart-button .product-thumbnail a:hover {
      background: #fafafa;
      color: #D32F2F; }
  .gamez-product-store .product-store-query .product-cart-button .product-thumbnail .added_to_cart {
    padding: 6px 10px; }

.gamez-product-store ul.product-store {
  padding: 0; }
  .gamez-product-store ul.product-store .product-item {
    width: 25%;
    float: left;
    padding: 15px;
    position: relative;
    display: inline-block;
    list-style: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .gamez-product-store ul.product-store .product-item h3, .gamez-product-store ul.product-store .product-item .price, .gamez-product-store ul.product-store .product-item .woocommerce-loop-product__title {
      font-family: "Montserrat";
      color: #fafafa; }
    .gamez-product-store ul.product-store .product-item .product-link {
      position: relative; }
      .gamez-product-store ul.product-store .product-item .product-link img {
        margin-bottom: 0px; }
      .gamez-product-store ul.product-store .product-item .product-link:before {
        content: '';
        width: 100%;
        height: 100%;
        background: red;
        display: block; }
    .gamez-product-store ul.product-store .product-item div.star-rating {
      display: none;
      margin: 0 auto; }
    .gamez-product-store ul.product-store .product-item .price del, .gamez-product-store ul.product-store .product-item .price ins {
      display: inline-block;
      margin: 0px 4px; }
    .gamez-product-store ul.product-store .product-item .product-meta-information {
      position: relative;
      color: #fff; }
      .gamez-product-store ul.product-store .product-item .product-meta-information h3, .gamez-product-store ul.product-store .product-item .product-meta-information .woocommerce-loop-product__title {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.6px;
        text-transform: capitalize; }
      .gamez-product-store ul.product-store .product-item .product-meta-information .price {
        font-size: 14px;
        color: #fafafa;
        letter-spacing: 1.2px; }
      .gamez-product-store ul.product-store .product-item .product-meta-information .product-permalink {
        background: #1a173e;
        position: relative;
        padding: 20px;
        z-index: 2;
        text-align: left;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .gamez-product-store ul.product-store .product-item .product-meta-information .product-permalink h3 {
          transition: all 0.5s ease; }
      .gamez-product-store ul.product-store .product-item .product-meta-information .edition {
        margin: 10px 0;
        font-size: 12px; }
    .gamez-product-store ul.product-store .product-item:hover .product-thumbnail {
      opacity: 1;
      z-index: 1;
      padding: 10px 0px;
      top: 0;
      left: 0; }
    .gamez-product-store ul.product-store .product-item:hover .product-permalink h3 {
      color: #D32F2F; }
    .gamez-product-store ul.product-store .product-item:hover .read-button {
      opacity: 1;
      padding: 10px 0px;
      top: 55%;
      left: 0; }
    .gamez-product-store ul.product-store .product-item .product-sale span.onsale {
      border-radius: 0px;
      background: transparent;
      background-image: linear-gradient(25deg, #fbbc05, #D32F2F);
      position: absolute;
      top: 15px;
      z-index: 9;
      text-align: center;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #fff; }
    @media (max-width: 768px) {
      .gamez-product-store ul.product-store .product-item {
        width: 50% !important;
        padding: 10px 30px; } }
    @media (max-width: 480px) {
      .gamez-product-store ul.product-store .product-item {
        width: 100% !important;
        padding: 10px 30px; } }
  .gamez-product-store ul.product-store .product-image {
    position: relative;
    max-height: 260px;
    overflow: hidden; }
    .gamez-product-store ul.product-store .product-image .product-thumbnail {
      background: rgba(0, 0, 0, 0.71);
      position: absolute;
      width: 100%;
      height: 100%;
      left: 10px;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: 1;
      padding: 10px;
      margin-top: 0;
      top: 0;
      display: flex;
      align-items: center; }
      .gamez-product-store ul.product-store .product-image .product-thumbnail .gamez-cart-button, .gamez-product-store ul.product-store .product-image .product-thumbnail .added_to_cart {
        font-family: "Montserrat";
        letter-spacing: 0.6px;
        background: transparent;
        color: #fafafa;
        display: inline-block;
        padding: 10px 10px;
        border-radius: 0px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        font-size: 12px; }
      .gamez-product-store ul.product-store .product-image .product-thumbnail .added_to_cart {
        padding: 6px 10px;
        line-height: 20px; }
      .gamez-product-store ul.product-store .product-image .product-thumbnail .product-thumbnail-wrapper {
        display: block;
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        top: 70px; }
        .gamez-product-store ul.product-store .product-image .product-thumbnail .product-thumbnail-wrapper .button {
          background-color: transparent;
          color: #D32F2F;
          border-width: 0;
          border: 2px solid #fbbc05;
          border-image: linear-gradient(135deg, #D32F2F, #fbbc05) 1;
          padding: 10px 20px;
          text-transform: uppercase;
          font-style: italic;
          font-weight: 500;
          font-size: 12px;
          display: inline-block; }
          .gamez-product-store ul.product-store .product-image .product-thumbnail .product-thumbnail-wrapper .button:hover {
            background-color: transparent;
            color: #fbbc05;
            border-color: #D32F2F;
            border-image: linear-gradient(25deg, #fbbc05, #D32F2F) 1; }
      .gamez-product-store ul.product-store .product-image .product-thumbnail a {
        display: block; }
    .gamez-product-store ul.product-store .product-image .read-button {
      position: absolute;
      width: 100%;
      left: 10px;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: 999;
      padding: 10px;
      margin-top: 0;
      top: 55%;
      display: block;
      text-align: center; }
      .gamez-product-store ul.product-store .product-image .read-button a {
        background-color: transparent;
        color: #D32F2F;
        border-width: 0;
        border: 2px solid #fbbc05;
        border-image: linear-gradient(135deg, #D32F2F, #fbbc05) 1;
        padding: 10px 20px;
        text-transform: uppercase;
        font-style: italic;
        font-weight: 500;
        font-size: 12px; }
        .gamez-product-store ul.product-store .product-image .read-button a:hover {
          background-color: transparent;
          color: #fbbc05;
          border-color: #D32F2F;
          border-image: linear-gradient(25deg, #fbbc05, #D32F2F) 1; }

.elementor-widget-wp-widget-nav_menu .menu {
  padding: 0; }
  .elementor-widget-wp-widget-nav_menu .menu > li {
    padding: 10px;
    list-style: none;
    display: inline-block;
    position: relative; }
    .elementor-widget-wp-widget-nav_menu .menu > li > a {
      color: #444;
      font-weight: 500;
      position: relative; }
      .elementor-widget-wp-widget-nav_menu .menu > li > a:hover {
        color: #D32F2F !important; }
      .elementor-widget-wp-widget-nav_menu .menu > li > a:before {
        content: "";
        position: absolute;
        background: #D32F2F;
        width: 100%;
        height: 3px;
        top: 25px;
        bottom: 0;
        opacity: 0; }
      .elementor-widget-wp-widget-nav_menu .menu > li > a.active {
        color: #D32F2F; }
        .elementor-widget-wp-widget-nav_menu .menu > li > a.active:before {
          content: "";
          position: absolute;
          background: #D32F2F;
          width: 100%;
          height: 3px;
          top: 25px;
          bottom: 0;
          opacity: 1; }
    .elementor-widget-wp-widget-nav_menu .menu > li > ul.sub-menu {
      padding: 0;
      transition: all 0.3s ease;
      top: 100px;
      opacity: 0;
      height: auto;
      width: 200px;
      z-index: 9;
      position: absolute;
      background: #D32F2F;
      padding: 5px 0px;
      z-index: -1; }
      .elementor-widget-wp-widget-nav_menu .menu > li > ul.sub-menu li {
        list-style: none; }
        .elementor-widget-wp-widget-nav_menu .menu > li > ul.sub-menu li:hover {
          color: #D32F2F !important;
          background: #fff;
          transition: all 0.3s ease; }
        .elementor-widget-wp-widget-nav_menu .menu > li > ul.sub-menu li a {
          color: #fff;
          display: block;
          padding: 5px 10px;
          display: block;
          transition: all 0.3s ease; }
          .elementor-widget-wp-widget-nav_menu .menu > li > ul.sub-menu li a:hover {
            margin-left: 5px;
            color: #D32F2F; }
    .elementor-widget-wp-widget-nav_menu .menu > li:hover .sub-menu {
      transition: all 0.3s ease;
      top: 45px;
      opacity: 1;
      z-index: 9; }
    .elementor-widget-wp-widget-nav_menu .menu > li:hover a:before {
      opacity: 1; }
