body {
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

h1 {
  margin-bottom: 12px;
  font-family: Texgyreadventor, sans-serif;
  font-size: 170%;
  line-height: 110%;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Texgyreadventor, sans-serif;
  font-size: 140%;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Texgyreadventor, sans-serif;
  font-size: 180%;
  line-height: 120%;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 85px;
  font-family: Texgyreadventor, sans-serif;
  color: #000;
  font-size: 120%;
  line-height: 120%;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.s_g_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.ix_logo_top {
  position: fixed;
  left: 20px;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 0;
}

.hm {
  position: relative;
  bottom: -20px;
  z-index: 10;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.s_g_img {
  display: none;
  width: 100%;
  height: 200px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.o_h--2 {
  width: 100%;
}

.h_o2_atari_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: none;
  width: 100%;
  height: 40px;
  background-color: #ed1c24;
}

.ix_first_shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #000;
}

.shown {
  display: none;
}

.p {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  display: none;
  opacity: 0;
}

.pz {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.pb {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.x_fbcode {
  display: none;
}

.subs_noti {
  position: absolute;
  left: -100px;
  top: 20px;
  right: -100px;
  bottom: 60px;
  z-index: -1;
  display: none;
  background-color: #ed1c24;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.hat-fuji {
  display: none;
}

.hat-blader {
  display: none;
}

.button_buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 1%;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .25);
  border-radius: 1px;
  -webkit-transition: background-color 200ms ease, border 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 100%;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button_buy:hover {
  border-style: solid;
  border-color: rgba(237, 28, 36, 0);
  background-color: #fff;
  color: #000;
}

.button_buy:active {
  color: #fff;
  text-decoration: none;
}

.button_buy:focus {
  color: #fff;
  text-decoration: none;
}

.v4_h {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translate(0px, 30px) scale(0.8);
  -ms-transform: translate(0px, 30px) scale(0.8);
  transform: translate(0px, 30px) scale(0.8);
}

.ix_top_swiper {
  display: block;
  width: 100%;
  height: 90vh;
}

.ix_top_front {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
}

.v4_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .84));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .84));
}

