.buyNow {
  position: relative;
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  z-index: 8;
  color: #000;
  padding-top: 1%;
}

.buyNow img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.buyNow .sec3 {
  position: relative;
}

.buyNow .sec3__title {
  display: none;
  padding-bottom: 2vw;
  text-align: center;
}

.buyNow .sec3__title.select {
  display: block;
}

.buyNow .sec3__title--active {
  display: block;
}

.buyNow .sec3 h3 {
  font-weight: normal;
  color: #fff;
}

.buyNow .selectarea__filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 996px) {
  .buyNow .selectarea__filter-box {
    margin: 0 0 20px;
  }
}

.buyNow .selectarea__filter-item {
  padding: 10px;
  margin: 5px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  width: 46%;
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
  background-image: linear-gradient(to bottom, #ce4100, #5c1200), linear-gradient(to bottom, #c22700, #e24515);
  padding: 5px 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 996px) {
  .buyNow .selectarea__filter-item {
    width: 14.2857142857%;
    margin: 10px 5px;
  }
}

.buyNow .selectarea__filter-item:hover {
  cursor: pointer;
  color: #fff;
  -webkit-box-shadow: inset 0 0 50px rgba(200, 42, 191, 0.3), 0 0 8px #c82abf;
  box-shadow: inset 0 0 10px rgba(218, 87, 12, 0.7), 0 0 8px #ff6309;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
  background-image: linear-gradient(to bottom, #ffe23c, #fcab14), linear-gradient(to bottom, #e6a327, #e27115);
}

.buyNow .selectarea__filter-item--active {
  color: #fff;
  -webkit-box-shadow: inset 0 0 30px rgba(200, 42, 191, 0.7), 0 0 8px #c82abf;
  box-shadow: inset 0 0 10px rgba(189, 72, 4, 0.7), 0 0 8px #ff6309;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
  background-image: linear-gradient(to bottom, #ffe23c, #ff9100), linear-gradient(to bottom, #e6a327, #e27115);
}

.buyNow .selectarea__filter-item--active:hover {
  cursor: default;
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
  background-image: linear-gradient(to bottom, #ffe23c, #ff9100), linear-gradient(to bottom, #e6a327, #e27115);
}

.buyNow .hatch__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buyNow .hatch__slider .hatch__box {
  position: relative;
  width: 100%;
  background: #ffffff;
  margin: 20px 0;
  padding: 10px;
}

@media (min-width: 996px) {
  .buyNow .hatch__slider .hatch__box {
    width: calc(50% - 10px);
  }
}

@media (min-width: 996px) {
  .buyNow .hatch__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}

.buyNow .hatch__flexBoxPic {
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic {
    width: 40%;
  }
}

.buyNow .hatch__flexBoxPic-product {
  max-width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative;
}

@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-product {
    width: 100%;
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.buyNow .hatch__flexBoxPic-toplogo {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo {
    position: relative;
  }
}

.buyNow .hatch__flexBoxPic-toplogo img {
  width: 35px;
}

@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo img {
    width: 50px;
  }
}

.buyNow .hatch__flexBoxPic-bottomlogo {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 5px 0;
  text-align: center;
}

.buyNow .hatch__flexBoxPic-bottomlogo img {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.buyNow .hatch__flexBoxTxt {
  width: 100%;
}

@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt {
    width: 60%;
  }
}

.buyNow .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 18px;
}

.buyNow .hatch__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.buyNow .hatch__flexBoxTxt ul li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.buyNow .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}

.buyNow .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 10px 0;
}

.buyNow .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

.buyNow .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
}

.buyNow .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}

.buyNow .hatch__buyNowBtn-buynow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 30px;
  cursor: pointer;
  background: #afb5b8;
  margin: 0 7px;
  color: #fff;
}

.buyNow .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}

.buyNow .hatch__buyNowBtn-buynow::before {
  height: 0%;
  width: 2px;
}

