.contenttabs1 {
  top: -30px;
  position: relative;
}
@media screen and (min-width: 800px) {
  .contenttabs1 {
    top: -45px;
  }
}
.contenttabs1 ul.tabs-nav1 {
  width: 100%;
  max-width: 1000px;
  margin: 24px auto 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
@media screen and (min-width: 500px) {
  .contenttabs1 ul.tabs-nav1 {
    font-size: 1.4em;
    letter-spacing: 0.05em;
  }
}
.contenttabs1 ul.tabs-nav1 li {
  width: 46%;
  margin: 0 5px;
  display: inline-block;
  box-sizing: border-box;
  transition: all ease 0.3;
  font-family: "astounder-squared-lc-bb", "ubuntu", arial;
}
@media screen and (min-width: 600px) {
  .contenttabs1 ul.tabs-nav1 li {
    width: 220px;
  }
}
.contenttabs1 ul.tabs-nav1 li img {
  width: 100%;
  vertical-align: bottom;
  transition: 0.3s all ease;
  opacity: 0;
}
.contenttabs1 ul.tabs-nav1 li img:hover {
  opacity: 1;
}
.contenttabs1 ul.tabs-nav1 li a {
  width: 100%;
  display: block;
  padding: 0px;
  box-sizing: border-box;
  font-weight: bold;
  transition: 0.3s all ease;
  color: #653a25;
}
.contenttabs1 ul.tabs-nav1 li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.contenttabs1 ul.tabs-nav1 li.physicaledition,
.contenttabs1 ul.tabs-nav1 li.digitaledition {
  background-image: url(../img/products/editiontabs-physical_ov.png?v2);
  background-size: 100%;
  background-position: 50% 50%;
}
.contenttabs1 ul.tabs-nav1 li.digitaledition {
  background-image: url(../img/products/editiontabs-digital_ov.png?v2);
}
.contenttabs1 ul.tabs-nav1 li.active img {
  opacity: 1 !important;
}

.contenttabs2 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 40px 0;
  box-sizing: border-box;
}
.contenttabs2 .console {
  width: 100%;
  height: 28px;
  margin-bottom: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 836px) {
  .contenttabs2 .console {
    margin-bottom: 7px;
  }
}
.contenttabs2 .console.console-nsw {
  background: red;
}
.contenttabs2 .console.console-ps5 {
  background: #2f6fca;
}
.contenttabs2 .console.console-xbox {
  background: #387925;
}
.contenttabs2 ul.tabs-nav2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  font-size: 12px !important;
}
.contenttabs2 ul.tabs-nav2 li {
  margin: 0 3px;
  display: inline-block;
  box-sizing: border-box;
  font-family: proxima-nova, arial;
  transition: all ease 0.3;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}
.contenttabs2 ul.tabs-nav2 li a {
  width: 100%;
  display: block;
  background: #fff;
  padding: 0px;
  box-sizing: border-box;
  border: 1px solid #f8bc07;
  padding: 5px 20px;
  color: #f8bc07;
  font-weight: bold;
  transition: 0.3s all ease;
  border-radius: 500px;
}
.contenttabs2 ul.tabs-nav2 li a:hover {
  color: #edb800;
  text-decoration: none;
  box-shadow: 0 0 5px #f8bc07;
  cursor: pointer;
}
.contenttabs2 ul.tabs-nav2 li.active a {
  background: linear-gradient(#ffef00, #f5a600);
  border: 1px solid #f8bc07;
  color: #fff !important;
  box-shadow: none !important;
}
.contenttabs2 .tabs-content2 {
  padding: 5% 2% 6% 2%;
}

@media screen and (min-width: 836px) {
  .contenttabs2-physical {
    width: 32.3%;
    margin: 40px 0 0 1.55%;
    float: left;
    display: inline;
  }
}

@media screen and (min-width: 836px) {
  .contenttabs2-physical:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 836px) {
  .contenttabs2-physical:nth-child(2) {
    margin-left: 0;
  }
}/*# sourceMappingURL=jtabs.css.map */