.x_top_hats {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  overflow: hidden;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xxx_k_bt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0% 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 2px;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.xxx_k_bt.xxx_k_button_buy {
  height: 34px;
  margin-bottom: 0px;
  border-style: none;
  -webkit-transition: background-color 300ms ease, border 200ms ease;
  transition: background-color 300ms ease, border 200ms ease;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout {
  width: 48%;
  min-height: 50px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #0035b0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #0035b0;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout:hover {
  background-image: -webkit-linear-gradient(270deg, #0035b0, #0046b8);
  background-image: linear-gradient(180deg, #0035b0, #0046b8);
  color: #fff;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout.xxx_k_button_buy--checkout--big {
  width: 47%;
  height: 50px;
  min-height: 50px;
  margin-left: 0px;
  border-style: none;
  border-radius: 2px;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout.xxx_k_button_buy--checkout--big:hover {
  border-style: none;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout.xxx_k_button_buy--checkout--big.xxx_theme_nvidia {
  background-color: #6bb000;
  color: #fff;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout.xxx_k_button_buy--checkout--big.xxx_theme_nvidia:hover {
  background-color: #81d400;
  background-image: -webkit-linear-gradient(270deg, #6bb000, #87ca1d);
  background-image: linear-gradient(180deg, #6bb000, #87ca1d);
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--close_checkout {
  width: 47%;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
  background-color: rgba(0, 53, 176, 0);
  box-shadow: inset 0 0 0 1px #5e87e7;
  color: #0035b0;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--close_checkout:hover {
  background-image: none;
  color: #0046b8;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--close_checkout.xxx_theme_nvidia {
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}

.xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--close_checkout.xxx_theme_nvidia:hover {
  box-shadow: inset 0 0 0 1px #81d400;
  color: #81d400;
}

.xxx_k_bt.xxx_k_button_buy.button_buy--checkout {
  position: relative;
  width: 102px;
  height: 34px;
  min-height: 34px;
  margin-right: 0px;
  margin-left: 33px;
  background-color: #0035b0;
}

.xxx_k_bt.xxx_k_button_buy.button_buy--checkout:hover {
  background-color: #004dff;
  color: #fff;
}

.x {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xz {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, .74);
  opacity: 0;
}

.xb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 740px;
  padding: 60px 2em 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f5f5f5;
  font-size: 90%;
}

.x_googlecode {
  position: fixed;
  display: none;
}

.ismobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.xxx_cart_ic {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.xxx_cart_ic:hover {
  opacity: 0.61;
}

.xxx_cart_ico {
  width: 30px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images_cart/5993b0446c6b200001c535db_Cart.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.xxx_cart_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding-right: 9px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #ed1c24;
  color: #fff;
  font-size: 13px;
}

.k {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  font-size: 14px;
}

.k.shown {
  z-index: 500;
  opacity: 1;
}

.kz {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, .7);
}

.kb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 480px;
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px 6px 8px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  font-family: Roboto, sans-serif;
  color: #222;
}

.kb.shown {
  z-index: 100;
  display: block;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k_ul {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: none;
}

.k_ul.k_ul--totals {
  display: block;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px none #000;
}

.k_ul.k_ul--discounts {
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  box-shadow: none;
}

.k_li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #fff;
}

.xxx_k_pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.xxx_k_pic.xxx_k_pic--br {
  background-image: url('../images_cart/200_blader.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.xxx_k_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
}

.xxx_k_name.xxx_k_name--discount {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 140%;
}

.xxx_k_name.xxx_name--tot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  line-height: 100%;
}

.xxx_k_name.k_name--subtot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.xxx_k_q {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.xxx_k_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.xxx_k_price.xxx_price--total {
  width: auto;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
}

.xxx_k_price.xxx_k_price--disc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  text-align: right;
}

.xxx_k_price.xxx_k_price--disctot {
  width: auto;
  min-width: auto;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1em;
  text-align: right;
}

.k_delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  opacity: 0.49;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 20px;
  cursor: pointer;
}

.k_delete:hover {
  background-color: #ed1c24;
  opacity: 1;
  color: #0035b0;
}

.k_delete.hidden {
  display: none;
}

.k_but {
  width: 26px;
  height: 16px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images_cart/5993b0446c6b200001c535db_Cart.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translate(-4px, 0px);
  -ms-transform: translate(-4px, 0px);
  transform: translate(-4px, 0px);
}

.xxx_carticon_cont {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xxx_carticon_cont.shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.xxx_k_top_clear {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 19px;
  margin-bottom: -2px;
  margin-left: 1em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #eee;
  font-family: Roboto, sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.xxx_k_top_clear:hover {
  opacity: 0.54;
}

.xxx_k_q_control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 53, 176, .23);
  border-radius: 40px;
  background-color: rgba(0, 53, 176, 0);
  line-height: 100%;
}

.k_q_but_plus {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.k_q_but_plus:hover {
  color: #0035b0;
}

.k_q_but_min {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.k_q_but_min:hover {
  color: #0035b0;
}

.xxx_k_top_close {
  position: absolute;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  font-size: 21px;
  text-align: center;
  cursor: pointer;
}

.xxx_k_top_close:hover {
  background-color: #eee;
}

.xxx_k_col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.k_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.k_col2.k_col2--disc {
  border-top-style: none;
  opacity: 1;
  text-align: center;
}

.k_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k_bot {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  color: #0035b0;
}

.xxx_kb_cont {
  overflow: hidden;
  height: 100%;
}

.k2 {
  position: absolute;
  right: -640px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: -8px 0 6px -10px #000;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.k3 {
  position: absolute;
  top: 0px;
  right: -640px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: -10px 0 3px -10px rgba(0, 0, 0, .69);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.k_cont_z {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, .2);
}

.xxx_cart_splash {
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 200px;
  margin-top: 1px;
  margin-right: -20px;
  border-radius: 100px;
  background-color: #ed1c24;
  box-shadow: 1px 1px 63px -6px #5200ff;
  opacity: 0;
  -webkit-transform: scale(0.3) translate(50px, 0px);
  -ms-transform: scale(0.3) translate(50px, 0px);
  transform: scale(0.3) translate(50px, 0px);
  cursor: pointer;
}

.xxx_k_name_dots {
  height: 1rem;
  margin-right: 0.2em;
  margin-left: 0.2em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #0035b0;
}

.xxx_k_name_dots.xxx_theme_nvidia {
  border-bottom-color: #5c9700;
  color: #000;
}

.xxx_k_li_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xxx_k_li_total.xxx_theme_nvidia {
  color: #000;
}

.k_li_disc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
  border: 2px none #d4d4d4;
  border-radius: 2px;
  opacity: 0.56;
}

.k_li_disc.active {
  border-style: none;
  border-color: #afffc2;
  background-color: rgba(222, 255, 226, 0);
  opacity: 1;
  color: #00ca71;
}

.k_li_disc.inactive {
  color: #6e867c;
}

.k_b_cont_overflow {
  width: 100%;
}

.xxx_k_li_discount_status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 21px;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #747474;
  color: #fff;
  font-size: 70%;
  line-height: 100%;
  text-transform: uppercase;
}

.xxx_k_li_discount_status.xxx_k_li_discount_status--active {
  background-color: #00ca71;
}

.xxx_k_q_but {
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.xxx_k_q_but.xxx_k_q_but_plus {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
}

.xxx_k_q_but.xxx_k_q_but_plus:hover {
  background-color: #caeaff;
}

.xxx_k_q_but.xxx_k_q_but_min {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.k_li_disc_stat {
  width: 90px;
}

.k_q_but_minus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.k_q_but_minus:hover {
  background-color: #cdebff;
}

.k_q_but_minus.disabled {
  display: none;
}

.xxx_bt_checkout {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0035b0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.xxx_bt_checkout:hover {
  background-color: #0043df;
}

.xxx_bt_checkout.xxx_theme_nvidia {
  background-color: #6bb000;
}

.xxx_bt_checkout.xxx_theme_nvidia:hover {
  background-color: #81d400;
}

.ix_bt_buy {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ix_bt_cart {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.xxx_bt_carticon {
  position: absolute;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 34px;
  padding-left: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0035b0;
  background-image: url('../images_cart/5993b0446c6b200001c535db_Cart.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.xxx_bt_carticon:hover {
  background-color: #0043df;
  background-size: 20px;
}

.xxx_bt_carticon.already {
  display: none;
}

.xxx_bt_carticon.xxx_theme_nvidia {
  background-color: #6bb000;
}

.xxx_bt_carticon.xxx_theme_nvidia:hover {
  background-color: #81d400;
}

.xxx_bt_crtdelicon {
  position: absolute;
  right: -43px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0046b8;
  background-image: url('../images_cart/del.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: background-position 200ms ease, opacity 200ms ease, background-color 200ms ease, opacity 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-position 200ms ease, opacity 200ms ease, background-color 200ms ease, opacity 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: background-position 200ms ease, transform 200ms ease, opacity 200ms ease, background-color 200ms ease, opacity 200ms ease, opacity 200ms ease;
  transition: background-position 200ms ease, transform 200ms ease, opacity 200ms ease, background-color 200ms ease, opacity 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.xxx_bt_crtdelicon:hover {
  background-color: #0043df;
  background-size: 20px;
  background-repeat: no-repeat;
}

.xxx_bt_crtdelicon.already {
  z-index: 100;
  display: block;
  background-color: #0035b0;
  opacity: 1;
  -webkit-transform: translate(-145px, 0px);
  -ms-transform: translate(-145px, 0px);
  transform: translate(-145px, 0px);
}

.xxx_bt_crtdelicon.xxx_theme_nvidia {
  background-color: #6bb000;
}

.xxx_bt_crtdelicon.xxx_theme_nvidia:hover {
  background-color: #81d400;
}

.xxx_bt_topshade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  background-color: rgba(0, 53, 176, .53);
  opacity: 1;
}

.xxx_k_q_glow {
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  border-radius: 200px;
  background-color: rgba(166, 219, 255, .38);
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.xxx_k_q_glow.hidden {
  display: none;
}

.k_li_upsale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.xxx_k_li_upsale_item {
  color: #000;
  font-size: 70%;
  text-align: center;
}

.xxx_k_pic_upsale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0.68;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  cursor: cell;
}

.xxx_k_pic_upsale:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.xxx_k_pic_upsale.k_pic--br {
  background-image: url('../images_cart/200_blader.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.xxx_k_pic_upsale.k_pic--black {
  background-image: url('../images_cart/black_01.jpg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.xxx_k_pic_upsale.xxx_k_pic--fuji {
  background-image: url('../images_cart/200_fuji.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.xxx_k_pic_upsale.k_pic--blue {
  background-image: url('../images_cart/blue_01.jpg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.xxx_k_pic_upsale.xxx_k_pic--pong {
  background-color: #ffec53;
  background-image: url('../images_cart/pong_page___2017_11_17_AudioWear_Atari-021-BANNER.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.k_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.k_item.hidden {
  margin-bottom: 20px;
}

.k_discount_banner {
  position: relative;
  z-index: 10;
  background-color: #ccf3df;
  color: #00ca71;
}

.xxx_k_h_2 {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 120%;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.xxx_k_h {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 120%;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.k_basic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.k_desc {
  display: none;
  width: 100%;
}

.xxx_bt_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 145px;
  height: 34px;
  margin-right: 12px;
  border-radius: 2px;
  background-color: #0035b0;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.xxx_bt_block.xxx_theme_nvidia {
  background-color: #6bb000;
}

.k_upsale_banner {
  position: relative;
  z-index: 10;
  background-color: #f5f5f5;
  color: #424242;
}

.xxx_inner {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.k_banner {
  margin-right: 0px;
  margin-left: 0px;
}

.xxx_bt_buy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102px;
  height: 34px;
  min-height: 34px;
  padding: 0% 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 2px;
  background-color: #0035b0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.xxx_bt_buy:hover {
  background-color: #0043df;
}

.xxx_bt_buy.already {
  display: none;
}

.xxx_bt_buy.xxx_theme_nvidia {
  background-color: #6bb000;
}

.xxx_bt_buy.xxx_theme_nvidia:hover {
  background-color: #81d400;
}

.xxx_bt_open {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.xxx_temp_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.xxx_temp_onegood {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: 2em;
  margin-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

html.w-mod-js *[data-ix="h-h2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="first-appear"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="pz-i"] {
  opacity: 0.25;
  -webkit-transform: translate(0px, -60vh);
  -ms-transform: translate(0px, -60vh);
  transform: translate(0px, -60vh);
}

html.w-mod-js *[data-ix="pb-i"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10vh);
  -ms-transform: translate(0px, -10vh);
  transform: translate(0px, -10vh);
}

html.w-mod-js *[data-ix="pop-img-app1"] {
  opacity: 0.2100000000000001;
}

html.w-mod-js *[data-ix="pop-img-app-2"] {
  opacity: 0.2100000000000001;
}

html.w-mod-js *[data-ix="img-bg-appar"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="img-bg-appar-3b-br"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="img-bg-appar-2"] {
  opacity: 1;
  -webkit-transform: translate(0px, 100px) scale(0.9500000000000003, 0.9500000000000003);
  -ms-transform: translate(0px, 100px) scale(0.9500000000000003, 0.9500000000000003);
  transform: translate(0px, 100px) scale(0.9500000000000003, 0.9500000000000003);
}

html.w-mod-js *[data-ix="arrow-2"] {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html.w-mod-js *[data-ix="bott-appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="x-b-init"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media (max-width: 991px) {
  .s_g_txt {
    display: block;
    min-height: auto;
    padding-top: 0px;
    padding-left: 0px;
  }
  .ix_logo_top {
    left: 0px;
    width: 100%;
    padding-left: 20px;
  }
  .s_g_img {
    display: block;
  }
  .k_closed {
    font-size: 16px;
  }
  .ix_first_shade {
    display: none;
  }
  .x_fbcode {
    display: none;
  }
  .subs_noti {
    left: 0px;
  }
  .button_buy {
    padding-bottom: 1px;
  }
  .v4_h {
    height: 60px;
  }
  .x_top_hats {
    display: none;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout {
    min-height: 50px;
    margin-bottom: 0px;
    font-size: 100%;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--close_checkout {
    min-height: 50px;
    margin-bottom: 0px;
    font-size: 100%;
  }
  .xxx_k_bt.xxx_k_button_buy.button_buy--checkout {
    height: 36px;
    margin-bottom: 0px;
  }
  .xb {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
  .ismobile {
    display: none;
  }
  .kb {
    min-width: 560px;
  }
  .xxx_kb_cont {
    margin-right: 0px;
    padding-right: 0px;
  }
  .xxx_bt_block {
    min-height: 34px;
    margin-bottom: 8px;
  }
  .xxx_bt_buy {
    height: 34px;
  }
}

@media (max-width: 767px) {
  body {
    background-color: #fff;
  }
  h3 {
    margin-top: 30px;
  }
  h4 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .s_g_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ix_logo_top {
    position: absolute;
    left: 0px;
    display: none;
    min-height: 60px;
    min-width: 100%;
    margin-top: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .hm {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 100;
    height: 40px;
  }
  .s_g_img {
    width: 40%;
    height: 240px;
    min-height: auto;
  }
  .k_closed {
    background-color: #000;
  }
  .pz {
    display: none;
  }
  .pb {
    min-width: 100%;
  }
  .subs_noti {
    top: 0px;
    bottom: 0px;
  }
  .x_top_hats {
    display: none;
  }
  .xxx_k_bt.xxx_k_button_buy {
    min-height: 36px;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout {
    min-height: 50px;
    min-width: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout.xxx_k_button_buy--checkout--big {
    height: 40px;
    min-height: 40px;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--close_checkout {
    height: 40px;
    min-height: 40px;
    min-width: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .xxx_k_bt.xxx_k_button_buy.button_buy--checkout {
    height: 44px;
    margin-left: 0px;
  }
  .xb {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 8% 0.6em 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .ismobile {
    position: absolute;
    z-index: -100;
    display: block;
  }
  .xxx_cart_num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kz {
    background-color: #fff;
  }
  .kb {
    position: static;
    overflow: visible;
    width: 100%;
    min-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .kb.shown {
    position: static;
    display: block;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f3f8fc;
    box-shadow: none;
    opacity: 1;
  }
  .k_ul.k_ul--totals {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    border-top-style: none;
  }
  .k_ul.k_ul--discounts {
    margin-bottom: 0px;
  }
  .k_li {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .xxx_k_q {
    width: 130px;
    min-width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .xxx_k_price {
    padding-right: 0px;
    text-align: right;
  }
  .xxx_k_price.xxx_k_price--disc {
    padding-right: 0px;
  }
  .k_delete:hover {
    background-color: transparent;
  }
  .k_but {
    height: 36px;
  }
  .xxx_carticon_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 44px;
  }
  .xxx_k_top_clear {
    background-color: #fff;
  }
  .xxx_k_q_control {
    position: static;
  }
  .xxx_k_top_close {
    top: 3px;
    right: 28px;
    background-color: #fff;
  }
  .xxx_k_col1 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .k_bot {
    position: static;
    z-index: 10;
    width: 100%;
  }
  .xxx_kb_cont {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #fff;
  }
  .xxx_k_name_dots {
    font-size: 1rem;
  }
  .k_b_cont_overflow {
    padding-top: 44px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .xxx_k_q_but.xxx_k_q_but_plus {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .xxx_k_q_but.xxx_k_q_but_plus:hover {
    background-color: transparent;
  }
  .xxx_k_q_but.xxx_k_q_but_min {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .k_q_but_minus:hover {
    background-color: transparent;
  }
  .k_li_upsale {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .xxx_k_pic_upsale:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .k_item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
    border-top: 1px solid #eee;
  }
  .k_discount_banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xxx_k_h_2 {
    height: 44px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
  }
  .xxx_k_h {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    height: 44px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 30px;
    background-color: #fff;
  }
  .k_basic {
    position: relative;
    display: none;
  }
  .xxx_bt_block {
    margin-right: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .k_upsale_banner {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f3f8fc;
  }
  .k_banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 479px) {
  h3 {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 160%;
  }
  h4 {
    width: auto;
    margin-left: 45px;
    padding-bottom: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #000;
    font-size: 120%;
    font-weight: 400;
    text-align: left;
  }
  .s_g_txt {
    display: block;
    width: 100%;
    padding-top: 4px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .ix_logo_top {
    position: absolute;
    display: none;
    min-width: auto;
    margin-top: 0px;
  }
  .s_g_img {
    width: 320px;
    min-height: 180px;
  }
  .pz {
    display: none;
  }
  .button_buy {
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 0px;
  }
  .ix_top_swiper {
    height: 85vh;
  }
  .ix_top_front {
    height: auto;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout {
    width: 45%;
    margin-bottom: 6px;
    font-size: 80%;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--checkout.xxx_k_button_buy--checkout--big {
    width: 44%;
    text-align: center;
  }
  .xxx_k_bt.xxx_k_button_buy.xxx_k_button_buy--close_checkout {
    width: 52%;
    margin-bottom: 6px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 80%;
    text-align: center;
  }
  .xxx_k_bt.xxx_k_button_buy.button_buy--checkout {
    width: 100%;
  }
  .xb {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding: 50px 3% 0%;
  }
  .ismobile {
    position: absolute;
    z-index: -100;
    display: block;
  }
  .xxx_cart_num {
    height: 29px;
  }
  .k {
    position: absolute;
    height: auto;
  }
  .kb {
    border-radius: 0px;
    background-color: #eee;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .kb.shown {
    display: block;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .k_ul {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .k_ul.k_ul--totals {
    margin-top: 0px;
    padding-right: 0px;
    border-top-style: none;
  }
  .k_ul.k_ul--discounts {
    padding-bottom: 10px;
  }
  .k_li {
    display: block;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .xxx_k_pic {
    margin-right: 10px;
    margin-left: -10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .xxx_k_name {
    overflow: hidden;
    height: 50px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 90%;
  }
  .xxx_k_name.xxx_k_name--discount {
    height: auto;
  }
  .xxx_k_name.xxx_name--tot {
    height: auto;
  }
  .xxx_k_name.k_name--subtot {
    height: auto;
  }
  .xxx_k_q {
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .xxx_k_price {
    padding-right: 0px;
    text-align: right;
  }
  .xxx_k_price.xxx_k_price--disctot {
    margin-top: 0em;
  }
  .k_delete:hover {
    background-color: transparent;
  }
  .xxx_k_top_clear {
    padding-right: 0.5em;
    padding-left: 0.5em;
    background-color: #eee;
    color: #939db6;
  }
  .xxx_k_top_close {
    top: 3px;
    right: 10px;
  }
  .xxx_k_col1 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .k_col2 {
    height: 40px;
    margin-top: -40px;
    margin-left: 85px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 1px solid #d8d8d8;
  }
  .k_col2.k_col2--disc {
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .k_bot {
    position: static;
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .xxx_kb_cont {
    overflow: visible;
    padding-top: 0px;
  }
  .ix_kcz1.k_cont_z {
    display: none;
  }
  .xxx_k_li_total {
    margin-bottom: 4px;
  }
  .k_li_disc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .k_b_cont_overflow {
    overflow: visible;
    padding-top: 44px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }
  .xxx_k_q_but.xxx_k_q_but_plus {
    padding-bottom: 2px;
  }
  .xxx_k_q_but.xxx_k_q_but_plus:hover {
    background-color: transparent;
  }
  .k_li_disc_stat {
    overflow: hidden;
    width: 80px;
  }
  .xxx_k_pic_upsale {
    width: 40px;
    height: 40px;
  }
  .xxx_k_pic_upsale:hover {
    width: 40px;
    height: 40px;
  }
  .xxx_k_pic_upsale.k_pic--br {
    margin-right: 0px;
  }
  .xxx_k_pic_upsale.k_pic--black {
    margin-right: 0px;
  }
  .xxx_k_pic_upsale.xxx_k_pic--fuji {
    margin-right: 0px;
  }
  .xxx_k_pic_upsale.k_pic--blue {
    margin-right: 0px;
  }
  .xxx_k_pic_upsale.xxx_k_pic--pong {
    margin-right: 0px;
  }
  .k_discount_banner {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .xxx_k_h_2 {
    height: 44px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .xxx_k_h {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    height: 44px;
    margin-bottom: 0px;
    padding: 0px 20px 4px;
  }
  .k_basic {
    position: relative;
    display: none;
    height: auto;
    background-color: #eee;
  }
  .xxx_bt_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .k_upsale_banner {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .k_banner {
    padding-bottom: 0px;
    border-radius: 2px;
  }
}

@font-face {
  font-family: 'Texgyreadventor';
  src: url('../fonts/texgyreadventor-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Texgyreadventor';
  src: url('../fonts/texgyreadventor-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Texgyreadventor';
  src: url('../fonts/texgyreadventor-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Texgyreadventor';
  src: url('../fonts/texgyreadventor-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}