@import url("css-family=Noto+Sans+TC.css")/*tpa=https://fonts.googleapis.com/css?family=Noto+Sans+TC*/;
@import url("css-family=Open+Sans.css")/*tpa=https://fonts.googleapis.com/css?family=Open+Sans*/;
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  position: relative;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  color: #333333;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.container:after {
  content: '';
  display: block;
  clear: both; }

.isList ul {
  list-style-type: disc;
  list-style-position: inside; }
  .isList ul > li {
    list-style-type: disc; }

.noList ul {
  list-style-type: none; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

.topic-header {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 1.6949152542%;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em; }
  @media all and (min-width: 45em) {
    .topic-header {
      font-size: 30px; } }

.text-content {
  padding: calc(60px + 5%) 0 3.4482758621% 0; }
  @media all and (min-width: 64.0625em) {
    .text-content {
      width: 85%;
      padding: 3.4482758621% 0; } }
  .text-content .text-segment {
    margin-bottom: 24px; }
    .text-content .text-segment p {
      line-height: 1.45em; }

.text-left {
  text-align: left; }

@media only screen and (min-width: 993px) {
  .container {
    width: 80%; } }

.header {
  display: none;
  background: #1f0000;
  width: 100%;
  color: #fff;
  position: relative; }
  @media all and (min-width: 64.0625em) {
    .header {
      display: block; } }
  .header .container {
    height: 70px;
    display: block; }
    @media all and (min-width: 45em) {
      .header .container {
        display: table; } }
  .header .logo {
    display: block;
    font-size: 100%;
    line-height: 1;
    margin: 0; }
    @media all and (max-width: 44.9375em) {
      .header .logo {
        width: 57.6271186441%;
        float: left;
        margin-right: 1.6949152542%;
        padding: 21px 0; } }
    @media all and (min-width: 45em) {
      .header .logo {
        display: table-cell;
        vertical-align: middle; } }

.menu {
  display: table-cell;
  width: 70%;
  vertical-align: middle; }
  .menu > ul {
    text-align: center; }
    .menu > ul:after {
      content: '';
      display: block;
      clear: both; }
    .menu > ul > li {
      text-transform: uppercase;
      vertical-align: middle;
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
      height: 70px;
      line-height: 70px;
      -webkit-transition: all 3s ease;
      transition: all 3s ease; }
      .menu > ul > li:nth-child(4n) {
        width: 23.7288135593%;
        float: right;
        margin-right: 0; }
      .menu > ul > li:hover .sub-nav {
        visibility: visible;
        max-height: 500px;
        z-index: 2;
        -webkit-transition: all 0.8s 0.1s ease;
        transition: all 0.8s 0.1s ease; }
      .menu > ul > li:hover > a {
        border-bottom: 2px solid #fff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .menu a {
    color: #fff;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu .sub-nav {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: auto;
    max-height: 0;
    background-color: #1f0000;
    overflow: hidden;
    -webkit-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
    z-index: 1; }

.social {
  padding: 10px 0;
  text-align: right;
  display: table-cell;
  width: 10%;
  vertical-align: middle; }
  .social a {
    margin-right: 12px; }

.sidenav-main li {
  text-transform: uppercase; }

.sidenav-trigger {
  color: #fff;
  display: block;
  height: 70px;
  line-height: 70px; }

@media (min-width: 1025px) {
  .sidenav-trigger {
    display: none; } }

.sub-nav .row {
  margin: 50px 0; }

.sub-nav ul {
  text-align: center; }
  .sub-nav ul:after {
    content: '';
    display: block;
    clear: both; }
  .sub-nav ul li:first-child h3 {
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 400;
    margin: 3em 0;
    text-align: left; }
  .sub-nav ul li:hover img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 0.6s 0.1s ease;
    transition: all 0.6s 0.1s ease; }
  .sub-nav ul a:hover {
    background: transparent; }

.sub-nav figure {
  margin: 0;
  line-height: 1; }

.sub-nav img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s 0.1s ease;
  transition: all 0.3s 0.1s ease; }

.sub-nav h4 {
  text-transform: capitalize;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0; }

.sub-nav.product li {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%; }
  .sub-nav.product li:nth-child(6n) {
    width: 15.2542372881%;
    float: right;
    margin-right: 0; }

.sub-nav.support li {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%; }
  .sub-nav.support li:nth-child(3n) {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }

.sub-nav.support figure {
  height: 40px;
  margin-bottom: 8px; }