.buyNow .hatch__buyNowBtn-buynow::after {
  width: 0%;
  height: 2px;
}

.buyNow .hatch__buyNowBtn-buynow::before,
.buyNow .hatch__buyNowBtn-buynow::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buyNow .hatch__buyNowBtn-buynow:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.buyNow .hatch__buyNowBtn-buynow:hover::before {
  height: 100%;
}

.buyNow .hatch__buyNowBtn-buynow:hover::after {
  width: 100%;
}

.buyNow .hatch__buyNowBtn-buynow:hover span::before {
  height: 100%;
}

.buyNow .hatch__buyNowBtn-buynow:hover span::after {
  width: 100%;
}

.buyNow .hatch__buyNowBtn-buynow span::before {
  width: 2px;
  height: 0%;
}

.buyNow .hatch__buyNowBtn-buynow span::after {
  width: 0%;
  height: 2px;
}

.buyNow .hatch__buyNowBtn-buynow span::before,
.buyNow .hatch__buyNowBtn-buynow span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buyNow .hatch__buyNowBtn-buynow--content {
  background: #9e9aab;
}

.buyNow .hatch__buyNowBtn-buynow--content::before,
.buyNow .hatch__buyNowBtn-buynow--content::after {
  background: #9e9aab;
}

.buyNow .hatch__buyNowBtn-buynow--content:hover span {
  color: #9e9aab;
}

.buyNow .hatch__buyNowBtn-buynow--content:hover span::before,
.buyNow .hatch__buyNowBtn-buynow--content:hover span::after {
  background: #9e9aab;
}

.buyNow .hatch__buyNowBtn-buynow--nb14th {
  background: #8368e4;
}

.buyNow .hatch__buyNowBtn-buynow--nb14th::before,
.buyNow .hatch__buyNowBtn-buynow--nb14th::after {
  background: #8368e4;
}

.buyNow .hatch__buyNowBtn-buynow--nb14th:hover span {
  color: #8368e4;
}

.buyNow .hatch__buyNowBtn-buynow--nb14th:hover span::before,
.buyNow .hatch__buyNowBtn-buynow--nb14th:hover span::after {
  background: #8368e4;
}

.buyNow .hatch__buyNowBtn-buynow--RTX40 {
  background: #4f7b00;
}

.buyNow .hatch__buyNowBtn-buynow--RTX40::before,
.buyNow .hatch__buyNowBtn-buynow--RTX40::after {
  background: #4f7b00;
}

.buyNow .hatch__buyNowBtn-buynow--RTX40:hover span {
  color: #4f7b00;
}

.buyNow .hatch__buyNowBtn-buynow--RTX40:hover span::before,
.buyNow .hatch__buyNowBtn-buynow--RTX40:hover span::after {
  background: #4f7b00;
}

.buyNow .hatch__buyNowBtn-buynow--gaming {
  background: #294b74;
}

.buyNow .hatch__buyNowBtn-buynow--gaming::before,
.buyNow .hatch__buyNowBtn-buynow--gaming::after {
  background: #294b74;
}

.buyNow .hatch__buyNowBtn-buynow--gaming:hover span {
  color: #294b74;
}

.buyNow .hatch__buyNowBtn-buynow--gaming:hover span::before,
.buyNow .hatch__buyNowBtn-buynow--gaming:hover span::after {
  background: #294b74;
}

.buyNow .hatch__buyNowBtn-buynow--business {
  background: #b58a46;
}

.buyNow .hatch__buyNowBtn-buynow--business::before,
.buyNow .hatch__buyNowBtn-buynow--business::after {
  background: #b58a46;
}

.buyNow .hatch__buyNowBtn-buynow--business:hover span {
  color: #b58a46;
}

.buyNow .hatch__buyNowBtn-buynow--business:hover span::before,
.buyNow .hatch__buyNowBtn-buynow--business:hover span::after {
  background: #b58a46;
}

.buyNow .hatch__buyNowBtn-buynow--claw {
  background: #da49db;
}

