.buynowLinkSet {
  cursor: pointer;
}

.buynowArea {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  font-family: 'Noto Serif', serif;
  color: #fff;
}

.buynowArea__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  font-family: 'Noto Serif', serif;
  padding: 20px 20px 70px 20px;
  background: url(https://storage-asset.msi.com/event/2021/nb/2021-RTX-30-Series-gaming/images/bg_pc-3.png) no-repeat center center/cover;
  overflow-y: scroll;
  float: left;
}

.buynowArea__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.buynowArea__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.buynowArea__area::-webkit-scrollbar-thumb {
  background-color: #fdc583;
}

.buynowArea__area-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 34px;
  z-index: 100;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.buynowArea__area-title {
  width: 100%;
  font-size: 36px;
  text-align: center;
  color: #fdc583;
}

.buynowArea__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.buynowArea__main-item {
  width: -moz-calc( (100% / 3) - 20px);
  width: calc( (100% / 3) - 20px);
  margin: 10px;
}

@media screen and (max-width: 1200px) {
  .buynowArea__main-item {
    width: -moz-calc( (100% / 2) - 20px);
    width: calc( (100% / 2) - 20px);
  }
}

@media screen and (max-width: 575px) {
  .buynowArea__main-item {
    width: -moz-calc( (100% ) - 20px);
    width: calc( (100% ) - 20px);
  }
}

.buynowArea__main-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  background: #0000004d;
  -moz-border-radius: 10px;
       border-radius: 10px;
}

.buynowArea__main-title .leftarrow {
  width: 10%;
}

.buynowArea__main-title .rightarrow {
  width: 10%;
}

.buynowArea__main-title h4 {
  color: #fdc583;
  font-size: 24px;
  text-align: center;
}

.buynowArea ul {
  padding: 20px 60px;
}

.buynowArea__buynowarea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.buynowArea__buynowarea-item {
  margin: 5px 0;
  width: -moz-calc( 50% - 5px);
  width: calc( 50% - 5px);
  border: 1px solid #fdc583;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #000000;
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none !important;
}

.buynowArea__buynowarea-item img {
  width: auto !important;
  height: 100%;
}

.buynowArea__buynowarea-item:hover {
  border: 3px solid #fdc583;
  font-size: 16px;
  color: #fdc583;
}