.sidenav h3 {
  font-size: 1em;
  font-weight: 700;
  color: #1f0000;
  background: rgba(221, 221, 221, 0.7);
  padding: 0.5em 23.5px 0.5em 31px; }

.mobile_head {
  position: fixed;
  display: block;
  width: 100%;
  height: 60px;
  background-color: rgba(31, 0, 0, 0.85);
  z-index: 20; }

@media all and (min-width: 64.0625em) {
  .mobile_head {
    display: none; } }

.mobile_head .m_logo {
  position: relative;
  text-align: center;
  margin: 6px 0;
  z-index: 11;
  float: left; }

.mobile_head .m_logo a {
  display: block;
  width: 214px;
  height: 48px;
  margin: 0 auto 0 5.4298642534%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60%;
  background-image: url("logo.png")/*tpa=http://www.warriormemory.com/images/logo.png*/; }

#m-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 5.4298642534%;
  z-index: 10; }

#m-menu .hamburger.is-active {
  padding: 22px 0 20px; }

#m-menu .hamburger.is-active .hamburger-inner::before {
  top: 0; }

#m-menu .hamburger.is-active .hamburger-inner::after {
  top: 0; }

#m-menu .hamburger-inner,
#m-menu .hamburger-inner::before,
#m-menu .hamburger-inner::after {
  background-color: #ffffff;
  border-radius: 1px; }

@media all and (min-width: 48em) {
  #m-menu .hamburger-inner,
  #m-menu .hamburger-inner::before,
  #m-menu .hamburger-inner::after {
    width: 26px;
    height: 2px; } }

@media all and (max-width: 47.9375em) {
  #m-menu .hamburger-inner,
  #m-menu .hamburger-inner::before,
  #m-menu .hamburger-inner::after {
    width: 18px;
    height: 2px; } }

#m-menu .hamburger-inner::before {
  top: -6px; }

#m-menu .hamburger-inner::after {
  top: -12px; }

@media all and (min-width: 48em) {
  #m-menu .hamburger-box {
    width: 26px;
    height: 15px; } }

@media all and (max-width: 47.9375em) {
  #m-menu .hamburger-box {
    width: 18px;
    height: 15px; } }

#m-menu .hamburger {
  position: relative;
  z-index: 2;
  padding: 18px 0;
  background: transparent; }

#m-menu .hamburger:hover {
  opacity: 1; }

@media all and (min-width: 64.0625em) {
  #m-menu {
    display: none; } }

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(31, 0, 0, 0.95);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  height: 100%;
  overflow: auto; }

.sidebar > ul {
  height: 100%;
  padding: 0;
  margin-top: 60px; }

.sidebar a {
  display: block;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px; }

.sidebar a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.sidebar.is-hidden {
  -webkit-transform: translateX(190%);
  transform: translateX(190%); }

.m_sub {
  position: relative;
  width: 100%;
  display: block;
  display: none; }

.m_sub_list {
  position: relative; }

.m_sub_list::after {
  position: absolute;
  top: 15px;
  right: 1em;
  display: block;
  content: '\f123';
  font-family: 'Ionicons';
  font-size: 18px;
  color: #fff; }

.m_sub_menu {
  overflow: hidden; }

.m_sub_menu:after {
  content: '';
  display: block;
  clear: both; }

.m_sub_menu.support li {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%; }
  .m_sub_menu.support li:nth-of-type(3n) {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }

.m_sub_menu.product li {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.8); */ }
  .m_sub_menu.product li:nth-of-type(2n) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }

.m_sub_menu .title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 15px 0;
  color: #fff; }
  .m_sub_menu .title h3 {
    text-transform: capitalize;
    margin: 0;
    font-size: 18px;
    font-weight: 900; }

.m_sub_menu li a {
  display: block;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400; }

.m_sub_menu li a::after {
  content: '';
  display: block;
  clear: both; }

.m_sub_menu figure {
  margin: 0;
  text-align: center; }

.m_sub_menu li h4 {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0; }

.m_sub_menu.support figure {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin-bottom: 8px; }
  .m_sub_menu.support figure img {
    max-height: 30px; }

.m_sub_menu.support h4 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 24px;
  line-height: 1.2; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.overlay.is-active {
  display: block; }