.buyNow .hatch__buyNowBtn-buynow--claw::before,
.buyNow .hatch__buyNowBtn-buynow--claw::after {
  background: #da49db;
}

.buyNow .hatch__buyNowBtn-buynow--claw:hover span {
  color: #da49db;
}

.buyNow .hatch__buyNowBtn-buynow--claw:hover span::before,
.buyNow .hatch__buyNowBtn-buynow--claw:hover span::after {
  background: #da49db;
}

.buyNow .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.buyNow .hatch__icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.541176);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 996px) {
  .buyNow .sec2__wrapper {
    padding: 3% 25px 5px;
    width: 100%;
    margin: 0 auto;
  }
}

.buyNow .tab {
  background-color: transparent;
  padding: 10px 0 10px;
  position: relative;
  background-size: 100%, 100%;
}

.buyNow .tab .select .tab__flexBox-icon {
  opacity: 1;
}

.buyNow .tab__titleBox {
  text-align: center;
  position: relative;
  padding-top: 0px;
}

.buyNow .tab__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  padding: 10px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 996px) {
  .buyNow .tab__flex {
    padding: 30px 0px;
  }
}

.buyNow .tab__flex--active {
  display: none;
}

.buyNow .tab__flex--active .tab__flexBox {
  margin: 0;
  width: 33.3333333333%;
}

.buyNow .tab__flex--active .tab__flexBoxInside-pic,
.buyNow .tab__flex--active .tab__flexBox-icon {
  display: none;
}

.buyNow .tab__flexBox {
  position: relative;
  width: 28%;
  margin: 0 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

@media (min-width: 996px) {
  .buyNow .tab__flexBox {
    position: relative;
    width: 30%;
    margin: 0 10px;
  }
}

.buyNow .tab__flexBox-icon {
  position: absolute;
  top: unset;
  bottom: -10px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 8;
  width: 35px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

@media (min-width: 768px) {
  .buyNow .tab__flexBox-icon {
    width: 55px;
    bottom: -20px;
  }
}

@media (min-width: 996px) {
  .buyNow .tab__flexBox-icon {
    width: 100px;
    bottom: -39px;
  }
}

.buyNow .tab__flexBox-icon2 {
  display: none;
}

.buyNow .tab__flexBox.select {
  cursor: default;
}

.buyNow .tab__flexBox.select .tab__label-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.buyNow .tab__flexBox.select .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.buyNow .tab__flexBox.select .tab__flexBoxInside:hover .tab__label {
  background: #fff;
}

.buyNow .tab__flexBoxInside {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  z-index: 8;
  border-radius: 10px;
  background: #fff;
  color: #294b74;
  height: 100%;
}

.buyNow .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3;
  -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
}

.buyNow .tab__flexBoxInside:hover .tab__label {
  background-color: transparent;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.buyNow .tab__flexBoxInside--active {
  border-radius: 0;
  background-color: #272727;
  color: #fff;
}

.buyNow .tab__flexBoxInside-pic {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

.buyNow .tab__flexBoxInside-pic img {
  border-radius: 10px 10px 0px 0px;
  width: 105%;
}

.buyNow .tab__flexBoxInside-mobile {
  border-radius: 0;
  color: #fff;
}

.buyNow .tab__flexMobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.buyNow .tab__flexMobile--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 996px) {
  .buyNow .tab__flexMobile--active {
    display: none;
  }
}

.buyNow .tab__flexMobileBox {
  margin: 0;
  width: 33.3333333333%;
  background: #444;
  color: #fff;
  border-left: 2px solid #ffffff;
}

.buyNow .tab__flexMobileBox:nth-child(1) {
  border-left: none;
}

.buyNow .tab__flexMobileBox--color {
  background: #7f7979;
}

.buyNow .tab__label {
  padding: 5px 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  .buyNow .tab__label {
    padding: 10px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 130px;
    background: #fff;
    min-height: 130px;
  }
}

.buyNow .tab__label-txt img {
  width: 170px;
}

.buyNow .tab__label-arrow {
  width: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.buyNow .tab__label p {
  font-size: 11px;
  display: block;
  font-weight: bold;
}

@media (min-width: 768px) {
  .buyNow .tab__label p {
    font-size: 14px;
  }
}

@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: var(--title-md);
  }
}

.buyNow .tab__label p span {
  font-size: 14px;
  display: none;
}

.buyNow .tab__label small {
  margin-top: 5px;
}

@media (min-width: 996px) {
  .buyNow .tab__label small {
    font-size: var(--text-lg);
  }
}

.buyNow .tab__flexBoxPic {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 996px) {
  .buyNow .tab__flexBoxPic {
    width: 40%;
  }
}

.buyNow .tab__flexBoxPic-product {
  max-width: 100%;
}

.buyNow .tab__flexBoxPic-toplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  height: auto;
}