.footer {
  background: #1f0000;
  width: 100%;
  color: #fff; }
  .footer .top {
    padding: 2.0408163265% 0 6.7796610169%; }
    .footer .top:after {
      content: '';
      display: block;
      clear: both; }
    .footer .top dt {
      font-size: 1.1em;
      text-transform: uppercase;
      margin-bottom: 7.1428571429%; }
    .footer .top dd {
      margin-left: 0;
      margin-bottom: 1.6949152542%; }
    .footer .top a {
      text-transform: capitalize;
      color: #fff; }
  .footer .bottom {
    padding: 1.6949152542% 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.85em; }
    .footer .bottom:after {
      content: '';
      display: block;
      clear: both; }
    .footer .bottom .brand {
      max-width: 256px;
      height: 40px;
      background-image: url("logo.png")/*tpa=http://www.warriormemory.com/images/logo.png*/;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70%;
      text-align: center; }
    @media (max-width: 720px) {
      .footer .bottom .brand {
        display: block;
        margin: 0 auto; } }
    @media (min-width: 1025px) {
      .footer .bottom .brand {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
        text-align: center; } }
    .footer .bottom .copy {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 10.5px;
      text-align: center; }
    @media (min-width: 1025px) {
      .footer .bottom .copy {
        width: 74.5762711864%;
        float: right;
        margin-right: 0;
        text-align: right; } }

.lang .select-wrapper input.select-dropdown {
  border: 1px solid #fff;
  color: #fff;
  padding-left: 10px;
  width: calc(100% - 10px); }

.lang .select-wrapper .caret {
  fill: rgba(255, 255, 255, 0.87); }

.preload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 997; }

.preload .preloader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px; }

.preloader-wrapper.big {
  width: 64px;
  height: 64px; }

.prod-index {
  background-image: url("bg.png")/*tpa=http://www.warriormemory.com/images/bg.png*/;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.row {
  margin-bottom: 0; }
  .row .container-index {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .row .container-index:after {
      content: " ";
      display: block;
      clear: both; }
  .row .col.main-prod {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    cursor: pointer;
    overflow: hidden; }
    .row .col.main-prod:hover {
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      .row .col.main-prod:hover .image {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
                transform: translate(-50%, -50%) scale(1.3); }
    .row .col.main-prod .image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      width: 100%;
      padding-bottom: 100%; }
    @media (min-width: 1025px) {
      .row .col.main-prod .image {
        padding-bottom: 50%; } }
    .row .col.main-prod #prod1 {
      background-image: url("GA3-R.png")/*tpa=http://www.warriormemory.com/images/GA3-R.png*/; }
    .row .col.main-prod #prod2 {
      background-image: url("SSD-R.png")/*tpa=http://www.warriormemory.com/images/SSD-R.png*/; }
    .row .col.main-prod .title {
      text-transform: capitalize;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 2em;
      text-align: center;
      color: #fff;
      font-size: 1em; }
      @media all and (min-width: 64.0625em) {
        .row .col.main-prod .title {
          font-size: 2em; } }
  @media (min-width: 1025px) {
    .row .col.main-prod {
      padding-bottom: 40%; } }

.hero-cover {
  position: relative;
  padding-top: 60px; }
  @media all and (min-width: 64.0625em) {
    .hero-cover {
      padding-top: 0; } }
  .hero-cover .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1f0000; }