.buyNow .tab__flexBoxTxt {
  padding-left: 39px;
}

@media (min-width: 996px) {
  .buyNow .tab__flexBoxTxt {
    width: 60%;
  }
}

.buyNow .tab__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 21px;
}

.buyNow .tab__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.buyNow .tab__flexBoxTxt ul li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.amenu {
  height: 100px !important;
  width: 100px !important;
}

.amenu-item {
  background: #EEEEEE;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.amenu-item div {
  width: 57px;
  height: 57px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-stroke: 1px #fff;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  z-index: 8;
}

.amenu-item div img {
  width: 60%;
}

.amenu-item p {
  position: absolute;
  text-align: end;
  right: 50%;
  font-size: 16px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 210px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
  padding-left: 10px;
  border-radius: 150px 0 0 150px;
}

.amenu-item.nb14th {
  background: #8368e4;
}

.amenu-item.nb14th p {
  background: #8368e4;
}

.amenu-item.content {
  background: #9e9aab;
}

.amenu-item.content p {
  background: #9e9aab;
}

.amenu-item.RTX40 {
  background: #4f7b00;
}

.amenu-item.RTX40 p {
  background: #4f7b00;
}

.amenu-item.business {
  background: #b58a46;
}

.amenu-item.business p {
  background: #b58a46;
}

.amenu-item.gaming {
  background: #294b74;
}

.amenu-item.gaming p {
  background: #294b74;
}

.amenu-item.claw {
  background: #da49db;
}

.amenu-item.claw p {
  background: #da49db;
}

.amenu-open-button {
  background: url(https://storage-asset.msi.com/event/2024/NB/laptops-20th-anniversary/images/buy-btn.png) no-repeat !important;
  background-size: cover !important;
  border-radius: 100%;
  height: 100px !important;
  width: 100px !important;
  margin-left: 0px !important;
  position: absolute;
  color: #000 !important;
  text-align: center;
  line-height: 1.2 !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--text-lg);
  right: 10%;
  -webkit-filter: drop-shadow(0 0 5px #ffdfa9);
  filter: drop-shadow(0 0 5px #ffdfa9);
  padding: 5px;
  font-weight: bold;
  -webkit-animation: btnAni 1s ease-in-out infinite alternate;
  animation: btnAni 1s ease-in-out infinite alternate;
}

.amenu-open-button:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@-webkit-keyframes btnAni {
  from {
    -webkit-filter: drop-shadow(0 0 10px #ffdfa9);
    filter: drop-shadow(0 0 10px #ffdfa9);
  }
}

@keyframes btnAni {
  from {
    -webkit-filter: drop-shadow(0 0 10px #ffdfa9);
    filter: drop-shadow(0 0 10px #ffdfa9);
  }
}

.popout {
  background: rgba(54, 49, 41, 0.8392156863);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
}

.popout__block {
  position: relative;
  max-width: 760px;
  background: #7e7e7e;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}

.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.popout__dm a img {
  height: 50px;
}

/*# sourceMappingURL=buynow.css.map */