.category .cate-title {
  padding: 0 0 1.6949152542%;
  border-bottom: 1px solid #000;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em; }
  @media all and (min-width: 45em) {
    .category .cate-title {
      font-size: 24px; } }

.category .prod-item {
  padding: 15.2542372881% 0; }
  @media all and (min-width: 64.0625em) {
    .category .prod-item {
      padding: 0 0 11.1111111111%; } }

.category a {
  display: block;
  color: #000;
  font-weight: 400;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .category a .prod-item-cover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .category a:hover {
    color: #1f0000; }
    .category a:hover .prod-item-cover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.warranty h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em; }
  @media all and (min-width: 45em) {
    .warranty h5 {
      font-size: 20px; } }

input:not([type]):focus:not([readonly]) + label,
input[type='text']:not(.browser-default):focus:not([readonly]) + label,
input[type='password']:not(.browser-default):focus:not([readonly]) + label,
input[type='email']:not(.browser-default):focus:not([readonly]) + label,
input[type='url']:not(.browser-default):focus:not([readonly]) + label,
input[type='time']:not(.browser-default):focus:not([readonly]) + label,
input[type='date']:not(.browser-default):focus:not([readonly]) + label,
input[type='datetime']:not(.browser-default):focus:not([readonly]) + label,
input[type='datetime-local']:not(.browser-default):focus:not([readonly])
+ label,
input[type='tel']:not(.browser-default):focus:not([readonly]) + label,
input[type='number']:not(.browser-default):focus:not([readonly]) + label,
input[type='search']:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1f0000; }

input:not([type]):focus:not([readonly]),
input[type='text']:not(.browser-default):focus:not([readonly]),
input[type='password']:not(.browser-default):focus:not([readonly]),
input[type='email']:not(.browser-default):focus:not([readonly]),
input[type='url']:not(.browser-default):focus:not([readonly]),
input[type='time']:not(.browser-default):focus:not([readonly]),
input[type='date']:not(.browser-default):focus:not([readonly]),
input[type='datetime']:not(.browser-default):focus:not([readonly]),
input[type='datetime-local']:not(.browser-default):focus:not([readonly]),
input[type='tel']:not(.browser-default):focus:not([readonly]),
input[type='number']:not(.browser-default):focus:not([readonly]),
input[type='search']:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #1f0000;
  border-bottom: 1px solid #1f0000; }

.btn,
.btn-large,
.btn-small {
  background-color: #1f0000; }

@media all and (min-width: 45em) {
  .support .contact-content {
    max-width: 70%;
    margin: 0 auto; } }

.support button {
  width: 50%; }
  .support button:hover {
    background-color: rgba(31, 0, 0, 0.7); }

label.error,
label.error.active {
  position: absolute;
  top: 0;
  left: 0 !important;
  right: 0;
  text-align: right;
  color: #f33 !important; }

@media all and (min-width: 45em) {
  .bussiness .info {
    margin: 3.4482758621% auto;
    max-width: 80%; } }

.bussiness .info p {
  border-bottom: 1px solid rgba(31, 0, 0, 0.3);
  padding: 1em 0; }

.bussiness .info a {
  color: #1f0000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .bussiness .info a:hover {
    color: rgba(31, 0, 0, 0.7); }

.buy .filter-select {
  margin: 24px 0; }
  @media all and (min-width: 45em) {
    .buy .filter-select {
      margin: 24px auto;
      max-width: 50%; } }
  .buy .filter-select label {
    display: inline-block;
    font-size: 20px;
    text-align: left;
    color: #1f0000;
    margin-bottom: 0.3em; }
  .buy .filter-select select {
    margin-bottom: 1.2em; }

.buy .filter-content {
  margin: 24px 0; }
  .buy .filter-content h5 {
    margin-bottom: 24px; }
  .buy .filter-content .col {
    margin: 1.6949152542% 0; }

.filter-box .filter-name {
  font-size: 1.125em;
  font-weight: bold; }

.prod-header {
  font-size: 28px; }

.product-name {
  margin: 3.4482758621% 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600; }

.prod-detail:after {
  content: '';
  display: block;
  clear: both; }

.prod-anchor {
  background-color: #dcdddd;
  padding: 2.5641025641% 0;
  text-align: center;
  margin-bottom: 3.4482758621%; }
  .prod-anchor li {
    display: inline-block;
    padding: 0 24px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .prod-anchor li.active {
      border-bottom: 2px solid #1f0000; }
    .prod-anchor li:hover {
      border-bottom: 2px solid #1f0000; }
    .prod-anchor li a {
      color: #1f0000; }

.prod-slider .bx-wrapper {
  box-shadow: none; }

.prod-slider:after {
  content: '';
  display: block;
  clear: both; }

.prod-slider .left-side {
  display: block;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media all and (min-width: 64.0625em) {
    .prod-slider .left-side {
      display: block; } }
  @media all and (min-width: 45em) {
    .prod-slider .left-side {
      width: 15.2542372881%;
      float: left;
      margin-right: 1.6949152542%; } }
  .prod-slider .left-side .bx-wrapper {
    margin-top: 100px; }
  .prod-slider .left-side a {
    cursor: pointer;
    color: #1f0000;
    font-size: 3em; }

.prod-slider .right-side {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media all and (min-width: 45em) {
    .prod-slider .right-side {
      width: 83.0508474576%;
      float: right;
      margin-right: 0; } }

.left-side .slick-slide img {
  margin: 0 auto; }

.left-side .pager {
  text-align: center;
  font-size: 3em; }
  .left-side .pager a {
    color: #1f0000;
    cursor: pointer; }

@media all and (max-width: 44.9375em) {
  .prev-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .next-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

#spec table {
  font-size: 15px; }

.comp-cover {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
          align-items: flex-start; }
  .comp-cover .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 18px; }
    .comp-cover .left img {
      margin-bottom: 18px; }

.rule-cover {
  width: 100%;
  background-image: url("main.png")/*tpa=http://www.warriormemory.com/images/rule/main.png*/;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  padding-bottom: 33.52%;
  margin: 60px 0 60px; }

.rule {
  max-width: 600px; }

.rule-box {
  margin-bottom: 3em; }
  .rule-box .title {
    font-size: 18px;
    margin-bottom: 0.5em; }
  .rule-box .item li {
    color: #00a0e9; }
    .rule-box .item li span {
      color: #000;
      display: inline-block;
      margin-right: 1em; }

@media only screen and (max-width: 992px) {
  .prod-table th {
    width: 170px; } }

@media only screen and (min-width: 1024px) {
  .prod-table th {
    width: 200px; } }

.prod-table td {
  text-align: center; }

.memory-effect {
  position: relative;
  text-align: center;
  padding: 0 !important; }
  .memory-effect .memory-image {
    width: 100%;
    padding-bottom: 100%; }
    .memory-effect .memory-image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      width: 100%;
      background-image: url("ga5.png")/*tpa=http://www.warriormemory.com/images/color/ga5.png*/;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 2; }
  .memory-effect .memory-image2 {
    width: 100%;
    padding-bottom: 100%; }
    .memory-effect .memory-image2::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 2; }

.memory-effect.gm7 .memory-image::after {
  content: '';
  background-image: url("ga7.png")/*tpa=http://www.warriormemory.com/images/color/ga7.png*/; }

.memory-control {
  position: relative; }
  .memory-control h4.color-title {
    color: #fff; }
  .memory-control .color-control {
    text-align: center; }
    .memory-control .color-control:after {
      content: '';
      display: block;
      clear: both; }
    .memory-control .color-control li {
      width: 18.3673469388%;
      float: left;
      margin-right: 2.0408163265%;
      cursor: pointer;
      opacity: 0.6;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      .memory-control .color-control li:nth-child(5n) {
        width: 15.2542372881%;
        float: right;
        margin-right: 0; }
      .memory-control .color-control li:hover {
        opacity: 1; }
      .memory-control .color-control li.active {
        opacity: 1; }
      .memory-control .color-control li:hover h4 {
        opacity: 1; }
      .memory-control .color-control li h4 {
        font-size: 16px;
        font-weight: 400;
        margin-top: 8px;
        margin-bottom: 16px;
        color: #fff;
        opacity: 0.95; }

.color {
  background: #1e0000;
  padding: 24px 0;
  display: none; }
  @media all and (min-width: 45em) {
    .color {
      display: block; } }

.memory-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  color: #fff; }

.gm5 .memory-mask ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .gm5 .memory-mask ul li {
    position: absolute;
    width: 80%;
    height: 30%;
    top: 34%;
    left: 13%;
    -webkit-transform: rotate(32deg) skew(-4deg, 0deg);
            transform: rotate(32deg) skew(-4deg, 0deg); }
    .gm5 .memory-mask ul li li {
      width: 20%;
      height: 100%;
      top: 0;
      left: 0;
      display: none;
      box-shadow: 30px 30px 30px transparent;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .gm5 .memory-mask ul li ul {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .gm5 .memory-mask ul li ul li {
        position: absolute;
        -webkit-transform: skew(-10deg);
                transform: skew(-10deg); }
        .gm5 .memory-mask ul li ul li img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        .gm5 .memory-mask ul li ul li .blur {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
      .gm5 .memory-mask ul li ul li:nth-child(1) {
        left: 0;
        top: 4%; }
      .gm5 .memory-mask ul li ul li:nth-child(2) {
        left: 20%;
        top: 0%;
        width: 15%; }
      .gm5 .memory-mask ul li ul li:nth-child(3) {
        left: 34%;
        top: -10%;
        width: 30%; }
      .gm5 .memory-mask ul li ul li:nth-child(4) {
        left: 64%;
        top: -10%;
        width: 15%; }
      .gm5 .memory-mask ul li ul li:nth-child(5) {
        left: 79%;
        top: -10%; }

.gm5 .memory-mask ul .led .cb {
  position: absolute;
  width: 20%; }
  .gm5 .memory-mask ul .led .cb:nth-child(3) {
    width: 25%; }
  .gm5 .memory-mask ul .led .cb img {
    position: relative;
    left: 0%;
    top: 0%;
    z-index: 3; }
  .gm5 .memory-mask ul .led .cb:first-child {
    top: -3%;
    left: 0; }
    .gm5 .memory-mask ul .led .cb:first-child .cb-core {
      top: 16%;
      left: 14%;
      width: 132%; }
  .gm5 .memory-mask ul .led .cb:nth-child(2) {
    top: -3%;
    left: 17%; }
    .gm5 .memory-mask ul .led .cb:nth-child(2) .cb-core {
      top: 18%;
      left: 46%;
      width: 70%;
      -webkit-transform: rotate(7deg);
              transform: rotate(7deg); }
  .gm5 .memory-mask ul .led .cb:nth-child(3) {
    top: -3%;
    left: 34%; }
    .gm5 .memory-mask ul .led .cb:nth-child(3) .cb-core {
      top: 16%;
      left: 25%;
      width: 77%;
      -webkit-transform: rotate(-7deg);
              transform: rotate(-7deg); }
  .gm5 .memory-mask ul .led .cb:nth-child(4) {
    top: -3%;
    left: 51%; }
    .gm5 .memory-mask ul .led .cb:nth-child(4) .cb-core {
      top: 13%;
      left: 25%;
      width: 100%; }
  .gm5 .memory-mask ul .led .cb:nth-child(5) {
    top: -3%;
    left: 68%; }
    .gm5 .memory-mask ul .led .cb:nth-child(5) .cb-core {
      top: 13%;
      left: 30%;
      width: 84%; }
  .gm5 .memory-mask ul .led .cb .cb-core {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }

.gm7 .memory-mask ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .gm7 .memory-mask ul li {
    position: absolute;
    width: 80%;
    height: 30%;
    top: 34%;
    left: 13%;
    -webkit-transform: rotate(32deg) skew(-4deg, 0deg);
            transform: rotate(32deg) skew(-4deg, 0deg); }
    .gm7 .memory-mask ul li li {
      width: 20%;
      height: 100%;
      top: 0;
      left: 0;
      display: none;
      box-shadow: 30px 30px 30px transparent;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom; }
    .gm7 .memory-mask ul li ul {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .gm7 .memory-mask ul li ul li {
        position: absolute;
        -webkit-transform: skew(-10deg);
                transform: skew(-10deg); }
        .gm7 .memory-mask ul li ul li img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        .gm7 .memory-mask ul li ul li .blur {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
      .gm7 .memory-mask ul li ul li:nth-child(1) {
        left: 0;
        top: 4%; }
      .gm7 .memory-mask ul li ul li:nth-child(2) {
        left: 20%;
        top: 0%;
        width: 15%; }
      .gm7 .memory-mask ul li ul li:nth-child(3) {
        left: 34%;
        top: -10%;
        width: 30%; }
      .gm7 .memory-mask ul li ul li:nth-child(4) {
        left: 64%;
        top: -10%;
        width: 15%; }
      .gm7 .memory-mask ul li ul li:nth-child(5) {
        left: 79%;
        top: -10%; }

.gm7 .memory-mask ul .led .cb {
  position: absolute;
  width: 20%; }
  .gm7 .memory-mask ul .led .cb:nth-child(3) {
    width: 25%; }
  .gm7 .memory-mask ul .led .cb img {
    position: relative;
    left: 0%;
    top: 0%;
    z-index: 3; }
  .gm7 .memory-mask ul .led .cb:first-child {
    top: -3%;
    left: 0; }
    .gm7 .memory-mask ul .led .cb:first-child .cb-core {
      top: 16%;
      left: 14%;
      width: 132%; }
  .gm7 .memory-mask ul .led .cb:nth-child(2) {
    top: -3%;
    left: 17%; }
    .gm7 .memory-mask ul .led .cb:nth-child(2) .cb-core {
      top: 16%;
      left: 46%;
      width: 70%;
      -webkit-transform: rotate(7deg);
              transform: rotate(7deg); }
  .gm7 .memory-mask ul .led .cb:nth-child(3) {
    top: -3%;
    left: 34%; }
    .gm7 .memory-mask ul .led .cb:nth-child(3) .cb-core {
      top: 14%;
      left: 25%;
      width: 77%;
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
  .gm7 .memory-mask ul .led .cb:nth-child(4) {
    top: -3%;
    left: 51%; }
    .gm7 .memory-mask ul .led .cb:nth-child(4) .cb-core {
      top: 12%;
      left: 25%;
      width: 100%; }
  .gm7 .memory-mask ul .led .cb:nth-child(5) {
    top: -3%;
    left: 68%; }
    .gm7 .memory-mask ul .led .cb:nth-child(5) .cb-core {
      top: 10%;
      left: 39%;
      width: 84%; }
  .gm7 .memory-mask ul .led .cb .cb-core {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }

.memory-effect #color li.led {
  background: transparent !important;
  -webkit-filter: blur(7px);
          filter: blur(7px); }

.effect-breathing {
  -webkit-animation: breathing 3s infinite;
          animation: breathing 3s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.effect-static {
  -webkit-animation: still 5s infinite;
          animation: still 5s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.effect-rainbow {
  -webkit-animation: cycle 5s infinite;
          animation: cycle 5s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.effect-lane {
  background: transparent !important; }
  .effect-lane li.led {
    opacity: 1; }
    .effect-lane li.led .cb {
      -webkit-animation: lane 1s infinite;
              animation: lane 1s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
      .effect-lane li.led .cb:nth-child(1) {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
      .effect-lane li.led .cb:nth-child(2) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }
      .effect-lane li.led .cb:nth-child(3) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .effect-lane li.led .cb:nth-child(4) {
        -webkit-animation-delay: .6s;
                animation-delay: .6s; }
      .effect-lane li.led .cb:nth-child(5) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; }

.effect-eraser {
  background: transparent !important; }
  .effect-eraser li.led {
    opacity: 1; }
    .effect-eraser li.led .cb {
      -webkit-animation: eraser 2.3s infinite;
              animation: eraser 2.3s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
      .effect-eraser li.led .cb:nth-child(1) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
      .effect-eraser li.led .cb:nth-child(2) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .effect-eraser li.led .cb:nth-child(3) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; }
      .effect-eraser li.led .cb:nth-child(4) {
        -webkit-animation-delay: .9s;
                animation-delay: .9s; }
      .effect-eraser li.led .cb:nth-child(5) {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }

.effect-filling {
  background: transparent !important; }
  .effect-filling li.led {
    opacity: 1; }
    .effect-filling li.led .cb:nth-child(1) {
      -webkit-animation: filling 2s -1.6s infinite;
              animation: filling 2s -1.6s infinite; }
    .effect-filling li.led .cb:nth-child(2) {
      -webkit-animation: filling 2s -1.4s infinite;
              animation: filling 2s -1.4s infinite; }
    .effect-filling li.led .cb:nth-child(3) {
      -webkit-animation: filling 2s -1.2s infinite;
              animation: filling 2s -1.2s infinite; }
    .effect-filling li.led .cb:nth-child(4) {
      -webkit-animation: filling 2s -1s infinite;
              animation: filling 2s -1s infinite; }
    .effect-filling li.led .cb:nth-child(5) {
      -webkit-animation: filling 2s -.8s infinite;
              animation: filling 2s -.8s infinite; }
    .effect-filling li.led .cb:nth-child(1).active {
      -webkit-animation: still 3s -.6s infinite;
              animation: still 3s -.6s infinite; }
    .effect-filling li.led .cb:nth-child(2).active {
      -webkit-animation: still 5s -.8s infinite;
              animation: still 5s -.8s infinite; }
    .effect-filling li.led .cb:nth-child(3).active {
      -webkit-animation: still 6s -.8s infinite;
              animation: still 6s -.8s infinite; }
    .effect-filling li.led .cb:nth-child(4).active {
      -webkit-animation: still 8s -.8s infinite;
              animation: still 8s -.8s infinite; }
    .effect-filling li.led .cb:nth-child(5).active {
      -webkit-animation: still 10s -.8s infinite;
              animation: still 10s -.8s infinite; }

.effect-wave {
  background: transparent !important; }
  .effect-wave li.led {
    opacity: 1; }
    .effect-wave li.led .cb {
      -webkit-animation: wave 1s infinite;
              animation: wave 1s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
      .effect-wave li.led .cb:nth-child(1) {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
      .effect-wave li.led .cb:nth-child(2) {
        -webkit-animation: wave 1.4s infinite;
                animation: wave 1.4s infinite;
        -webkit-animation-delay: 0;
                animation-delay: 0; }
      .effect-wave li.led .cb:nth-child(3) {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
      .effect-wave li.led .cb:nth-child(4) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .effect-wave li.led .cb:nth-child(5) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; }

.effect-pulsing {
  background: transparent !important; }
  .effect-pulsing li.led {
    opacity: 1; }
    .effect-pulsing li.led .cb {
      -webkit-animation: pulsing .8s infinite;
              animation: pulsing .8s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }

.effect-motion {
  background: transparent !important; }
  .effect-motion li.led {
    opacity: 1; }
    .effect-motion li.led .cb {
      -webkit-animation: eraser .7s infinite;
              animation: eraser .7s infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
      .effect-motion li.led .cb:nth-child(1) {
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
      .effect-motion li.led .cb:nth-child(2) {
        -webkit-animation-delay: .1s;
                animation-delay: .1s; }
      .effect-motion li.led .cb:nth-child(3) {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
      .effect-motion li.led .cb:nth-child(4) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .effect-motion li.led .cb:nth-child(5) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; }

.effect-combine {
  -webkit-animation: combine 3s infinite;
          animation: combine 3s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

@-webkit-keyframes combine {
  0% {
    opacity: 1;
    background-color: red; }
  10% {
    opacity: .2;
    background-color: orange; }
  40% {
    opacity: 1;
    background-color: yellow; }
  60% {
    opacity: .2;
    background-color: #00CB07; }
  70% {
    opacity: 1;
    background-color: #07A9FF; }
  100% {
    opacity: .2;
    background-color: #1044FF; } }

@keyframes combine {
  0% {
    opacity: 1;
    background-color: red; }
  10% {
    opacity: .2;
    background-color: orange; }
  40% {
    opacity: 1;
    background-color: yellow; }
  60% {
    opacity: .2;
    background-color: #00CB07; }
  70% {
    opacity: 1;
    background-color: #07A9FF; }
  100% {
    opacity: .2;
    background-color: #1044FF; } }

@-webkit-keyframes pulsing {
  0% {
    opacity: 0; }
  30% {
    opacity: .6; }
  50% {
    opacity: 1; }
  70% {
    opacity: .6; }
  100% {
    opacity: 0; } }

@keyframes pulsing {
  0% {
    opacity: 0; }
  30% {
    opacity: .6; }
  50% {
    opacity: 1; }
  70% {
    opacity: .6; }
  100% {
    opacity: 0; } }

@-webkit-keyframes wave {
  0% {
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    opacity: 1; } }

@keyframes wave {
  0% {
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    opacity: 1; } }

@-webkit-keyframes filling {
  0% {
    opacity: 0; }
  85% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes filling {
  0% {
    opacity: 0; }
  85% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes lane {
  0% {
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    opacity: 1; } }

@keyframes lane {
  0% {
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    opacity: 1; } }

@-webkit-keyframes still {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes still {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes breathing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes breathing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes cycle {
  0% {
    background-color: #F00; }
  10% {
    background-color: #F90; }
  20% {
    background-color: #FF0; }
  30% {
    background-color: #0F0; }
  40% {
    background-color: #390; }
  50% {
    background-color: #0FF; }
  60% {
    background-color: #00F; }
  70% {
    background-color: #90F; }
  80% {
    background-color: #96F; }
  90% {
    background-color: #F6F; }
  100% {
    background-color: #F00; } }

@keyframes cycle {
  0% {
    background-color: #F00; }
  10% {
    background-color: #F90; }
  20% {
    background-color: #FF0; }
  30% {
    background-color: #0F0; }
  40% {
    background-color: #390; }
  50% {
    background-color: #0FF; }
  60% {
    background-color: #00F; }
  70% {
    background-color: #90F; }
  80% {
    background-color: #96F; }
  90% {
    background-color: #F6F; }
  100% {
    background-color: #F00; } }

@-webkit-keyframes eraser {
  0% {
    visibility: visible;
    opacity: 1; }
  20% {
    visibility: visible;
    opacity: .5; }
  40% {
    visibility: hidden;
    opacity: 0;
    background: transparent; } }

@keyframes eraser {
  0% {
    visibility: visible;
    opacity: 1; }
  20% {
    visibility: visible;
    opacity: .5; }
  40% {
    visibility: hidden;
    opacity: 0;
    background: transparent; } }

@-webkit-keyframes motion {
  0% {
    visibility: visible;
    opacity: 1; }
  20% {
    visibility: visible;
    opacity: .5; }
  40% {
    visibility: hidden;
    opacity: 0;
    background: transparent; } }

@keyframes motion {
  0% {
    visibility: visible;
    opacity: 1; }
  20% {
    visibility: visible;
    opacity: .5; }
  40% {
    visibility: hidden;
    opacity: 0;
    background: transparent; } }

@-webkit-keyframes motion2 {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@keyframes motion2 {
  0% {
    visibility: hidden;
    opacity: 0; }
  10% {
    visibility: visible;
    opacity: 1; } }

.dropdown-content li > a, .dropdown-content li > span {
  color: #000 !important; }

.filter-select .select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #9e9e9e; }
